/* --------------------------------------------------
	section size
-------------------------------------------------- */
body {
  background: #fff;
}

.page-company {
  /* page-nav
  ---------------------------------------------------------------------------- */
  /* sec-msg
  ---------------------------------------------------------------------------- */
  /* sec-overview
  ---------------------------------------------------------------------------- */
  /* sec-shopinfo
  ---------------------------------------------------------------------------- */
  /* sec-awards
  ---------------------------------------------------------------------------- */
  /* sec-awards
  ---------------------------------------------------------------------------- */
  /* sec-showroom
  ---------------------------------------------------------------------------- */
}
.page-company .p-page-nav {
  padding: 4rem 0 2px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-company .p-page-nav {
    padding: 2.8rem 0 2px 0;
  }
}
.page-company .p-page-nav .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-company .p-page-nav .nav-list {
    gap: 1.6rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-company .p-page-nav .nav-list li {
    width: calc((100% - 1.5rem) / 2);
  }
}
.page-company .p-page-nav .nav-list li .nav-btn {
  position: relative;
  display: block;
  width: 16rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  color: #FB540C;
  padding: 0.3rem 3rem 0.3rem 1.6rem;
  background: #fff;
  border: 1px solid #FB540C;
  border-radius: 1.6rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-company .p-page-nav .nav-list li .nav-btn {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 2.6rem 0.5rem 1.6rem;
    border-radius: 1.6rem;
  }
}
.page-company .p-page-nav .nav-list li .nav-btn:before, .page-company .p-page-nav .nav-list li .nav-btn:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
}
.page-company .p-page-nav .nav-list li .nav-btn:before {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0.8rem;
  background: url("../../assets_ver2/images/common/ico_arrow_w.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
  z-index: 2;
}
.page-company .p-page-nav .nav-list li .nav-btn:after {
  width: 2.6rem;
  height: 100%;
  background: #FB540C;
  border-radius: 0 1.2rem 1.2rem 0;
  z-index: 1;
}
@media (min-width: 768px) and (hover: hover) {
  .page-company .p-page-nav .nav-list li .nav-btn:hover {
    color: #fff;
    background: #FB540C;
  }
}
.page-company .sec-msg {
  position: relative;
  padding: 4rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-company .sec-msg {
    padding: 2.8rem 0 4rem 0;
  }
  .page-company .sec-msg .l-inner {
    padding: 0;
  }
  .page-company .sec-msg .c-title02 {
    width: calc(100% - 4rem);
    margin: 0 auto 1.6rem auto;
  }
}
.page-company .sec-msg .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .page-company .sec-msg .flex {
    flex-direction: column-reverse;
  }
}
.page-company .sec-msg .flex-txt {
  width: calc(100% - 37rem);
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-msg .flex-txt {
    width: 100%;
    padding: 0 2rem;
  }
}
.page-company .sec-msg .flex-txt .ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.018em;
  font-weight: 700;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 767px) {
  .page-company .sec-msg .flex-txt .ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    letter-spacing: 0.019em;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 1.2rem;
    border-bottom: none;
  }
}
.page-company .sec-msg .flex-txt .txt {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-feature-settings: "palt";
  line-break: strict;
}
.page-company .sec-msg .flex-txt .txt + .txt {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-msg .flex-txt .txt + .txt {
    margin-top: 2rem;
  }
}
.page-company .sec-msg .flex-txt .post {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.162em;
  font-weight: 500;
}
.page-company .sec-msg .flex-txt .name {
  margin-left: 0.4rem;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.162em;
  font-weight: 500;
}
.page-company .sec-msg .flex-img {
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-msg .flex-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.page-company .sec-overview {
  margin-top: 6.4rem;
  padding: 3.2rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-company .sec-overview {
    margin-top: 0;
    padding: 4.8rem 0 0 0;
  }
}
.page-company .sec-overview .btn-wrap {
  margin-top: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-company .sec-overview .btn-wrap {
    margin-top: 0;
    text-align: center;
  }
}
.page-company .sec-shopinfo {
  margin-top: 6.4rem;
  padding: 3.2rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-company .sec-shopinfo {
    margin-top: 0.4rem;
    padding: 4.8rem 0 0 0;
  }
  .page-company .sec-shopinfo .l-inner {
    padding: 0;
  }
  .page-company .sec-shopinfo .c-title02 {
    width: calc(100% - 4rem);
    margin: 0 auto 1.6rem auto;
    padding-left: 0;
  }
  .page-company .sec-shopinfo .c-title02:before, .page-company .sec-shopinfo .c-title02:after {
    display: none;
  }
}
.page-company .sec-shopinfo .info-box-wrap + .info-box-wrap {
  margin-top: 2.4rem;
}
.page-company .sec-shopinfo .info-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
.page-company .sec-shopinfo .info-box__txt {
  width: calc(100% - 64.1rem);
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-shopinfo .info-box__txt {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2.4rem;
  }
}
.page-company .sec-shopinfo .info-box__txt .address_num {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .page-company .sec-shopinfo .info-box__txt .address_num {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    font-weight: 500;
    letter-spacing: 0.8px;
  }
}
.page-company .sec-shopinfo .info-box__txt .address_txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .page-company .sec-shopinfo .info-box__txt .address_txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    font-weight: 400;
    letter-spacing: 0.7px;
  }
}
.page-company .sec-shopinfo .info-box__img {
  width: 64.1rem;
  aspect-ratio: 641/140;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-company .sec-shopinfo .info-box__img {
    display: block;
    width: 100%;
    aspect-ratio: inherit;
  }
}
.page-company .sec-shopinfo .info-box__img .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-company .sec-shopinfo .info-box__img .img {
    width: 100%;
    height: 14rem;
  }
}
.page-company .sec-shopinfo .info-box__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-company .sec-shopinfo .info-box__img .gmap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-company .sec-shopinfo .info-box__img .gmap {
    width: 100%;
    height: 14rem;
  }
}
.page-company .sec-shopinfo .info-box__img .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}
.page-company .sec-awards {
  margin-top: 6.4rem;
  padding: 3.2rem 0 9.6rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-company .sec-awards {
    margin-top: 0;
    padding: 4.4rem 0;
  }
}
.page-company .sec-awards .post-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 3.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-awards .post-wrap {
    gap: 2.4rem 1.5rem;
  }
}
.page-company .sec-awards .post-wrap .post {
  width: calc((100% - 10.5rem) / 4);
}
@media screen and (max-width: 767px) {
  .page-company .sec-awards .post-wrap .post {
    width: calc((100% - 1.5rem) / 2);
    border-bottom: 1px solid #C4C4C4;
  }
}
.page-company .sec-awards .post-wrap .post-img {
  width: 100%;
  aspect-ratio: 223/142;
  border: 1px solid #C4C4C4;
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  .page-company .sec-awards .post-wrap .post-img {
    aspect-ratio: 160/102;
  }
}
.page-company .sec-awards .post-wrap .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-company .sec-awards .post-wrap .post-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-awards .post-wrap .post-txt {
    margin-top: 1.6rem;
  }
}
.page-company .sec-awards .post-wrap .post-txt .txt {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .page-company .sec-awards .post-wrap .post-txt .txt {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    font-weight: 400;
    letter-spacing: 0.28px;
    padding-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-company .sec-awards .post-wrap .post:nth-last-of-type(1), .page-company .sec-awards .post-wrap .post:nth-last-of-type(2) {
    border-bottom: none;
  }
  .page-company .sec-awards .post-wrap .post:nth-last-of-type(1) .txt, .page-company .sec-awards .post-wrap .post:nth-last-of-type(2) .txt {
    padding-bottom: 0;
  }
  .page-company .sec-awards .post-wrap .post:nth-of-type(1), .page-company .sec-awards .post-wrap .post:nth-of-type(2) {
    border-bottom: 1px solid #C4C4C4;
  }
  .page-company .sec-awards .post-wrap .post:nth-of-type(1) .txt, .page-company .sec-awards .post-wrap .post:nth-of-type(2) .txt {
    padding-bottom: 1.4rem;
  }
}
.page-company .sec-media {
  padding: 7.2rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media {
    padding: 2.4rem 0 0 0;
  }
}
.page-company .sec-media .post-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 4rem 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .post-wrap {
    gap: 1.6rem 0;
    margin-bottom: 2.4rem;
  }
}
.page-company .sec-media .post-wrap .post {
  width: calc((100% - 4rem) / 2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .post-wrap .post {
    width: 100%;
  }
}
.page-company .sec-media .post-wrap .post-img {
  width: 22.4rem;
  aspect-ratio: 224/142;
  border: 1px solid #C4C4C4;
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .post-wrap .post-img {
    width: 16rem;
    aspect-ratio: 160/102;
  }
}
.page-company .sec-media .post-wrap .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-company .sec-media .post-wrap .post-txt {
  width: calc(100% - 22.4rem);
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .post-wrap .post-txt {
    width: calc(100% - 16rem);
    padding-left: 1.6rem;
  }
}
.page-company .sec-media .post-wrap .post-txt .date {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .post-wrap .post-txt .date {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 0.4rem;
  }
}
.page-company .sec-media .post-wrap .post-txt .txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  letter-spacing: 1.44px;
  font-feature-settings: "palt";
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .post-wrap .post-txt .txt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 400;
    letter-spacing: 1.26px;
  }
}
.page-company .sec-media .reason-box__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .reason-box__wrap {
    gap: 1.6rem 0;
  }
}
.page-company .sec-media .reason-box__wrap .reason-box {
  position: relative;
  width: calc((100% - 4rem) / 2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  border-radius: 0.8rem;
  border: 1px solid #C4C4C4;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .reason-box__wrap .reason-box {
    width: 100%;
  }
}
.page-company .sec-media .reason-box__wrap .reason-box:after {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 2px solid #FB540C;
  border-radius: 0.8rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-company .sec-media .reason-box__wrap .reason-box__img {
  width: 12rem;
  aspect-ratio: 120/197;
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .reason-box__wrap .reason-box__img {
    width: 7.8rem;
    aspect-ratio: 156/344;
  }
}
.page-company .sec-media .reason-box__wrap .reason-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-company .sec-media .reason-box__wrap .reason-box__txt {
  width: calc(100% - 12rem);
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .reason-box__wrap .reason-box__txt {
    width: calc(100% - 7.8rem);
    padding: 1.7rem 1.5rem;
  }
}
.page-company .sec-media .reason-box__wrap .reason-box__txt .ttl {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .reason-box__wrap .reason-box__txt .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.6rem;
  }
}
.page-company .sec-media .reason-box__wrap .reason-box__txt .txt {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .reason-box__wrap .reason-box__txt .txt {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 400;
  }
}
.page-company .sec-media .reason-box__wrap .reason-box__txt .btn-wrap {
  position: relative;
  margin-top: 0.8rem;
}
.page-company .sec-media .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn {
  position: relative;
  width: 15.6rem;
  margin: 0 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 400;
  letter-spacing: 0;
  color: #FB540C;
  padding: 0.1rem 3.5rem 0.2rem 1.6rem;
  border: 1px solid #FB540C;
  border-radius: 1.3rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn {
    width: 14.9rem;
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 400;
  }
}
.page-company .sec-media .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:before, .page-company .sec-media .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
}
.page-company .sec-media .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:before {
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  background: url("../../assets_ver2/images/common/ico_arrow_w.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
  z-index: 2;
}
.page-company .sec-media .reason-box__wrap .reason-box__txt .btn-wrap .reason-btn:after {
  right: -1px;
  width: 2.7rem;
  height: 100%;
  background: #FB540C;
  border-radius: 0 1.3rem 1.3rem 0;
  z-index: 1;
}
@media (min-width: 768px) and (hover: hover) {
  .page-company .sec-media .reason-box__wrap .reason-box:hover:after {
    opacity: 1;
  }
  .page-company .sec-media .reason-box__wrap .reason-box:hover .reason-box__txt .btn-wrap .reason-btn {
    color: #fff;
    background: #FB540C;
  }
}
.page-company .sec-media .c-contact-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-media .c-contact-wrap {
    margin-top: 4rem;
    padding: 3.2rem 0;
    background: #fff;
  }
}
.page-company .sec-showroom {
  padding: 5.6rem 0 8.8rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-company .sec-showroom {
    padding: 4.8rem 0 0 0;
    background: #F8EEE7;
  }
  .page-company .sec-showroom .l-inner {
    padding: 0;
  }
  .page-company .sec-showroom .c-title02 {
    width: calc(100% - 4rem);
    margin: 0 auto 1.6rem auto;
  }
}
.page-company .sec-showroom .info-box-wrap + .info-box-wrap {
  margin-top: 2.4rem;
}
.page-company .sec-showroom .info-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
.page-company .sec-showroom .info-box__txt {
  width: calc(100% - 64.1rem);
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-company .sec-showroom .info-box__txt {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2.4rem;
  }
}
.page-company .sec-showroom .info-box__txt .lead-txt {
  color: #FB540C;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.page-company .sec-showroom .info-box__txt .txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 400;
  letter-spacing: 0;
}
.page-company .sec-showroom .info-box__txt .address_num {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .page-company .sec-showroom .info-box__txt .address_num {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    font-weight: 500;
    letter-spacing: 0.8px;
  }
}
.page-company .sec-showroom .info-box__txt .address_txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .page-company .sec-showroom .info-box__txt .address_txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    font-weight: 400;
    letter-spacing: 0.7px;
  }
}
.page-company .sec-showroom .info-box__img {
  width: 64.1rem;
  aspect-ratio: 641/140;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .page-company .sec-showroom .info-box__img {
    display: block;
    width: 100%;
    aspect-ratio: inherit;
  }
}
.page-company .sec-showroom .info-box__img .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-company .sec-showroom .info-box__img .img {
    width: 100%;
    height: 14rem;
  }
}
.page-company .sec-showroom .info-box__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-company .sec-showroom .info-box__img .gmap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-company .sec-showroom .info-box__img .gmap {
    width: 100%;
    height: 14rem;
  }
}
.page-company .sec-showroom .info-box__img .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}