/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 4;
}
#page-ttl .pgttl-bgimg {
  width: 100%;
  height: 31.25vw;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg {
    height: 360px;
  }
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1em;
}
#page-ttl .pgttl-inner .__ttltxt {
  text-align: center;
}
#page-ttl .pgttl-inner .__ttltxt span {
  color: #fff;
}

.__breadcrumbs {
  padding: 0.2em 0;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs {
    padding: 0.4em 0;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .__breadcrumbs ul {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul {
    width: calc(100% - 40px);
  }
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin: 0 1em;
}
.__breadcrumbs ul li a {
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__anchor-link-list {
  position: relative;
  z-index: 4;
  width: calc(100% - 2em);
  margin: 0 auto;
  padding-top: 4em;
}
.__anchor-link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.__anchor-link-list ul .anchor-link-btn {
  width: calc(25% - 0.75em);
  margin-right: 1em;
}
.__anchor-link-list ul .anchor-link-btn:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .__anchor-link-list ul .anchor-link-btn {
    width: calc(50% - 0.5em);
    margin-top: 1em;
  }
  .__anchor-link-list ul .anchor-link-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .__anchor-link-list ul .anchor-link-btn {
    width: 100%;
    margin-right: 0;
  }
}
.__anchor-link-list ul .anchor-link-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.2em 0.6em;
  border: solid 1px #cabeb4;
  transition: all 0.24s ease;
}
.__anchor-link-list ul .anchor-link-btn a span {
  display: block;
}
.__anchor-link-list ul .anchor-link-btn a span.__txt {
  color: #806f60;
  font-size: 0.875em;
}
.__anchor-link-list ul .anchor-link-btn a span.__img {
  width: 1em;
}
.__anchor-link-list ul .anchor-link-btn a span.__img img {
  width: 100%;
  height: auto;
}
.__anchor-link-list ul .anchor-link-btn a:hover {
  background-color: #f5f2ef;
  border-color: #f5f2ef;
}
.__anchor-link-list.__03 ul .anchor-link-btn {
  width: calc(33.3333333333% - 0.6666666667em);
  margin-right: 1em;
}
.__anchor-link-list.__03 ul .anchor-link-btn:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .__anchor-link-list.__03 ul .anchor-link-btn {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
}

.__separate-img {
  position: relative;
  z-index: 2;
  height: 15.625vw;
  background-size: cover;
  margin-top: -5rem;
}
@media screen and (max-width: 1199px) {
  .__separate-img {
    margin-top: -60px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .__separate-img {
    margin-top: 20px;
  }
}

.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl dt {
  width: 12em;
  padding: 0.5em 0;
  border-bottom: solid 1px #cabeb4;
}
@media screen and (max-width: 991px) {
  .__overview-table dl dt {
    padding: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0.25em;
  }
}
.__overview-table dl dd {
  color: #806f60;
  width: calc(100% - 12em);
  padding: 0.5em 0;
  padding-left: 2em;
  border-bottom: solid 1px #cabeb4;
}
@media screen and (max-width: 991px) {
  .__overview-table dl dd {
    padding: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.__overview-table dl:nth-of-type(1) dt, .__overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .__overview-table dl:nth-of-type(1) dt, .__overview-table dl:nth-of-type(1) dd {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__overview-table dl:nth-of-type(1) dd {
    padding-top: 0;
  }
}

/* information.html
---------------------------------------------------- */
.sec-info {
  overflow: clip;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-info {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-info {
    padding-bottom: 120px;
  }
}
.sec-info .__deco-item.__bottom-right {
  bottom: 0;
  right: 0;
  margin-right: -20.8333333333vw;
}
.sec-info .info-data span {
  color: #806f60;
}
.sec-info .info-data span.__cate {
  text-align: center;
  font-size: 0.875em;
  width: 7em;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0.3em;
  border: solid 1px #cabeb4;
  margin-left: 1em;
  flex-shrink: 0;
}
.sec-info .info-ttl {
  margin-top: 1em;
}
.sec-info .info-ttl h4 {
  text-align: center;
  color: #184a30;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-info .info-ttl h4 {
    font-size: 1.25em;
  }
}
.sec-info .info-content {
  margin-top: 4em;
}
.sec-info .info-file {
  margin-top: 2em;
}
.sec-info .info-file .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-info .info-slider-wrap {
  position: relative;
  width: min(100%, 800px);
  margin: 0 auto;
  margin-top: 4em;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec-info .info-slider-wrap {
    padding-bottom: 30px;
  }
}
.sec-info .info-slider-wrap .swiper-button-next,
.sec-info .info-slider-wrap .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #1a1a1a;
}
.sec-info .info-slider-wrap .swiper-button-next::after,
.sec-info .info-slider-wrap .swiper-button-prev::after {
  font-size: 2em;
}
@media screen and (max-width: 991px) {
  .sec-info .info-slider-wrap .swiper-button-next::after,
  .sec-info .info-slider-wrap .swiper-button-prev::after {
    display: none;
  }
}
.sec-info .info-slider-wrap .swiper-button-next {
  right: -3rem;
}
.sec-info .info-slider-wrap .swiper-button-prev {
  left: -3rem;
}
.sec-info .info-slider-wrap .swiper-pagination {
  bottom: 0;
}
.sec-info .info-slider-wrap .swiper-pagination-bullet {
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.4em !important;
  background-color: #806f60;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .sec-info .info-slider-wrap .swiper-pagination-bullet {
    width: 0.6em;
    height: 0.6em;
  }
}
.sec-info .info-slider-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}
.sec-info .info-slider-wrap .info-slider {
  width: 100%;
  aspect-ratio: 3/2;
}
.sec-info .info-slider-wrap .info-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-info .back-btn {
  margin-top: 4em;
}
.sec-info .back-btn .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.sec-info .back-btn .__linkbtn a img {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 1em;
}

/* works.html
---------------------------------------------------- */
.sec-works01 {
  padding-top: 0;
  overflow-x: clip;
}
.sec-works01 .__deco-item.__top-right {
  top: 0;
  right: 0;
  margin-top: -25vw;
  margin-right: -31.25vw;
}
.sec-works01 .__deco-item.__bottom-left {
  bottom: 0;
  left: 0;
  margin-bottom: -31.25vw;
  margin-left: -25vw;
}
@media screen and (max-width: 767px) {
  .sec-works01 .__deco-item.__bottom-left {
    margin-bottom: 0;
  }
}
.sec-works01 .__content-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-works01 .__content-wrap {
    margin-top: 30px;
  }
}
.sec-works01 .__content-wrap .sec-content {
  margin-top: 0;
}
.sec-works01 .__content-wrap .sec-content .sec-txt h4 {
  color: #184a30;
  letter-spacing: 0.1em;
  font-size: 1.25em;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .__content-wrap .sec-content .sec-txt h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works01 .__content-wrap .sec-content .sec-txt h4 {
    font-size: 1em;
  }
}
.sec-works01 .__content-wrap .sec-content .sec-txt p {
  font-size: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .__content-wrap::before {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-works01 .__content-wrap::before {
    height: 100%;
  }
}
.sec-works01 .content-detail {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .content-detail {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works01 .content-detail {
    background-color: initial;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.sec-works01 .content-detail .__deco-item.__middle-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -37.5vw;
}
.sec-works01 .content-detail .content-inner .logo-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item {
  width: min(50%, 400px);
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item {
    width: 100%;
    margin-top: 3em;
  }
  .sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item .logo-txt h5 {
  color: #53251c;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item .logo-txt h5 {
    font-size: 1.125em;
  }
}
.sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item .logo-img {
  width: 10rem;
  margin: 0 auto;
  margin-top: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item .logo-img {
    width: 7em;
  }
}
.sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item .logo-img img {
  width: 100%;
  height: auto;
}
.sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item .logo-note {
  margin-top: 2em;
}
.sec-works01 .content-detail .content-inner .logo-list ul .logo-list-item .logo-note p {
  font-size: 0.875em;
  letter-spacing: 0;
}

.sec-works02 {
  overflow-x: clip;
}
.sec-works02 .__deco-item.__top-left {
  top: 0;
  left: 0;
  margin-top: -12.5vw;
  margin-left: -37.5vw;
}
@media screen and (max-width: 767px) {
  .sec-works02 .__deco-item.__top-left {
    margin-top: 25vw;
  }
}
.sec-works02 .__deco-item.__bottom-right {
  bottom: 0;
  right: 0;
  margin-bottom: -31.25vw;
  margin-right: -31.25vw;
}
@media screen and (max-width: 767px) {
  .sec-works02 .__deco-item.__bottom-right {
    bottom: initial;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec-works02 .__content-wrap {
  overflow: clip;
  position: relative;
  margin-top: 0;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-works02 .__content-wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 .__content-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-works02 .__content-wrap::before {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 .__content-wrap::before {
    height: 100%;
  }
}
.sec-works02 .__content-wrap .sec-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec-works02 .__content-wrap .sec-content {
    width: 100%;
  }
  .sec-works02 .__content-wrap .sec-content .__ttltxt span.__en {
    line-height: 1em;
  }
  .sec-works02 .__content-wrap .sec-content .__ttltxt span.__jp {
    margin-top: 2em;
  }
}
.sec-works02 .__content-wrap .sec-detail .detail-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
}
.sec-works02 .__content-wrap .sec-detail .detail-wrap h4 {
  color: #184a30;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-size: 1.25em;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap h4 {
    margin-bottom: 0;
  }
}
.sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap {
  width: 50%;
  padding: 0 2em;
}
@media screen and (max-width: 991px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap {
    padding: 0;
  }
}
.sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap dl dt {
  width: 18em;
}
@media screen and (max-width: 991px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap dl dt {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap dl dt {
    width: 100%;
  }
}
.sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap dl dd {
  width: calc(100% - 18em);
}
@media screen and (max-width: 991px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap dl dd {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 .__content-wrap .sec-detail .detail-wrap .dl-wrap dl dd {
    width: 100%;
  }
}

.sec-works03 {
  overflow-x: clip;
}
.sec-works03 .__deco-item.__top-left {
  top: 0;
  left: 0;
  margin-left: -37.5vw;
}
.sec-works03 .__deco-item.__bottom-right {
  bottom: 0;
  right: 0;
  margin-right: -37.5vw;
  margin-bottom: -10.4166666667vw;
}
.sec-works03 .sec-ttl {
  text-align: center;
}
.sec-works03 .sec-txt {
  text-align: center;
  margin-top: 3em;
}
.sec-works03 .oem-list {
  width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .sec-works03 .oem-list {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sec-works03 .oem-list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list {
    width: 100%;
    margin-top: 4em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item {
  display: flex;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item {
    display: block;
    margin-top: 3em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-illust {
  width: 4em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-illust {
    margin: 0 auto;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-illust img {
  width: 100%;
  height: auto;
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt {
  width: calc(100% - 4em);
  padding-left: 4em;
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt {
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt {
    width: 100%;
    padding: 0;
    margin-top: 1em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt span.__num {
  display: block;
  color: #53251c;
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt span.__num {
    text-align: center;
    font-size: 1.125em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt h4 {
  color: #53251c;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt h4 {
    font-size: min(4vw, 1.125em);
    text-align: center;
    margin-top: 0.2em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt ul {
    display: block;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 0.6em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt ul li {
  margin-right: 1em;
}
@media screen and (max-width: 991px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt ul li {
    margin-right: 0;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt p {
  text-align: start;
  font-size: 0.875em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt p {
    margin-top: 0.6em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt .txt-wrap {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-works03 .oem-list > ul .oem-list-item .item-txt .txt-wrap {
    margin-top: 1.6em;
  }
}
.sec-works03 .oem-list > ul .oem-list-item .item-txt .txt-wrap:nth-of-type(1) {
  margin-top: 0;
}
.sec-works03 .oem-flow {
  margin-top: 5rem;
}
@media screen and (max-width: 1599px) {
  .sec-works03 .oem-flow {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-works03 .oem-flow {
    margin-top: 80px;
  }
}
.sec-works03 .oem-flow ul .flow-item {
  text-align: center;
  margin-top: 3em;
}
.sec-works03 .oem-flow ul .flow-item:nth-of-type(1) {
  margin-top: 0;
}
.sec-works03 .oem-flow ul .flow-item .item-num {
  color: #184a30;
}
.sec-works03 .oem-flow ul .flow-item .item-ttl {
  color: #184a30;
  font-size: 1.25em;
  margin-top: 0.4em;
}
.sec-works03 .oem-flow ul .flow-item .item-txt {
  margin-top: 0.4em;
}
.sec-works03 .oem-flow ul .flow-item .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1em;
}
.sec-works03 .oem-flow ul .flow-item .__linkbtn a {
  font-size: 0.9em;
}

.sec-works04 {
  overflow: clip;
}
.sec-works04 .__deco-item.__bottom-left {
  z-index: -1;
  bottom: 0;
  left: 0;
  margin-bottom: -25vw;
  margin-left: -31.25vw;
}
@media screen and (max-width: 767px) {
  .sec-works04.__content-wrap {
    margin-top: 30px;
  }
}
.sec-works04.__content-wrap::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-works04.__content-wrap::before {
    height: calc(100% - 90px);
  }
}
@media screen and (max-width: 767px) {
  .sec-works04 .sec-ttl .__ttltxt span.__en {
    line-height: 1em;
  }
  .sec-works04 .sec-ttl .__ttltxt span.__jp {
    margin-top: 2em;
  }
}
.sec-works04 .sec-txt {
  margin-top: 4em;
}
.sec-works04 .shop-list {
  margin-top: 4em;
}
.sec-works04 .shop-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-works04 .shop-list ul {
    display: block;
  }
}
.sec-works04 .shop-list ul .shop-list-item {
  text-align: center;
  width: calc(33.3333333333% - 1.25rem);
}
@media screen and (max-width: 991px) {
  .sec-works04 .shop-list ul .shop-list-item {
    width: calc(33.3333333333% - 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-works04 .shop-list ul .shop-list-item {
    width: 100%;
    margin-top: 40px;
  }
}
.sec-works04 .shop-list ul .shop-list-item .item-img {
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 991px) {
  .sec-works04 .shop-list ul .shop-list-item .item-img {
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 767px) {
  .sec-works04 .shop-list ul .shop-list-item .item-img {
    aspect-ratio: 4/3;
    width: min(85%, 400px);
    margin: 0 auto;
  }
}
.sec-works04 .shop-list ul .shop-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works04 .shop-list ul .shop-list-item .item-name {
  margin-top: 1em;
}
.sec-works04 .shop-list ul .shop-list-item .item-name h4 {
  font-size: 1.25em;
}
@media screen and (max-width: 1199px) {
  .sec-works04 .shop-list ul .shop-list-item .item-name h4 {
    font-size: 1.125em;
  }
}
.sec-works04 .shop-list ul .shop-list-item .item-name h4 span {
  font-size: 0.8em;
}
@media screen and (max-width: 991px) {
  .sec-works04 .shop-list ul .shop-list-item .item-address {
    font-size: 0.9em;
    letter-spacing: 0;
  }
}
.sec-works04 .shop-list ul .shop-list-item .item-address a {
  font-size: 1em;
  display: inline-block;
}
.sec-works04 .shop-list ul .shop-list-item .item-address a img {
  width: 0.8em;
  height: auto;
  margin-left: 0.3em;
  opacity: 1;
  transition: all 0.24s ease;
}
.sec-works04 .shop-list ul .shop-list-item .item-address a:hover img {
  opacity: 0.7;
}
.sec-works04 .shop-list ul .shop-list-item .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1em;
}
.sec-works04 .shop-list ul .shop-list-item .__linkbtn a {
  font-size: 0.9em;
}

.sec-banner.__works {
  padding-top: 0;
  margin-top: -7.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-banner.__works {
    margin-top: -60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner.__works {
    margin-top: 20px;
    padding-bottom: 80px;
  }
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit01 {
  overflow-x: clip;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 {
    padding-bottom: 120px;
  }
}
.sec-recruit01 .__deco-item.__top-right {
  top: 0;
  right: 0;
  margin-top: -25vw;
  margin-right: -25vw;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .__deco-item.__top-right {
    margin-top: 12.5vw;
  }
}
.sec-recruit01 .__deco-item.__bottom-left {
  bottom: 0;
  left: 0;
  margin-left: -31.25vw;
}
.sec-recruit01 .sec-content {
  margin-top: 4em;
}
.sec-recruit01 .sec-content .content-inner .intro-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content .content-inner .intro-txt {
    text-align: start;
  }
}
.sec-recruit01 .sec-content .content-inner .entry-txt {
  text-align: center;
  color: #184a30;
  margin-top: 3em;
}
.sec-recruit01 .sec-content .content-inner .entry-txt h4 {
  letter-spacing: 0.1em;
  font-size: 1.25em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 .sec-content .content-inner .entry-txt h4 {
    font-size: 1.125em;
  }
}
.sec-recruit01 .description-list {
  margin-top: 5rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit01 .description-list {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 .description-list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .description-list {
    margin-top: 40px;
  }
}
.sec-recruit01 .description-list dl dt {
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .description-list dl dt {
    padding-bottom: 0.25em;
  }
}
.sec-recruit01 .description-list dl dd {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .description-list dl dd {
    padding-top: 0;
  }
}
.sec-recruit01 .description-list dl dd p {
  margin-bottom: 0.6em;
}
.sec-recruit01 .description-list dl dd ul {
  margin-top: 0.6em;
}
.sec-recruit01 .description-list dl:nth-of-type(1) dt, .sec-recruit01 .description-list dl:nth-of-type(1) dd {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .description-list dl:nth-of-type(1) dt, .sec-recruit01 .description-list dl:nth-of-type(1) dd {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .description-list dl:nth-of-type(1) dd {
    padding-top: 0;
  }
}
.sec-recruit01 .__linkbtn {
  margin-left: auto;
  margin-top: 2em;
}

/* company.html
---------------------------------------------------- */
.sec-company01 {
  overflow-x: clip;
}
.sec-company01 .__deco-item.__top-left {
  top: 0;
  left: 0;
  margin-top: -12.5vw;
  margin-left: -37.5vw;
}
.sec-company01 .__deco-item.__bottom-right {
  bottom: 0;
  right: 0;
  margin-bottom: -25vw;
  margin-right: -31.25vw;
}
.sec-company01 .__content-wrap {
  position: relative;
  overflow: clip;
  margin-top: 0;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .__content-wrap {
    padding-bottom: 135px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .__content-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company01 .__content-wrap::before {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .__content-wrap::before {
    height: 100%;
  }
}
.sec-company01 .__content-wrap .sec-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec-company01 .__content-wrap .sec-content {
    width: 100%;
  }
  .sec-company01 .__content-wrap .sec-content .__ttltxt span.__en {
    line-height: 0.8em;
  }
  .sec-company01 .__content-wrap .sec-content .__ttltxt span.__jp {
    margin-top: 2em;
  }
}
.sec-company01 .__content-wrap .company-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6em;
}
.sec-company01 .__content-wrap .company-info .dl-wrap {
  width: 50%;
  padding: 0 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .__content-wrap .company-info .dl-wrap {
    width: 100%;
    padding: 0;
  }
}
.sec-company01 .__content-wrap .company-info .dl-wrap dl dd p {
  margin-top: 0.6em;
}
.sec-company01 .__content-wrap .company-info .dl-wrap dl dd p:nth-of-type(1) {
  margin-top: 0;
}
.sec-company01 .__content-wrap .company-info .dl-wrap dl dd p span {
  font-size: 0.9em;
  margin-left: -0.4em;
}

.__separate-img.__company01 {
  background-image: url(../images/company/separate-img01.jpg);
}

.sec-company02 {
  overflow: clip;
}
.sec-company02 .__deco-item.__top-left {
  top: 0;
  left: 0;
  margin-left: -31.25vw;
}
.sec-company02 .__deco-item.__bottom-right {
  bottom: 0;
  right: 0;
  margin-right: -31.25vw;
  margin-bottom: 12.5vw;
}
.sec-company02 > .__content-wrap {
  position: relative;
  margin-top: 0;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-company02 > .__content-wrap {
    padding-bottom: 135px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 > .__content-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company02 > .__content-wrap::before {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 > .__content-wrap::before {
    height: 100%;
  }
}
.sec-company02 > .__content-wrap .history-list {
  margin-top: 4em;
}
.sec-company02 > .__content-wrap .history-list .content-inner {
  width: 76.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .sec-company02 > .__content-wrap .history-list .content-inner {
    width: 100%;
  }
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company02 > .__content-wrap .history-list .content-inner .__overview-table {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dt {
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dt {
    padding-bottom: 0.25em;
  }
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dd {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dd {
    padding-top: 0;
  }
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dd .img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dd .img-wrap .__img {
  width: min(50% - 0.5em, 300px);
  aspect-ratio: 3/2;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dd .img-wrap .__img:nth-of-type(2n) {
  margin-right: 0;
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl dd .img-wrap .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl:nth-of-type(1) dt, .sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl:nth-of-type(1) dt, .sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl:nth-of-type(1) dd {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 > .__content-wrap .history-list .content-inner .__overview-table dl:nth-of-type(1) dd {
    padding-top: 0;
  }
}

.__separate-img.__company02 {
  background-image: url(../images/company/separate-img02.jpg);
}

.sec-company03 {
  overflow: clip;
}
.sec-company03 .__deco-item.__top-left {
  top: 0;
  left: 0;
  margin-left: -31.25vw;
}
.sec-company03 .__deco-item.__middle-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -31.25vw;
}
.sec-company03 .__deco-item.__bottom-left {
  bottom: 0;
  left: 0;
  margin-bottom: -10.4166666667vw;
  margin-left: -31.25vw;
}
.sec-company03 .sec-ttl {
  text-align: center;
}
.sec-company03 .shop-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-company03 .shop-list {
    margin-top: 4em;
  }
}
.sec-company03 .shop-list ul .shop-list-item {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .shop-list ul .shop-list-item {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .shop-list ul .shop-list-item {
    margin-bottom: 80px;
  }
}
.sec-company03 .shop-list ul .shop-list-item .item-name h4 {
  display: flex;
  align-items: center;
  color: #184a30;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .shop-list ul .shop-list-item .item-name h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .shop-list ul .shop-list-item .item-name h4 {
    font-size: 1.25em;
  }
}
.sec-company03 .shop-list ul .shop-list-item .item-name h4 a {
  font-size: 1em;
  width: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-company03 .shop-list ul .shop-list-item .item-name h4 a {
    width: 1.5em;
    padding-left: 0.5;
  }
}
.sec-company03 .shop-list ul .shop-list-item .item-name h4 a img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.24s ease;
}
.sec-company03 .shop-list ul .shop-list-item .item-name h4 a:hover img {
  opacity: 0.7;
}
.sec-company03 .shop-list ul .shop-list-item .item-info p {
  margin-top: 1em;
}
.sec-company03 .shop-list ul .shop-list-item .item-info p a {
  display: inline-block;
  font-size: 1em;
}
.sec-company03 .shop-list ul .shop-list-item .item-info p.open-info {
  color: #806f60;
}
.sec-company03 .shop-list ul .shop-list-item .item-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company03 .shop-list ul .shop-list-item .item-img {
    margin-top: 0;
  }
}
.sec-company03 .shop-list ul .shop-list-item .item-img .__img {
  width: calc(25% - 1.5em);
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .sec-company03 .shop-list ul .shop-list-item .item-img .__img {
    width: calc(50% - 1em);
    margin-top: 2em;
  }
}
.sec-company03 .shop-list ul .shop-list-item .item-img .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company03 .shop-list ul .shop-list-item .item-map {
  width: 100%;
  height: 24em;
  overflow: hidden;
  margin-top: 2em;
}
.sec-company03 .shop-list ul .shop-list-item .item-map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */