@charset "Shift_JIS";
/* CSS Document */

/* ==========================================================
 home
========================================================== */
.area {
  margin-bottom: 120px;
}

.sec-cmn-01 {
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
.sec-cmn-01:nth-of-type(odd) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec-cmn-01 .img-cmn-01 {
  width: min(600px, 60%);
}
.sec-cmn-01 .contents-03 {
  width: min(320px, 30%);
  margin: 0 auto;
}

.heading-01 {
  width: auto;
  margin-bottom: 30px;
}

.link-more,
.link-more::after {
  display: inline-block;
}
.link-more {
  font-weight: 700;
}
.link-more::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  background: url("../img/ico_arrow_bl.svg") no-repeat 50% 50% / 24px;
  border: 2px solid var(--color-bl-01);
  border-radius: 50%;
  vertical-align: middle;
  transition: background-image 0.2s, background-color 0.2s, margin-left 0.2s;
}
.link-more:hover::after {
  margin-left: 23px;
  background-image: url("../img/ico_arrow_wh.svg");
  background-color: var(--color-bl-01);
}

/* sec-home / main
---------------------------------------------------------- */
.sec-home-01 {
  margin-bottom: 100px;
}
.main {
  width: 100%;
  height: 400px;
  background: url("../img/home/bg_main.jpg") no-repeat 50% bottom var(--color-bl-01);
  background-size: cover;
}
.main-in {
  position: relative;
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: justify;
	justify-content: space-between;
  width: var(--w-normal);
  height: 100%;
  margin: 0 auto;
  padding-left: 60px;
}
.main-in .ttl {
  line-height: 1.62;
  letter-spacing: 0.3em;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.main-in .wrap-img {
  position: absolute;
  top: 0;
  right: -60px;
  width: min(880px, 100%);
  height: 100%;
}
.main-in .wrap-img .img {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 500px;
  height: 100%;
  clip-path: polygon(28% 0%, 100% 0%, 72% 100%, 0% 100%);
  transform: translateY(-50%);
}
.main-in .wrap-img .img:first-of-type {
  left: 0;
}
.main-in .wrap-img .img:nth-of-type(2) {
  right: 0;
}
.main-in .wrap-img .img {
  height: 100%;
}

/* wrap-business
---------------------------------------------------------- */
.wrap-business {
  width: var(--w-normal);
  margin: 40px auto 0;
}
.wrap-business .box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-business .box-in {
  width: calc(100% - 180px);
}
.wrap-business .box .img {
  margin-right: 0;
}
.wrap-business .ttl {
  position: relative;
  width: calc(100% + 40px);
  margin: -20px -20px 20px;
  padding: 11px 0;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
}
.wrap-business .ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid;
  border-bottom: 0;
  transform: translateX(-50%);
}
.wrap-business .btn {
  position: relative;
  display: block;
  height: 70px;
  padding: 15px 0 0 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.wrap-business .btn + .btn {
  margin-top: 10px;
}
.wrap-business .btn::before,
.wrap-business .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.wrap-business .box .btn::before {
  left: 5px;
  width: 60px;
  height: 60px;
  background: no-repeat 50% 50%;
  background-size: 40px;
  border-radius: 5px;
  transform: translateY(-50%);
}
.wrap-business .btn::after {
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-lgr-03);
  border-right: 2px solid var(--color-lgr-03);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.2s;
}
.wrap-business .box .btn.store::before {
  background-image: url("../img/home/ico_store.svg");
}
.wrap-business .box .btn.customer::before {
  background-image: url("../img/home/ico_customer.svg");
}

.wrap-business .btn span {
  display: block;
  line-height: 1;
}
.wrap-business .btn .txt-01 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.wrap-business .btn .txt-02 {
  font-size: 12px;
}
.wrap-business .box.book .ttl,
.wrap-business .box.book .btn::before {
  background-color: var(--color-bl-01);
}
.wrap-business .box.book .ttl::after {
  border-top-color: var(--color-bl-01);
}
.wrap-business .box.magazine .ttl,
.wrap-business .box.magazine .btn::before {
  background-color: var(--color-grn);
}
.wrap-business .box.magazine .ttl::after {
  border-top-color: var(--color-grn);
}

/* ==========================================================
 min-width: 800px
========================================================== */
@media screen and (min-width: 800px) {
  .wrap-business .btn:hover::after {
    right: 21px;
  }
  .wrap-business .box.book .btn:hover::after {
    border-top-color: var(--color-bl-01);
    border-right-color: var(--color-bl-01);
  }
  .wrap-business .box.magazine .btn:hover::after {
    border-top-color: var(--color-grn);
    border-right-color: var(--color-grn);
  }
}
/* ==========================================================
 max-width: 799px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 799px) {
  .heading-01 {
    margin: 20px 0;
  }
  .sec-home-01 {
    margin-bottom: 0;
  }
  .link-more {
    display: block;
    width: min(10em, 50%);
    margin-left: auto;
    text-align: right;
  }
  .link-more::after {
    width: 36px;
    height: 36px;
    margin-left: 15px;
  }
  .sec-cmn-01 .img-cmn-01,
  .sec-cmn-01 .contents-03,
  .wrap-busines {
    width: auto;
  }

  .main {
    height: 240px;
  }
  .main-in {
    padding: 0 calc(100% - 170px) 0 0;
  }
  .main-in .ttl {
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-size: 24px;
  }
  .main-in .wrap-img {
    right: 0;
    width: calc(100% - 150px);
  }
  .main-in .wrap-img .img {
    width: 55%;
    height: 100%;
  }
  .main-in .wrap-img .img:nth-of-type(2) {
    clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .main-in .wrap-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap-busines {
    margin: 40px 20px 0;
  }
  .wrap-business .box {
    border-radius: 0;
  }
  .wrap-business .box + .box {
    margin-top: 1px;
  }
  .wrap-business .box .img {
    width: 110px;
  }
  .wrap-business .box-in {
    width: calc(100% - 120px);
  }
  .wrap-business .ttl {
    font-size: 16px;
    border-radius: 0;
  }
  .wrap-business .btn {
    height: 52px;
    padding: 11px 0 0 55px;
    border-radius: 10px;
  }
  .wrap-business .btn + .btn {
    margin-top: 5px;
  }
  .wrap-business .box .btn::before {
    width: 42px;
    height: 42px;
    background-size: 24px;
    border-radius: 5px;
  }
  .wrap-business .btn::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
  .wrap-business .btn .txt-01 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .wrap-business .btn .txt-02 {
    font-size: 10px;
  }
}