@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;
  transform: translateX(-50%); /*位置調整*/
}
@media screen and (max-width: 800px) {
  .sec-ttl {
    padding-top: 80px;
  }
}

.pnkz {
  margin-top: 20px;
  display: block;
}
.pnkz-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  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;
  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: 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;
    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;
    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: 6rem;
}
@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: 6rem;
}
@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__wrap li:nth-of-type(2n) {
  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: 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: flex;
  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-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: flex;
  align-items: center;
  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__common__txt {
  font-size: 1.6rem;
  padding-bottom: 5rem;
  line-height: 1.5;
}

.service__detail {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .service__detail {
    padding-bottom: 0;
  }
}
.service__detail-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .service__detail-wrap {
    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: flex;
  flex-wrap: wrap;
  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: flex;
  justify-content: space-between;
  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: flex;
  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: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .service__available-wrap {
    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 {
  font-family: "NotoSansCJKjp";
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .officeplanning .service__sub-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .officeplanning .service__sub-txt {
    line-height: 1.4;
  }
}
.officeplanning .service__detail {
  margin-bottom: 13rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 800px) {
  .officeplanning .service__detail {
    margin-bottom: 6rem;
    padding-bottom: 0;
  }
}
.officeplanning .service__detail-item {
  margin-bottom: 0;
}
.officeplanning .service__detail__flow {
  padding-bottom: 13rem;
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow {
    padding-bottom: 4rem;
  }
}
.officeplanning .service__detail__flow .service__common-ttl {
  padding: 0 0 5rem 0;
}
.officeplanning .service__detail__flow-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 800px) {
  .officeplanning .service__detail__flow-wrap {
    max-width: 49rem;
  }
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-wrap {
    flex-direction: column;
    width: 100%;
  }
}
.officeplanning .service__detail__flow-item {
  width: 29%;
  background-color: #F4F4F4;
  padding: 3.5rem 2rem 5rem 2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .officeplanning .service__detail__flow-item {
    width: 46.5%;
  }
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-item {
    width: 100%;
    padding: 0.5rem 1rem 1rem 1rem;
  }
}
.officeplanning .service__detail__flow-item:nth-of-type(-n+3) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-item:nth-of-type(-n+3) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .officeplanning .service__detail__flow-item:nth-of-type(4) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-item:nth-of-type(4) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-item:nth-of-type(5) {
    margin-bottom: 4rem;
  }
}
.officeplanning .service__detail__flow-item::after {
  content: "";
  position: absolute;
  top: 6.5rem;
  right: -3.5rem;
  background-color: #272727;
  width: 2.2rem;
  height: 3.7rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 800px) {
  .officeplanning .service__detail__flow-item::after {
    right: -2.5rem;
    width: 1.8rem;
    height: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-item::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 3rem;
    height: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    top: 8.3rem;
  }
}
.officeplanning .service__detail__flow-item:last-of-type::after {
  content: none;
}
.officeplanning .service__detail__flow-item-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.05em;
  padding-bottom: 0.7rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-item-ttl {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
  }
}
.officeplanning .service__detail__flow-item-txt {
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .officeplanning .service__detail__flow-item-txt {
    font-size: 1rem;
  }
}
.officeplanning .service__case {
  margin-top: 0;
}
.officeplanning__image {
  margin: 0 auto 13rem;
}
@media screen and (max-width: 800px) {
  .officeplanning__image {
    margin: 0 auto 9rem;
  }
}
.officeplanning__image img {
  max-width: 100%;
  width: 100%;
}
.officeplanning__nav {
  position: fixed;
  z-index: 8888;
  bottom: -120%;
  right: 0;
  width: 100%;
  height: 50%;
  padding: 2rem 0;
  background: rgba(52, 55, 63, 0.9);
  color: #f0f0f0;
  transition: all 0.6s;
}
.officeplanning__nav.nav-active {
  bottom: 0;
}
.officeplanning__nav__btn {
  position: fixed;
  z-index: 9999;
  bottom: 5rem;
  right: 2rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-color: #272727;
}
.officeplanning__nav__btn::after {
  content: "CONTENT";
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: absolute;
  top: 2.6rem;
  left: 50%;
  transform: translateX(-50%);
  color: #F4F4F4;
  border-top: 1px solid #F4F4F4;
  padding-top: 0.4rem;
}
.officeplanning__nav__btn span {
  position: absolute;
  width: 0.8rem;
}
.officeplanning__nav__btn span:first-of-type {
  border-top: solid 1px #F4F4F4;
  transform: rotate(45deg);
  left: 3.1rem;
  top: 1.3rem;
}
.officeplanning__nav__btn span:last-of-type {
  border-top: solid 1px #F4F4F4;
  transform: rotate(-45deg);
  right: 3.1rem;
  top: 1.3rem;
}
.officeplanning__nav__btn.btn-active {
  background-color: #F4F4F4;
}
.officeplanning__nav__btn.btn-active::after {
  content: "CLOSE";
  color: #272727;
  border-top: 1px solid #272727;
}
.officeplanning__nav__btn.btn-active span:first-of-type {
  width: 1.3rem;
  left: 2.6rem;
  border-top: solid 1px #272727;
}
.officeplanning__nav__btn.btn-active span:last-of-type {
  width: 1.3rem;
  right: 2.6rem;
  border-top: solid 1px #272727;
}
.officeplanning__nav__ttl {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  max-width: 28rem;
  width: 100%;
  margin: 0 auto 2rem;
}
.officeplanning__nav__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 32rem;
  width: 100%;
  margin: 0 auto;
}
.officeplanning__nav__item {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  width: 50%;
  margin-bottom: 1.5rem;
  position: relative;
}
.officeplanning__nav__item:nth-of-type(1), .officeplanning__nav__item:nth-of-type(3), .officeplanning__nav__item:nth-of-type(5) {
  padding-left: 2rem;
}
.officeplanning__nav__item:nth-of-type(1) a::before, .officeplanning__nav__item:nth-of-type(3) a::before, .officeplanning__nav__item:nth-of-type(5) a::before {
  left: 0;
}
.officeplanning__nav__item a::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -2rem;
  width: 5px;
  height: 5px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  transform: rotate(45deg);
}

.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: flex;
    justify-content: flex-start;
  }
}
.ec__process-wrap {
  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: 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: flex;
  flex-wrap: wrap;
  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: flex;
  justify-content: space-between;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  justify-content: space-between;
  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: flex;
  justify-content: space-between;
  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 {
  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;
}