/******************************************************************
Theme Name: HIRAMOKU
******************************************************************/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');

:root {
  --c-base: #fff;
  --c-sub: #FAF9F8;
  --c-dark: #928C86;
  --c-text_main: #26221E;
  --c-text_sub: #4A443E;
  --c-text_pale: #6C6660;
  --c-text_acc: #009EDC;
  --c-text_red: #E80000;
  --c-line: #D6D2CE;
  --i-estimate: url('./img/icon/estimate.svg');
  --i-inquiry: url('./img/icon/inquiry.svg');
  --i-tel: url('./img/icon/tel.svg');
  --i-products: url('./img/icon/products.svg');
  --i-youtube: url('./img/icon/youtube.svg');
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, label, input, textarea, small, figure, :before, :after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align:baseline;
  word-break: break-all;
}
html, h1, h2, h3, h4 {
  color: var(--c-text_main);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.73vw;
    line-height: 1.714em;
  }
}
article, header, footer, aside, figure, figcaption, nav, section, main, picture { 
  display:block;
  box-sizing: border-box;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
/* iPhone reset */
input, textarea {
  appearance: none;
  max-width: 100%;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input::placeholder,
textarea::placeholder {
  color: #B2B2B2;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B2B2B2;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #B2B2B2;
}

@media screen and (max-width: 767px) {
  input[type=text] {
    font-size: 16px;
  }
}


#wrap {
  position: relative;
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  padding-top: 72px;
}

#main {
  margin-bottom: 160px;
}

span.sp,
br.sp {
  display: none;
}

.red {
  color: var(--c-text_red);
}

@media screen and (max-width: 767px) {
  #wrap {
    min-width: initial;
    padding-top: 15vw;
  }

  #main {
    margin-bottom: 25.6vw;
  }

  span.pc,
  br.pc {
    display: none;
  }
  span.sp,
  br.sp {
    display: inline;
  }
}

/*------------------------------------------------------------------------------------*/
/* COMMON */
/*------------------------------------------------------------------------------------*/

.common_section {
  padding: 0 10px;
}
.common_section > .inner {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .common_section {
    padding: 0 4vw;
  }
}


/* common_header */
/*--------------------------------------*/
.common_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  background-color: var(--c-base);
}

.common_header .logo {
  width: 224px;
  padding-left: 10px;
}

.common_header .drawer {
}
.common_header .drawer .contact_navi {
  display: none;
}
.common_header .drawer .gnavi {
}
.common_header .drawer .gnavi .menu {
  display: flex;
}
.common_header .drawer .gnavi .menu .item {
  position: relative;
}
.common_header .drawer .gnavi .menu .item.top {
  display: none;
}
.common_header .drawer .gnavi .menu .item a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7px;
  height: 72px;
  padding: 0 1rem;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1em;
}
.common_header .drawer .gnavi .menu .item>a::before,
.common_header .drawer .gnavi .menu .item>a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  width: 0;
  height: 2px;
  background-color: var(--c-text_main);
  transition: width .2s ease-out;
}
.common_header .drawer .gnavi .menu .item>a:before {
  right: 50%;
}
.common_header .drawer .gnavi .menu .item>a:after {
  left: 50%;
}
.common_header .drawer .gnavi .menu .item:hover>a::before,
.common_header .drawer .gnavi .menu .item:hover>a::after {
  width: 50%;
}
.common_header .drawer .gnavi .sub_menu {
  position: absolute;
  top: 72px;
  left: 0;
  width: 256px;
  height: 0;
  overflow: hidden;
  background-color: var(--c-base);
  opacity: 0;
  transition: height .3s ease-out, opacity .3s ease-out;
}
.common_header .drawer .gnavi .menu .item:hover .sub_menu {
  height: auto;
  opacity: 1;
}
.common_header .drawer .gnavi .sub_menu .sub_item a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0;
  width: 100%;
  height: 0;
  border: 1px solid var(--c-line);
  border-top: 0;
  transition: height .3s ease-out;
}
.common_header .drawer .gnavi .menu .item:hover .sub_menu .sub_item a {
  height: 64px;
}
.common_header .drawer .gnavi .sub_menu .sub_item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  display: block;
  width: 10px;
  height: 18px;
  background: url(./img/icon/arrow_pc.svg) no-repeat center center / contain;
  margin: auto;
  transition: .2s ease-in-out;
}
.common_header .drawer .gnavi .sub_menu .sub_item a:hover::after {
  right: .5rem;
}
.common_header .drawer .gnavi .products .sub_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
  width: 672px;
  height: 0;
  overflow: hidden;
  padding: 15px 24px 24px;
}
.common_header .drawer .gnavi .menu .item.products:hover .sub_menu {
  height: 304px;
}
.common_header .drawer .gnavi .products .sub_menu .sub_item {
  width: 144px;
}
.common_header .drawer .gnavi .products .sub_menu .sub_item a {
  position: static;
  display: block;
  height: 0;
  padding: 0;
  border: 0;
}
.common_header .drawer .gnavi .menu .item.products:hover .sub_menu .sub_item a {
  height: 122px;
}
.common_header .drawer .gnavi .products .sub_menu .sub_item a::after {
  content: none;
}
.common_header .drawer .gnavi .products .sub_menu .sub_item a .image {
  overflow: hidden;
  margin-bottom: .5rem;
}
.common_header .drawer .gnavi .products .sub_menu .sub_item a .image img {
  transition: transform .2s ease-in-out;
}
.common_header .drawer .gnavi .products .sub_menu .sub_item a:hover .image img {
  transform: scale(1.1,1.1);
}
.common_header .drawer .call {
  display: none;
}
.common_header .drawer .close_btn {
  display: none;
}

.common_header .cta {
  width: 367px;
}
.common_header .cta .menu {
  display: flex;
}
.common_header .cta .menu .tel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
  margin-right: 10px;
}  
.common_header .cta .menu .tel .num {
  background: var(--i-tel) no-repeat left center / auto 24px;
  margin-bottom: .3rem;
  padding-bottom: .3rem;
  padding-left: 23px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
}
.common_header .cta .menu .tel .note {
  color: var(--c-text_pale);
  font-size: .68rem;
  line-height: 1em;
  letter-spacing: .05em;
}
.common_header .cta .menu .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 72px;
  border-left: 1px solid var(--c-line);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1em;
}
.common_header .cta .menu .item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  margin: .3rem 0;
}
.common_header .cta .menu .item.estimate a::before {
  background: var(--i-estimate) no-repeat center center / auto 27px;
}
.common_header .cta .menu .item.inquiry a::before {
  background: var(--i-inquiry) no-repeat center center / auto 18px;
}
.common_header .cta .menu .item.drawer_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .common_header {
    height: 15vw;
  }

  .common_header .logo {
    width: 33vw;
    padding-left: 2.66vw;
  }

  .common_header .drawer {
    position: fixed;
    top: 15vw;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--c-sub);
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease-in-out, visibility .35s ease-in-out;
  }
  .common_header .drawer .inner {
    padding: 4vw 4vw 22.4vw;
  }
  .common_header .drawer .contact_navi {
    display: block;
    margin-bottom: 4.8vw;
  }
  .common_header .drawer .contact_navi .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
  }
  .common_header .drawer .contact_navi .menu .title {
    width: 100%;
    margin: 1rem 0;
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
  }
  .common_header .drawer .contact_navi .menu .item {
    width: 23.5vw;
  }
  .common_header .drawer .contact_navi .menu .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 23.5vw;
    border: 1px solid var(--c-line);
    border-radius: 1.6vw;
    font-weight: 400;
    line-height: 1em;
  }
  .common_header .drawer .contact_navi .menu .item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 7.2vw;
    margin: .3rem 0;
  }
  .common_header .drawer .contact_navi .menu .item.estimate a::before {
    background: var(--i-estimate) no-repeat center center / auto 7.2vw;
  }
  .common_header .drawer .contact_navi .menu .item.inquiry a::before {
    background: var(--i-inquiry) no-repeat center center / auto 4.8vw;
  }
  .common_header .drawer .contact_navi .menu .item.tel a::before {
    background: var(--i-tel) no-repeat center center / auto 6vw;
  }
  .common_header .drawer .contact_navi .menu .item.products a::before {
    background: var(--i-products) no-repeat center center / auto 6.9vw;
  }
  .common_header .drawer .contact_navi .menu .item.youtube a::before {
    background: var(--i-youtube) no-repeat center center / auto 5.4vw;
  }
  .common_header .drawer .gnavi .menu {
    flex-direction: column;
    row-gap: 4.8vw;
  }
  .common_header .drawer .gnavi .menu .item.top {
    display: block;
  }
  .common_header .drawer .gnavi .menu .item a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 0;
    height: 12.2vw;
    padding: 0;
    border-bottom: 1px solid var(--c-text_main);
    font-size: 1.14rem;
  }
  .common_header .drawer .gnavi .menu .item>a::before {
    content: none;
  }
  .common_header .drawer .gnavi .menu .item>a::after,
  .common_header .drawer .gnavi .menu .item:hover>a::after {
    top: 0;
    right: .5rem;
    bottom: 0;
    left: auto;
    width: 2vw;
    height: 3.2vw;
    background: url(./img/icon/arrow_sp.svg) no-repeat center center / contain;
    margin: auto;
  }
  .common_header .drawer .gnavi .menu .item>a::after {
    transition: .2s ease-in-out;
  }
  .common_header .drawer .gnavi .menu .item:hover>a::after {
    right: .25rem;
  }
  .common_header .drawer .gnavi .sub_menu {
    position: static;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: transparent;
    opacity: 1;
  }
  .common_header .drawer .gnavi .sub_menu {
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    column-gap: 6.1vw;
  }
  .common_header .drawer .gnavi .sub_menu.ex {
    display: flex;
    column-gap: 0;
  }
  .common_header .drawer .gnavi .sub_menu .sub_item {
    width: 42.6vw;
  }
  .common_header .drawer .gnavi .sub_menu .sub_item a,
  .common_header .drawer .gnavi .menu .item:hover .sub_menu .sub_item a {
    height: 12.8vw;
    border-color: var(--c-line);
    border-right: 0;
    border-left: 0;
    font-size: 1rem;
    font-weight: 400;
  }
  .common_header .drawer .gnavi .sub_menu .sub_item a::after {
    right: .5rem;
    height: 3.2vw;
    background-image: url(./img/icon/arrow_sp.svg);
  }
  .common_header .drawer .gnavi .sub_menu .sub_item a:hover::after {
    right: .25rem;
  }
  .common_header .drawer .gnavi .products .sub_menu {
    gap: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .common_header .drawer .gnavi .menu .item.products:hover .sub_menu {
    height: auto;
  }
  .common_header .drawer .gnavi .products .sub_menu .sub_item {
    width: 42.6vw;
  }
  .common_header .drawer .gnavi .products .sub_menu .sub_item a {
    position: relative;
    display: flex;
    align-items: center;
    height: 12.8vw;
    border-bottom: 1px solid var(--c-line);
  }
  .common_header .drawer .gnavi .menu .item.products:hover .sub_menu .sub_item a {
    height: 12.8vw;
  }
  .common_header .drawer .gnavi .products .sub_menu .sub_item a::after {
    content: "";
  }
  .common_header .drawer .gnavi .products .sub_menu .sub_item a img {
    display: none;
    margin-bottom: 0;
  }
  .common_header .drawer .gnavi .contact .sub_menu {
    display: flex;
  }
  .common_header .drawer .call {
    display: block;
    padding: 15.2vw 0;
  }
  .common_header .drawer .call .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.6vw;
  }
  .common_header .drawer .call .menu .title {
    color: var(--c-text_sub);
    font-size: 1.07rem;
  }
  .common_header .drawer .call .menu .item {
    font-size: 2rem;
    line-height: 1.14em;
  }
  .common_header .drawer .call .menu .note {
    font-size: .92rem;
  }
  .common_header .drawer .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16vw;
    border: 1px solid var(--c-dark);
    border-radius: 1.6vw;
    color: var(--c-text_sub);
    font-size: 1.07rem;
  }

  .common_header .cta {
    width: 50vw;
  }
  .common_header .cta .menu {
    justify-content: flex-end;
  }
  .common_header .cta .menu .tel {
    display: none;
  }
  .common_header .cta .menu .item a {
    width: 17vw;
    height: 15vw;
    font-size: .71rem;
  }
  .common_header .cta .menu .item a::before {
    height: 7.2vw;
  }
  .common_header .cta .menu .item.estimate a::before {
    background-size: auto 7.2vw;
  }
  .common_header .cta .menu .item.inquiry a::before {
    background-size: auto 4.8vw;
  }
  .common_header .cta .menu .item.drawer_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15vw;
    height: 15vw;
    background-color: var(--c-sub);
    border-left: 1px solid var(--c-line);
    cursor: pointer;
  }
  .common_header .cta .menu .item.drawer_btn .line {
    position: relative;
    display: block;
    width: 10.4vw;
    height: 2px;
    background-color: var(--c-text_main);
    transition: background .35s ease-in-out;
  }
  .common_header .cta .menu .item.drawer_btn .line::before,
  .common_header .cta .menu .item.drawer_btn .line::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 10.4vw;
    height: 2px;
    background-color: var(--c-text_main);
    transition: .35s ease-in-out;
  }
  .common_header .cta .menu .item.drawer_btn .line::before {
    top: -2vw;
  }
  .common_header .cta .menu .item.drawer_btn .line::after {
    bottom: -2vw;
  }

  /* drawer */
  body.drawer .common_header .drawer {
    visibility: visible;
    opacity: 1;
  }
  body.drawer .common_header .cta .menu .item.drawer_btn .line {
    background-color: var(--c-sub);
  }
  body.drawer .common_header .cta .menu .item.drawer_btn .line::before {
    top: 0;
    transform: rotate(45deg);
  }
  body.drawer .common_header .cta .menu .item.drawer_btn .line::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}


/* common_footer */
/*--------------------------------------*/
.common_footer {
  background-color: var(--c-sub);
  padding: 80px 10px;
}
.common_footer .inner {
  width: 1120px;
  margin: 0 auto;
}

.common_footer .section_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.common_footer .section_header .logo {
  width: 196px;
  padding: 10px 0;
}
.common_footer .section_header .call {
}
.common_footer .section_header .call .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 6px;
}
.common_footer .section_header .call .menu .item {
  font-size: 1.75rem;
  line-height: 1.14em;
}
.common_footer .section_header .call .menu .note {
  font-size: .81rem;
}

.common_footer .section_body {
  display: flex;
  padding-top: 18px;
  border-top: 1px solid var(--c-line);
}
.common_footer .section_body .outline {
  width: calc(100% - 734px);
  padding-top: .5rem;
  line-height: 1.5em;
}
.common_footer .section_body .outline .title {
  margin-bottom: 1rem;
}
.common_footer .section_body .footer_navi {
  display: flex;
  justify-content: space-between;
  width: 734px;
}
.common_footer .section_body .footer_navi .menu {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  width: 352px;
}
.common_footer .section_body .footer_navi .menu .item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid var(--c-text_main);
  font-weight: 700;
  line-height: 1em;
}
.common_footer .section_body .footer_navi .menu .item>a::after {
  content: "";
  position: absolute;
  top: 0;
  right: .5rem;
  bottom: 0;
  left: auto;
  width: 7px;
  height: 14px;
  background: url(./img/icon/arrow_sp.svg) no-repeat center center / contain;
  margin: auto;
  transition: .2s ease-in-out;
}
.common_footer .section_body .footer_navi .menu .item>a:hover::after {
  right: .25rem;
}
.common_footer .section_body .footer_navi .menu .item .sub_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.common_footer .section_body .footer_navi .menu .item .sub_menu .sub_item {
  width: 168px;
}
.common_footer .section_body .footer_navi .menu .item .sub_menu .sub_item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid var(--c-line);
  font-size: .875rem;
  font-weight: 400;
}
.common_footer .section_body .footer_navi .menu .item .sub_menu .sub_item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: .5rem;
  bottom: 0;
  width: 7px;
  height: 14px;
  background: url(./img/icon/arrow_sp.svg) no-repeat center center / contain;
  margin: auto;
  transition: .2s ease-in-out;
}
.common_footer .section_body .footer_navi .menu .item .sub_menu .sub_item a:hover::after {
  right: .25rem;
}

.common_footer .copyright {
  display: block;
  margin-top: 120px;
  font-size: .75rem;
  font-style: normal;
  line-height: 1em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .common_footer {
    padding: 21.3vw 4vw;
  }
  .common_footer .inner {
    width: 100%;
  }

  .common_footer .section_header {
    display: block;
    margin-bottom: 25.6vw;
  }
  .common_footer .section_header .logo {
    width: 51vw;
    margin: 0 auto 10.4vw;
    padding: 0;
  }
  .common_footer .section_header .call .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.6vw;
  }
  .common_footer .section_header .call .menu .item {
    font-size: 2rem;
  }
  .common_footer .section_header .call .menu .note {
    font-size: .92rem;
  }

  .common_footer .section_body {
    flex-direction: column-reverse;
    padding-top: 4.8vw;
    border-top: 1px solid var(--c-line);
  }
  .common_footer .section_body .outline {
    width: 100%;
    padding-top: 15vw;
    font-size: 1.14rem;
    text-align: center;
  }
  .common_footer .section_body .outline .title {
    margin-bottom: 1.14rem;
  }

  .common_footer .section_body .footer_navi {
    flex-direction: column;
    width: 100%;
  }
  .common_footer .section_body .footer_navi .menu {
    row-gap: 4.8vw;
    width: 100%;
  }
  .common_footer .section_body .footer_navi .menu .item a {
    position: relative;
    display: flex;
    align-items: center;
    height: 12.2vw;
    font-size: 1.14rem;
  }
  .common_footer .section_body .footer_navi .menu .item>a::after {
    width: 2vw;
    height: 3.2vw;
  }
  .common_footer .section_body .footer_navi .menu .item .sub_menu {
  }
  .common_footer .section_body .footer_navi .menu .item .sub_menu .sub_item {
    width: 42.6vw;
  }
  .common_footer .section_body .footer_navi .menu .item .sub_menu .sub_item a {
    height: 12.8vw;
    font-size: 1rem;
  }
  .common_footer .section_body .footer_navi .menu .item .sub_menu .sub_item a::after {
    width: 2vw;
    height: 3.2vw;
  }

  .common_footer .copyright {
    margin-top: 14.4vw;
    font-size: .857rem;
    text-align: center;
  }
}


/* common_topic-path */
/*--------------------------------------*/
.common_topic-path {
  padding: 20px 10px;
}
.common_topic-path ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--c-text_sub);
  font-size: .8rem;
  line-height: 1.46em;
}
.common_topic-path li:last-child a {
  color: var(--c-dark);
  pointer-events: none;
}
.common_topic-path li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 .7rem 0 .5rem;
}

@media screen and (max-width: 767px) {
  .common_topic-path {
    padding: 2.8vw 4vw;
  }
  .common_topic-path ol {
    font-size: .857rem;
    line-height: 1.5em;
  }
}


/* mv */
/*--------------------------------------*/
#mv .basic_mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background: url(./img/mv/post.jpg) no-repeat center center / cover;
}
#mv .basic_mv.post { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.info { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.news { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.blog { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.ranking { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.casestudy { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.casestudy.yakisugi { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.casestudy.funen { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.casestudy.louver { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.casestudy.sugi { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.casestudy.hinoki { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.post.casestudy.other { background-image: url(./img/mv/post.jpg); }
#mv .basic_mv.contact { background-image: url(./img/mv/contact.jpg); }
#mv .basic_mv.service { background-image: url(./img/mv/service.jpg); }
#mv .basic_mv.company { background-image: url(./img/mv/company.jpg); }
#mv .basic_mv.recruit { background-image: url(./img/mv/recruit.jpg); }
#mv .basic_mv.products { background-image: url(./img/mv/products.jpg); }
#mv .basic_mv.other { background-image: url(./img/mv/products-other.jpg); }

#mv .basic_mv .title {
  background-color: rgba(255, 255, 255, .75);
  padding: .22rem .6rem .38rem;
  font-size: 2rem;
  line-height: 1em;
}

#mv .products_mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 514px;
  background: no-repeat center center / cover;
}
#mv .products_mv.yakisugi { background-image: url(./img/mv/products-yakisugi.jpg); }
#mv .products_mv.funen { background-image: url(./img/mv/products-funen.jpg); }
#mv .products_mv.louver { background-image: url(./img/mv/products-louver.jpg); }
#mv .products_mv.sugi { background-image: url(./img/mv/products-sugi.jpg); }
#mv .products_mv.hinoki { background-image: url(./img/mv/products-hinoki.jpg); }

#mv .products_mv .wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
#mv .products_mv .wrapper .title {
  color: var(--c-base);
  font-family: Noto Serif JP;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}
#mv .products_mv .wrapper .tail {
  padding: .5rem 0;
  color: var(--c-base);
  font-family: Noto Serif JP;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

#mv .products_mv.louver .wrapper {
  flex-direction: column-reverse;
  align-items: center;
  row-gap: .875rem;
}
#mv .products_mv.louver .wrapper .title {
  font-family: Noto Sans JP;
  font-size: 2rem;
  line-height: 1.125em;
  letter-spacing: 0;
  writing-mode: horizontal-tb;
}
#mv .products_mv.louver .wrapper .tail {
  padding: 0;
  font-family: Noto Sans JP;
  font-size: 5rem;
  line-height: 1.2em;
  letter-spacing: 0;
  writing-mode: horizontal-tb;
}

@media screen and (max-width: 767px) {
  #mv .basic_mv {
    height: 32vw;
  }
  #mv .basic_mv .title {
    font-size: 1.7rem;
  }

  #mv .products_mv {
    height: 89.3vw;
  }
  #mv .products_mv .wrapper .title {
    font-size: 4.57rem;
    line-height: 1.45em;
    letter-spacing: .2em;
  }
  #mv .products_mv .wrapper .tail {
    font-size: 1.7rem;
    letter-spacing: .08em;
  }

  #mv .products_mv.louver .wrapper {
    row-gap: .5rem;
  }
  #mv .products_mv.louver .wrapper .title {
    font-size: 1.428rem;
    line-height: 1.6em;
  }
  #mv .products_mv.louver .wrapper .tail {
    font-size: 3.428rem;
    line-height: 1.33em;
  }
}

#mv .under_bar {
  padding: 17px 10px;
  border-bottom: 1px solid var(--c-line);
}
#mv .under_bar .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}
#mv .under_bar .news_ticker {
  font-size: .75rem;
}
#mv .under_bar .news_ticker {
  display: grid;
  grid-template-areas: "overlap";
  justify-items: start;
  align-items: center;
  overflow: hidden;
}
#mv .under_bar .news_ticker p {
  grid-area: overlap;
  margin: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
#mv .under_bar .news_ticker p.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#mv .under_bar .contact {
  display: flex;
  align-items: center;
}
#mv .under_bar .contact .tel {
  padding-right: 1.5rem;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1em;
}
#mv .under_bar .contact .item a {
  display: flex;
  align-items: center;
  height: 22px;
  padding: 0 1.5rem;
  border-left: 1px solid var(--c-line);
  font-size: .75rem;
  font-weight: 500;
}
#mv .under_bar .contact .item a::before {
  content: "";
  display: inline-block;
  width: 1.06rem;
  height: 1.09rem;
  background: no-repeat center center / contain;
  margin-right: 1rem;
}
#mv .under_bar .contact .item.estimate a::before {
  background-image: var(--i-estimate);
}
#mv .under_bar .contact .item.inquiry a::before {
  background-image: var(--i-inquiry);
}

@media screen and (max-width: 767px) {
  #mv .under_bar {
    padding: .7rem 1rem;
  }
  #mv .under_bar .news_ticker {
    font-size: .85rem;
  }

  #mv .under_bar .contact {
    display: none;
  }
}


/* basic_banner */
/*--------------------------------------*/
.basic_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}
.basic_banner .item.half {
  width: calc(50% - 16px);
}

@media screen and (max-width: 767px) {
  .basic_banner {
    row-gap: 4vw;
  }
  .basic_banner .item.half {
    width: calc(50% - 2vw);
  }
}


/* basic_header */
/*--------------------------------------*/
.basic_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem .7rem;
  margin-bottom: 30px;
}
.basic_header .title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.14em;
}
.basic_header.large .title {
  font-size: 2.25rem;
}
.basic_header.medium .title {
  font-size: 2.25rem;
}
.basic_header.small {
  margin-bottom: 60px;
}
.basic_header.small .title {
  font-size: 2.25rem;
}
.basic_header .tail {
  color: var(--c-dark);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .basic_header {
    margin-bottom: 4.8vw;
  }
  .basic_header .title {
    font-size: 1.7rem;
  }
  .basic_header .title.br {
    width: 100%;
  }
  .basic_header.large .title {
    font-size: 2.57rem;
  }
  .basic_header.medium .title {
    font-size: 2rem;
  }
  .basic_header.small {
    margin-bottom: 10.4vw;
  }
  .basic_header.small .title {
    font-size: 1.7rem;
  }
  .basic_header .tail {
    font-size: .85rem;
  }
}


/* btn_more */
/*--------------------------------------*/
.btn_more {
  display: flex;
  justify-content: flex-start;
}
.btn_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 56px;
  border: 1px solid var(--c-text_main);
  font-size: .93rem;
  line-height: 1em;
  transition: .2s;
}
.btn_more a:hover {
  border-width: 3px;
  font-weight: 700;
  letter-spacing: 0.055em;
}
.btn_more a::after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: 1rem;
  background: url(./img/icon/arrow_pc.svg) no-repeat right center / auto 100%;
  margin-left: 1.6rem;
  transition: .2s;
}
.btn_more a:hover::after {
  filter: drop-shadow(1px 0 0 currentcolor);
}

@media screen and (max-width: 767px) {
  .btn_more a {
    width: 57vw;
    height: 15vw;
    font-size: 1.07rem;
  }
}


/* basic_list */
/*--------------------------------------*/
.basic_list .inner {
  max-width: 1120px;
  margin: 0 auto;
}

.basic_list .section_body {
  display: grid;
  gap: 32px;
}
.basic_list.pc2 .section_body {
  grid-template-columns: 1fr 1fr;
}
.basic_list.pc3 .section_body {
  grid-template-columns: 1fr 1fr 1fr;
}
.basic_list.pc4 .section_body {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.basic_list.pc5 .section_body {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.basic_list.pc6 .section_body {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.basic_list .section_body .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow:hidden; 
  border: 1px solid var(--c-line);
  border-radius: 6px;
  transition: box-shadow .3s ease-out;
}
.basic_list .section_body .item a:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
}

.basic_list .section_body .item .image {
  overflow:hidden; 
}
.basic_list .section_body .item .image img {
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out;
}
.basic_list .section_body .item a:hover .image img {
  transform: scale(1.06,1.06);
}

@media screen and (max-width: 767px) {
  .basic_list .section_body {
    gap: 4vw;
  }
  .basic_list.sp1 .section_body {
    grid-template-columns: 1fr;
  }
  .basic_list.sp2 .section_body {
    grid-template-columns: 1fr 1fr;
  }
  .basic_list .section_body .item a {
    border-radius: 1.6vw;
  }
}


/* basic_cta */
/*--------------------------------------*/
.basic_cta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}
.top_cta .basic_cta {
  padding-bottom: 60px;
}

.basic_cta .item {
  width: calc(50% - 16px);
}
.basic_cta .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 46px;
  width: 100%;
  height: 160px;
  border: 1px solid var(--c-dark);
  border-radius: 6px;
  transition: box-shadow .3s ease-out;
}
.basic_cta .item a:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
}
.basic_cta .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69.5px;
  height: 80px;
}
.basic_cta .item .image img {
  transition: transform .3s ease-in-out;
}
.basic_cta .item.estimate .image img {
  width: auto;
  height: 100%;
}
.basic_cta .item.estimate a:hover .image img {
  transform: scale(1.06,1.06);
}
.basic_cta .item.inquiry .image img {
  width: 100%;
  height: auto;
}
.basic_cta .item.inquiry a:hover .image img {
  transform: scale(1.2,1.2);
}
.basic_cta .item .text {
  width: 330px;
  font-size: .81rem;
  line-height: 1.69em;
}
.basic_cta .item .text .title {
  margin-bottom: .75rem;
  color: var(--c-text_sub);
  font-size: 1.25rem;
  line-height: 1.4em;
}

.basic_cta .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 30px 0 40px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
.basic_cta .contact .title {
  color: var(--c-text_sub);
  font-size: .8rem;
}
.basic_cta .contact .number {
  display: flex;
  column-gap: 38px;
  font-size: 1.25rem;
}
.basic_cta .contact .note {
  color: var(--c-text_sub);
  font-size: .8rem;
}

@media screen and (max-width: 767px) {
  .basic_cta {
    row-gap: 4vw;
  }
  .top_cta .basic_cta {
    padding-bottom: 8vw;
  }

  .basic_cta .item {
    width: 100%;
  }
  .basic_cta .item a {
    flex-direction: column;
    row-gap: .5rem;
    height: auto;
    padding: 8vw;
    border-radius: 1.6vw;
  }
  .basic_cta .item .image {
    width: auto;
    height: auto;
  }
  .basic_cta .item.estimate .image img {
    height: 21.3vw;
  }
  .basic_cta .item.inquiry .image img {
    width: 18.5vw;
  }
  .basic_cta .item .text {
    width: 100%;
    font-size: .857rem;
    line-height: 1.33em;
  }
  .basic_cta .item .text .title {
    margin-bottom: .5rem;
    font-size: 1.7rem;
    text-align: center;
  }

  .basic_cta .contact {
    flex-direction: column;
    row-gap: 1rem;
    height: auto;
    padding: 8vw;
    border-radius: 1.2vw;
    text-align: center;
  }
  .basic_cta .contact .title {
    font-size: .93rem;
  }
  .basic_cta .contact .number {
    flex-direction: column;
    row-gap: 1.2rem;
    font-size: 2rem;
  }
  .basic_cta .contact .note {
    font-size: .93rem;
  }
}


/* basic_products */
/*--------------------------------------*/
.basic_products .section_body .item .image {
  height: 112px;
}
.basic_products .section_body .item .item_body {
  padding: 10px 30px 20px;
}
.basic_products .section_body .item .item_body .title {
  margin-bottom: .3rem;
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.64em;
}
.basic_products .section_body .item .item_body .text {
  color: var(--c-text_pale);
  font-size: .75rem;
  line-height: 1.75em;
}

@media screen and (max-width: 767px) {
  .basic_products .section_body .item .image {
    height: 29.8vw;
  }
  .basic_products .section_body .item .item_body {
    padding: .7rem 1rem 1rem;
  }
  .basic_products .section_body .item .item_body .title {
    font-size: 1.2rem;
  }
  .basic_products .section_body .item .item_body .text {
    font-size: .85rem;
  }
}


/* basic_sevice */
/*--------------------------------------*/
.basic_sevice .section_body .item a {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 .5rem;
}
.basic_sevice .section_body .item .image {
  width: 63px;
  margin-right: .5rem;
}
.basic_sevice .section_body .item a:hover .image img {
  transform: scale(1.1,1.1);
}

@media screen and (max-width: 767px) {
  .basic_sevice .section_body {
    gap: 1.6vw;
  }
  .basic_sevice .section_body .item {
    width: 21.3vw;
  }
  .basic_sevice .section_body .item a {
    flex-direction: column;
    height: auto;
    padding: .5rem .2rem 1rem;
    border-radius: 1.6vw;
  }
  .basic_sevice .section_body .item .image {
    height: 15vw;
  }
  .basic_sevice .section_body .item .text {
    font-size: .93rem;
    line-height: 1.23em;
    text-align: center;
  }
  .basic_sevice .section_body .item:nth-child(2) .text,
  .basic_sevice .section_body .item:nth-child(3) .text,
  .basic_sevice .section_body .item:nth-child(6) .text {
    padding: 0 .6rem;
  }
}


/* basic_recruit */
/*--------------------------------------*/
.basic_recruit a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 240px;
  background: url(./img/image_recruit.svg) no-repeat right 60px center / 440px auto;
  padding: 0 65px;
  border: 1px solid var(--c-dark);
  border-radius: 6px;
}

.basic_recruit .section_header {
  margin-bottom: 1.5rem;
}
.basic_recruit .section_header .title {
  font-size: 2.5rem;
  line-height: 1em;
}
.basic_recruit .section_body {
  width: 464px;
  color: var(--c-text_sub);
  font-size: 1.06rem;
  line-height: 1.64em;
}

@media screen and (max-width: 767px) {
  .basic_recruit a {
    align-items: center;
    height: auto;
    background-position: center top 8vw;
    background-size: 74.6vw auto;
    padding: 44vw 8vw 8vw;
    border-radius: 1.2vw;
  }

  .basic_recruit .section_header {
    margin-bottom: 1rem;
  }
  .basic_recruit .section_header .title {
    font-size: 1.7rem;
  }
  .basic_recruit .section_body {
    width: 100%;
    font-size: .85rem;
    line-height: 1.33em;
  }
}


/* common-information */
/*--------------------------------------*/
#common-information {
}

#common-information .information_header {
  margin-bottom: 50px;
}
#common-information .information_header .title {
  font-size: 1.75rem;
  line-height: 1.5em;
  text-align: center;
}

#common-information .information_body {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 767px) {
  #common-information .information_header {
    width: 70vw;
    margin: 0 auto 10.4vw;
  }
  #common-information .information_header .title {
    font-size: 1.2rem;
    line-height: 1.64em;
  }

  #common-information .information_body {
    gap: 10.4vw;
  }
}


/* basic_article */
/*--------------------------------------*/
.basic_article .article_header {
  margin-bottom: 70px;
}
.basic_article .article_header .date {
  display: block;
  margin-bottom: 20px;
  color: var(--c-text_sub);
  font-size: .81rem;
  line-height: 1.46em;
}
.basic_article .article_header .title {
  font-size: 2.5rem;
  line-height: 1.4em;
}
.basic_article .article_header .category {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-top: 14px;
}
.basic_article .article_header .category li {
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0 .7rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
  color: var(--c-text_sub);
  font-size: .93rem;
  line-height: 1em;
}
.basic_article .article_header .eye_catch {
  margin-top: 48px;
}

.basic_article .article_body {
  margin-bottom: 160px;
  color: var(--c-text_sub);
  font-size: 1.06rem;
  line-height: 1.88em;
}
.basic_article .article_body h2 {
  margin: 4.375rem 0 3.5rem;
  color: var(--c-text_main);
  font-size: 1.5rem;
  line-height: 1.66em;
}
.basic_article .article_body h3 {
  margin: 2.5rem 0 .5rem;
  color: var(--c-text_main);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.77em;
}
.basic_article .article_body p {
  margin-bottom: 1rem;
}
.basic_article .article_body img {
  margin: 3.5rem 0;
}

.basic_article .article_footer .tag {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 30px;
}
.basic_article .article_footer .tag li {
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0 .7rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
  color: var(--c-text_sub);
  font-size: .93rem;
  line-height: 1em;
}

.basic_article .article_footer .article_pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
  padding-top: 30px;
  border-top: 1px solid var(--c-line);
}
.basic_article .article_footer .article_pagination .item {
  width: 100%;
}
.basic_article .article_footer .article_pagination .item.prev,
.basic_article .article_footer .article_pagination .item.next {
  width: calc(50% - 16px);
}
.basic_article .article_footer .article_pagination .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
  font-size: .93rem;
  text-align: center;
}
.basic_article .article_footer .article_pagination .item.prev a,
.basic_article .article_footer .article_pagination .item.next a {
  position: relative;
  border-color: var(--c-dark);
}
.basic_article .article_footer .article_pagination .item.prev a {
  padding-left: 50px;
}
.basic_article .article_footer .article_pagination .item.next a {
  padding-right: 50px;
}
.basic_article .article_footer .article_pagination .item.prev a::after,
.basic_article .article_footer .article_pagination .item.next a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: .5rem;
  height: 1rem;
  background: url(./img/icon/arrow_pc.svg) no-repeat center center / contain;
  margin: auto;
}
.basic_article .article_footer .article_pagination .item.prev a::after {
  left: 25px;
  rotate: 180deg;
}
.basic_article .article_footer .article_pagination .item.next a::after {
  right: 25px;
}

@media screen and (max-width: 767px) {
  .basic_article .article_header {
    margin-bottom: 8vw;
  }
  .basic_article .article_header .date {
    margin-bottom: 8vw;
    font-size: .93rem;
  }
  .basic_article .article_header .title {
    font-size: 2.857rem;
  }
  .basic_article .article_header .category {
    margin-top: 8vw;
  }
  .basic_article .article_header .category li {
    height: 2.285rem;
    border-radius: .6vw;
    font-size: 1.07rem;
  }
  .basic_article .article_header .eye_catch {
    margin-top: 8vw;
  }

  .basic_article .article_body {
    margin-bottom: 17vw;
    font-size: 1.2rem;
  }
  .basic_article .article_body h2 {
    margin: 8vw 0;
    font-size: 1.7rem;
  }
  .basic_article .article_body h3 {
    margin: 8vw 0;
    font-size: 1.285rem;
  }
  .basic_article .article_body img {
    margin: 8vw 0;
  }

  .basic_article .article_footer .tag {
    margin-bottom: 8vw;
  }
  .basic_article .article_footer .tag li {
    height: 2.285rem;
    border-radius: .6vw;
    font-size: 1.07rem;
  }

  .basic_article .article_footer .article_pagination {
    row-gap: 4.2vw;
    padding: 8vw 2.6vw;
  }
  .basic_article .article_footer .article_pagination .item.prev,
  .basic_article .article_footer .article_pagination .item.next {
    width: 100%;
  }
  .basic_article .article_footer .article_pagination .item a {
    padding: 3.2vw;
    border-radius: 1.6vw;
    font-size: 1.07rem;
    line-height: 1.6em;
  }
  .basic_article .article_footer .article_pagination .item.prev a {
    padding-left: 11.2vw;
  }
  .basic_article .article_footer .article_pagination .item.next a {
    padding-right: 11.2vw;
  }
  .basic_article .article_footer .article_pagination .item.prev a::after,
  .basic_article .article_footer .article_pagination .item.next a::after {
    width: .5rem;
    height: 1.14rem;
  }
  .basic_article .article_footer .article_pagination .item.prev a::after {
    left: 5.6vw;
  }
  .basic_article .article_footer .article_pagination .item.next a::after {
    right: 5.6vw;
  }
}


/* basic_contents */
/*--------------------------------------*/
.basic_contents {
  display: flex;
  justify-content: space-between;
}
.basic_contents .box {
  display: flex;
  flex-direction: column;
  row-gap: .875rem;
  width: 544px;
  color: #000;
  line-height: 2em;
}
.basic_contents .box .title {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.66em;
}
.basic_contents .box .category {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.basic_contents .box .category li {
  display: flex;
  align-items: center;
  height: 2rem;
  color: var(--c-text_sub);
  font-size: .93rem;
  line-height: 1em;
}
.basic_contents .box .category li:not(.note) {
  padding: 0 .5rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
}
.basic_contents .box .btn_more {
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .basic_contents {
    flex-direction: column;
    row-gap: 8vw;
  }
  .basic_contents.reverse {
    flex-direction: column-reverse;
  }  
  .basic_contents .box {
    width: 100%;
    font-size: 1.14rem;
  }
  .basic_contents .box .title {
    font-size: 1.7rem;
  }
  .basic_contents .box .category li {
    height: 2.285rem;
    border-radius: .6vw;
    font-size: 1.07rem;
  }
  .basic_contents .box .btn_more {
    justify-content: center;
  }
}


/* gallery */
/*--------------------------------------*/
.gallery {
  width: 100%;
}
.gallery .main {
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.gallery .main .js-main-img {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity .4s ease;
}
.gallery .main .js-main-img.animate {
  opacity: 0;
}
.gallery .main .js-sub-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery .thumb {
  display: flex;
  flex-wrap: wrap;
}
.gallery .thumb .thumb_item {
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s;
}
.gallery .thumb .thumb_item:hover,
.gallery .thumb .thumb_item.active {
  opacity: 0.7;
}


/* basic_video */
/*--------------------------------------*/
.basic_video {
  max-width: 736px;
  margin: 0 auto;
}
.basic_video.funen {
  margin-bottom: 65px;
}

.basic_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .basic_video {
    max-width: 100%;
  }
  .basic_video.funen {
    display: none;
  }
}



/*------------------------------------------------------------------------------------*/
/* PAGE */
/*------------------------------------------------------------------------------------*/

/* top */
/*--------------------------------------*/
#mv .top_slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#mv .top_slider .cover {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 66px;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  opacity: 0;
}
#mv .top_slider .slide.show .cover {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
}
#mv .top_slider .cover .item {
  display: flex;
}
#mv .top_slider .cover .item.item01 {
  gap: 63px;
}
#mv .top_slider .cover .item.item02 {
  gap: 78px;
}
#mv .top_slider .cover .item img {
  opacity: .5;
}
#mv .top_slider .cover .item .slider_text01 {
  height: 272px;
}
#mv .top_slider .cover .item .slider_text02 {
  height: 272px;
}
#mv .top_slider .cover .item .slider_text03 {
  height: 272px;
}
#mv .top_slider .cover .item .slider_text04 {
  height: 272px;
}
#mv .top_slider .slider .slide {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
#mv .top_slider .slider .slide.slide01 {
  background-image: url(./img/top/slide001.jpg);
}
#mv .top_slider .slider .slide.slide02 {
  background-image: url(./img/top/slide002.jpg);
}
#mv .top_slider .slider .slide.slide03 {
  background-image: url(./img/top/slide003.jpg);
}
#mv .top_slider .slider .slide .text {
  color: var(--c-base);
  font-family: Noto Serif JP;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: .045em;
  writing-mode: vertical-rl;
  opacity: 0;
}
#mv .top_slider .slider .slide.slide01 .text {
  color: var(--c-text_main);
}
#mv .top_slider .slider .slide.show {
  z-index: 1;
  opacity: 1;
}
#mv .top_slider .slider .slide.show .text {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #mv .top_slider {
    height: 85.3vw;
  }
  #mv .top_slider .cover {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0;
    padding-right: 0;
  }
  #mv .top_slider .cover .item {
    flex-direction: column;
    width: 40.8vw;
  }
  #mv .top_slider .cover .item.item01 {
    gap: 5.3vw;
  }
  #mv .top_slider .cover .item.item02 {
    gap: 4.8vw;
  }
  #mv .top_slider .cover .item .slider_text01 {
    height: 37.6vw;
  }
  #mv .top_slider .cover .item .slider_text02 {
    height: 38.6vw;
  }
  #mv .top_slider .cover .item .slider_text03 {
    height: 36.6vw;
  }
  #mv .top_slider .cover .item .slider_text04 {
    height: 39.2vw;
  }
  #mv .top_slider .slider .slide .text {
    font-size: 1.7rem;
  }
}


/* top-lead */
/*--------------------------------------*/
#top-lead {
  padding: 70px 10px 65px;
}
#top-lead .inner {
  width: 700px;
  margin: 0 auto;
}
#top-lead .section_header {
  margin-bottom: 30px;
}
#top-lead .section_header .title {
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
}
#top-lead .section_body {
  color: var(--c-text_sub);
  text-align: center;
}
#top-lead .section_body strong {
  color: var(--c-text_acc);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #top-lead {
    padding: 13vw 4vw 12vw;
  }
  #top-lead .inner {
    width: 82vw;
  }
  #top-lead .section_header {
    width: 60vw;
    margin: 0 auto 4vw;
  }
  #top-lead .section_header .title {
    font-size: 1.7rem;
    line-height: 1.5em;
  }
  #top-lead .section_body {
    text-align: left;
  }
}


/* top-products */
/*--------------------------------------*/
#top-products {
  padding: 80px 10px 0;
}

@media screen and (max-width: 767px) {
  #top-products {
    padding: 12vw 4vw 0;
  }
}


/* top-sevice */
/*--------------------------------------*/
#top-sevice {
  padding: 54px 10px 0;
}

@media screen and (max-width: 767px) {
  #top-sevice {
    padding: 9.6vw 4vw 0;
  }
}


/* top-area */
/*--------------------------------------*/
#top-area {
  padding: 60px 10px 70px;
}
#top-area .inner {
  width: 928px;
  background: url(./img/image_jp.png) no-repeat right center / contain;
  margin: 0 auto;
  padding: 70px 0 60px;
}

#top-area .section_header {
  margin-bottom: 40px;
}
#top-area .section_header .title {
  color: var(--c-text_sub);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1em;
}
#top-area .section_body {
  width: 632px;
  margin-bottom: 40px;
}
#top-area .section_body .text {
  color: var(--c-text_sub);
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  #top-area {
    padding: 12.8vw 0 8vw;
  }
  #top-area .inner {
    width: 100%;
    background-position: center top;
    padding: 12.8vw 16.5vw 14.4vw;
  }

  #top-area .section_header {
    margin-bottom: 8vw;
  }
  #top-area .section_header .title {
    font-size: 2.857rem;
    line-height: 1.4em;
  }
  #top-area .section_body {
    width: 100%;
    margin-bottom: 10.4vw;
  }
  #top-area .section_body .text {
    font-size: 1.14rem;
  }
}


/* top-blog */
/*--------------------------------------*/
#top-blog {
  padding: 94px 10px 50px;
}

#top-blog .section_body {
  margin-bottom: 32px;
}
#top-blog .section_body .item .image {
  height: 168px;
}
#top-blog .section_body .item .item_body {
  padding: 20px;
}
#top-blog .section_body .item .item_body .category {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 18px;
}
#top-blog .section_body .item .item_body .category li {
  display: flex;
  align-items: center;
  height: 1.68rem;
  padding: 0 .7rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
  color: var(--c-text_sub);
  font-size: .81rem;
  line-height: 1em;
}
#top-blog .section_body .item .item_body .title {
  margin-bottom: 12px;
  color: var(--c-text_sub);
  font-size: .93rem;
  line-height: 1.6em;
}
#top-blog .section_body .item .item_body .date {
  color: var(--c-dark);
  font-size: .81rem;
  line-height: 1.46em;
}

#top-blog .btn_more {
  justify-content: center;
}
#top-blog .btn_more a {
  width: 260px;
}

@media screen and (max-width: 767px) {
  #top-blog {
    padding: 8vw 4vw;
  }

  #top-blog .section_body {
    margin-bottom: 0;
  }
  #top-blog .section_body .item .image {
    height: 32vw;
  }
  #top-blog .section_body .item .item_body {
    padding: 4vw;
  }
  #top-blog .section_body .item .item_body .category {
    margin-bottom: .5rem;
  }
  #top-blog .section_body .item .item_body .category li {
    height: 1.9rem;
    border-radius: .6vw;
    font-size: .93rem;
  }
  #top-blog .section_body .item .item_body .title {
    margin-bottom: 0;
    font-size: .93rem;
  }
  #top-blog .section_body .item .item_body .date {
    font-size: .93rem;
  }

  #top-blog .btn_more {
    display: none;
  }
}


/* top-casestudy */
/*--------------------------------------*/
#top-casestudy {
  padding: 50px 10px 65px;
}

#top-casestudy .section_body {
  margin-bottom: 32px;
}
#top-casestudy .section_body .item .image {
  height: 236px;
}
#top-casestudy .section_body .item .item_body {
  padding: 20px;
}
#top-casestudy .section_body .item .item_body .category {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 16px;
}
#top-casestudy .section_body .item .item_body .category li {
  display: flex;
  align-items: center;
  height: 1.68rem;
  padding: 0 .7rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
  color: var(--c-text_sub);
  font-size: .81rem;
  line-height: 1em;
}
#top-casestudy .section_body .item .item_body .title {
  color: var(--c-text_sub);
  line-height: 1.5em;
}

#top-casestudy .btn_more {
  justify-content: center;
}
#top-casestudy .btn_more a {
  width: 200px;
}

@media screen and (max-width: 767px) {
  #top-casestudy {
    padding: 8vw 4vw;
  }

  #top-casestudy .section_body {
    margin-bottom: 8vw;
  }
  #top-casestudy .section_body .item .image {
    height: 63vw;
  }
  #top-casestudy .section_body .item .item_body {
    padding: 5.6vw;
  }
  #top-casestudy .section_body .item .item_body .category {
    margin-bottom: 1rem;
  }
  #top-casestudy .section_body .item .item_body .category li {
    height: 1.9rem;
    border-radius: .6vw;
    font-size: .93rem;
  }
  #top-casestudy .section_body .item .item_body .title {
    font-size: 1.14rem;
  }
}


/* top-about */
/*--------------------------------------*/
#top-about {
  padding: 65px 10px 75px;
}

#top-about .inner {
  max-width: 1120px;
  margin: 0 auto;
}

#top-about .section_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-about .section_body .content {
  width: 290px;
}
#top-about .section_body .content .content_header {
  margin-bottom: 45px;
}
#top-about .section_body .content .content_header .title {
  color: var(--c-text_sub);
  font-size: 3rem;
  line-height: 1.5em;
}
#top-about .section_body .content .text {
  color: var(--c-text_sub);
  line-height: 2em;
}
#top-about .btn_more {
  margin-top: 45px;
}
#top-about .btn_more a {
  width: 200px;
}

#top-about .section_body .image {
  width: 736px;
  padding-bottom: 50px;
}
#top-about .section_body .image .item {
  width: 100%;
}

#top-about .flickity-page-dots {
  bottom: -50px;
}
#top-about .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background-color: var(--c-line);
  opacity: 1;
}
#top-about .flickity-page-dots .dot.is-selected {
  background-color: #6C6660;
}

@media screen and (max-width: 767px) {
  #top-about {
    padding: 8vw 4vw 10.4vw;
  }

  #top-about .basic_header {
    display: none;
  }

  #top-about .section_body {
    flex-direction: column;
  }
  #top-about .section_body .content {
    width: 100%;
    margin-bottom: 16vw;
  }
  #top-about .section_body .content .content_header {
    margin-bottom: 8vw;
  }
  #top-about .section_body .content .content_header .title {
    font-size: 3.428rem;
    text-align: center;
  }
  #top-about .section_body .content .text {
    font-size: 1.14rem;
  }
  #top-about .btn_more {
    justify-content: center;
    margin-top: 8vw;
  }
  #top-about .btn_more a {
    width: 53.3vw;
  }

  #top-about .section_body .image {
    width: 100%;
    padding-bottom: 9.6vw;
  }

  #top-about .flickity-page-dots {
    bottom: -9.6vw;
  }
  #top-about .flickity-page-dots .dot {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.8vw;
  }
}


/* top-recruit */
/*--------------------------------------*/
#top-recruit {
  padding: 75px 10px 40px;
}

@media screen and (max-width: 767px) {
  #top-recruit {
    padding: 10.4vw 4vw;
  }
}


/* post-list */
/*--------------------------------------*/
#post-list {
  padding: 20px 10px 140px;
}

#post-list .section_header {
  margin-bottom: 85px;
}
#post-list .section_header .title {
  color: var(--c-text_sub);
  font-size: 1.75rem;
  line-height: 1.14em;
  text-align: center;
}

#post-list .section_body {
  gap: 48px 32px;
}
#post-list .section_body .item.fade-in {
  opacity: 0;
  animation: fadeIn 3s ease forwards;
}
#post-list .section_body .item .image {
  height: 232px;
}
#post-list .section_body .item .item_body {
  padding: 20px;
}
#post-list .section_body .item .item_body .category {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 18px;
}
#post-list .section_body .item .item_body .category li {
  display: flex;
  align-items: center;
  height: 1.68rem;
  padding: 0 .7rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
  color: var(--c-text_sub);
  font-size: .81rem;
  line-height: 1em;
}
#post-list .section_body .item .item_body .title {
  margin-bottom: 12px;
  color: var(--c-text_sub);
  line-height: 1.5em;
}
#post-list .section_body .item .item_body .date {
  color: var(--c-dark);
  font-size: .81rem;
  line-height: 1.46em;
}

#pagination {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  #post-list {
    padding: 10.4vw 4vw 24vw;
  }

  #post-list .section_header {
    margin-bottom: 17vw;
  }
  #post-list .section_header .title {
    font-size: 2rem;
  }

  #post-list .section_body {
    gap: 4vw;
  }
  #post-list .section_body .item .image {
    height: 63vw;
  }
  #post-list .section_body .item .item_body {
    padding: 5.6vw;
  }
  #post-list .section_body .item .item_body .category {
    margin-bottom: 1rem;
  }
  #post-list .section_body .item .item_body .category li {
    height: 1.9rem;
    border-radius: .6vw;
    font-size: .93rem;
  }
  #post-list .section_body .item .item_body .title {
    font-size: 1.14rem;
  }
}


/* post-single */
/*--------------------------------------*/
#post-single {
  padding: 65px 10px 160px;
}
#post-single .inner {
  max-width: 736px;
  margin: 0 auto;
}

#post-single .related_posts {
  margin-top: 100px;
}
#post-single .related_posts .item .image {
  height: 236px;
}
#post-single .related_posts .item .item_body {
  padding: 20px;
}
#post-single .related_posts .item .item_body .category {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 18px;
}
#post-single .related_posts .item .item_body .category li {
  display: flex;
  align-items: center;
  height: 1.68rem;
  padding: 0 .7rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
  color: var(--c-text_sub);
  font-size: .81rem;
  line-height: 1em;
}
#post-single .related_posts .item .item_body .title {
  margin-bottom: 12px;
  color: var(--c-text_sub);
  line-height: 1.5em;
}
#post-single .related_posts .item .item_body .date {
  color: var(--c-dark);
  font-size: .81rem;
  line-height: 1.46em;
}

@media screen and (max-width: 767px) {
  #post-single {
    padding: 12.8vw 4vw 14.4vw;
  }
  #post-single .inner {
    max-width: 100%;
  }

  #post-single .related_posts {
    margin-top: 14.4vw;
  }
  #post-single .related_posts .item .image {
    height: 32vw;
  }
  #post-single .related_posts .item .item_body {
    padding: 4vw;
  }
  #post-single .related_posts .item .item_body .category {
    margin-bottom: .5rem;
  }
  #post-single .related_posts .item .item_body .category li {
    height: 1.9rem;
    border-radius: .6vw;
    font-size: .93rem;
  }
  #post-single .related_posts .item .item_body .title {
    font-size: .93rem;
    margin-bottom: .5rem;
  }
  #post-single .related_posts .item .item_body .date {
    font-size: .93rem;
  }
}


/* lead_section */
/*--------------------------------------*/
#lead_section {
  padding: 65px 10px 90px;
}
#lead_section .inner {
  max-width: 736px;
  margin: 0 auto;
}
#lead_section .section_header {
  margin-bottom: 30px;
}
#lead_section .section_header .title {
  font-size: 2.625rem;
  line-height: 1.52em;
  text-align: center;
}
#lead_section .section_body {
  color: var(--c-text_sub);
  font-size: 1.06rem;
  line-height: 1.88em;
}

@media screen and (max-width: 767px) {
  #lead_section {
    padding: 12.8vw 4vw 26.4vw;
  }
  #lead_section .inner {
    max-width: 100%;
  }
  #lead_section .section_header {
    margin-bottom: 10.4vw;
  }
  #lead_section .section_header .title {
    font-size: 2rem;
    line-height: 1.428em;
    text-align: left;
  }
  #lead_section .section_body {
    font-size: 1.14rem;
    line-height: 1.75em;
  }
}


/* products */
/*--------------------------------------*/
#products {
  margin-bottom: 120px;
}

#products .products_top_list {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}

#products .box .basic_header {
  margin-bottom: 46px;
}
#products .box .box_body {
  display: flex;
}
#products .box .box_body .gallery {
  width: 448px;
}
#products .box .box_body .gallery .main {
  margin-bottom: 17px;
}
#products .box .box_body .gallery .main img {
  height: 296px;
  object-fit: cover;
}
#products .box .box_body .gallery .thumb {
  gap: 8px;
}
#products .box .box_body .gallery .thumb .thumb_item {
  width: 106px;
}
#products .box .box_body .gallery .thumb .thumb_item img {
  height: 72px;
  object-fit: cover;
}
#products .box .box_body .content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 448px);
  padding-left: 30px;
}
#products .box .box_body .content .content_header {
  max-width: 370px;
  margin-bottom: 30px;
}
#products .box .box_body .content .content_header .title {
  color: var(--c-text_sub);
  font-size: 1.5rem;
  line-height: 1.66em;
}
#products .box .box_body .content .text {
  margin-bottom: auto;
  color: var(--c-text_sub);
  line-height: 2em;
}
#products .box .box_body .content .text .list {
  margin: 1.875rem 0;
}
#products .box .box_body .content .text .list.box {
  padding: 1rem;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
#products .box .box_body .content .text .list li {
  position: relative;
  padding-left: 1rem;
  font-size: .93em;
  line-height: 1.6em;
}
#products .box .box_body .content .text .list.box li {
  font-size: .8em;
  line-height: 1.46em;
}
#products .box .box_body .content .text .list li::before {
  content: "\30FB";
  position: absolute;
  top: 0;
  left: 0;
}
#products .box .box_body .content .btn_more {
  justify-content: flex-end;
}
#products .box.yakisugi .box_body .content .btn_more a,
#products .box.funen .box_body .content .btn_more a {
  width: 185px;
}
#products .box.louver .box_body .content .btn_more a {
  width: 200px;
}
#products .box.hinoki .box_body .content .btn_more a,
#products .box.sugi .box_body .content .btn_more a {
  width: 249px;
}
#products .box.other .box_body .content .btn_more a {
  width: 215px;
}

@media screen and (max-width: 767px) {
  #products {
    margin-bottom: 32vw;
  }

  #products .products_top_list {
    row-gap: 26.4vw;
  }

  #products .box .basic_header {
    margin-bottom: 8vw;
  }
  #products .box .box_body {
    flex-direction: column;
  }
  #products .box .box_body .gallery {
    width: 100%;
  }
  #products .box .box_body .gallery .main {
    margin-bottom: 4.53vw;
  }
  #products .box .box_body .gallery .main img {
    height: 64vw;
  }
  #products .box .box_body .gallery .thumb {
    gap: 2.13vw;
  }
  #products .box .box_body .gallery .thumb .thumb_item {
    width: 21.3vw;
  }
  #products .box .box_body .gallery .thumb .thumb_item img {
    height: 15vw;
  }
  #products .box .box_body .content {
    width: 100%;
    padding: 8vw 0 0;
  }
  #products .box .box_body .content .content_header {
    max-width: 100%;
    margin-bottom: 8vw;
  }
  #products .box .box_body .content .content_header .title {
    font-size: 1.7rem;
  }
  #products .box .box_body .content .text {
    margin-bottom: 8vw;
    font-size: 1.14rem;
  }
  #products .box .box_body .content .btn_more {
    justify-content: center;
  }
  #products .box.yakisugi .box_body .content .btn_more a,
  #products .box.funen .box_body .content .btn_more a {
    width: 49.3vw;
  }
  #products .box.louver .box_body .content .btn_more a {
    width: 53.3vw;
  }
  #products .box.hinoki .box_body .content .btn_more a,
  #products .box.sugi .box_body .content .btn_more a {
    width: 66.4vw;
  }
  #products .box.other .box_body .content .btn_more a {
    width: 57.3vw;
  }
}

#products .header_gallery {
  max-width: 928px;
  margin: 0 auto 100px;
}
#products .header_gallery .gallery .main {
  margin-bottom: 23px;
}
#products .header_gallery .gallery .main img {
  height: 536px;
  object-fit: cover;
}
#products .header_gallery .gallery .thumb {
  justify-content: center;
  gap: 8px;
}
#products .header_gallery .gallery .thumb .thumb_item {
  width: 148px;
}
#products .header_gallery .gallery .thumb .thumb_item img {
  height: 96px;
  object-fit: cover;
}

#products .feature {
  margin-bottom: 80px;
}
#products .feature .content_body {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 32px;
}
#products .feature .content_body .item {
  width: 544px;
}
#products .feature .content_body .item .image {
  height: 320px;
}
#products .feature .content_body .item .image img {
  height: 100%;
  object-fit: cover;
}
#products .feature .content_body .item .item_body {
  color: var(--c-text_sub);
  line-height: 2em;
}
#products .feature .content_body .item .item_body .title {
  margin: 23px 0;
  font-size: 1.5rem;
  line-height: 1.33em;
}
#products .feature .content_body .item .item_body ul {
  margin-top: 1rem;
}
#products .feature .content_body .item .item_body ul h4 {
  display: inline;
  font-weight: 700;
}

#products .processing {
  margin-bottom: 126px;
}
#products .processing .content_body {
  display: flex;
  flex-wrap: wrap;
  padding: 48px;
  border: 1px solid var(--c-line);
  border-radius: 8px;
}
#products .processing .content_body .image {
  width: 311px;
}
#products .processing .content_body .item_body {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: calc(100% - 311px);
  padding-left: 32px;
  color: var(--c-text_sub);
  line-height: 2em;
}
#products .processing .content_body .item_body .title {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.64em;
}

#products #top-casestudy {
  padding: 0;
}
#products .casestudy {
  margin: 126px 0 70px;
}

#products .product_list {
  margin: 134px 0 170px;
}
#products .product_list .section_body {
  gap: 32px 16px;
}
#products .product_list .section_body .item .image {
  overflow:hidden; 
}
#products .product_list .section_body .item .image img {
  height: 100%;
  object-fit: cover;
}
#products .product_list .section_body .item .item_body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding: 0 .5rem;
  font-size: .93rem;
  line-height: 1.1em;
  text-align: center;
}

#products .product_detail {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
#products .product_detail .lead {
  margin: -1rem 0 5.5rem;
  color: var(--c-text_pale);
  line-height: 2em;
}

#products .product_detail .box .box_body:not(:last-child) {
  margin-bottom: 80px;
}
#products .product_detail .box .box_body .content {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
#products .product_detail .box .box_body .content .content_header {
  max-width: 100%;
  margin-bottom: 0;
}
#products .product_detail .box .box_body .content .content_header .title {
  font-size: 1.75rem;
  line-height: 1.14em;
}
#products .product_detail .box .box_body .content .category {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
#products .product_detail .box .box_body .content .category li {
  display: flex;
  align-items: center;
  height: 2rem;
  color: var(--c-text_sub);
  font-size: .93rem;
  line-height: 1em;
}
#products .product_detail .box .box_body .content .category li:not(.note) {
  padding: 0 .5rem;
  border: 1px solid var(--c-text_pale);
  border-radius: 3px;
}
#products .product_detail .box .box_body .content .text {
  color: var(--c-text_sub);
}
#products .product_detail .box .box_body .content .drawing .title {
  font-size: 1.06rem;
}
#products .product_detail .box .box_body .content .drawing .image img {
  width: auto;
  height: auto;
}
#products .product_detail .box .box_body .content .table {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
}
#products .product_detail .box .box_body .content .table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid var(--c-line);
  border-left: 1px solid var(--c-line);
  border-spacing: 0;
  border-radius: 6px;
}
#products .product_detail .box .box_body .content .table th,
#products .product_detail .box .box_body .content .table td {
  padding: .7rem;
  border-bottom: 1px solid var(--c-line);
  border-right: 1px solid var(--c-line);
  color: var(--c-text_sub);
  font-weight: 400;
  line-height: 1.1em;
  vertical-align: middle;
}
#products .product_detail .box .box_body .content .table tr:first-child > *:first-child {
  border-top-left-radius: 6px;
}
#products .product_detail .box .box_body .content .table tr:first-child > *:last-child {
  border-top-right-radius: 6px;
}
#products .product_detail .box .box_body .content .table tr:last-child > *:last-child {
  border-bottom-right-radius: 6px;
}
#products .product_detail .box .box_body .content .table tr:last-child > *:first-child {
  border-bottom-left-radius: 6px;
}
#products .product_detail .box .box_body .content .table .price {
  font-weight: 700;
  text-align: right;
}
#products .product_detail .box .box_body .content .table .note {
  font-size: .93rem;
  line-height: 1.35em;
}

#products .products {
  margin-bottom: 65px;
}
#products .products .content_body .menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#products .products .content_body .menu .item {
  width: 544px;
}
#products .products .content_body .menu .item .item_body .title {
  margin: 1.3rem 0;
  font-size: 1.5rem;
  line-height: 1.33em;
}
#products .products .content_body .menu .item .item_body p {
  color: var(--c-text_sub);
  line-height: 2em;
}
#products .products .content_body .spec {
  display: flex;
  column-gap: 32px;
  padding: 30px 60px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
#products .products .content_body .spec .item {
  flex-grow: 1;
  color: var(--c-text_sub);
}
#products .products .content_body .spec .item dt {
  line-height: 1.5em;
}
#products .products .content_body .spec .item dd {
  font-size: .93rem;
  line-height: 1.6em;
}

#products .products_cta {
  margin-bottom: 100px;
}
#products .products_cta .information_header {
  margin-bottom: 32px;
  text-align: center;
}
#products .products_cta .information_header .title {
  font-size: 1.75rem;
  line-height: 1.5em;
}
#products .products_cta .information_header .note {
  margin-top: 1rem;
  font-size: 1.06rem;
  line-height: 1.64em;
}

#products .spec {
  margin-bottom: 80px;
}
#products .spec .content_body {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
#products .spec .item_header {
  margin-bottom: 32px;
}
#products .spec .item_header .title {
  font-size: 1.5rem;
  line-height: 1.33em;
}
#products .spec .item_body {
  display: flex;
  justify-content: space-between;
}
#products .spec .item_body .text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 544px;
  line-height: 2em;
}
#products .spec .item_body .content {
  width: 544px;
}
#products .spec .item_body .content .table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid var(--c-line);
  border-left: 1px solid var(--c-line);
  border-spacing: 0;
  border-radius: 6px;
}
#products .spec .item_body .content .table th,
#products .spec .item_body .content .table td {
  padding: 1rem 0;
  border-bottom: 1px solid var(--c-line);
  border-right: 1px solid var(--c-line);
  color: var(--c-text_sub);
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
#products .spec .item_body .content .table tr:first-child > *:first-child {
  border-top-left-radius: 6px;
}
#products .spec .item_body .content .table tr:first-child > *:last-child {
  border-top-right-radius: 6px;
}
#products .spec .item_body .content .table tr:last-child > *:last-child {
  border-bottom-right-radius: 6px;
}
#products .spec .item_body .content .table tr:last-child > *:first-child {
  border-bottom-left-radius: 6px;
}
#products .spec .item_body .content .note {
  margin-top: .5rem;
  color: var(--c-text_pale);
  font-size: .8rem;
  line-height: 1.46em;
}
#products .spec .item_body .content .image_box {
  display: flex;
  justify-content: space-between;
}
#products .spec .item_body .content .image_box .image {
  width: 264px;
}

#products .catalog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 928px;
  margin: 0 auto 0;
  padding: 38px 28px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
#products .catalog .text {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  width: 531px;
  padding: 10px;
}
#products .catalog .text .item_header .title {
  font-size: 2.5rem;
  line-height: 1.4em;
}
#products .catalog .text .item_header .title span {
  display: block;
  font-size: .7em;
  line-height: 1.14em;
}
#products .catalog .text .btn_more {
  justify-content: flex-end;
}
#products .catalog .image {
  width: 301px;
}

@media screen and (min-width: 768px) {
  #products .feature.louver .content_body {
    gap: 60px;
  }
  #products .feature.louver .content_body .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
  }
  #products .feature.louver .content_body .item .image {
    width: 544px;
    height: auto;
  }
  #products .feature.louver .content_body .item .image img {
    height: auto;
    object-fit: unset;
  }
  #products .feature.louver .content_body .item .item_body {
    width: 544px;
  }
  #products .feature.louver .content_body .item .item_body .title {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #products .header_gallery {
    max-width: 100%;
    margin-bottom: 13vw;
  }
  #products .header_gallery .gallery .main {
    margin: 0 -4vw 4vw;
  }
  #products .header_gallery .gallery .main img {
    height: 68.2vw;
  }
  #products .header_gallery .gallery .thumb {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.13vw;
  }
  #products .header_gallery .gallery .thumb .thumb_item {
    width: 28.8vw;
  }
  #products .header_gallery .gallery .thumb .thumb_item img {
    height: 19.2vw;
  }

  #products .feature {
    margin-bottom: 10vw;
  }
  #products .feature .content_body {
    gap: 16vw;
  }
  #products .feature .content_body .item {
    width: 100%;
  }
  #products .feature .content_body .item .image {
    height: 52vw;
  }
  #products .feature.louver .content_body .item .image {
    height: auto;
  }
  #products .feature.louver .content_body .item .image img {
    height: auto;
    object-fit: unset;
  }
  #products .feature .content_body .item .item_body {
    font-size: 1.06rem;
  }
  #products .feature .content_body .item .item_body .title {
    margin: 1.5rem 0;
  }

  #products .processing {
    margin-bottom: 24vw;
  }
  #products .processing .content_body {
    padding: 8vw 4vw;
    border-radius: 2.1vw;
  }
  #products .processing .content_body .image {
    width: 100%;
  }
  #products .processing .content_body .item_body {
    row-gap: 4vw;
    width: 100%;
    padding: 8vw 0 0;
    font-size: 1.142rem;
  }
  #products .processing .content_body .item_body .title {
    font-size: 1.2rem;
  }

  #products .product_list {
    margin: 16vw 0 28.8vw;
  }
  #products .product_list .section_body {
    gap: 4.26vw;
  }
  #products .product_list .section_body .item {
    border-radius: 1.6vw;
  }
  #products .product_list .section_body .item .item_body {
      font-size: 1.06rem;
  }

  #products .product_detail {
    row-gap: 21vw;
  }
  #products .product_detail .lead {
    margin-top: 0;
    font-size: 1.14rem;
  }

  #products .product_detail .box .box_body:not(:last-child) {
    margin-bottom: 16vw;
  }
  #products .product_detail .box .box_body .content {
    row-gap: 8.5vw;
  }
  #products .product_detail .box .box_body .content .content_header .title {
    font-size: 2rem;
  }
  #products .product_detail .box .box_body .content .category li {
    height: 2.285rem;
    border-radius: .6vw;
    font-size: 1.07rem;
  }
  #products .product_detail .box .box_body .content .text {
    font-size: 1.14rem;
  }
  #products .product_detail .box .box_body .content .drawing .title {
    font-size: 1.2rem;
  }
  #products .product_detail .box .box_body .content .drawing .image img {
    width: 100%;
    height: auto;
  }
  #products .product_detail .box .box_body .content .table th,
  #products .product_detail .box .box_body .content .table td {
    padding: .6rem .75rem;
    font-size: 1.07rem;
    line-height: 1.33em;
  }
  #products .product_detail .box .box_body .content .table tr:first-child > *:first-child {
    border-top-left-radius: 1.6vw;
  }
  #products .product_detail .box .box_body .content .table tr:first-child > *:last-child {
    border-top-right-radius: 1.6vw;
  }
  #products .product_detail .box .box_body .content .table tr:last-child > *:last-child {
    border-bottom-right-radius: 1.6vw;
  }
  #products .product_detail .box .box_body .content .table tr:last-child > *:first-child {
    border-bottom-left-radius: 1.6vw;
  }
  #products .product_detail .box .box_body .content .table .price {
    font-size: 1.14rem;
  }
  #products .product_detail .box .box_body .content .table .note {
    font-size: 1.07rem;
  }

  #products .products {
    margin-bottom: 21.3vw;
  }
  #products .products .content_body .menu {
    flex-direction: column;
    row-gap: 10vw;
    margin-bottom: 8.53vw;
  }
  #products .products .content_body .menu .item {
    width: 100%;
  }
  #products .products .content_body .menu .item .item_body .title {
    margin: 1.3rem 0 1rem;
    font-size: 1.7rem;
  }
  #products .products .content_body .menu .item .item_body p {
    font-size: 1.14rem;
  }
  #products .products .content_body .spec {
    flex-direction: column;
    row-gap: 8vw;
    padding: 8vw;
    border-radius: 1.6vw;
  }
  #products .products .content_body .spec .item dt {
    font-size: 1.14em;
  }
  #products .products .content_body .spec .item dd {
    font-size: 1.07rem;
  }

  #products .products_cta {
    margin-bottom: 100px;
  }
  #products .products_cta.funen {
    display: none;
  }
  #products .products_cta .information_header {
    margin-bottom: 10.4vw;
  }
  #products .products_cta .information_header .title {
    width: 70vw;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.64em;
  }
  #products .products_cta .information_header .note {
    font-size: 1rem;
  }

  #products .spec {
    margin-bottom: 21.3vw;
  }
  #products .spec .content_body {
    row-gap: 10.4vw;
  }
  #products .spec .item_header {
    margin-bottom: 8vw;
  }
  #products .spec .item_header .title {
    font-size: 1.7rem;
  }
  #products .spec .item_body {
    flex-direction: column;
    row-gap: 8vw;
  }
  #products .spec .item_body .text {
    width: 100%;
    font-size: 1.14rem;
  }
  #products .spec .item_body .content {
    width: 100%;
  }
  #products .spec .item_body .content .table {
    border-radius: 1.6vw;
  }
  #products .spec .item_body .content .table th,
  #products .spec .item_body .content .table td {
    font-size: 1.14rem;
  }
  #products .spec .item_body .content .table tr:first-child > *:first-child {
    border-top-left-radius: 1.6vw;
  }
  #products .spec .item_body .content .table tr:first-child > *:last-child {
    border-top-right-radius: 1.6vw;
  }
  #products .spec .item_body .content .table tr:last-child > *:last-child {
    border-bottom-right-radius: 1.6vw;
  }
  #products .spec .item_body .content .table tr:last-child > *:first-child {
    border-bottom-left-radius: 1.6vw;
  }
  #products .spec .item_body .content .note {
    font-size: .93rem;
  }
  #products .spec .item_body .content .image_box .image {
    width: 43.8vw;
  }

  #products .catalog {
    flex-direction: column-reverse;
    row-gap: 8vw;
    width: 100%;
    padding: 15.2vw 8vw;
    border-radius: 1.6vw;
  }
  #products .catalog .text {
    row-gap: 5.6vw;
    width: 100%;
    padding: 0;
  }
  #products .catalog .text .item_header .title {
    font-size: 2.85rem;
  }
  #products .catalog .text .btn_more {
    justify-content: center;
  }
  #products .catalog .image {
    width: 100%;
  }
}


/* service */
/*--------------------------------------*/
#service {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
  margin: 68px 0 140px;
}

#service .basic_header {
  margin-bottom: 38px;
}

#service .flow_section {
  max-width: 930px;
  margin: 0 auto;
}
#service .flow_section .item {
  position: relative;
  display: flex;
  padding: 38px 45px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
#service .flow_section .item:not(:last-child) {
  margin-bottom: 32px;
}
#service .flow_section .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -33px;
  left: 0;
  display: block;
  width: 5px;
  height: 32px;
  background-color: var(--c-dark);
  margin: auto;
}
#service .flow_section .item .num {
  width: 190px;
  color: var(--c-dark);
  font-size: 1.5rem;
  line-height: 1.33em;
}
#service .flow_section .item .content {
  width: calc(100% - 190px);
  font-size: .93rem;
  line-height: 1.6em;
}
#service .flow_section .item .content .title {
  margin-bottom: .93rem;
  color: var(--c-text_sub);
  font-size: 1.5rem;
  line-height: 1.33em;
}

#service .faq_section {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#service .faq_section .item {
  padding: 20px 45px;
  border: 1px solid var(--c-line);
  border-radius: 8px;
  cursor: pointer;
  transition: background .3s;
}
#service .faq_section .item:hover,
#service .faq_section .item.active {
  background-color: var(--c-sub);
}
#service .faq_section .item .box {
  display: flex;
}
#service .faq_section .item .box.question {
  position: relative;
  align-items: center;
}
#service .faq_section .item .box.question::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 16px;
  height: 7px;
  background: url(./img/icon/arrow_down.svg) no-repeat center center / contain;
  margin: auto;
  opacity: .7;
  transition: .3s;
}
#service .faq_section .item.active .box.question::after {
  transform: rotate(180deg);
  opacity: 1;
}
#service .faq_section .item .box.answer {
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  border-top: 0 dotted var(--c-line);
  transition: .3s;
}
#service .faq_section .item.active .box.answer {
  margin-top: 32px;
  padding-top: 14px;
  border-top-width: 1px;
}
#service .faq_section .item .box .pref {
  width: 64px;
  font-size: 2rem;
  line-height: .875em;
}
#service .faq_section .item .box.answer .pref {
  line-height: 0;
  transition: .3s;
}
#service .faq_section .item.active .box.answer .pref {
  line-height: .875em;
}
#service .faq_section .item .box.question .pref {
  color: var(--c-dark);
  transition: color .3s;
}
#service .faq_section .item:hover .box.question .pref,
#service .faq_section .item.active .box.question .pref {
  color: var(--c-text_sub);
}
#service .faq_section .item .box.answer .pref {
  color: var(--c-text_sub);
  font-weight: 700;
}
#service .faq_section .item .box .title {
  width: calc(100% - 64px);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.64em;
}
#service .faq_section .item .box .text {
  width: calc(100% - 64px);
  color: var(--c-text_sub);
  line-height: 0;
  transition: color .3s;
}
#service .faq_section .item.active .box .text {
  line-height: 2em;
}
#service .faq_section .item .box .text a {
  color: var(--c-text_acc);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #service {
    row-gap: 21.6vw;
    margin: 13.6vw 0 32vw;
  }

  #service .basic_header {
    margin-bottom: 10.4vw;
  }
  #service .basic_header .title {
    font-size: 2rem;
  }

  #service .flow_section .item {
    flex-direction: column;
    row-gap: 8vw;
    padding: 10vw 8vw;
    border-radius: 1.6vw;
  }
  #service .flow_section .item:not(:last-child) {
    margin-bottom: 8.53vw;
  }
  #service .flow_section .item:not(:last-child)::after {
    bottom: -8.8vw;
    width: 1.33vw;
    height: 8.53vw;
  }
  #service .flow_section .item .num {
    width: 100%;
    font-size: 1.7rem;
  }
  #service .flow_section .item .content {
    width: 100%;
    font-size: 1.07rem;
  }
  #service .flow_section .item .content .title {
    margin-bottom: 1.12rem;
    font-size: 1.7rem;
  }

  #service .faq_section {
    row-gap: 4vw;
  }
  #service .faq_section .item {
    padding: 4vw;
    border-radius: 2.1vw;
  }
  #service .faq_section .item .box.question::after {
    width: 4.26vw;
    height: 1.86vw;
  }
  #service .faq_section .item.active .box.answer {
    margin-top: 6.66vw;
    padding-top: 4vw;
  }
  #service .faq_section .item .box .pref {
    width: 12.8vw;
    font-size: 2.285rem;
  }
  #service .faq_section .item .box .title {
    width: calc(100% - 12.8vw);
    padding-right: 8vw;
    font-size: 1.2rem;
  }
  #service .faq_section .item .box .text {
    width: calc(100% - 12.8vw);
    font-size: 1.14rem;
  }
}


/* company */
/*--------------------------------------*/
#company {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
  margin: 110px 0 135px;
}

#company .basic_header {
  margin-bottom: 38px;
}

#company .lead_section {
  display: flex;
  justify-content: space-between;
  max-width: 928px;
  margin: 0 auto;
}
#company .lead_section .image {
  width: 288px;
}
#company .lead_section .content {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 576px;
}
#company .lead_section .content .content_header .title {
  font-size: 2.5rem;
  line-height: 1.4em;
}
#company .lead_section .content .content_body {
  color: var(--c-text_sub);
  line-height: 2em;
}
#company .lead_section .content .content_footer {
  width: 240px;
  margin-left: auto;
}

#company .spec_section {
  display: flex;
  max-width: 928px;
  margin: 0 auto;
}
#company .spec_section .data {
  display: flex;
  flex-wrap: wrap;
  row-gap: 21px;
  color: var(--c-text_sub);
  line-height: 1.5em;
}
#company .spec_section .data .label {
  width: 176px;
  padding-right: 32px;
  font-weight: 700;
}
#company .spec_section .data .value {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: calc(100% - 176px);
}
#company .spec_section .data.col2 .value {
  width: calc(50% - 176px);
}

#company .column_section {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: 928px;
  margin: 0 auto;
}
#company .column_section .item {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  color: var(--c-text_sub);
  line-height: 1.5em;
}
#company .column_section .item .title {
  font-size: 1.5rem;
  line-height: 1.33em;
}
#company .column_section .gallery .main img {
  height: 536px;
  object-fit: cover;
}
#company .column_section .gallery .thumb {
  justify-content: center;
  gap: 8px;
}
#company .column_section .gallery .thumb .thumb_item {
  width: 148px;
}
#company .column_section .gallery .thumb .thumb_item img {
  height: 96px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #company {
    row-gap: 21.6vw;
    margin: 110px 0 135px;
  }

  #company .basic_header {
    margin-bottom: 10.4vw;
  }
  #company .basic_header .title {
    font-size: 2rem;
  }

  #company .lead_section {
    flex-direction: column;
    row-gap: 16vw;
  }
  #company .lead_section .image {
    width: 100%;
  }
  #company .lead_section .content {
    row-gap: 8vw;
    width: 100%;
  }
  #company .lead_section .content .content_header .title {
    font-size: 2.285em;
    line-height: 1.75em;
  }
  #company .lead_section .content .content_body {
    font-size: 1.14rem;
  }
  #company .lead_section .content .content_footer {
    width: 64vw;
  }

  #company .spec_section .data {
    row-gap: 0;
    font-size: 1.14rem;
  }
  #company .spec_section .data .label {
    width: 100%;
    margin-bottom: 1.6vw;
    padding-right: 0;
  }
  #company .spec_section .data.col2 .label {
    width: 46.5vw;
  }
  #company .spec_section .data .value {
    width: 100%;
  }
  #company .spec_section .data.col2 .value {
    width: calc(100% - 46.5vw);
  }
  #company .spec_section .data .value:not(:last-child) {
    margin-bottom: 8vw;
  }

  #company .column_section {
    row-gap: 8vw;
  }
  #company .column_section .item {
    row-gap: 4vw;
    font-size: 1.14rem;
  }
  #company .column_section .item .title {
    font-size: 1.7rem;
  }
  #company .column_section .gallery .main img {
    height: 68.2vw;
  }
  #company .column_section .gallery .thumb {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.13vw;
  }
  #company .column_section .gallery .thumb .thumb_item {
    width: 28.8vw;
  }
  #company .column_section .gallery .thumb .thumb_item img {
    height: 19.2vw;
  }
}


/* recruit */
/*--------------------------------------*/
#recruit {
  margin-top: 50px;
}

#recruit .section_header {
  margin-bottom: 40px;
}
#recruit .section_header .title {
  font-size: 2.625rem;
  line-height: 1.52em;
  text-align: center;
}

#recruit .content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 48px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
#recruit .content .content_header .title {
  color: var(--c-text_sub);
  font-size: 1.5rem;
  line-height: 1.33em;
  text-align: center;
}

#recruit .content .content_body {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
#recruit .content .content_body .item {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding: 40px 48px;
}
#recruit .content .content_body .item.box {
  border: 1px solid var(--c-dark);
  border-radius: 6px;
  color: var(--c-text_sub);
}
#recruit .content .content_body .item .item_header .title {
  font-size: 1.5rem;
  line-height: 1.33em;
}
#recruit .content .content_body .item .data {
  display: flex;
  flex-wrap: wrap;
  row-gap: 21px;
  color: var(--c-text_sub);
  line-height: 1.5em;
}
#recruit .content .content_body .item .data .label {
  width: 136px;
  padding-right: 32px;
  font-weight: 700;
}
#recruit .content .content_body .item .data .value {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: calc(100% - 136px);
}
#recruit .content .content_body .item .data .value li {
  position: relative;
  padding-left: 1.3em;
}
#recruit .content .content_body .item .data .value li::before {
  content: "\a0\25CF";
  position: absolute;
  top: 0;
  left: 0;
}
#recruit .content .content_body .item .data .value .telno {
  font-size: 1.5rem;
}

#recruit .content .content_footer {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  background-color: var(--c-sub);
  padding: 32px;
  border-radius: 6px;
}
#recruit .content .content_footer .pref {
  font-size: 1.06rem;
  line-height: 1.64em;
  text-align: center;
}
#recruit .content .content_footer .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 536px;
  height: 72px;
  background: #009EDC url(./img/icon/arrow_white.svg) no-repeat right 13px center / auto 16px;
  margin: 0 auto;
  color: var(--c-base);
  font-size: 1.25rem;
  font-weight: 700;
  transition: background .3s;
}
#recruit .content .content_footer .btn a:hover {
  background-color: #16BDFF;
  background-position: right 7px center;
}
#recruit .content .btn_more {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #recruit {
    margin-top: 11.2vw;
  }

  #recruit .section_header {
    margin-bottom: 10.4vw;
  }
  #recruit .section_header .title {
    font-size: 2rem;
    line-height: 1.428em;
  }

  #recruit .content {
    row-gap: 10.4vw;
    padding: 12.8vw 4vw;
    border-radius: 1.6vw;
  }
  #recruit .content .content_header .title {
    font-size: 1.2rem;
    line-height: 1.64em;
  }

  #recruit .content .content_body {
    row-gap: 10.4vw;
  }
  #recruit .content .content_body .item {
    row-gap: 6.4vw;
    padding: 6.4vw 4vw;
  }
  #recruit .content .content_body .item.box {
    border-radius: 1.6vw;
  }
  #recruit .content .content_body .item .item_header .title {
    font-size: 1.7rem;
  }
  #recruit .content .content_body .item .data {
    row-gap: 0;
    font-size: 1.14rem;
  }
  #recruit .content .content_body .item .data .label {
    width: 100%;
    margin-bottom: 1.6vw;
    padding-right: 0;
  }
  #recruit .content .content_body .item .data .value {
    width: 100%;
  }
  #recruit .content .content_body .item .data .value:not(:last-child) {
    margin-bottom: 8vw;
  }
  #recruit .content .content_body .item .data .value li {
    padding-left: 1em;
  }
  #recruit .content .content_body .item .data .value li::before {
    content: "\30FB";
  }
  #recruit .content .content_body .item .data .value .telno {
    font-size: 1.7rem;
  }

  #recruit .content .content_footer {
    row-gap: 8vw;
    padding: 6.4vw;
    border-radius: 1.6vw;
  }
  #recruit .content .content_footer .pref {
    font-size: 1.2rem;
  }
  #recruit .content .content_footer .btn a {
    width: 100%;
    height: 19.2vw;
    background: #009EDC url(./img/icon/arrow_white.svg) no-repeat right 13px center / auto 16px;
    background-position: right 4vw center;
    background-size: auto 4.26vw;
    font-size: 1.4rem;
  }
  #recruit .content .content_footer .btn a:hover {
    background-position: right 2.4vw center;
  }
}


/* contact */
/*--------------------------------------*/
#contact {
  margin-top: 50px;
}

#contact .inner.form {
  max-width: 928px;
}

#contact .section_header {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 80px;
}
#contact .section_header .title {
  font-size: 2.625rem;
  line-height: 1.52em;
  text-align: center;
}
#contact .section_header .text {
  color: var(--c-text_sub);
  line-height: 1.5em;
  text-align: center;
}

#contact .content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 48px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
#contact .content .cta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}
#contact .content .cta .item {
  width: 496px;
  color: var(--c-text_sub);
  font-size: .75rem;
  line-height: 1.33em;
}
#contact .content .cta .item a {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  padding: 40px;
  border: 1px solid var(--c-text_main);
  border-radius: 6px;
  transition: box-shadow .3s ease-out;
}
#contact .content .cta .item a:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
}
#contact .content .cta .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 80px;
  margin: 0 auto;
}
#contact .content .cta .item.estimate .image img {
  width: auto;
  height: 100%;
}
#contact .content .cta .item .image img {
  transition: transform .3s ease-in-out;
}
#contact .content .cta .item a:hover .image img {
  transform: scale(1.06,1.06);
}
#contact .content .cta .item .title {
  color: var(--c-text_main);
  font-size: 1.5rem;
  line-height: 1.33em;
  text-align: center;
}
#contact .content .contact {
  margin-top: 0;
}
#contact .content .btn_more {
  justify-content: center;
}

#contact .content .query {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
#contact .content .query .label {
  width: 215px;
  padding-top: .75rem;
  color: var(--c-text_sub);
  font-weight: 700;
  line-height: 1.5em;
}
#contact .content .query .label.nop {
  padding-top: 0;
}

#contact .content .query .input {
  position: relative;
  width: calc(100% - 215px);
}
#contact .content .query .input input[type="text"],
#contact .content .query .input input[type="email"],
#contact .content .query .input input[type="tel"] {
  width: 100%;
  background-color: var(--c-sub);
  padding: 1rem 1.5rem;
  border: 1px solid var(--c-text_sub);
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1em;
}
#contact .content .query .input input.size-s {
  width: 205px;
}
#contact .content .query .input input.size-m {
  width: 304px;
}
#contact .content .query .input input.size-l {
  width: 418px;
}
#contact .content .query .input textarea {
  width: 100%;
  height: 176px;
  background-color: var(--c-sub);
  padding: 1rem 1.5rem;
  border: 1px solid var(--c-text_sub);
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.5em;
}
#contact .content .query .input input[type="file"] {
  z-index: 2;
  display: block;
  width: 200px;
  height: 56px;
  opacity: 0;
}
#contact .content .query .input p:has(input[type="file"])::after {
  content: "図面・資料を添付";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  background: url(./img/icon/file.svg) no-repeat left 13px center / 18px auto;
  padding-left: 20px;
  border: 2px solid var(--c-text_main);
  font-size: .93rem;
}
#contact .content .query .input .note {
  margin-top: .5rem;
  font-size: .93rem;
  line-height: 1.6em;
}
#contact .content .query .input .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
#contact .content .query .input .wpcf7-radio label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
#contact .content .query .input .wpcf7-radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--c-text_main);
  border-radius: 50%;
}
#contact .content .query .input .wpcf7-radio label span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--c-text_main);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s;
}
#contact .content .query .input .wpcf7-radio label input[type="radio"]:checked + span::before {
  opacity: 1;
}

#contact .content .submit {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 32px;
  width: 600px;
  background-color: var(--c-sub);
  margin: 64px auto 32px;
  padding: 32px;
  border-radius: 6px;
}
#contact .content .submit .pref {
  color: var(--c-text_pale);
  font-size: .8rem;
  line-height: 1.84em;
  text-align: center;
}
#contact .content .submit .pref a {
  color: var(--c-text_acc);
}
#contact .content .submit .check label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #000;
}
#contact .content .submit .check label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--c-base);
  border: 2px solid var(--c-text_main);
}
#contact .content .submit .check label span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3.5px;
  display: block;
  width: 17px;
  height: 13px;
  background: url(./img/icon/check.svg) no-repeat center center / contain;
  opacity: 0;
  transition: opacity .3s;
}
#contact .content .submit .check label input[type="checkbox"]:checked + span::before {
  opacity: 1;
}
#contact .content .submit .btn input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 536px;
  height: 72px;
  background: #009EDC url(./img/icon/arrow_white.svg) no-repeat right 13px center / auto 16px;
  margin: 0 auto;
  color: var(--c-base);
  font-size: 1.25rem;
  font-weight: 700;
  transition: background .3s;
}
#contact .content .submit .btn input[type="submit"]:hover {
  background-color: #16BDFF;
  background-position: right 7px center;
}

#contact .contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  margin-top: 80px;
  padding: 32px;
  border: 1px solid var(--c-line);
  border-radius: 6px;
  color: var(--c-text_sub);
}
#contact .contact .title {
  font-size: 1.5rem;
  line-height: 1.33em;
}
#contact .contact .number {
  display: flex;
  column-gap: 64px;
  color: var(--c-text_main);
  font-size: 2.5rem;
  line-height: 1.4em;
}
#contact .contact .note {
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  #contact {
    margin-top: 11.2vw;
  }

  #contact .section_header {
    row-gap: 6.4vw;
    margin-bottom: 12.8vw;
  }
  #contact .section_header .title {
    font-size: 1.7rem;
    line-height: 1.66em;
    text-align: left;
  }
  #contact .section_header .title.center {
    text-align: center;
  }
  #contact .section_header .text {
    font-size: 1.14rem;
    text-align: left;
  }

  #contact .content {
    row-gap: 8vw;
    padding: 4vw 4vw 8vw;
    border-radius: 1.6vw;
  }
  #contact .content .cta {
    row-gap: 8vw;
  }
  #contact .content .cta .item {
    width: 100%;
    font-size: .857rem;
  }
  #contact .content .cta .item a {
    row-gap: 2.13vw;
    padding: 8vw;
    border-radius: 1.6vw;
  }
  #contact .content .cta .item .image {
    width: 18.4vw;
    height: auto;
  }
  #contact .content .cta .item.estimate .image {
    width: 15.8vw;
  }
  #contact .content .cta .item.estimate .image img {
    width: 100%;
    height: auto;
  }
  #contact .content .cta .item .title {
    font-size: 1.7rem;
  }

  #contact .content .query {
    row-gap: 0;
  }
  #contact .content .query .label {
    width: 100%;
    padding: 2vw 0 4vw;
    font-size: 1.14rem;
  }
  #contact .content .query .label.nop {
    padding-top: 4vw;
  }

  #contact .content .query .input {
    width: 100%;
  }
  #contact .content .query .input:not(:last-child) {
    margin-bottom: 4vw;
  }
  #contact .content .query .input input[type="text"],
  #contact .content .query .input input[type="email"],
  #contact .content .query .input input[type="tel"] {
    width: 100%;
    padding: 1.14rem .57rem;
    border-radius: 1.6vw;
    font-size: 1.14rem;
  }
  #contact .content .query .input input.size-s,
  #contact .content .query .input input.size-m,
  #contact .content .query .input input.size-l {
    width: 100%;
  }
  #contact .content .query .input textarea {
    height: 47vw;
    padding: 1.14rem .57rem;
    border-radius: 1.6vw;
    font-size: 1.14rem;
  }
  #contact .content .query .input input[type="file"] {
    width: 53vw;
    height: 15vw;
  }
  #contact .content .query .input span:has(input[type="file"])::after {
    width: 53vw;
    height: 15vw;
    background-position: left 3.46vw center;
    background-size: 4.8vw auto;
    padding-left: 5.6vw;
    font-size: 1.07rem;
  }
  #contact .content .query .input .note {
    line-height: 1.46em;
  }
  #contact .content .query .input .wpcf7-radio {
    gap: 1rem;
  }
  #contact .content .query .input .wpcf7-radio label {
    padding-left: 7.46vw;
    font-size: 1.14rem;
  }
  #contact .content .query .input .wpcf7-radio label::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  #contact .content .query .input .wpcf7-radio label span::before {
    top: 1.06vw;
    left: 1.06vw;
    width: 4.26vw;
    height: 4.26vw;
  }

  #contact .content .submit {
    row-gap: 8vw;
    width: 100%;
    margin: 8vw auto 4vw;
    padding: 8vw 4.5vw;
    border-radius: 1.6vw;
  }
  #contact .content .submit .pref {
    font-size: .93rem;
    text-align: left;
  }
  #contact .content .submit .pref p {
    display: inline;
  }
  #contact .content .submit .check label {
    padding-left: 8vw;
  }
  #contact .content .submit .check label::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  #contact .content .submit .check label span::before {
    top: 1.6vw;
    left: .9vw;
    width: 4.53vw;
    height: 3.46vw;
  }
  #contact .content .submit .btn {
    width: 100%;
  }
  #contact .content .submit .btn input[type="submit"] {
    width: 100%;
    height: 19.2vw;
    background-position: right 3.46vw center;
    background-size: auto 4.26vw;
    font-size: 1.42rem;
  }
  #contact .content .submit .btn input[type="submit"]:hover {
    background-position: right 1.86vw center;
  }

  #contact .contact {
    row-gap: 2.13vw;
    margin-top: 12.8;
    padding: 8vw;
    border-radius: 1.6vw;
  }
  #contact .contact .title {
    font-size: .93rem;
    line-height: 1.46em;
  }
  #contact .contact .number {
    flex-direction: column;
    row-gap: 2.13vw;
    font-size: 2rem;
    line-height: 1.14em;
  }
  #contact .contact .note {
    font-size: .93rem;
    line-height: 1.46em;
  }
}


