:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--sans);
  font-size: 1.6rem;
  line-height: 1.75;
}

body.b2b .contactBtn {
  max-width: 40px;
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 99;
}
body.b2b .contactBtn .tel {
  margin-bottom: 5px;
  display: block;
}
body.b2b .linkbtn {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #789ccc;
  text-align: center;
  padding: 20px 0;
  max-width: 400px;
  width: 100%;
  display: block;
  border-radius: 9999px;
  position: relative;
  z-index: 98;
}
@media screen and (max-width: 767px) {
  body.b2b .linkbtn {
    font-size: 1rem;
    max-width: 200px;
    padding: 12px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
body.b2b .secTtl {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  display: table;
  padding: 0 45px 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.b2b .secTtl {
    font-size: 2.4rem;
    padding: 0 30px 8px;
  }
}
body.b2b .sec1 {
  height: 900px;
  display: flex;
  background: url(../img/b2b/mv-bg.jpg) top center/cover no-repeat;
  position: relative;
}
body.b2b .sec1 .box {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #789ccc;
  max-width: 320px;
  width: 100%;
  padding: 40px 10px 20px;
  position: fixed;
  left: 0;
  bottom: 60px;
  z-index: 99;
}
body.b2b .sec1 .box .logo {
  width: 80%;
  margin: 0 auto 50px;
}
body.b2b .sec1 .box a {
  line-height: 1.3;
  display: block;
}
body.b2b .sec1 h1 {
  max-width: 920px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body.b2b .sec1 .box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.b2b .sec1 {
    background: url(../img/b2b/mv-bg-sp.png) top center/100% auto;
    height: 650px;
  }
  body.b2b .sec1 h1 {
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
}
body.b2b .sec2 {
  background: url(../img/b2b/sec2-bg.png) top center/100% 100% no-repeat;
  padding-top: 240px;
  padding-bottom: 250px;
  margin-top: -145px;
  position: relative;
}
body.b2b .sec2 .secInner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  body.b2b .sec2 .secInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.b2b .sec2 .en {
  max-width: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}
body.b2b .sec2 .ttl h2 {
  max-width: 490px;
  width: 100%;
  margin-bottom: 20px;
}
body.b2b .sec2 .ttl .txt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
body.b2b .sec2 .ttl .txt span {
  padding: 1px 5px;
  background-color: #fff;
}
body.b2b .sec2 .ttl .linkbtn {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  body.b2b .sec2 .en {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.b2b .sec2 {
    background: url(../img/b2b/sec2-bg-sp.png) top center/100% auto no-repeat;
    padding-top: 80px;
    padding-bottom: 0;
    margin-top: -60px;
  }
  body.b2b .sec2 .ttl h2 {
    max-width: 200px;
    margin-bottom: 90px;
  }
  body.b2b .sec2 .ttl .txt {
    font-size: 1rem;
    line-height: 2;
  }
  body.b2b .sec2 .ttl .txt span {
    padding: 1px 5px;
  }
  body.b2b .sec2 .ttl .linkbtn {
    margin-top: 50px;
  }
}
body.b2b .sec3 {
  background: url(../img/b2b/sec3-bg.png) top center/cover no-repeat;
  padding-top: 160px;
  padding-bottom: 350px;
  margin-top: -40px;
  position: relative;
}
body.b2b .sec3 .secInner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  body.b2b .sec3 .secInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.b2b .sec3 .box {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #fff;
  box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}
body.b2b .sec3 .box h2 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 50px;
}
body.b2b .sec3 .box ul {
  display: table;
  margin-left: 14%;
}
body.b2b .sec3 .box ul li {
  font-weight: 600;
}
body.b2b .sec3 .box .linkbtn {
  position: absolute;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
}
body.b2b .sec3 .person {
  max-width: 950px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.b2b .sec3 .person {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  body.b2b .sec3 {
    background: none;
    padding-top: 160px;
    padding-bottom: 230px;
    margin-top: -40px;
  }
  body.b2b .sec3:before {
    content: "";
    width: 200px;
    height: 200px;
    background: url(../img/b2b/sec3-person-sp.png) center/contain no-repeat;
    position: absolute;
    top: -30px;
    right: 0;
  }
  body.b2b .sec3 .box {
    padding-top: 20px;
    padding-bottom: 50px;
    padding: 20px 10px 60px;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.12);
  }
  body.b2b .sec3 .box h2 {
    max-width: 260px;
    margin: 0 auto 25px;
  }
  body.b2b .sec3 .box ul {
    margin: 0 auto;
  }
  body.b2b .sec3 .box ul li {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  body.b2b .sec3 .box ul li span {
    display: block;
    padding-left: 1em;
  }
  body.b2b .sec3 .box .linkbtn {
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 0;
  }
  body.b2b .sec3 .person {
    z-index: -1;
  }
}
body.b2b .sec4 {
  background: url(../img/b2b/sec4-bg.png) top center/100% auto no-repeat;
  padding-top: 420px;
  padding-bottom: 160px;
  margin-top: -380px;
  position: relative;
}
body.b2b .sec4 .en {
  max-width: 150px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 0;
}
body.b2b .sec4 .secTtl {
  border-bottom: 5px solid #91db91;
  margin-bottom: 60px;
}
body.b2b .sec4 .secTtl span {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}
body.b2b .sec4 .slider {
  padding-left: 40px;
}
body.b2b .sec4 .slider .blk {
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  body.b2b .sec4 .en {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.b2b .sec4 {
    background: url(../img/b2b/sec4-bg-sp.png) top center/100% auto no-repeat;
    padding-top: 140px;
    padding-bottom: 80px;
    margin-top: -215px;
  }
  body.b2b .sec4 .secTtl {
    border-bottom: 4px solid #91db91;
    margin-bottom: 20px;
  }
  body.b2b .sec4 .secTtl span {
    font-size: 1.4rem;
  }
  body.b2b .sec4 .slider {
    padding-left: 0;
  }
  body.b2b .sec4 .slider .blk {
    padding: 0 15px;
  }
}
body.b2b .sec5 {
  padding-bottom: 480px;
  background: url(../img/b2b/sec5-bg.png) top center/100% auto no-repeat;
  position: relative;
}
body.b2b .sec5 .secInner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  body.b2b .sec5 .secInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.b2b .sec5 .secTtl {
  border-bottom: 5px solid #ff8b00;
  margin-bottom: 30px;
  color: #4f4f4f;
}
body.b2b .sec5 .case {
  padding-top: 190px;
  background-color: #fff;
  box-shadow: 8px 15px 13px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}
body.b2b .sec5 .case .tag {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #789ccc;
  padding: 10px 40px 15px;
  border-radius: 0 9999px 9999px 0;
  position: absolute;
  top: 50px;
  left: 0;
}
body.b2b .sec5 .case .qa:first-of-type {
  margin-bottom: 50px;
}
body.b2b .sec5 .case .qa h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
body.b2b .sec5 .case .qa h4 span {
  color: #789ccc;
}
body.b2b .sec5 .case .qa .detail {
  font-size: 1.2rem;
  font-weight: 500;
}
body.b2b .sec5 .case .profile {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body.b2b .sec5 .case .profile .txt {
  width: 58%;
  display: flex;
  flex-direction: column;
}
body.b2b .sec5 .case .profile .txt h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 30px;
}
body.b2b .sec5 .case .profile .txt .intro {
  font-size: 1.2rem;
  font-weight: 600;
  display: table;
  margin-top: auto;
  margin-left: auto;
}
body.b2b .sec5 .case .profile .img {
  width: 30%;
}
body.b2b .sec5 .case .photo {
  margin-top: 20px;
}
body.b2b .sec5 .case1 {
  margin-bottom: 80px;
}
body.b2b .sec5 .case1 .profile {
  margin-left: 9%;
}
body.b2b .sec5 .case1 .photo {
  transform: scale(1.1);
}
body.b2b .sec5 .case2 {
  padding-bottom: 40px;
}
body.b2b .sec5 .case2 .profile {
  margin-right: 9%;
  flex-direction: row-reverse;
}
body.b2b .sec5 .case2 .photo {
  transform: scale(1.1);
}
body.b2b .sec5 .linkbtn {
  margin: 110px auto 0;
}
body.b2b .sec5 .person {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  body.b2b .sec5 {
    padding-bottom: 280px;
    background: none;
  }
  body.b2b .sec5 .secTtl {
    border-bottom: 4px solid #ff8b00;
    margin-bottom: 30px;
  }
  body.b2b .sec5 .case {
    padding-top: 120px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.12);
  }
  body.b2b .sec5 .case .tag {
    font-size: 1.8rem;
    padding: 10px 35px 11px 25px;
  }
  body.b2b .sec5 .case .qa:first-of-type {
    margin-bottom: 0;
  }
  body.b2b .sec5 .case .qa.last {
    margin-top: 30px;
  }
  body.b2b .sec5 .case .qa h4 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  body.b2b .sec5 .case .qa .detail {
    font-size: 1.2rem;
  }
  body.b2b .sec5 .case .profile {
    justify-content: space-around;
    margin-bottom: 20px;
  }
  body.b2b .sec5 .case .profile .txt {
    width: 58%;
    display: flex;
    flex-direction: column;
  }
  body.b2b .sec5 .case .profile .txt h3 {
    font-size: 1.6rem;
    text-align: right;
    margin-bottom: 30px;
  }
  body.b2b .sec5 .case .profile .txt .intro {
    font-size: 1.2rem;
    font-weight: 600;
    display: table;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  body.b2b .sec5 .case .profile .img {
    width: 27%;
  }
  body.b2b .sec5 .case .photo {
    margin-top: 0;
    transform: scale(1.1) translateY(20px);
  }
  body.b2b .sec5 .case1 {
    margin-bottom: 80px;
  }
  body.b2b .sec5 .case1 .profile {
    margin-left: 0;
  }
  body.b2b .sec5 .case2 {
    padding-bottom: 0;
  }
  body.b2b .sec5 .case2 .profile {
    margin-right: 0;
    flex-direction: row;
  }
  body.b2b .sec5 .linkbtn {
    display: none;
  }
  body.b2b .sec5 .person {
    max-width: 265px;
  }
}
body.b2b .sec6 {
  padding-top: 380px;
  padding-bottom: 160px;
  background: url(../img/b2b/sec6-bg.png) top center/100% 100% no-repeat;
  position: relative;
  margin-top: -380px;
}
body.b2b .sec6 .secInner {
  max-width: 2040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  body.b2b .sec6 .secInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.b2b .sec6 .secTtl {
  color: #fff;
  border-bottom: 5px solid #ffe600;
  margin-bottom: 100px;
}
body.b2b .sec6 .blk {
  width: 100%;
}
body.b2b .sec6 .blk1 {
  max-width: 1100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
body.b2b .sec6 .blk2 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: 0;
}
body.b2b .sec6 .blk3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: 60px;
  margin-top: -30px;
  margin-bottom: 110px;
}
body.b2b .sec6 .blk4 {
  max-width: 1100px;
  margin-left: 60px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.b2b .sec6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/b2b/sec6-bg-sp.png) top center/100% 100% no-repeat;
    position: relative;
    margin-top: -100px;
  }
  body.b2b .sec6 .secTtl {
    border-bottom: 4px solid #ffe600;
    margin-bottom: 20px;
  }
  body.b2b .sec6 .blk1,
  body.b2b .sec6 .blk2,
  body.b2b .sec6 .blk3,
  body.b2b .sec6 .blk4 {
    margin: 0 auto 20px;
  }
  body.b2b .sec6 .person {
    max-width: 220px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
}
body.b2b .sec7 {
  padding-top: 100px;
  padding-bottom: 170px;
  background: url(../img/b2b/sec7-bg.png) center/cover no-repeat;
  position: relative;
}
body.b2b .sec7 .person1 {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
body.b2b .sec7 .person2 {
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
body.b2b .sec7 .btnWrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.b2b .sec7 .btnWrap .btn {
  max-width: 500px;
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  body.b2b .sec7 .person1 {
    max-width: 350px;
  }
  body.b2b .sec7 .person2 {
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  body.b2b .sec7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.b2b .sec7 .person1 {
    max-width: 120px;
  }
  body.b2b .sec7 .person2 {
    max-width: 100px;
  }
  body.b2b .sec7 .btnWrap .btn {
    width: 60%;
  }
}
body.b2b footer {
  padding-top: 100px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #789ccc;
}
body.b2b footer .txt {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
body.b2b footer .copyright {
  text-shadow: none;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body.b2b footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  body.b2b footer .txt {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  body.b2b footer .copyright {
    font-size: 1rem;
    padding-left: 10px;
  }
}