@charset "UTF-8";
.topPage .topLogo {
  display: block;
}
.topPage .subLogo {
  display: none;
}
.topPage .mv {
  background-image: url(../img/mv.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 11em 0 0;
}
.topPage .mv .pcMenu {
  display: none;
}
.topPage .mv .mvLogo {
  margin-bottom: 5em;
}
.topPage .mv .mvLogo p {
  font-size: 1.4em;
  letter-spacing: 2px;
}
.topPage .mv .mvLogo img {
  width: 30%;
  margin-bottom: 5em;
}
.topPage .mv .scrool {
  width: 20%;
  margin: 0 auto -4em;
}
.topPage .newsSection {
  text-align: left;
  padding-bottom: 4em;
}
.topPage .newsSection .listWrap {
  text-align: right;
}
.topPage .newsSection .listWrap ul {
  text-align: left;
  border-top: 1px solid #666666;
  margin: 0.8em 0;
}
.topPage .newsSection .listWrap ul li {
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #666666;
}
.topPage .newsSection .listWrap ul li span {
  font-family: "Noto Sans JP";
  padding-right: 1em;
  font-size: 0.85em;
}
.topPage .infoSection {
  text-align: left;
}
.topPage .infoSection .infoWrap {
  border-top: 1px solid #666666;
}
.topPage .infoSection .infoWrap .infoItem {
  display: flex;
  border-bottom: 1px solid #666666;
  padding: 1.5em 0;
  justify-content: space-between;
  align-items: center;
}
.topPage .infoSection .infoWrap .infoItem .img {
  width: 40%;
}
.topPage .infoSection .infoWrap .infoItem .img img {
  height: 130px;
  object-fit: cover;
  /* この一行を追加するだけ！ */
}
.topPage .infoSection .infoWrap .infoItem .txt {
  width: 55%;
}
.topPage .infoSection .infoWrap .infoItem .txt .categoly {
  background-color: #6D3A42;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  padding: 0.1em 1em;
  margin-bottom: 0.5em;
}
.topPage .infoSection .infoWrap .infoItem .txt .title {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.topPage .aboutSection {
  text-align: left;
  background-position: right bottom 7em;
  padding-bottom: 4em;
}
.topPage .aboutSection .inner .spImg {
  text-align: center;
  margin: 0 auto 1.5em;
}
.topPage .aboutSection .inner .spImg img {
  width: 60%;
}
.topPage .aboutSection .inner p {
  font-size: 0.88em;
  line-height: 200%;
  margin-bottom: 2em;
}
.topPage .commitmentSection {
  text-align: left;
  padding-bottom: 4em;
}
.topPage .commitmentSection .commitmentItem {
  margin: 0 auto 4em;
}
.topPage .commitmentSection .commitmentItem .img {
  text-align: center;
  margin: 0 auto 1.5em;
}
.topPage .commitmentSection .commitmentItem .img img {
  width: 60%;
}
.topPage .commitmentSection .commitmentItem .txt h3 {
  font-weight: bold;
  font-size: 1.22em;
  line-height: 170%;
  margin-bottom: 0.5em;
  text-align: center;
}
.topPage .commitmentSection .commitmentItem .txt p {
  width: 87%;
  margin: 0 auto;
  text-align: center;
}
.topPage .productSection {
  text-align: left;
}
.topPage .productSection .swiper1 {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  overflow: hidden;
  margin-bottom: 3em;
}
.topPage .productSection .swiper1 .swiper-wrapper .swiper-slide {
  width: 85%;
  background-color: #f7f7f7;
  margin-bottom: 4em;
  height: 100%;
}
.topPage .productSection .swiper1 .swiper-wrapper .swiper-slide .txt {
  height: 100%;
  padding: 1.75em;
}
.topPage .productSection .swiper1 .swiper-wrapper .swiper-slide .txt h3 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.topPage .productSection .swiper1 .swiper-wrapper .swiper-slide .txt p {
  text-align: justify;
  line-height: 160%;
}
.topPage .productSection .swiper1 .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background-color: #6D3A42;
  border-radius: 0;
}
.topPage .productSection a.shopBtn {
  border: 1px solid #6D3A42;
  width: 100%;
  text-align: center;
  display: block;
  padding: 1.2em 0;
  color: #6D3A42;
}
.topPage .productSection a.shopBtn span {
  display: block;
  line-height: 150%;
}
.topPage .productSection a.shopBtn span.jp {
  font-size: 1.4em;
}
.topPage .productSection a.shopBtn:hover {
  background-color: #6D3A42;
  color: #fff;
  opacity: 1;
}
.topPage .project {
  background-image: url(../img/projectBack.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.topPage .project p {
  line-height: 200%;
  margin-bottom: 2em;
}
.topPage .project .enjpTitle .en {
  color: #fff;
}
.topPage .project a.arrowBtn {
  justify-content: center;
  margin: 0 auto;
}
.topPage .community {
  text-align: left;
  padding: 4em 0;
}
.topPage .community p.intro {
  text-align: center;
  line-height: 200%;
  margin-bottom: 5em;
}
.topPage .community .communityWrap {
  width: 95%;
  margin: 0 auto 3em;
  border-top: 1px solid #666;
}
.topPage .community .communityWrap .communityItem {
  border-bottom: 1px solid #666;
  padding: 2em 0;
}
.topPage .community .communityWrap .communityItem .img {
  width: 95%;
  margin: 0 auto 2em;
}
.topPage .community .communityWrap .communityItem h3 {
  font-size: 1.16em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.topPage .community a.arrowBtn {
  justify-content: center;
  margin: 0 auto 3em;
}
.topPage .community .swiper2 {
  overflow: hidden;
}
.topPage .community .swiper2 .swiper-wrapper {
  transition-timing-function: linear;
}
.topPage .recruitment {
  background-image: url(../img/recruitmentBack.jpg);
  background-size: cover;
  background-position: left -350px center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  margin-bottom: 5em;
}
.topPage .recruitment .enjpTitle .en {
  color: #fff;
}
.topPage .recruitment p {
  margin-bottom: 3em;
}
.topPage .recruitment a.arrowBtn {
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (min-width: 580px) {
  .topPage .mv {
    padding: 9em 0 0;
    position: relative;
  }
  .topPage .mv .mvLogo {
    margin: 0em auto 3em;
  }
  .topPage .mv .mvLogo img {
    width: 180px;
  }
  .topPage .mv .pcMenu {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    flex-wrap: wrap;
    top: 0;
    right: 0;
    width: 60px;
    background-color: #000;
    bottom: 0;
    z-index: 99;
  }
  .topPage .mv .pcMenu a.onlineBtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0.5em;
    writing-mode: vertical-rl;
  }
  .topPage .mv .pcMenu a.onlineBtn span {
    text-orientation: upright;
  }
  .topPage .mv .pcMenu a.onlineBtn img {
    width: 1px;
    padding: 1em 0;
  }
  .topPage .mv .pcMenu a.contactBtn {
    display: block;
    padding: 0 0.8em;
  }
  .topPage .mv .scrool {
    width: 80px;
    margin: 0 auto;
  }
  .topPage .newsSection .container {
    display: flex;
    justify-content: flex-end;
  }
  .topPage .newsSection .container .listWrap {
    width: 85%;
  }
  .topPage .infoSection .container {
    display: flex;
    justify-content: flex-end;
  }
  .topPage .infoSection .container .infoWrap {
    width: 85%;
  }
  .topPage .infoSection .container .infoWrap .infoItem .img {
    width: 25%;
  }
  .topPage .infoSection .container .infoWrap .infoItem .txt {
    width: 70%;
  }
  .topPage .infoSection .container .infoWrap .infoItem .txt .title {
    font-size: 1em;
  }
  .topPage .aboutSection {
    padding-bottom: 10em;
  }
  .topPage .aboutSection .inner {
    max-width: 1100px;
  }
  .topPage .aboutSection .inner .wrap {
    align-items: flex-start;
  }
  .topPage .aboutSection .inner .wrap .spImg {
    width: 40%;
    margin: 0;
  }
  .topPage .aboutSection .inner .wrap .spImg img {
    width: 100%;
  }
  .topPage .aboutSection .inner .wrap .txt {
    width: 55%;
  }
  .topPage .aboutSection .inner .wrap .txt .verticalWrap {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .topPage .aboutSection .inner .wrap .txt .verticalWrap p {
    font-size: 1em;
    line-height: 190%;
    padding-left: 1em;
  }
  .topPage .aboutSection .inner .wrap .txt .verticalWrap a.arrowBtn img {
    padding: 0.5em 0 0 0;
    width: 1.2em;
  }
  .topPage .commitmentSection {
    padding-bottom: 10em;
  }
  .topPage .commitmentSection .wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .topPage .commitmentSection .wrap .commitmentItem {
    width: 50%;
  }
  .topPage .commitmentSection .wrap .commitmentItem .txt p {
    text-align: center;
    width: 100%;
  }
  .topPage .productSection {
    padding-bottom: 10em;
  }
  .topPage .productSection .swiper1 .swiper-wrapper .swiper-slide {
    width: 43%;
    margin-right: 2em !important;
    display: flex;
    align-items: center;
  }
  .topPage .productSection .swiper1 .swiper-wrapper .swiper-slide .img {
    width: 50%;
  }
  .topPage .productSection .swiper1 .swiper-wrapper .swiper-slide .txt {
    padding: 0 2em;
    width: 50%;
  }
  .topPage .productSection .swiper1 .swiper-wrapper .swiper-slide .txt h3 {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
  .topPage .productSection .swiper1 .swiper-wrapper .swiper-slide .txt p {
    font-size: 1em;
    line-height: 170%;
  }
  .topPage .project {
    padding: 4em 0;
  }
  .topPage .project p {
    font-size: 1.05em;
  }
  .topPage .community {
    text-align: center;
  }
  .topPage .community .communityWrap .communityItem {
    display: flex;
    justify-content: space-between;
  }
  .topPage .community .communityWrap .communityItem .img {
    width: 30%;
    margin: 0;
  }
  .topPage .community .communityWrap .communityItem .txt {
    text-align: left;
    width: 65%;
  }
  .topPage .community .communityWrap .communityItem .txt h3 {
    text-align: left;
  }
  .topPage .recruitment {
    background-position: center center;
  }
  .topPage .recruitment a.arrowBtn {
    justify-content: left;
  }
}