@charset "UTF-8";
h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(18px, 1.25vw, 24px);
  color: #313B9A;
  padding-bottom: 5px;
  border-bottom: solid 1px #313B9A;
  margin-bottom: 1.4vw;
}

h2, h3, h4 {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

span {
  display: block;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.-flex {
  display: flex;
  justify-content: center;
}

section#contact {
  display: none;
}

@media screen and (max-width: 767px) {
  .-flex {
    display: block;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
/*====================================================
section#lead
====================================================*/
section#lead {
  position: relative;
  z-index: 1;
}

section#lead .-inner {
  position: relative;
}

section#lead .-inner .-ic {
  width: 100%;
  height: 32.9vw;
}

section#lead .-inner .-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section#lead .-inner .-ttl .-image {
  width: 16.62vw;
  height: 13.5vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#lead .-inner .-ic {
    width: 100%;
    height: 30vw;
  }
  section#lead .-inner .-ic img {
    -o-object-position: left;
    object-position: left;
  }
  section#lead .-inner .-ttl {
    position: absolute;
    top: 62%;
  }
  section#lead .-inner .-ttl .-image {
    width: auto;
    height: 120px;
  }
  section#lead .-inner .-ttl .-image img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section#lead .-inner .ic {
    width: 100%;
    height: 46vw;
  }
  section#lead .inner .ic img {
    -o-object-position: left;
    object-position: left;
  }
  section#lead .-inner .-ttl .-image {
    width: auto;
    height: 25vw;
  }
  section#lead .-inner .-ttl .-image img {
    width: auto;
  }
}
/*====================================================
section#businesstrip01
====================================================*/
section#businesstrip01 {
  position: relative;
  background-image: linear-gradient(0deg, #E5EAED, #ffffff);
}
section#businesstrip01:after {
  content: "";
  background: url(../img/businesstrip_bg.webp) center no-repeat;
  position: absolute;
  top: -5.7291666667vw;
  left: 0;
  width: 100%;
  height: 61.25vw;
}
section#businesstrip01 .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  position: relative;
  z-index: 1;
}
section#businesstrip01 .top-box {
  width: 67.71%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#businesstrip01 .top-box .img-box {
  width: 46.5%;
}
section#businesstrip01 .top-box .txt-box {
  width: 47%;
}
section#businesstrip01 .top-box .txt-box .txt-h2 {
  color: #000000;
  margin: 0;
  text-align: start;
  margin-bottom: 1.05vw;
  border: none;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
}
section#businesstrip01 .top-box .txt-box .txt-h2 span {
  text-align: start;
  display: block;
  margin-bottom: 0.5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  color: #57C4B1;
}
section#businesstrip01 .top-box .txt-box .txt-h3 {
  margin-top: 2.0833333333vw;
  margin-bottom: 1.05vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
}
section#businesstrip01 .top-box .txt-box .txt-p {
  line-height: 1.5em;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
}
section#businesstrip01 .top-box .txt-box .txt-p span {
  line-height: 1.5em;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
}
section#businesstrip01 .top-box .txt-box .txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.2291666667vw;
  height: 2.6041666667vw;
  font-size: 0.85vw;
  color: #ffffff;
  background: #313B9A;
  border: solid 2px #313B9A;
  box-sizing: border-box;
  transition: 1s;
}
section#businesstrip01 .bot-box {
  margin-top: 4.6875vw;
}
section#businesstrip01 .bot-box .ttl-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12vw;
  margin: 0 auto;
  background: url(../img/treatment_h2-bg.svg) center no-repeat;
  background-size: cover;
  padding: 1.2vw 4.05vw;
  border-radius: 0 5.21vw 0 5.21vw;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: 4vw;
}
section#businesstrip01 .bot-box .ttl-box .txt-h3 {
  border: none;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
}
section#businesstrip01 .bot-box .ttl-box .txt-h3 span {
  color: #FFFFFF;
  text-align: start;
  border-top: solid 1px #FFFFFF;
  font-weight: 300;
  padding-top: 0.5vw;
  margin-top: 0.5vw;
  box-sizing: border-box;
  text-align: center;
}
section#businesstrip01 .bot-box .items {
  width: 67.71%;
  margin: 0 auto;
}
section#businesstrip01 .bot-box .items .item-box .txt-h4 {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
}
section#businesstrip01 .bot-box .items .item-box table {
  width: 95%;
  margin-left: auto;
  padding-bottom: 1vw;
  border-bottom: solid 2px;
  box-sizing: border-box;
}
section#businesstrip01 .bot-box .items .item-box table tr {
  display: flex;
  text-align: center;
  width: 100%;
  padding: 1vw 0;
  box-sizing: border-box;
}
section#businesstrip01 .bot-box .items .item-box table tr th {
  color: #ffffff;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.24vw;
}
section#businesstrip01 .bot-box .items .item-box table tr th:nth-of-type(1) {
  width: 20%;
}
section#businesstrip01 .bot-box .items .item-box table tr th:nth-of-type(2) {
  width: 55%;
  text-align: start;
  justify-content: flex-start;
}
section#businesstrip01 .bot-box .items .item-box table tr th:nth-of-type(3) {
  width: 25%;
  text-align: start;
  justify-content: flex-start;
}
section#businesstrip01 .bot-box .items .item-box table tr td {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
}
section#businesstrip01 .bot-box .items .item-box table tr td:nth-of-type(1) {
  width: 20%;
}
section#businesstrip01 .bot-box .items .item-box table tr td:nth-of-type(2) {
  width: 55%;
  text-align: start;
  justify-content: flex-start;
}
section#businesstrip01 .bot-box .items .item-box table tr td:nth-of-type(3) {
  width: 25%;
  text-align: start;
  justify-content: flex-start;
}
section#businesstrip01 .bot-box .items .item-box table tr:first-child {
  padding: 0;
  margin-bottom: 1vw;
  background: #2E8D87;
  border-radius: 0 0 0 5.21vw;
}
section#businesstrip01 .bot-box .items .item-box.i2 {
  margin-top: 4vw;
}

@media screen and (max-width: 767px) {
  section#businesstrip01:after {
    content: "";
    background: url(../img/businesstrip_bg_sp.webp) center no-repeat;
    position: absolute;
    top: -5.7291666667vw;
    left: 0;
    width: 100%;
    height: 210vw;
  }
  section#businesstrip01 .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#businesstrip01 .top-box {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  section#businesstrip01 .top-box .img-box {
    width: 60%;
    margin-bottom: 20px;
  }
  section#businesstrip01 .top-box .txt-box {
    width: 100%;
  }
  section#businesstrip01 .top-box .txt-box .txt-h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section#businesstrip01 .top-box .txt-box .txt-h2 span {
    margin-bottom: 5px;
    font-size: 14px;
  }
  section#businesstrip01 .top-box .txt-box .txt-h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  section#businesstrip01 .top-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#businesstrip01 .top-box .txt-box .txt-p span {
    font-size: 12px;
  }
  section#businesstrip01 .top-box .txt-box .pricelink {
    text-decoration: underline;
    color: #313B9A;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
  }
  section#businesstrip01 .top-box .txt-box .txt-a {
    width: 100%;
    height: 45px;
    font-size: 14px;
    max-width: 350px;
    margin: 0 auto;
  }
  section#businesstrip01 .bot-box {
    margin-top: 50px;
  }
  section#businesstrip01 .bot-box .ttl-box {
    width: 70%;
    padding: 10px 30px;
    border-radius: 0 40px 0 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  section#businesstrip01 .bot-box .ttl-box .txt-h3 {
    font-size: 18px;
  }
  section#businesstrip01 .bot-box .ttl-box .txt-h3 span {
    font-size: 14px;
    padding-top: 5px;
    margin-top: 5px;
  }
  section#businesstrip01 .bot-box .items {
    width: 90%;
    margin: 0 auto;
  }
  section#businesstrip01 .bot-box .items .item-box .txt-h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  section#businesstrip01 .bot-box .items .item-box table {
    width: 95%;
    margin-left: auto;
    padding-bottom: 0;
    border: none;
  }
  section#businesstrip01 .bot-box .items .item-box table tr {
    width: 100%;
    padding: 20px 0;
    flex-flow: column;
    border-bottom: solid 1px #000000;
  }
  section#businesstrip01 .bot-box .items .item-box table tr th {
    font-size: 16px;
    height: 35px;
  }
  section#businesstrip01 .bot-box .items .item-box table tr th:nth-of-type(1) {
    width: 100%;
  }
  section#businesstrip01 .bot-box .items .item-box table tr th:nth-of-type(2) {
    display: none;
  }
  section#businesstrip01 .bot-box .items .item-box table tr th:nth-of-type(3) {
    display: none;
  }
  section#businesstrip01 .bot-box .items .item-box table tr td {
    font-size: 14px;
    padding: 0;
  }
  section#businesstrip01 .bot-box .items .item-box table tr td:nth-of-type(1) {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  section#businesstrip01 .bot-box .items .item-box table tr td:nth-of-type(2) {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  section#businesstrip01 .bot-box .items .item-box table tr td:nth-of-type(3) {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  section#businesstrip01 .bot-box .items .item-box table tr:first-child {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0 0 0 20px;
    border: none;
  }
  section#businesstrip01 .bot-box .items .item-box.i2 {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=businesstrip.css.map */