@charset "UTF-8";
.pc_br {
  display: block;
}
@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}
@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

.pc_br {
  display: block;
}
@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}
@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 10px;
  background-color: #ffffff;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}

a:hover {
  opacity: 0.7;
}

.sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
}
.sec-ttl::after {
  content: "";
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
}
@media screen and (max-width: 800px) {
  .sec-ttl {
    padding-top: 80px;
  }
}

.pnkz {
  margin-top: 20px;
  display: block;
}
.pnkz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
.pnkz-list:after {
  display: inline-block;
  margin: 0 5px;
  content: ">";
}
@media screen and (max-width: 800px) {
  .pnkz {
    display: none;
  }
}

.tag-space {
  padding-right: 10px;
}

.sec-contact {
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .sec-contact {
    background: url(../images/sp-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.sec-contact .sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
  color: #ffffff;
}
.sec-contact .sec-ttl::after {
  content: "";
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
}
@media screen and (max-width: 800px) {
  .sec-contact .sec-ttl {
    padding-top: 80px;
  }
}
.sec-contact .sec-ttl::after {
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  .sec-contact .sec-ttl {
    padding-top: 50px;
  }
}
.sec-contact .contact__txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  padding: 40px 0 58px;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__txt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .sec-contact .contact__txt {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 400px) {
  .sec-contact .contact__txt {
    padding: 30px 0;
    font-size: 1.4rem;
  }
}
.sec-contact .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__wrap {
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .sec-contact .contact__wrap {
    padding-bottom: 50px;
  }
}
.sec-contact .contact__left {
  width: 50%;
  border-right: 1px solid #c7c7c7;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__left {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
  }
}
@media screen and (max-width: 500px) {
  .sec-contact .contact__left {
    width: 90%;
  }
}
.sec-contact .contact__left-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 400px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 30px;
  }
}
.sec-contact .contact__left-form {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
.sec-contact .contact__left-form a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 20px 0;
}
@media screen and (min-width: 800px) {
  .sec-contact .contact__left-form a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .sec-contact .contact__left-form a:hover {
    color: #272727;
    opacity: 1;
  }
  .sec-contact .contact__left-form a:hover:before {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__left-form {
    width: 100%;
  }
}
.sec-contact .contact__right {
  width: 50%;
}
.sec-contact .contact__right-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__right-ttl {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.sec-contact .contact__right-tel {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  display: block;
}
.sec-contact .contact__right-tel-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 400px) {
  .sec-contact .contact__right-tel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-contact .contact__right {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.common__btn-ani {
  overflow: hidden;
}
.common__btn-ani a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #272727;
  text-align: center;
  background-color: #f0f0f0;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  padding: 14px 0;
  border: 3px solid #272727;
}
@media screen and (min-width: 800px) {
  .common__btn-ani a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272727;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .common__btn-ani a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .common__btn-ani a:hover:before {
    left: 0;
  }
}

.service {
  padding-top: 70px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .service {
    padding-top: 57px;
  }
}
.service .sec-ttl {
  padding-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .service .sec-ttl {
    padding-top: 80px;
    margin-bottom: 40px;
  }
}
.service__bg {
  margin-left: 60%;
  width: 35%;
  min-width: 200px;
  position: absolute;
  top: -180px;
}
.service__bg img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__bg {
    margin-left: 43%;
    bottom: 72px;
    top: auto;
  }
}
.service__bg-inner {
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.service__sub-ttl {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .service__sub-ttl {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 335px) {
  .service__sub-ttl {
    font-size: 2.4rem;
  }
}
.service__sub-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .service__sub-txt {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .service__sub-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.service__anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 33px;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .service__anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 17px;
    padding-bottom: 40px;
  }
}
.service__anchor > a {
  position: relative;
  padding: 27px 10px 41px;
  border: solid 1px #272727;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .service__anchor > a {
    padding-top: 9px;
    padding-bottom: 18px;
    font-size: 13px;
  }
}
.service__anchor > a .anchor_arrow {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 18px;
  height: 9px;
}
@media screen and (max-width: 800px) {
  .service__anchor > a .anchor_arrow {
    bottom: 8px;
    width: 12px;
    height: 6px;
  }
}
.service__anchor > a .anchor_arrow::before, .service__anchor > a .anchor_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 60%;
  height: 2px;
  border-radius: 2px;
  background-color: #A0A0A0;
}
.service__anchor > a .anchor_arrow::before {
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}
.service__anchor > a .anchor_arrow::after {
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}
.service__anchor > a .display-pc {
  display: inline;
}
@media screen and (max-width: 800px) {
  .service__anchor > a .display-pc {
    display: none;
  }
}
.service__anchor > a .display-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .service__anchor > a .display-sp {
    display: inline;
  }
}
.service__lead-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .service__lead-txt {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 40px;
  }
}
.service__wrap li:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service__wrap li:first-child {
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .service__wrap li:first-child {
    padding-top: 0;
  }
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .service__item {
    display: block;
    margin-bottom: 55px;
  }
}
.service__item-left {
  width: 50%;
}
.service__item-left img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-left {
    width: 100%;
  }
}
.service__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 2vw 3vw 0 3vw;
}
@media screen and (max-width: 950px) {
  .service__item-right {
    padding: 15px 15px 0 15px;
  }
}
@media screen and (max-width: 800px) {
  .service__item-right {
    width: 100%;
    padding: 40px 0 0 0;
  }
}
.service__item-right-icon1 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 23%;
}
.service__item-right-icon1 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon1 {
    width: 20%;
  }
}
.service__item-right-icon2 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 16%;
}
.service__item-right-icon2 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon2 {
    width: 12%;
  }
}
.service__item-right-icon3 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 15%;
}
.service__item-right-icon3 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon3 {
    width: 12%;
  }
}
.service__item-right-icon4 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 14%;
}
.service__item-right-icon4 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon4 {
    width: 10%;
  }
}
.service__item-right-icon5 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 15%;
}
.service__item-right-icon5 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon5 {
    width: 10%;
  }
}
.service__item-right-icon6 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 16%;
}
.service__item-right-icon6 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon6 {
    width: 10%;
  }
}
.service__item-right-icon7 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 16%;
}
.service__item-right-icon7 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon7 {
    width: 10%;
  }
}
.service__item-right-icon8 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 16%;
}
.service__item-right-icon8 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon8 {
    width: 10%;
  }
}
.service__item-right-icon9 {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 16%;
}
.service__item-right-icon9 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item-right-icon9 {
    width: 10%;
  }
}
.service__item-right-txt {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 1300px) {
  .service__item-right-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .service__item-right-txt {
    font-size: 1.4rem;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.service__item-right-txt.comic {
  padding-left: 9%;
}
@media screen and (max-width: 800px) {
  .service__item-right-txt.comic {
    padding-left: 0;
    text-align: center;
  }
}
.service__item-right-txt-en {
  font-size: 1.9791666667vw;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (min-width: 1300px) {
  .service__item-right-txt-en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .service__item-right-txt-en {
    font-size: 2.4rem;
  }
}
.service__item-right-txt-ja {
  font-size: 1.1458333333vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  .service__item-right-txt-ja {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .service__item-right-txt-ja {
    font-size: 1.4rem;
    padding-bottom: 24px;
  }
}
.service__item-right-btn {
  width: 50%;
  margin: auto auto 0;
}
@media screen and (max-width: 800px) {
  .service__item-right-btn {
    width: 296px;
  }
}
.service__item-right-btn a {
  background-color: #ffffff;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1300px) {
  .service__item-right-btn a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 950px) {
  .service__item-right-btn a {
    padding: 9px 0;
  }
}
@media screen and (max-width: 800px) {
  .service__item-right-btn a {
    padding: 14px 0;
    font-size: 2.2rem;
  }
}

.service__common-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: left;
  padding: 130px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service__common-ttl:before {
  border-top: 1px solid #272727;
  content: "";
  width: 1.5em; /* 線の長さ */
  margin-right: 0.5em;
}
@media screen and (max-width: 800px) {
  .service__common-ttl:before {
    width: 1em;
  }
}
@media screen and (max-width: 800px) {
  .service__common-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    padding: 55px 0 40px;
  }
}

.service__detail {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .service__detail {
    padding-bottom: 0;
  }
}
.service__detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .service__detail-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .service__detail-wrap {
    display: block;
  }
}
.service__detail-item {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 80px;
}
.service__detail-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .service__detail-item:nth-of-type(3n) {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .service__detail-item {
    width: calc((100% - 50px) / 2);
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .service__detail-item {
    width: 100%;
  }
}
.service__detail-item-image {
  width: 100%;
  padding-bottom: 20px;
}
.service__detail-item-image img {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .service__detail-item-image {
    padding-bottom: 10px;
  }
}
.service__detail-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .service__detail-item-ttl {
    font-size: 1.8rem;
  }
}
.service__detail-item-txt1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .service__detail-item-txt1 {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.service__detail-item-txt2 {
  color: #555555;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

.service__area {
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .service__area {
    padding-bottom: 60px;
  }
}
.service__area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.service__area-wrap::after {
  content: "";
  display: block;
  width: 21%;
}
@media screen and (max-width: 1250px) {
  .service__area-wrap::after {
    content: "";
    display: block;
    width: 65%;
  }
}
@media screen and (max-width: 950px) {
  .service__area-wrap::after {
    content: "";
    display: block;
    width: 45%;
  }
}
.service__area-item {
  width: 21%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1250px) {
  .service__area-item {
    width: 30%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 950px) {
  .service__area-item {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .service__area-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service__area-item-ttl-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 10px;
  border-bottom: 1px solid #272727;
}
.service__area-item-ttl {
  width: 80%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .service__area-item-ttl {
    font-size: 1.8rem;
  }
}
.service__area-item-icon {
  width: 20%;
}
.service__area-item-icon img {
  max-width: 100%;
}
.service__area-item-txt {
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 400px) {
  .service__area-item-txt {
    font-size: 1.4rem;
  }
}

.service__process .service__common-ttl {
  padding-top: 0;
}
.service__process-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .service__process-wrap {
    display: block;
  }
}
.service__process-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 22px;
  border-color: transparent transparent transparent #272727;
  margin: auto 0;
}
@media screen and (max-width: 950px) {
  .service__process-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 18px 0 18px;
    border-color: #272727 transparent transparent transparent;
    margin: 15px auto;
  }
}
.service__process-item {
  background-color: #f4f4f4;
  width: 14%;
  padding: 2vw 1vw;
}
@media screen and (max-width: 950px) {
  .service__process-item {
    width: 65%;
    margin: 0 auto;
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 500px) {
  .service__process-item {
    width: 80%;
    padding: 3vw;
  }
}
.service__process-item-number {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: left;
  border-bottom: 1px solid #272727;
  padding-bottom: 10px;
}
.service__process-item-ttl {
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 10px 0;
}
@media screen and (min-width: 1600px) {
  .service__process-item-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 950px) {
  .service__process-item-ttl {
    padding: 5px 0 0;
  }
}
.service__process-item-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .service__process-item-txt {
    font-size: 1.4rem;
  }
}

.service__case {
  overflow: hidden;
  margin: 130px 0;
}
@media screen and (max-width: 800px) {
  .service__case {
    margin: 60px 0;
  }
}
.service__case .service__common-ttl {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .service__case .service__common-ttl {
    padding-bottom: 20px;
  }
}
.service__case-gray {
  position: absolute;
  background-color: #f0f0f0;
  height: 964px;
  margin-left: 9%;
  width: 100vw;
  top: 0;
}
@media screen and (max-width: 800px) {
  .service__case-gray {
    height: 770px;
  }
}
.service__case .slick-service-wrap {
  position: relative;
}
.service__case .slick-service-item {
  max-width: 600px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .service__case .slick-service-item {
    max-width: 500px;
  }
}
.service__case .slick-service-img img {
  max-width: 100%;
}
.service__case .slick-service-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 0 20px;
}
.service__case .slick-service-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  padding-bottom: 10px;
}
.service__case .slick-service-tag {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #555555;
}
.service__case-btn {
  width: 20%;
  padding-bottom: 130px;
  margin: 100px auto 0;
  min-width: 288px;
}
@media screen and (max-width: 800px) {
  .service__case-btn {
    width: 40%;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .service__case-btn {
    min-width: auto;
    width: 70%;
  }
}

.service__available {
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .service__available {
    padding-bottom: 60px;
  }
}
.service__available-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .service__available-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.service__available-item {
  margin-left: 30px;
  width: calc(25% - 22.5px);
  margin-bottom: 100px;
}
.service__available-item:nth-of-type(4n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .service__available-item {
    margin-left: 0;
    margin-bottom: 50px;
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .service__available-item {
    width: 100%;
  }
}
.service__available-item-img {
  margin: 0 auto;
  min-height: 173px;
}
.service__available-item-img img {
  width: 100%;
}
.service__available-item-ttl {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #272727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .service__available-item-ttl {
    text-align: center;
  }
}
.service__available-item-txt {
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 400px) {
  .service__available-item-txt {
    font-size: 1.4rem;
  }
}

.promotion .service__detail-item-image {
  width: 70%;
  margin: 0 auto;
}

.branding .service__sub-txt {
  padding-bottom: 0;
}
.branding .service__case {
  margin-top: 0;
}

.officeplanning .service__detail {
  margin-bottom: 130px;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .officeplanning .service__detail {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}
.officeplanning .service__case {
  margin-top: 0;
}
.officeplanning__image {
  margin: 0 auto 50px;
}
.officeplanning__image img {
  max-width: 100%;
  width: 100%;
}

.ec .sec-ttl {
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .ec .sec-ttl {
    padding-top: 80px;
  }
}
.ec .service__bg {
  margin-left: 55%;
  width: 50%;
  position: absolute;
  top: -198px;
}
.ec .service__bg img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .ec .service__bg {
    width: 60%;
    margin-left: 43%;
    bottom: 110px;
    top: auto;
  }
}
@media screen and (max-width: 500px) {
  .ec .service__bg {
    width: 100%;
    margin-left: 43%;
    bottom: 110px;
    top: auto;
  }
}
.ec .service__bg-inner {
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.ec__process {
  background-color: #f4f4f4;
}
@media screen and (max-width: 950px) {
  .ec__process-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ec__process-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 950px) {
  .ec__process-wrap {
    display: block;
  }
}
.ec__process-item {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 950px) {
  .ec__process-item {
    width: 180px;
  }
  .ec__process-item:first-child .ec__process-item-ttl {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .ec__process-item {
    width: 160px;
  }
}
.ec__process-item:first-child {
  background-color: #000;
}
.ec__process-item:first-child .ec__process-item-triangle {
  border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 950px) {
  .ec__process-item:first-child .ec__process-item-triangle {
    border-color: #000 transparent transparent transparent;
  }
}
.ec__process-item:nth-child(2) {
  background-color: #222222;
}
.ec__process-item:nth-child(2) .ec__process-item-triangle {
  border-color: transparent transparent transparent #222222;
}
@media screen and (max-width: 950px) {
  .ec__process-item:nth-child(2) .ec__process-item-triangle {
    border-color: #222222 transparent transparent transparent;
  }
}
.ec__process-item:nth-child(3) {
  background-color: #363636;
}
.ec__process-item:nth-child(3) .ec__process-item-triangle {
  border-color: transparent transparent transparent #363636;
}
@media screen and (max-width: 950px) {
  .ec__process-item:nth-child(3) .ec__process-item-triangle {
    border-color: #363636 transparent transparent transparent;
  }
}
.ec__process-item:nth-child(4) {
  background-color: #4a4a4a;
}
.ec__process-item:nth-child(4) .ec__process-item-triangle {
  border-color: transparent transparent transparent #4a4a4a;
}
@media screen and (max-width: 950px) {
  .ec__process-item:nth-child(4) .ec__process-item-triangle {
    border-color: #4a4a4a transparent transparent transparent;
  }
}
.ec__process-item:last-child {
  background-color: #5c5c5c;
}
.ec__process-item:last-child .ec__process-item-triangle {
  display: none;
}
@media screen and (max-width: 950px) {
  .ec__process-item:last-child .ec__process-item-triangle {
    display: block;
    border-color: #5c5c5c transparent transparent transparent;
  }
}
.ec__process-item-ttl {
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 27px 0;
}
@media screen and (max-width: 950px) {
  .ec__process-item-ttl {
    font-size: 1.5rem;
    padding: 45px 0 5px;
  }
}
.ec__process-item-triangle {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 31px;
  border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 950px) {
  .ec__process-item-triangle {
    top: 71.6px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 90px 0 90px;
    border-color: #000 transparent transparent transparent;
  }
}
@media screen and (max-width: 500px) {
  .ec__process-item-triangle {
    border-width: 27px 80px 0 80px;
  }
}
.ec__process-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 950px) {
  .ec__process-txt-wrap {
    display: block;
    margin-left: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .ec__process-txt-wrap {
    margin-left: 10px;
  }
}
.ec__process-txt-item {
  width: 25%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  padding: 0 5px;
}
.ec__process-txt-item .number {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-right: 5px;
}
@media screen and (max-width: 950px) {
  .ec__process-txt-item {
    height: 80px;
    width: 100%;
  }
}
.ec .service__sub-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 50px;
}
.ec .service__sub-txt-btm {
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .ec .service__sub-txt-btm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .ec .service__sub-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.ec .service__area {
  background-color: #f4f4f4;
}
.ec .service__area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ec .service__area-wrap::after {
  content: "";
  display: block;
  width: 21%;
}
@media screen and (max-width: 1250px) {
  .ec .service__area-wrap::after {
    content: "";
    display: block;
    width: 60%;
  }
}
@media screen and (max-width: 950px) {
  .ec .service__area-wrap::after {
    content: "";
    display: block;
    width: 45%;
  }
}
.ec .service__area-item {
  width: 21%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1250px) {
  .ec .service__area-item {
    width: 30%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 950px) {
  .ec .service__area-item {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .ec .service__area-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ec .service__area-item-icon {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .ec .service__area-item-icon {
    width: 20%;
  }
}
.ec .service__area-item-ttl {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .ec .service__area-item-ttl {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 800px) {
  .ec .service__area-item-ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 550px) {
  .ec .service__area-item-ttl {
    font-size: 1.8rem;
  }
}
.ec .service__area-item-ttl-number {
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 5px;
}
.ec .service__area-item-ttl-left {
  width: 80%;
}
.ec__merit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .ec__merit-wrap {
    margin-bottom: 60px;
  }
}
.ec__merit-item {
  width: 49%;
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding: 2vw;
}
@media screen and (max-width: 950px) {
  .ec__merit-item {
    padding: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .ec__merit-item {
    padding: 9vw 3vw;
  }
}
@media screen and (max-width: 500px) {
  .ec__merit-item {
    width: 100%;
  }
}
.ec__merit-item:last-of-type .ec__merit-item-image {
  padding-bottom: 20px;
}
.ec__merit-item-image {
  padding-bottom: 30px;
  width: 10%;
  min-width: 60px;
  margin: 0 auto;
}
.ec__merit-item-image img {
  max-width: 100%;
}
.ec__merit-item-ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
}
.ec__merit-item-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  width: 90%;
  margin: 0 auto;
}
.ec__plan {
  background-color: #f4f4f4;
}
.ec__plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ec__plan-item {
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .ec__plan-item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .ec__plan-item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.ec__plan-item-name {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 13px 0;
  text-align: center;
  background-color: #272727;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.ec__plan-item-box {
  padding: 2vw;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 800px) {
  .ec__plan-item-box {
    padding: 4vw;
  }
}
.ec__plan-item-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.ec__plan-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3;
  border-bottom: 1px solid #d1d1d1;
}
.ec__plan-item .large {
  font-size: 1.8rem;
}
.ec__plan-item-left {
  font-weight: 700;
}
.ec__plan-item-cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3;
}
.ec__plan-item-cont-left {
  font-weight: 700;
}
.ec__plan-item-cont-right {
  line-height: 2;
  text-align: right;
  padding-top: 5px;
}
.ec__shop {
  background-color: #f4f4f4;
  padding-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .ec__shop {
    padding-bottom: 60px;
  }
}
.ec__shop-box {
  background-color: #ffffff;
  padding: 2vw 3vw;
}
.ec__shop-item {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  list-style: disc;
  margin-left: 20px;
}

.comic .sec-ttl {
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .comic .sec-ttl {
    padding-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .comic .service__bg {
    bottom: 130px;
  }
}
.comic .service__detail-item-image {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
}
.comic .service__detail-item-ttl {
  margin-top: 20px;
}
.comic .service__process-item {
  width: 22%;
}
@media screen and (max-width: 950px) {
  .comic .service__process-item {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .comic .service__process-item {
    width: 100%;
  }
}
.comic .service__process-item-ttl {
  font-size: 1.8rem;
}
.comic .service__process-item-txt {
  font-size: 1.6rem;
  padding-bottom: 0;
}

.service__qrfront.sq1 {
  padding-bottom: 130px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 800px) {
  .service__qrfront.sq1 {
    padding-bottom: 50px;
  }
}
.service__qrfront.sq3 {
  padding-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .service__qrfront.sq3 {
    padding-bottom: 100px;
  }
}

.qrfront__possible {
  display: grid;
  grid-template-columns: repeat(auto-fill, 625px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 50px;
}
@media screen and (max-width: 800px) {
  .qrfront__possible {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.qrfront__possible-item {
  letter-spacing: 0.04em;
}
.qrfront__possible-item-img {
  display: grid;
  place-items: center;
  padding-block: 60px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .qrfront__possible-item-img {
    padding-block: 30px;
  }
}
.qrfront__possible-item-img img {
  max-width: 320px;
  width: 51.2%;
}
@media screen and (max-width: 800px) {
  .qrfront__possible-item-img img {
    width: 45.1%;
  }
}
.qrfront__possible-item-ttl {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .qrfront__possible-item-ttl {
    margin-top: 20px;
    font-size: 18px;
  }
}
.qrfront__possible-item-txt {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .qrfront__possible-item-txt {
    font-size: 14px;
  }
}
.qrfront__howto {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .qrfront__howto {
    grid-template-columns: 1fr;
  }
}
.qrfront__howto-item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
  letter-spacing: 0.04em;
}
.qrfront__howto-item-ttl {
  padding-bottom: 10px;
  border-bottom: solid 1px #272727;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.qrfront__howto-item-txt {
  margin-top: 20px;
}
.qrfront__howto-item-txt .txt {
  font-size: 16px;
  line-height: 1.75;
}
.qrfront__howto-item-txt .note {
  margin-top: 15px;
  font-size: 12px;
}
.qrfront__howto-item-img {
  width: 100%;
  margin-top: 30px;
}
.qrfront__howto-item-img img {
  width: 100%;
}
.qrfront__feature {
  display: grid;
  grid-template-columns: repeat(auto-fill, 520px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 155px;
  max-width: 1195px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .qrfront__feature {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.qrfront__feature-item {
  letter-spacing: 0.04em;
}
.qrfront__feature-item-img {
  width: 100%;
}
.qrfront__feature-item-img img {
  width: 100%;
}
.qrfront__feature-item-ttl {
  margin-top: 88px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .qrfront__feature-item-ttl {
    margin-top: 20px;
  }
}
.qrfront__feature-item-txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  .qrfront__feature-item-txt {
    margin-top: 15px;
  }
}

.service__sub-txt.chatgene__sub-txt {
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .service__sub-txt.chatgene__sub-txt {
    padding-bottom: 40px;
  }
}

.service__chatgene {
  line-height: 1.75;
}
.service__chatgene.cg1 {
  background-color: #F4F4F4;
}
.service__chatgene.cg4, .service__chatgene.cg5, .service__chatgene.cg6 {
  background-color: #F4F9F9;
}
.service__chatgene.cg1, .service__chatgene.cg3 {
  padding-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .service__chatgene.cg1, .service__chatgene.cg3 {
    padding-bottom: 50px;
  }
}
.service__chatgene.cg4 .container, .service__chatgene.cg5 .container, .service__chatgene.cg6 .container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1100px;
}
.service__chatgene.cg6 {
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .service__chatgene.cg6 {
    padding-bottom: 50px;
  }
}
.service__chatgene.cg7 {
  padding-bottom: 130px;
}
.service__chatgene-ttl {
  padding-block: 100px 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  .service__chatgene-ttl {
    padding-block: 50px 40px;
    font-size: 18px;
  }
}
.service__chatgene img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.service__chatgene .cg-highlight {
  font-weight: 600;
  color: #E92064;
}
.service__chatgene .cg-fs10 {
  font-size: 10px !important;
}
.service__chatgene .none-max-t {
  display: block;
}
@media screen and (max-width: 800px) {
  .service__chatgene .none-max-t {
    display: none;
  }
}
.service__chatgene .none-min-t {
  display: none;
}
@media screen and (max-width: 800px) {
  .service__chatgene .none-min-t {
    display: block;
  }
}

.chatgene__fv {
  max-width: 390px;
  width: 100%;
  margin: auto;
  padding-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .chatgene__fv {
    max-width: 250px;
    padding-bottom: 50px;
  }
}
.chatgene__fv img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.chatgene__overview {
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .chatgene__overview {
    font-size: 14px;
  }
}
.chatgene__feature {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(400px, 100%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .chatgene__feature {
    gap: 30px;
  }
}
.chatgene__feature-item {
  letter-spacing: 0.04em;
}
.chatgene__feature-item-ttl {
  padding-bottom: 10px;
  border-bottom: solid 1px #272727;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .chatgene__feature-item-ttl {
    font-size: 18px;
  }
}
.chatgene__feature-item-txt {
  margin-top: 20px;
  font-size: 16px;
}
.chatgene__merit-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(400px, 100%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .chatgene__merit-list {
    gap: 30px;
  }
}
.chatgene__merit-item .cmi-marker {
  display: grid;
  place-items: center;
  width: 113px;
  height: 98px;
  margin: auto;
  background-color: #272727;
  -webkit-clip-path: polygon(24.3% 0, 75.7% 0, 100% 50%, 75.7% 100%, 24.3% 100%, 0 50%);
          clip-path: polygon(24.3% 0, 75.7% 0, 100% 50%, 75.7% 100%, 24.3% 100%, 0 50%);
}
@media screen and (max-width: 800px) {
  .chatgene__merit-item .cmi-marker {
    width: 75px;
    height: 66px;
  }
}
.chatgene__merit-item .cmi-marker-txt {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .chatgene__merit-item .cmi-marker-txt {
    font-size: 12px;
  }
}
.chatgene__merit-item .cmi-frame {
  border: solid 1px #272727;
  margin-top: -49px;
  padding-top: 70px;
}
@media screen and (max-width: 800px) {
  .chatgene__merit-item .cmi-frame {
    margin-top: -34px;
    padding-top: 53px;
  }
}
.chatgene__merit-item .cmi-frame img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.chatgene__merit-item .cmi-txt {
  padding-block: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 800px) {
  .chatgene__merit-item .cmi-txt {
    padding-block: 20px 25px;
  }
}
.chatgene__merit-desc {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .chatgene__merit-desc {
    text-align: left;
  }
}
.chatgene__merit-desc .merit-highlight {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, #C6E7FF), color-stop(90%, transparent));
  background: linear-gradient(transparent 0 70%, #C6E7FF 70% 85%, transparent 90% 100%);
}
.chatgene__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 800px) {
  .chatgene__type {
    gap: 50px;
  }
}
.chatgene__type-item .cti-ttl {
  position: relative;
  padding-left: 55px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-ttl {
    padding-left: 30px;
    font-size: 18px;
  }
}
.chatgene__type-item .cti-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 1px;
  background-color: #272727;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-ttl::before {
    width: 20px;
  }
}
.chatgene__type-item .cti-lead {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-lead {
    font-size: 14px;
  }
}
.chatgene__type-item .cti-note {
  margin-top: 15px;
  font-size: 12px;
}
.chatgene__type-item .cti-category {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-category {
    gap: 30px;
    margin-top: 30px;
  }
}
.chatgene__type-item .cti-category.cti-2cols {
  grid-template-columns: repeat(auto-fill, min(525px, 100%));
}
.chatgene__type-item .cti-category.cti-2cols .cti-category-grid {
  grid-template-columns: repeat(auto-fill, 76px);
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-category.cti-2cols .cti-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.chatgene__type-item .cti-category.cti-3cols {
  grid-template-columns: repeat(auto-fill, min(333px, 100%));
}
.chatgene__type-item .cti-category.cti-3cols .cti-category-grid {
  grid-template-columns: repeat(auto-fill, 88px);
}
.chatgene__type-item .cti-category-item {
  overflow: hidden;
  border: solid 1px #272727;
  border-radius: 10px;
  background-color: #fff;
}
.chatgene__type-item .cti-category-head {
  padding: 8px;
  background-color: #272727;
}
.chatgene__type-item .cti-category-ttl {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.45;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-category-ttl {
    font-size: 16px;
  }
}
.chatgene__type-item .cti-category-body {
  padding: 30px 15px 40px;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-category-body {
    padding: 20px 20px 30px;
  }
}
.chatgene__type-item .cti-category-lead {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-category-lead {
    font-size: 16px;
  }
}
.chatgene__type-item .cti-category-grid {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 10px;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-category-grid {
    gap: 10px;
    margin-top: 20px;
  }
}
.chatgene__type-item .cti-category-name {
  display: grid;
  place-items: center;
  background-color: #F4F4F4;
  padding: 2px 4px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .chatgene__type-item .cti-category-name {
    font-size: 14px;
  }
}
.chatgene__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 9%;
}
@media screen and (max-width: 800px) {
  .chatgene__function {
    gap: 40px;
  }
}
.chatgene__function-left {
  max-width: 510px;
  width: 100%;
}
.chatgene__function-left .cfl-img {
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .chatgene__function-left .cfl-img {
    padding: 14px;
  }
}
.chatgene__function-right {
  max-width: 490px;
  width: 100%;
}
.chatgene__function-right .cfr-item + .cfr-item {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .chatgene__function-right .cfr-item + .cfr-item {
    margin-top: 40px;
  }
}
.chatgene__function-right .cfr-item .cfr-ttl {
  padding: 11px;
  background-color: #fff;
  border: solid 1px #272727;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
}
@media screen and (max-width: 800px) {
  .chatgene__function-right .cfr-item .cfr-ttl {
    font-size: 15px;
  }
}
.chatgene__function-right .cfr-item .cfr-txt {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .chatgene__function-right .cfr-item .cfr-txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
.chatgene__special-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  .chatgene__special-lead {
    font-size: 16px;
  }
}
.chatgene__special-outline {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .chatgene__special-outline {
    margin-top: 30px;
    font-size: 14px;
  }
}
.chatgene__special-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fill, min(333px, 100%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px 41px;
}
@media screen and (max-width: 800px) {
  .chatgene__special-list {
    margin-top: 40px;
    gap: 30px;
  }
}
.chatgene__special-img {
  width: 100%;
}
.chatgene__special-img img {
  width: calc(100% + 6px);
}
.chatgene__special-caption {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
}
@media screen and (max-width: 800px) {
  .chatgene__special-caption {
    font-size: 15px;
  }
}
.chatgene__special-txt {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .chatgene__special-txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.chatgene__flow-lead {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-lead {
    font-size: 14px;
  }
}
.chatgene__flow-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-main {
    margin-top: 40px;
  }
}
.chatgene__flow-main::after {
  content: "";
  display: block;
  width: 15px;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-main::after {
    display: none;
  }
}
.chatgene__flow-step {
  letter-spacing: 0.04em;
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step {
    max-width: 345px;
  }
}
.chatgene__flow-step:not(:last-child) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
  padding: 25px 30px 40px;
  border: solid 1px #272727;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:not(:last-child) {
    margin-right: 0;
    margin-bottom: 33px;
    padding-bottom: 30px;
  }
}
.chatgene__flow-step:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 22px;
  background-color: #25A39B;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:not(:last-child)::before {
    top: auto;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.chatgene__flow-step:not(:last-child) .cfs-no {
  padding-bottom: 12px;
  border-bottom: solid 1px #272727;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:not(:last-child) .cfs-no {
    font-size: 16px;
  }
}
.chatgene__flow-step:not(:last-child) .cfs-img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:not(:last-child) .cfs-img {
    width: 65%;
    height: 120px;
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:not(:last-child) .cfs-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}
.chatgene__flow-step:not(:last-child) .cfs-txt-cover {
  display: grid;
  place-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.chatgene__flow-step:not(:last-child) .cfs-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:not(:last-child) .cfs-txt {
    font-size: 14px;
  }
}
.chatgene__flow-step:not(:last-child) .cfs-txt .sm {
  vertical-align: text-top;
  font-size: 0.7em;
}
.chatgene__flow-step:last-child {
  border: solid 3px #25A39B;
}
.chatgene__flow-step:last-child .cfs-head {
  padding: 20px 10px;
  background-color: #25A39B;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:last-child .cfs-head {
    padding: 13px 10px;
    font-size: 16px;
  }
}
.chatgene__flow-step:last-child .cfs-result {
  padding: 45px 40px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:last-child .cfs-result {
    padding: 30px 30px 0;
    font-size: 16px;
  }
}
.chatgene__flow-step:last-child .cfs-txt {
  padding: 30px 40px 50px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-step:last-child .cfs-txt {
    padding: 15px 30px 35px;
    font-size: 14px;
  }
}
.chatgene__flow-note {
  margin-top: 14px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .chatgene__flow-note {
    margin-top: 20px;
    text-align: left;
    font-size: 12px;
  }
}/*# sourceMappingURL=service.css.map */