html :where(img) {
  height: 100% !important;
  max-width: 100%;
}
.h1-title {
  position: absolute;
  opacity: 0;
}
.video {
  position: relative;
  text-align: center;
}
video {
  height: 300px;
}
@media (min-width: 600px) {
  video {
    height: 400px;
  }
}
/* header */
#header .logo {
  object-fit: contain;
  width: 240px;
  height: 35px;
  background-image: url(../images/common/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#header > h2 {
  padding: 10px 15px 10px 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #header .logo {
    width: 340px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #header > h2 {
    padding: 20px;
  }
  p {
    font-size: 18px;
  }
}

#header {
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 9999;
  justify-content: space-between;
  width: 100%;
  height: auto;
  align-items: center;
  margin-top: 10px;
  background-color: #8f8e8e;
  /* text-align: center; */
  /* background-color:rgba(0, 0, 0); */
}
#pc-nav ul {
  display: flex;
  justify-content: center;
}
#pc-nav ul li a {
  display: block;
  padding: 20px 20px;
  transition: all 0.3s;
}
#pc-nav ul li a {
  color: Black;
}
#pc-nav ul li a .jp {
  color: Black;
}
#pc-nav ul li a .en {
  font-size: 12px;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  #pc-nav ul li a {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  #pc-nav {
    display: none;
  }
}

/* top_main */
.top-title {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 2.4em;
  position: absolute;
  top: 36%;
  left: 5%;
  z-index: 3;
  text-shadow: 3px 3px 5px #484848;
}
.top-title h2 {
  font-size: 1.4rem;
}
#slider {
  width: 100%;
}
.top.video {
  z-index: 7000;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top.video video {
  height: 220px;
}
.top_news_wrap {
  margin: 0 0 10px 20px;
}
.top_news-date {
  display: block;
  margin-top: 5px;
}
.top_news-tit {
  display: block;
  margin-top: 5px;
}
.top_main .tel {
  position: relative;
  padding-left: 25px;
}
.top_main .tel::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .top-title {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0 1vw;
  }
}
@media (max-width: 767px) {
  .swiper-slide .view-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .swiper-slide .view-sp {
    display: none;
  }
  .top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  #slider {
    width: 100%;
  }
  .top_main .Typing,
  h2 {
    white-space: nowrap;
  }
  .top_main .Typing {
    font-size: 37px;
    text-align: center;
  }
}
@media (min-width: 960px) {
}
.top_main {
  position: relative;
  width: 100%;
}
.top_main_bottom {
  bottom: 0;
  justify-content: space-between;
}
.top_main_bottom > div:first-child .hours {
  line-height: 0.9em;
}

.top_main_bottom > div:first-child .hours span {
  font-size: 0.75em;
}
.top_main_bottom > div:last-child {
  width: 55%;
}

@media (max-width: 767px) {
  #slider .swiper-slide {
    height: 70vh;
  }
  .top_main > #slider {
    width: 100%;
  }
  .top_main_bottom > div:last-child {
    width: 100%;
    font-size: 0.8rem;
  }
  #pc-tel-nav {
    display: none !important;
  }
}
.gray {
  background-color: #393939;
}
/* top_company */
.top_company_img {
  background-image: url("../images/home/company-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /* height: 480px; */
  background-size: cover;
  position: relative;
}
.Typing,
.description {
  position: relative;
  z-index: 10;
}

.top_company_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#top_company > div > div {
  max-width: 800px;
}
@media (max-width: 767px) {
  #top_company {
    background-size: cover;
  }
  #top_company .view-pc {
    display: none;
  }
  .top_company_img::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.5);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    /* z-index: -3; */
  }
}
@media (min-width: 768px) {
  #top_company .view-sp {
    display: none;
  }
  #top_company .view-pc {
    width: 40%;
    padding-left: 3rem;
  }
  .top_company_img {
    margin-right: -3rem;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .top_news_wrap {
    display: flex;
    margin: 10px 0 10px 20px;
  }
  .top_news-tit {
    margin-left: 25px;
  }
  .top_main_bottom > .top_news-content.m-color {
    width: 60%;
    padding-bottom: 30px;
  }
}

/* top_service */
.mb-md,
.c-topview,
.top-view,
.p-feature,
.p-feature__title,
.p-feature__item,
.p-service .c-container,
.p-service .c-points__desc,
.p-service .c-points__desc,
.p-service .c-business-item__desc,
.p-service .c-business-item__desc,
.p-service__img,
.p-service .p-company,
.p-service .p-works,
.p-voices,
.p-recruit,
.p-news,
.baner-link,
.c-message,
.c-company .c-policy,
.c-company .c-message,
.c-company .c-about,
.c-company .c-about__desc,
.c-company .c-history,
.c-points__item,
.c-business-item,
.c-contact .c-description {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .mb-md,
  .c-topview,
  .top-view,
  .p-feature,
  .p-feature__title,
  .p-feature__item,
  .p-service .c-container,
  .p-service .c-points__desc,
  .p-service .c-points__desc,
  .p-service .c-business-item__desc,
  .p-service .c-business-item__desc,
  .p-service__img,
  .p-service .p-company,
  .p-service .p-works,
  .p-voices,
  .p-recruit,
  .p-news,
  .baner-link,
  .c-message,
  .c-company .c-policy,
  .c-company .c-message,
  .c-company .c-about,
  .c-company .c-about__desc,
  .c-company .c-history,
  .c-points__item,
  .c-business-item,
  .c-contact .c-description {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .mb-md,
  .c-topview,
  .top-view,
  .p-feature,
  .p-feature__title,
  .p-feature__item,
  .p-service .c-container,
  .p-service .c-points__desc,
  .p-service .c-points__desc,
  .p-service .c-business-item__desc,
  .p-service .c-business-item__desc,
  .p-service__img,
  .p-service .p-company,
  .p-service .p-works,
  .p-voices,
  .p-recruit,
  .p-news,
  .baner-link,
  .c-message,
  .c-company .c-policy,
  .c-company .c-message,
  .c-company .c-about,
  .c-company .c-about__desc,
  .c-company .c-history,
  .c-points__item,
  .c-business-item,
  .c-contact .c-description {
    margin-bottom: 100px;
  }
}

/* .mb-lr,
.c-features,
.c-points,
.c-subsidy,
.c-flow,
.c-flow-content {
  margin-bottom: 80px;
} */

@media screen and (min-width: 600px) {
  .mb-lr,
  .c-features,
  .c-points,
  .c-subsidy,
  .c-flow,
  .c-flow-content {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {
  .mb-lr,
  .c-features,
  .c-points,
  .c-subsidy,
  .c-flow,
  .c-flow-content {
    margin-bottom: 120px;
  }
}

.c-container,
.c-points__desc,
.c-business-item__desc {
  padding: 0 6vw;
}

@media screen and (min-width: 600px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 960px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 1200px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 8vw;
  }
}

#top_business {
  color: white;
}
#gallery .bg::before {
  opacity: 0.3;
}
#gallery p {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 0.5em;
}
#gallery li a {
  height: 225px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
#gallery li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#gallery .item04 img,
#gallery .item03 img {
  object-fit: cover;
}
#gallery li p {
  font-weight: bold;
  color: #fff;
  z-index: 100;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #top_business > div {
    text-align: end;
  }
  #gallery li a {
    height: 265px;
  }
}
@media (max-width: 767px) {
  #top_business > div:last-child {
    text-align: center;
  }
}
@media (min-width: 960px) {
  #gallery li {
    width: 33.3%;
  }
}

/* top_price */
.top_price_img {
  background-image: url("../images/home/img-6@pc.jpg");
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
}
.Typing,
.description {
  position: relative;
  z-index: 10;
}

.top_price_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#top_price > div > div {
  max-width: 800px;
}
@media (max-width: 767px) {
  #top_price {
    background-size: cover;
  }
  #top_price .view-pc {
    display: none;
  }
  .top_price_img::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.4);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    /* z-index: -3; */
  }
}
@media (min-width: 768px) {
  #top_price .view-sp {
    display: none;
  }
  #top_price .view-pc {
    width: 40%;
    padding-left: 3rem;
  }
  .top_price_img {
    margin-right: -3rem;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .top_news_wrap {
    display: flex;
    margin: 10px 0 10px 20px;
  }
  .top_news-tit {
    margin-left: 25px;
  }
  .top_main_bottom > .top_news-content.m-color {
    width: 60%;
    padding-bottom: 30px;
  }
}

/* top_news */
#top_news > div > div:first-child > div {
  height: 100%;
}
#top_news li {
  border-bottom: 1px solid rgb(66, 66, 66);
}
.news-date {
  display: inline-block;
}
.news-tit {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news-tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #top_news .col-lg-5 > div > div {
    display: none;
  }
  #top_news li > * {
    font-size: 0.8em;
  }
}

/* top_recruit */
#top_recruit {
  position: relative;
  padding-bottom: 30px;
}
#top_recruit::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin-left: auto;
  background: #00447c;
  z-index: -1;
}

#top_recruit img {
  width: 55%;
  padding: 30px 10px 30px 0;
}

@media (max-width: 767px) {
  #top_recruit::before {
    width: 100%;
  }
  #top_recruit img {
    width: 100%;
    padding: 1rem;
  }
}

/* contact */
.p-contact__slider {
  border-bottom: 2px solid #fff;
}

.p-contact__slider #js-infiniteslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact__slider #js-infiniteslide img {
  width: 60%;
  height: 150px;
}

.p-contact__title {
  color: #fff;
}

.p-contact__desc {
  color: #fff;
}

.p-contact__desc span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.p-contact__desc span::before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/ico-mail-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-contact__desc i {
  position: relative;
  margin: 0 20px 0 3px;
}

.p-contact__desc i::before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/ico-mail-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-contact__wrap {
  padding: 30px;
  background-image: url(../images/home/bakimg-1.jpg);
  background-size: cover;
  text-align: center;
}

@media (min-width: 960px) {
  .p-contact__wrap {
    background-image: url(../images/home/bakimg-1.jpg);
  }
}

.p-contact__tel,
.p-contact__form {
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #6c9bd2;
  font-size: 20px;
  display: inline-block;
}

.p-contact__tel a,
.p-contact__form a {
  position: relative;
  color: #181818;
  padding-left: 25px;
}

.p-contact__tel a::before,
.p-contact__form a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(../images/common/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.office {
  margin-bottom: 50px;
}
.office-item {
  margin-bottom: 50px;
}
.office .Img {
  position: relative;
  margin-bottom: 30px;
  height: 350px;
}
.office .Img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 100;
}
.office .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  white-space: nowrap;
}
.office h3 {
  white-space: nowrap;
}
@media (min-width: 960px) {
  .office .c-container {
    display: flex;
    justify-content: space-between;
  }
  .office-item {
    width: 48%;
  }
}
@media (min-width: 374px) {
  .p-contact__tel,
  .p-contact__form {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* .Imgmax {
  position: absolute;
  bottom: 18%;
  right: 0%;
  max-width: 180px;
  z-index: 8100;
}
@media (min-width: 960px) {
  .Imgmax {
    bottom: 16%;
    right: 6%;
    max-width: 250px;
  }
  .p-contact__tel,
  .p-contact__form {
    width: 362px;
  }
} */

/* ==============================
   FV お問い合わせCTA
================================ */

.Imgmax {
  position: absolute;
  left: 50%;
  bottom: 26%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 380px;
  z-index: 8100;
}

.fv-cta {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 100%;
  min-height: 92px;
  padding: 15px 50px 15px 22px;

  box-sizing: border-box;

  color: #fff;
  text-decoration: none;

  background: linear-gradient(135deg, #13e376 0%, #30b871 50%, #1594da 100%);

  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;

  box-shadow:
    0 5px 15px rgba(0, 75, 120, 0.3),
    0 0 0 2px rgba(0, 140, 200, 0.15);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

/* 小さい補足 */
.fv-cta__sub {
  display: block;

  margin-bottom: 4px;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.08em;
}

/* メインテキスト */
.fv-cta__main {
  display: block;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;

  letter-spacing: 0.02em;
}

/* 右矢印 */
.fv-cta__arrow {
  position: absolute;

  top: 50%;
  right: 22px;

  width: 11px;
  height: 11px;

  border-top: 3px solid #fff;
  border-right: 3px solid #fff;

  transform: translateY(-50%) rotate(45deg);
}

/* ==============================
   PC
================================ */
@media (min-width: 960px) {
  .Imgmax {
    left: 50%;
    right: auto;
    bottom: 32%;
    transform: translateX(-50%);
    width: 450px;
    max-width: none;
  }

  .fv-cta {
    min-height: 105px;
    padding: 17px 58px 17px 28px;

    border-radius: 9px;
  }

  .fv-cta__sub {
    margin-bottom: 5px;

    font-size: 13px;
  }

  .fv-cta__main {
    font-size: 20px;
  }

  .fv-cta__arrow {
    right: 25px;

    width: 12px;
    height: 12px;
  }

  .fv-cta:hover {
    transform: translateY(-3px);

    background: linear-gradient(135deg, #09adeb 0%, #0795d4 50%, #067fbe 100%);

    box-shadow:
      0 8px 22px rgba(0, 75, 120, 0.4),
      0 0 0 2px rgba(0, 140, 200, 0.2);
  }

  .p-contact__tel,
  .p-contact__form {
    width: 362px;
  }
}

.p-contact__form a::before {
  background-image: url(../images/common/ico-mail-bl.png);
}

.p-contact__form.second a::before {
  background-image: url(../images/common/icon-link-1-black.png);
}

@media (min-width: 600px) {
  .baner-link-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .baner-link-wrap li {
    width: 33.3%;
  }
}

/* footer */
#footer {
  background: #8e8d8d;
  color: white;
}
.line {
  border-bottom: 2px solid #fff; /* 白い2pxの実線 */
  padding-bottom: 10px; /* 線から上の文字までの距離 */
  margin-bottom: 10px; /* 線から下の文字までの距離 */
}

.p-footer__logo {
  text-align: center;
}
#footer .logo {
  width: 20%;
  height: auto;
}
#footer .sns-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#footer .address p,
#footer .address a {
  color: white;
}
.sns-ico {
  padding: 12px;
  background-color: rgb(245, 246, 248);
  display: inline-block;
  margin-right: 25px;
  border-radius: 100%;
  border: 1px solid rgb(230, 233, 238);
  box-shadow: 10px 10px 35px rgb(199, 199, 199);
}
.sns-link {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
#sns01 a {
  background-image: url(../images/common/insta-black.png);
}
#sns02 a {
  background-image: url(../images/common/line.png);
}
#sns03 {
  margin-right: 0;
}
#sns03 a {
  background-image: url(../images/common/facebook-icon.svg);
}
@media (max-width: 991px) {
  #footer .logo {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #footer > * {
    font-size: 0.8em;
  }
  #footer .logo {
    width: 50%;
    display: block;
    margin: 40px auto;
  }
  #footer .small {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
}
#footer ul i {
  color: #8c8c8c;
}
#footer li a {
  color: white;
}
@media (min-width: 768px) {
  #footer .flex {
    display: flex;
    justify-content: space-between;
  }
  #footer .small {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  #footer .d-lg-flex {
    align-items: center;
  }
  #footer .logo {
    width: 30%;
    height: 100%;
  }
  #footer .address {
    display: flex;
    justify-content: space-between;
  }
}

/* company */
/* business */
.tit {
  text-align: center;
  font-size: 20px;
}

.tit .en {
  font-size: 15px;
  font-weight: bold;
}

.tit .ja {
  font-size: 27px;
  margin-bottom: 7px;
}

.c-points__desc .item-tit {
  font-size: 18px;
}
.c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: #347eaf;
  border-bottom: 2px solid #347eaf;
}
.c-points__desc .num-wrap {
  text-align: center;
}

.c-points__desc {
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-business {
  background-color: #000000;
  padding: 30px 0;
}
.c-business__txt {
  text-align: center;
}
.c-business__desc {
  background-color: #393939;
  padding: 6%;
}
.c-business__desc h5 {
  border-bottom: 1px solid #fdfdfd;
  padding-bottom: 5px;
  font-size: 18px;
  margin: 20px 0 30px 0;
}
.c-business__desc li {
  margin-bottom: 10px;
  font-size: 15px;
}
.c-business__desc li::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background-image: url(../images/common/icon-check-wh.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-business #business02 .c-business__tit {
  background-image: url(../images/home/img-1.jpg);
}
.c-business #business03 .c-business__tit {
  background-image: url(../images/home/img1.jpeg);
  background-position: bottom;
}
.c-business #business04 .c-business__tit {
  background-image: url(../images/home/new9.webp);
}
.c-business #business05 .c-business__tit {
  background-image: url(../images/home/new3.webp);
}
.c-business #business06 .c-business__tit {
  background-image: url(../images/home/new2.webp);
}
.c-business #business11 .c-business__tit {
  background-image: url(../images/home/new6.webp);
}
.c-business #business18 .c-business__tit {
  background-image: url(../images/home/new1.webp);
}
.c-business #business07 .c-business__tit {
  background-image: url(../images/home/new5.webp);
}
.c-business #business08 .c-business__tit {
  background-image: url(../images/home/new4.webp);
}
.c-business #business09 .c-business__tit {
  background-image: url(../images/home/AdobeStock_539228284.webp);
}
.c-business #business10 .c-business__tit {
  background-image: url(../images/home/new7.webp);
}
.c-business #business12 .c-business__tit {
  background-image: url(../images/home/new8.webp);
}
.c-business #business13 .c-business__tit {
  background-image: url(../images/home/AdobeStock_224805656.webp);
}
.c-business #business14 .c-business__tit {
  background-image: url(../images/home/AdobeStock_106997209.jpeg);
}
.c-business #business15 .c-business__tit {
  background-image: url(../images/home/AdobeStock_83011801.webp);
}
.c-business #business16 .c-business__tit {
  background-image: url(../images/home/AdobeStock_97248740.webp);
}
.c-business #business17 .c-business__tit {
  background-image: url(../images/home/03.webp);
}
.c-business__tit {
  position: relative;
  background-image: url(../images/home/img10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
  padding: 84px 0;
  text-align: center;
}
.c-business__tit.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #050514;
  opacity: 0.3;
  z-index: 100;
}
.c-business__tit .item-tit {
  position: relative;
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  z-index: 200;
  padding-bottom: 5px;
}
.c-business-item .c-title {
  margin-top: 0;
}
.c-business-item .c-title .en {
  font-size: 24px;
}
.c-business-item .c-title .en::before {
  height: 22px;
  width: 22px;
}
@media (min-width: 768px) {
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    width: 50%;
  }
  .c-points__desc {
    width: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .c-business-item {
    padding: 0 14vw;
  }
  .c-business__tit {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .c-business-item {
    padding: 0 22vw;
  }
}
@media (min-width: 1600px) {
  .c-business-item {
    padding: 0 26vw;
  }
}
/* 料金案内 */

.mb-sm,
.c-title,
.tit,
.p-first__desc,
.p-staff__img,
.p-staff__desc,
.p-price__img,
.p-price__desc,
.p-price__detail,
.p-access__img,
.p-access__desc,
.p-access__map,
.p-instagram__desc,
.p-voices__desc,
.p-news__list,
.p-footer__logo,
.p-footer__address,
.c-first .c-points__img,
.c-price .c-points__img,
.c-first .c-points__desc .num-wrap,
.c-price .c-points__desc .num-wrap,
.c-first .c-flow .item-tit,
.c-price .c-flow .item-tit,
.c-first .c-flow .item-img,
.c-price .c-flow .item-img,
.c-price__img,
.c-price__desc,
.c-price__detail,
.c-staff-wrapper .c-staff__item .director,
.c-staff-wrapper .c-staff__img,
.c-staff-wrapper .c-staff__text,
.c-staff-wrapper .c-staff__ls,
.faq-wrapper .faq .c-txtarea01,
.faq-wrapper .faq__item,
.c-contact .c-topview__img,
.c-contact .contact-form .privacy,
.c-contact .contact-form .submit-btn {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .mb-sm,
  .c-title,
  .tit,
  .p-first__desc,
  .p-staff__img,
  .p-staff__desc,
  .p-price__img,
  .p-price__desc,
  .p-price__detail,
  .p-access__img,
  .p-access__desc,
  .p-access__map,
  .p-instagram__desc,
  .p-voices__desc,
  .p-news__list,
  .p-footer__logo,
  .p-footer__address,
  .c-first .c-points__img,
  .c-price .c-points__img,
  .c-first .c-points__desc .num-wrap,
  .c-price .c-points__desc .num-wrap,
  .c-first .c-flow .item-tit,
  .c-price .c-flow .item-tit,
  .c-first .c-flow .item-img,
  .c-price .c-flow .item-img,
  .c-price__img,
  .c-price__desc,
  .c-price__detail,
  .c-staff-wrapper .c-staff__item .director,
  .c-staff-wrapper .c-staff__img,
  .c-staff-wrapper .c-staff__text,
  .c-staff-wrapper .c-staff__ls,
  .faq-wrapper .faq .c-txtarea01,
  .faq-wrapper .faq__item,
  .c-contact .c-topview__img,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .mb-sm,
  .c-title,
  .tit,
  .p-first__desc,
  .p-staff__img,
  .p-staff__desc,
  .p-price__img,
  .p-price__desc,
  .p-price__detail,
  .p-access__img,
  .p-access__desc,
  .p-access__map,
  .p-instagram__desc,
  .p-voices__desc,
  .p-news__list,
  .p-footer__logo,
  .p-footer__address,
  .c-first .c-points__img,
  .c-price .c-points__img,
  .c-first .c-points__desc .num-wrap,
  .c-price .c-points__desc .num-wrap,
  .c-first .c-flow .item-tit,
  .c-price .c-flow .item-tit,
  .c-first .c-flow .item-img,
  .c-price .c-flow .item-img,
  .c-price__img,
  .c-price__desc,
  .c-price__detail,
  .c-staff-wrapper .c-staff__item .director,
  .c-staff-wrapper .c-staff__img,
  .c-staff-wrapper .c-staff__text,
  .c-staff-wrapper .c-staff__ls,
  .faq-wrapper .faq .c-txtarea01,
  .faq-wrapper .faq__item,
  .c-contact .c-topview__img,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn {
    margin-bottom: 30px;
  }
}

.mb-md,
.c-topview,
.p-title,
.p-news,
.c-first .c-features,
.c-price .c-features,
.c-first .c-points__item,
.c-price .c-points__item,
.c-price__wrap,
.c-staff-wrapper .c-features,
.c-staff-wrapper .c-staff,
.c-staff-wrapper .c-staff__item,
.c-recruit__title,
.c-recruit__points li,
.c-recruit .recruit-message,
.c-recruit .recruit-detaiil,
.c-contact .c-description {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .mb-md,
  .c-topview,
  .p-title,
  .p-news,
  .c-first .c-features,
  .c-price .c-features,
  .c-first .c-points__item,
  .c-price .c-points__item,
  .c-price__wrap,
  .c-staff-wrapper .c-features,
  .c-staff-wrapper .c-staff,
  .c-staff-wrapper .c-staff__item,
  .c-recruit__title,
  .c-recruit__points li,
  .c-recruit .recruit-message,
  .c-recruit .recruit-detaiil,
  .c-contact .c-description {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  .mb-md,
  .c-topview,
  .p-title,
  .p-news,
  .c-first .c-features,
  .c-price .c-features,
  .c-first .c-points__item,
  .c-price .c-points__item,
  .c-price__wrap,
  .c-staff-wrapper .c-features,
  .c-staff-wrapper .c-staff,
  .c-staff-wrapper .c-staff__item,
  .c-recruit__title,
  .c-recruit__points li,
  .c-recruit .recruit-message,
  .c-recruit .recruit-detaiil,
  .c-contact .c-description {
    margin-bottom: 60px;
  }
}

.mb-lr,
.p-first,
.p-access,
.p-instagram,
.c-first .c-points,
.c-price .c-points,
.c-first .c-flow,
.c-price .c-flow,
.c-price,
.c-recruit,
.faq-wrapper .faq {
  margin-bottom: 70px;
}

@media screen and (min-width: 600px) {
  .mb-lr,
  .p-first,
  .p-access,
  .p-instagram,
  .c-first .c-points,
  .c-price .c-points,
  .c-first .c-flow,
  .c-price .c-flow,
  .c-price,
  .c-recruit,
  .faq-wrapper .faq {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .mb-lr,
  .p-first,
  .p-access,
  .p-instagram,
  .c-first .c-points,
  .c-price .c-points,
  .c-first .c-flow,
  .c-price .c-flow,
  .c-price,
  .c-recruit,
  .faq-wrapper .faq {
    margin-bottom: 80px;
  }
}

.pb-sm,
.p-concept__img,
.p-concept__desc,
.p-instagram__img {
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .pb-sm,
  .p-concept__img,
  .p-concept__desc,
  .p-instagram__img {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .pb-sm,
  .p-concept__img,
  .p-concept__desc,
  .p-instagram__img {
    padding-bottom: 30px;
  }
}

.pb-md,
.p-access {
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .pb-md,
  .p-access {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  .pb-md,
  .p-access {
    padding-bottom: 60px;
  }
}

.pb-lr,
.p-aicatch,
.p-aicatch__img,
.p-staff,
.p-concept,
.p-price,
.p-voices {
  padding-bottom: 70px;
}

@media screen and (min-width: 600px) {
  .pb-lr,
  .p-aicatch,
  .p-aicatch__img,
  .p-staff,
  .p-concept,
  .p-price,
  .p-voices {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .pb-lr,
  .p-aicatch,
  .p-aicatch__img,
  .p-staff,
  .p-concept,
  .p-price,
  .p-voices {
    padding-bottom: 80px;
  }
}

.c-container,
.c-first .c-points__desc,
.c-price .c-points__desc {
  padding: 0 6vw;
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .c-container,
  .c-first .c-points__desc,
  .c-price .c-points__desc {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px) {
  .c-container,
  .c-first .c-points__desc,
  .c-price .c-points__desc {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 1200px) {
  .c-container,
  .c-first .c-points__desc,
  .c-price .c-points__desc {
    padding: 0 10vw;
  }
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide > img {
  max-width: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 4s ease;
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition:
    transform 4s ease,
    -webkit-transform 4s ease;
}

.swiper-slide-active > img {
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

.c-first .c-features h3,
.c-price .c-features h3 {
  margin-bottom: 15px;
}

.c-first .c-points__img,
.c-price .c-points__img {
  height: 220px;
}

@media (min-width: 600px) {
  .c-first .c-points__img,
  .c-price .c-points__img {
    height: 300px;
  }
}

@media (min-width: 960px) {
  .c-first .c-points__img,
  .c-price .c-points__img {
    height: 350px;
  }
}

.c-first .c-points__desc .item-tit,
.c-price .c-points__desc .item-tit {
  font-size: 18px;
}

.c-first .c-points__desc .num,
.c-price .c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: #dbd4bd;
  border-bottom: 2px solid #dbd4bd;
}

.c-first .c-points__desc .num-wrap,
.c-price .c-points__desc .num-wrap {
  text-align: center;
}

.c-first .c-flow,
.c-price .c-flow {
  padding-top: 50px;
}

.c-first .c-flow .item-tit,
.c-price .c-flow .item-tit {
  font-size: 24px;
}

.c-first .c-flow .item-tit .num,
.c-price .c-flow .item-tit .num {
  color: #dad7cd;
  font-size: 42px;
  display: inline-block;
  margin-right: 20px;
}

.c-first .c-flow-item,
.c-price .c-flow-item {
  position: relative;
  padding: 50px 0;
}

.c-first .c-flow-item::after,
.c-price .c-flow-item::after {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #f0f0f0 transparent transparent transparent;
}

.c-first .c-flow #flow02::after,
.c-first .c-flow #flow04::after,
.c-first .c-flow #flow06::after,
.c-price .c-flow #flow02::after,
.c-price .c-flow #flow04::after,
.c-price .c-flow #flow06::after {
  border-color: #fff transparent transparent transparent;
}

.c-first .c-flow #flow08::after,
.c-price .c-flow #flow08::after {
  display: none;
}

.c-first .c-flow #flow01,
.c-first .c-flow #flow03,
.c-first .c-flow #flow05,
.c-first .c-flow #flow07,
.c-price .c-flow #flow01,
.c-price .c-flow #flow03,
.c-price .c-flow #flow05,
.c-price .c-flow #flow07 {
  background-color: #f0f0f0;
}

.c-first .more-btn,
.c-price .more-btn {
  text-align: center;
  display: block;
}

.c-first .more-btn__link,
.c-price .more-btn__link {
  width: auto;
}

@media (max-width: 599px) {
  .c-first .item-img.view-pc,
  .c-price .item-img.view-pc {
    display: none;
  }
}

@media (min-width: 600px) {
  .c-first .item-img.view-sp,
  .c-price .item-img.view-sp {
    display: none;
  }
}

.c-price__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #949494;
  padding-bottom: 20px;
}

.c-price__detail:first-of-type {
  border-top: 1px dotted #949494;
  padding: 30px 0;
}

.c-price__detail dt {
  width: 60%;
}

.c-price__detail dt p {
  margin-bottom: 10px;
}

.c-price__detail dt span {
  display: block;
  font-size: 12px;
}

.c-price__detail dd {
  width: 30%;
}

.c-price__detail .price-tit {
  font-size: 18px;
  font-weight: bold;
}

.c-price__detail .price-tit .yen {
  display: block;
  text-align: right;
}

.c-price__detail .price-tit .tax {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-top: -5px;
}

.c-news-sl .c-container,
.c-news-sl .c-first .c-points__desc,
.c-first .c-news-sl .c-points__desc,
.c-news-sl .c-price .c-points__desc,
.c-price .c-news-sl .c-points__desc {
  padding: 0 5vw 0 5vw;
}

.c-news-sl {
  margin-top: 100px;
}

.c-news-sl__date {
  color: #968a64;
}

.c-news-sl__contents {
  padding: 2vw 0 50px 0;
  line-height: 2.5;
}

.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}

.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #968a64;
}

/* .c-news-sl__link a span {
  color: #272727;
} */

.c-contact {
  background-color: #f0f0f0;
}

.c-contact .c-topview .c-container p,
.c-contact .c-topview .c-first .c-points__desc p,
.c-first .c-contact .c-topview .c-points__desc p,
.c-contact .c-topview .c-price .c-points__desc p,
.c-price .c-contact .c-topview .c-points__desc p {
  text-align: center;
  font-weight: bold;
}

/* インスタグラム */
#top_instagram {
  color: white;
}
.insta-tit {
  text-align: center;
  margin-bottom: 20px;
}
#sbi_images {
  margin-bottom: 40px;
}
#sb_instagram .sb_instagram_header {
  display: none;
}
.sbi_photo {
  background-repeat: no-repeat;
  background-size: cover;
}
.sbi_photo img {
  height: 100% !important;
}
#sb_instagram #sbi_images {
  display: flex;
  justify-content: space-between;
}

#sb_instagram #sbi_images .sbi_item {
  width: 33.3% !important;
}
/* recruit */
#c-recruit {
  color: black;
}
.recruit-contents h3 {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.recruit-contents > div {
  border: 1px solid #ababab;
}
@media (max-width: 767px) {
  .recruit-contents p {
    font-size: 0.8rem;
  }
  .recruit-info dt {
    padding: 20px 10px;
    font-size: 0.8rem;
  }
  .recruit-info dd {
    padding: 20px 10px;
    font-size: 0.8rem;
  }
}
@media (min-width: 960px) {
  #top_instagram .container {
    text-align: center;
    padding: 0 8vw;
  }
}
@media (min-width: 768px) {
  .recruit-info dt {
    padding: 30px;
  }
  .recruit-info dd {
    padding: 30px;
  }
  .recruit-info {
    margin: 0 14vw;
  }
}
.recruit-info dl {
  display: flex;
  flex-wrap: wrap;
}
.recruit-info dt {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ababab;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 30%;
}
.recruit-info dd {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ababab;
  width: 70%;
}

/* news一覧 */
.news-contents {
  padding: 0 5vw;
  margin: 10vh 0 0 0;
  color: black;
}
@media (min-width: 768px) {
  .news-contents {
    padding: 0 10vw;
  }
}
.news-contents .news-item:first-child {
  border-top: 1px solid #ababab;
}
.news-contents .news-item {
  border-bottom: 1px solid #ababab;
}
.news-item span {
  font-size: 0.8rem;
}
.pagination {
  display: block;
}
.page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #272727;
}

.news-contents .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(183, 234, 243) !important;
}

.news-contents
  .page-numbers:not(.next):not(.prev)
  .page-numbers:not(.next):not(.prev) {
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}

.news-contents .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  padding-left: 20px;
  top: 0;
}

.news-contents .page-numbers:not(.next):not(.prev) .next::after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/home/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}

@media (min-width: 768px) {
  .news-contents
    .page-numbers:not(.next):not(.prev)
    .page-numbers:not(.next):not(.prev) {
    width: 40px;
    height: 40px;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    top: 0;
  }
}

@media (min-width: 960px) {
  .news-contents
    .page-numbers:not(.next):not(.prev)
    .page-numbers:not(.next):not(.prev) {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    color: #586166;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    font-size: 1.4rem;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
    height: 20px;
    width: 20px;
  }
}
/* news詳細 */
.c-news-sl {
  padding: 0 5vw;
}
.c-news-sl__tit {
  margin: 20px 0 0 0;
}
.c-news-sl__contents {
  line-height: 2;
}
.c-news-sl__date {
  padding: 10px 10px;
  display: inline-block;
  color: #fff;
}
.c-news-sl__title {
  font-size: 24px;
  padding: 12px 0;
}
@media (min-width: 600px) {
  .c-news-sl {
    padding: 0 10vw;
  }
  .c-news-sl__tit {
    margin: 60px 0 0 0;
  }
}
/* お問い合わせフォーム */
.c-contact {
  overflow: hidden;
}

.c-contact-text {
  margin-bottom: 30px;
}

.c-contact .contact-form {
  color: black;
  padding: 50px 0;

  text-align: center;
  background-color: #f4f5f7;
}

.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.c-contact .contact-form input,
.c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #2b2b2b;
  margin: 5px 0 15px 0;
}

.c-contact .contact-form textarea {
  margin-bottom: 0;
}

.c-contact .contact-form input {
  height: 45px;
}

.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #2b2b2b;
}

.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  margin-bottom: 0 !important;
}

.c-contact .contact-form dt {
  font-size: 14px;
}

.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: #1d649e;
}

.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .ct-request select {
  width: 100%;
}

.c-contact .contact-form .ct-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-sex input {
  margin: 0;
}

.c-contact .contact-form .ct-sex select {
  height: 45px;
}

.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}

.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}

.c-contact .contact-form .ct-time {
  text-align: left;
}

.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}

.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.c-contact .contact-form .ms-1 {
  color: #2180da;
  border-bottom: 1px solid #2180da;
}

.c-contact .contact-form .submit-btn {
  text-align: center;
}

.c-contact .contact-form .submit-btn input:disabled {
  border-color: #a0a0a0;
}

.c-contact .contact-form .submit-btn input {
  border-color: #2b2b2b;
  width: 70%;
  max-width: 320px;
}

.c-contact .contact-form .ajax-loader {
  display: none;
}

.c-contact .contact-form .wpcf7-spinner {
  display: none;
}

@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}

.c-contact .grecaptcha-badge {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.c-contact .grecaptcha-badge iframe {
  -webkit-box-shadow: grey 0px 0px 5px;
  box-shadow: grey 0px 0px 5px;
}

#privacy-policy {
  margin-top: 50px;
}

.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}

.c-privacy h3 {
  margin-bottom: 20px;
}

.c-privacy-item {
  margin-bottom: 30px;
}
/* サンクスページ */
.c-thanks {
  margin-top: 50px;
}

.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

.c-thanks h3 {
  margin-bottom: 20px;
}

.c-thanks-item {
  margin-bottom: 30px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}
#js-meo-element-template {
  width: 95%;
  margin: 50px auto 0;
}
.js-meo-template_card_format {
  min-height: auto !important;
}
.js-meo-template-body-text,
.js-meo-template-content {
  color: #ffffff !important;
}
#js-meo-template-modal-wrapper {
  background-color: #4f4d4d !important;
}
#js-meo-prev-slide,
#js-meo-next-slide {
  visibility: visible !important;
}
@media (max-width: 767px) {
  #js-meo-element-template {
    width: 90%;
    margin: 10px auto 50px;
  }
}

/* ブログ&コラム */
.p-blog {
  padding: 30px 0 60px 0;
  background-color: #353535;
}

.p-blog .p-title .en::before {
  display: none;
}

/*
SCSS:
@extend .mb-sm;

.mb-sm に設定されているCSSが分かれば、
ここへ直接記述してください。
*/
.p-blog__list {
}

.p-blog__item {
  margin-bottom: 40px;
  box-shadow: 5px 5px 10px rgb(199, 199, 199);
}

/* .mb-sm のCSSがあればここにも追加 */
.p-blog__item .thumbnail-wrap {
  display: flex;
  margin: 20px 0;
}

.p-blog__item .thumbnail-img {
  width: 20%;
  margin-right: 20px;
}

.p-blog__item a {
  color: #181818;
}

.p-blog__content {
  color: #181818;
  margin-top: 6px;
}

.p-blog-wrap {
  padding: 20px;
  background-color: #fff;
  position: relative;
  height: 160px;
}

.p-blog-wrap::before {
  position: absolute;
  right: 5px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid var(--c-main);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}

.p-blog__img {
  height: 150px;
  position: relative;
}

.p-blog__img .cate-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--c-main);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.p-blog__date {
  color: rgb(17, 17, 17);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.p-blog .more-btn {
  margin-bottom: 10px;
}

.p-blog .category-list {
  /* .mb-sm のCSSがあればここに追加 */
}

.p-blog .category-list h4 {
  text-align: center;
  color: #fff;
  background-color: var(--c-main);
  padding: 10px 10px;
}

.p-blog .category-list ul {
  padding: 10px 10px;
  background-color: #fff;
}

.p-blog .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

.p-blog .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid var(--c-main);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.p-blog .category-list ul li a {
  color: var(--c-black);
}

@media (min-width: 960px) {
  .p-blog__list {
    display: flex;
    flex-wrap: wrap;
  }

  .p-blog__list li {
    width: 28%;
    margin: 20px;
  }

  .p-blog__list li .p-blog__img {
    height: 220px;
  }

  .p-blog .category-list {
    width: 50%;
  }
}

/* =========================================
   エアコン工事 協力業者募集
========================================= */

.air-partner {
  padding: 70px 20px;
  background: #4a4a4a;
  margin-bottom: 50px;
  color: #fff;
}

.air-partner__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトル
----------------------------------------- */

.air-partner__heading {
  margin-bottom: 40px;
  text-align: center;
}

.air-partner__en {
  display: inline-block;
  margin-bottom: 12px;

  color: #079bd3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.air-partner__title {
  margin: 0;

  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.air-partner__title strong {
  color: #078bc4;
  font-weight: 700;
}

/* リード文
----------------------------------------- */

.air-partner__lead {
  max-width: 850px;
  margin: 0 auto 50px;
}

.air-partner__lead p {
  margin: 0 0 20px;

  color: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.air-partner__lead strong {
  color: #087fae;
  font-weight: 700;
}

/* Perfect Jobの強み
----------------------------------------- */

.air-partner__point {
  position: relative;

  max-width: 900px;
  margin: 0 auto 55px;
  padding: 45px 50px;

  background: #fff;

  border-top: 4px solid #079bd3;

  box-shadow: 0 8px 30px rgba(0, 70, 110, 0.08);
}

.air-partner__point-label {
  position: absolute;
  top: -18px;
  left: 50%;

  padding: 8px 24px;

  transform: translateX(-50%);

  background: #079bd3;
  color: #fff;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;

  white-space: nowrap;
}

.air-partner__point-title {
  margin: 5px 0 25px;

  color: #333;

  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;

  text-align: center;
}

.air-partner__point-title::after {
  display: block;

  width: 45px;
  height: 3px;

  margin: 20px auto 0;

  background: #079bd3;

  content: "";
}

.air-partner__point-text {
  margin: 0 0 15px;

  color: #333;

  font-size: 16px;
  line-height: 2;
}

.air-partner__point-text:last-child {
  margin-bottom: 0;
}

.air-partner__point-text strong {
  color: #078bc4;
}

/* お悩み
----------------------------------------- */

.air-partner__worry {
  max-width: 900px;
  margin: 0 auto 50px;
}

.air-partner__worry-heading {
  margin: 0 0 25px;

  color: #fff;

  font-size: 22px;
  font-weight: 700;

  text-align: center;
}

.air-partner__worry-list {
  display: flex;

  margin: 0;
  padding: 0;

  list-style: none;

  gap: 18px;
}

.air-partner__worry-list li {
  flex: 1;

  display: flex;
  align-items: flex-start;

  padding: 25px 20px;

  background: #fff;

  border: 1px solid #dce9ef;
  border-radius: 6px;

  box-shadow: 0 4px 15px rgba(0, 70, 110, 0.05);
}

.air-partner__worry-list p {
  margin: 0;

  color: #333;

  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.air-partner__check {
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  margin-right: 12px;

  background: #079bd3;
  color: #fff;

  border-radius: 50%;

  font-size: 15px;
  font-weight: 700;
}

/* 最下部
----------------------------------------- */

.air-partner__bottom {
  text-align: center;
}

.air-partner__bottom > p {
  margin: 0 0 25px;

  color: #fff;

  font-size: 20px;
  line-height: 1.8;
}

.air-partner__bottom > p strong {
  color: #078bc4;
  font-size: 23px;
}

/* CTA
----------------------------------------- */

.air-partner__btn {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 460px;
  min-height: 100px;

  margin: 0 auto;
  padding: 16px 60px 16px 30px;

  box-sizing: border-box;

  background: linear-gradient(135deg, #0aa4dd 0%, #078fc8 55%, #057bb3 100%);

  color: #fff;

  border-radius: 8px;

  text-decoration: none;

  box-shadow: 0 7px 20px rgba(0, 91, 140, 0.25);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.air-partner__btn-small {
  margin-bottom: 4px;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.air-partner__btn-main {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.air-partner__btn-arrow {
  position: absolute;

  top: 50%;
  right: 28px;

  width: 11px;
  height: 11px;

  border-top: 3px solid #fff;
  border-right: 3px solid #fff;

  transform: translateY(-50%) rotate(45deg);
}

.air-partner__btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 10px 25px rgba(0, 91, 140, 0.35);
}

/* PCではSP用改行を非表示 */
.sp-only {
  display: none;
}

/* =========================================
   SP
========================================= */

@media screen and (max-width: 767px) {
  .air-partner {
    padding: 50px 20px;
  }

  .air-partner__heading {
    margin-bottom: 30px;
  }

  .air-partner__en {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .air-partner__title {
    font-size: 23px;
    line-height: 1.55;
  }

  .air-partner__lead {
    margin-bottom: 45px;
  }

  .air-partner__lead p {
    margin-bottom: 17px;

    font-size: 14px;
    line-height: 1.9;
  }

  /* 強み */

  .air-partner__point {
    margin-bottom: 45px;

    padding: 40px 22px 28px;
  }

  .air-partner__point-label {
    padding: 7px 18px;

    font-size: 12px;
  }

  .air-partner__point-title {
    margin-bottom: 20px;

    font-size: 20px;
    line-height: 1.6;
  }

  .air-partner__point-text {
    font-size: 14px;
    line-height: 1.9;
  }

  /* お悩み */

  .air-partner__worry {
    margin-bottom: 40px;
  }

  .air-partner__worry-heading {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .air-partner__worry-list {
    display: block;
  }

  .air-partner__worry-list li {
    margin-bottom: 12px;
    padding: 18px 16px;
  }

  .air-partner__worry-list li:last-child {
    margin-bottom: 0;
  }

  .air-partner__worry-list p {
    font-size: 14px;
    line-height: 1.7;
  }

  .air-partner__check {
    width: 24px;
    height: 24px;

    margin-right: 10px;

    font-size: 13px;
  }

  /* 下部 */

  .air-partner__bottom > p {
    margin-bottom: 20px;

    font-size: 17px;
  }

  .air-partner__bottom > p strong {
    font-size: 19px;
  }

  /* CTA */

  .air-partner__btn {
    max-width: 100%;
    min-height: 90px;

    padding: 14px 45px 14px 18px;
  }

  .air-partner__btn-small {
    font-size: 11px;
  }

  .air-partner__btn-main {
    font-size: 17px;
  }

  .air-partner__btn-arrow {
    right: 20px;

    width: 9px;
    height: 9px;
  }

  .sp-only {
    display: block;
  }
}

/* ========================================
   エアコン工事 仕事内容・募集条件
======================================== */

.ac-recruit-detail {
  padding: 90px 20px;
  background-color: #111;
  color: #fff;
}

.ac-recruit-detail__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* ========================================
   タイトル
======================================== */

.ac-recruit-detail__heading {
  margin-bottom: 35px;
  text-align: center;
}

.ac-recruit-detail__en {
  display: inline-block;
  margin-bottom: 12px;

  color: #08a2df;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.ac-recruit-detail__title {
  margin: 0;

  color: #fff;

  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.ac-recruit-detail__title strong {
  color: #08a2df;
  font-weight: 700;
}

/* ========================================
   導入
======================================== */

.ac-recruit-detail__intro {
  margin-bottom: 60px;
  text-align: center;
}

.ac-recruit-detail__intro p {
  margin: 0;

  color: #ddd;

  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.ac-recruit-detail__intro strong {
  color: #fff;
  font-size: 19px;
}

/* ========================================
   共通セクション
======================================== */

.ac-recruit-detail__section {
  margin-bottom: 55px;
  padding: 45px 50px;

  background-color: #1b1b1b;

  border: 1px solid #333;
  border-top: 3px solid #08a2df;
}

.ac-recruit-detail__section-head {
  display: flex;
  align-items: center;

  margin-bottom: 30px;
}

.ac-recruit-detail__number {
  margin-right: 18px;

  color: #08a2df;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ac-recruit-detail__section-head h3 {
  margin: 0;

  color: #fff;

  font-size: 24px;
  font-weight: 700;
}

/* ========================================
   主な業務
======================================== */

.ac-recruit-detail__work-list {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  margin: 0;
  padding: 0;

  gap: 14px;

  list-style: none;
}

.ac-recruit-detail__work-list li {
  position: relative;

  padding: 18px 20px 18px 48px;

  background-color: #242424;

  color: #fff;

  border-left: 2px solid #08a2df;

  font-size: 15px;
  line-height: 1.7;
}

.ac-recruit-detail__work-list li::before {
  position: absolute;

  top: 50%;
  left: 20px;

  width: 8px;
  height: 8px;

  background-color: #08a2df;

  border-radius: 50%;

  transform: translateY(-50%);

  content: "";
}

/* 最後だけ横いっぱい */
.ac-recruit-detail__work-list li:last-child {
  grid-column: 1 / -1;
}

/* ========================================
   活動エリア
======================================== */

.ac-recruit-detail__area {
  position: relative;

  margin-bottom: 80px;
  padding: 55px 50px 45px;

  background:
    linear-gradient(135deg, rgba(5, 92, 135, 0.32), rgba(8, 162, 223, 0.08)),
    #171717;

  border: 1px solid rgba(8, 162, 223, 0.35);

  text-align: center;
}

.ac-recruit-detail__area-label {
  position: absolute;

  top: -16px;
  left: 50%;

  padding: 8px 25px;

  transform: translateX(-50%);

  background-color: #08a2df;
  color: #fff;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.ac-recruit-detail__area h3 {
  margin: 0 0 22px;

  color: #fff;

  font-size: 25px;
  font-weight: 700;
}

.ac-recruit-detail__area-place {
  margin: 0 0 18px;

  color: #ddd;

  font-size: 16px;
  line-height: 1.8;
}

.ac-recruit-detail__area-main {
  margin: 0 0 25px;

  color: #fff;

  font-size: 20px;
  line-height: 1.7;
}

.ac-recruit-detail__area-main strong {
  color: #27b7ed;

  font-size: 28px;
  font-weight: 700;
}

.ac-recruit-detail__area-note {
  padding-top: 22px;

  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ac-recruit-detail__area-note p {
  margin: 0 0 5px;

  color: #bbb;

  font-size: 14px;
  line-height: 1.8;
}

.ac-recruit-detail__area-note p:last-child {
  margin-bottom: 0;
}

/* ========================================
   募集条件
======================================== */

.ac-recruit-detail__recruit-heading {
  margin-bottom: 40px;

  text-align: center;
}

.ac-recruit-detail__recruit-heading h3 {
  margin: 0;

  color: #fff;

  font-size: 30px;
  font-weight: 700;
}

.ac-recruit-detail__conditions {
  display: grid;

  grid-template-columns: 0.8fr 1.2fr;

  gap: 25px;

  margin-bottom: 55px;
}

/* 条件ボックス */
.ac-recruit-detail__condition {
  padding: 35px 30px;

  background-color: #1b1b1b;

  border: 1px solid #333;
}

.ac-recruit-detail__condition--required {
  border-top: 4px solid #08a2df;
}

.ac-recruit-detail__condition--welcome {
  border-top: 4px solid #197caa;
}

/* 条件タイトル */
.ac-recruit-detail__condition-title {
  margin-bottom: 25px;

  text-align: center;
}

.ac-recruit-detail__condition-title span {
  display: block;

  margin-bottom: 5px;

  color: #08a2df;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.ac-recruit-detail__condition-title h4 {
  margin: 0;

  color: #fff;

  font-size: 22px;
  font-weight: 700;
}

/* 条件リスト */
.ac-recruit-detail__condition ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.ac-recruit-detail__condition li {
  display: flex;
  align-items: flex-start;

  padding: 15px 0;

  border-bottom: 1px solid #333;
}

.ac-recruit-detail__condition li:first-child {
  padding-top: 0;
}

.ac-recruit-detail__condition li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ac-recruit-detail__check {
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  margin-right: 13px;

  background-color: #08a2df;
  color: #fff;

  border-radius: 50%;

  font-size: 13px;
  font-weight: 700;
}

.ac-recruit-detail__condition li p {
  margin: 0;

  color: #ddd;

  font-size: 15px;
  line-height: 1.7;
}

.ac-recruit-detail__condition li strong {
  color: #fff;
}

/* ========================================
   注意事項
======================================== */

.ac-recruit-detail__notice {
  display: flex;
  align-items: stretch;

  max-width: 950px;

  margin: 0 auto;
}

.ac-recruit-detail__notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 130px;

  padding: 20px;

  background-color: #08a2df;
  color: #fff;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.ac-recruit-detail__notice-content {
  flex: 1;

  padding: 30px 35px;

  background-color: #202020;

  border: 1px solid #333;
  border-left: none;
}

.ac-recruit-detail__notice-content h3 {
  margin: 0 0 15px;

  color: #fff;

  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
}

.ac-recruit-detail__notice-content h3 span {
  color: #25b8ef;
}

.ac-recruit-detail__notice-content p {
  margin: 0 0 8px;

  color: #bbb;

  font-size: 14px;
  line-height: 1.9;
}

.ac-recruit-detail__notice-content p:last-child {
  margin-bottom: 0;
}

.ac-recruit-detail__notice-content strong {
  color: #fff;
}

/* PCではSP用改行非表示 */
.sp-only {
  display: none;
}

/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {
  .ac-recruit-detail {
    padding: 60px 20px;
  }

  .ac-recruit-detail__heading {
    margin-bottom: 25px;
  }

  .ac-recruit-detail__en {
    margin-bottom: 8px;

    font-size: 10px;
  }

  .ac-recruit-detail__title {
    font-size: 23px;
    line-height: 1.55;
  }

  .ac-recruit-detail__intro {
    margin-bottom: 40px;
  }

  .ac-recruit-detail__intro p {
    font-size: 14px;
    line-height: 1.9;
  }

  .ac-recruit-detail__intro strong {
    font-size: 16px;
  }

  /* 主な業務 */

  .ac-recruit-detail__section {
    margin-bottom: 45px;

    padding: 30px 20px;
  }

  .ac-recruit-detail__section-head {
    margin-bottom: 20px;
  }

  .ac-recruit-detail__section-head h3 {
    font-size: 20px;
  }

  .ac-recruit-detail__work-list {
    display: block;
  }

  .ac-recruit-detail__work-list li {
    margin-bottom: 10px;

    padding: 15px 15px 15px 42px;

    font-size: 14px;
  }

  .ac-recruit-detail__work-list li:last-child {
    margin-bottom: 0;
  }

  .ac-recruit-detail__work-list li::before {
    left: 18px;
  }

  /* 活動エリア */

  .ac-recruit-detail__area {
    margin-bottom: 60px;

    padding: 45px 20px 30px;
  }

  .ac-recruit-detail__area-label {
    padding: 7px 20px;

    font-size: 10px;
  }

  .ac-recruit-detail__area h3 {
    margin-bottom: 18px;

    font-size: 21px;
  }

  .ac-recruit-detail__area-place {
    font-size: 14px;
  }

  .ac-recruit-detail__area-main {
    font-size: 17px;
  }

  .ac-recruit-detail__area-main strong {
    font-size: 23px;
  }

  .ac-recruit-detail__area-note p {
    font-size: 13px;
  }

  /* 募集条件 */

  .ac-recruit-detail__recruit-heading {
    margin-bottom: 30px;
  }

  .ac-recruit-detail__recruit-heading h3 {
    font-size: 24px;
  }

  .ac-recruit-detail__conditions {
    display: block;

    margin-bottom: 40px;
  }

  .ac-recruit-detail__condition {
    margin-bottom: 20px;

    padding: 28px 20px;
  }

  .ac-recruit-detail__condition:last-child {
    margin-bottom: 0;
  }

  .ac-recruit-detail__condition-title {
    margin-bottom: 20px;
  }

  .ac-recruit-detail__condition-title h4 {
    font-size: 20px;
  }

  .ac-recruit-detail__condition li {
    padding: 13px 0;
  }

  .ac-recruit-detail__condition li p {
    font-size: 14px;
  }

  /* 注意事項 */

  .ac-recruit-detail__notice {
    display: block;
  }

  .ac-recruit-detail__notice-icon {
    width: 100%;

    padding: 9px;

    box-sizing: border-box;
  }

  .ac-recruit-detail__notice-content {
    padding: 25px 20px;

    border: 1px solid #333;
    border-top: none;
  }

  .ac-recruit-detail__notice-content h3 {
    font-size: 18px;
  }

  .ac-recruit-detail__notice-content p {
    font-size: 13px;
  }

  .sp-only {
    display: block;
  }
}

/* ========================================
   長く働ける環境
======================================== */

.ac-longwork {
  position: relative;
  padding: 90px 20px;
  overflow: hidden;

  background-color: #111;
  color: #fff;
}

.ac-longwork::before {
  position: absolute;
  top: 0;
  left: 50%;

  width: 600px;
  height: 600px;

  background: radial-gradient(
    circle,
    rgba(8, 162, 223, 0.12) 0%,
    rgba(8, 162, 223, 0) 70%
  );

  transform: translateX(-50%);

  content: "";
  pointer-events: none;
}

.ac-longwork__inner {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* ========================================
   タイトル
======================================== */

.ac-longwork__heading {
  margin-bottom: 45px;
  text-align: center;
}

.ac-longwork__en {
  display: inline-block;
  margin-bottom: 12px;

  color: #08a2df;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.ac-longwork__title {
  margin: 0;

  color: #fff;

  font-size: 34px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.ac-longwork__title strong {
  color: #16ade6;
  font-weight: 700;
}

/* ========================================
   メッセージ
======================================== */

.ac-longwork__message {
  max-width: 850px;
  margin: 0 auto 60px;

  text-align: center;
}

.ac-longwork__message p {
  margin: 0 0 22px;

  color: #d5d5d5;

  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

.ac-longwork__message p:last-child {
  margin-bottom: 0;
}

.ac-longwork__message strong {
  color: #fff;
  font-weight: 700;
}

/* ========================================
   こんな方へ
======================================== */

.ac-longwork__target {
  max-width: 950px;
  margin: 0 auto 60px;
}

.ac-longwork__target-title {
  margin-bottom: 25px;

  text-align: center;
}

.ac-longwork__target-title span {
  position: relative;

  display: inline-block;

  padding: 0 25px;

  color: #fff;

  font-size: 20px;
  font-weight: 700;
}

.ac-longwork__target-title span::before,
.ac-longwork__target-title span::after {
  position: absolute;
  top: 50%;

  width: 45px;
  height: 1px;

  background-color: #08a2df;

  content: "";
}

.ac-longwork__target-title span::before {
  right: 100%;
}

.ac-longwork__target-title span::after {
  left: 100%;
}

.ac-longwork__list {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  margin: 0;
  padding: 0;

  gap: 18px;

  list-style: none;
}

.ac-longwork__list li {
  position: relative;

  min-height: 165px;
  padding: 35px 25px 28px;

  box-sizing: border-box;

  background-color: #1b1b1b;

  border: 1px solid #333;
  border-bottom: 3px solid #08a2df;

  text-align: center;
}

.ac-longwork__number {
  display: block;
  margin-bottom: 15px;

  color: #08a2df;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.ac-longwork__list p {
  margin: 0;

  color: #bbb;

  font-size: 15px;
  line-height: 1.8;
}

.ac-longwork__list strong {
  color: #fff;

  font-size: 17px;
  font-weight: 700;
}

/* ========================================
   下部メッセージ
======================================== */

.ac-longwork__bottom {
  max-width: 850px;

  margin: 0 auto;
  padding: 45px 50px;

  background:
    linear-gradient(135deg, rgba(8, 162, 223, 0.16), rgba(8, 162, 223, 0.03)),
    #181818;

  border: 1px solid rgba(8, 162, 223, 0.35);

  text-align: center;
}

.ac-longwork__bottom-lead {
  margin: 0 0 15px;

  color: #fff;

  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}

.ac-longwork__bottom-text {
  margin: 0 0 30px;

  color: #c8c8c8;

  font-size: 15px;
  line-height: 2;
}

/* ========================================
   CTA
======================================== */

.ac-longwork__btn {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 460px;
  min-height: 100px;

  margin: 0 auto;
  padding: 16px 60px 16px 30px;

  box-sizing: border-box;

  background: linear-gradient(135deg, #0aa4dd 0%, #078fc8 55%, #057bb3 100%);

  color: #fff;

  border-radius: 8px;

  text-decoration: none;

  box-shadow: 0 7px 22px rgba(0, 102, 155, 0.3);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ac-longwork__btn-sub {
  margin-bottom: 4px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ac-longwork__btn-main {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ac-longwork__btn-arrow {
  position: absolute;

  top: 50%;
  right: 28px;

  width: 11px;
  height: 11px;

  border-top: 3px solid #fff;
  border-right: 3px solid #fff;

  transform: translateY(-50%) rotate(45deg);
}

.ac-longwork__btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 10px 28px rgba(0, 102, 155, 0.45);
}

/* 改行 */
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {
  .ac-longwork {
    padding: 60px 20px;
  }

  /* タイトル */

  .ac-longwork__heading {
    margin-bottom: 30px;
  }

  .ac-longwork__en {
    margin-bottom: 8px;

    font-size: 10px;
  }

  .ac-longwork__title {
    font-size: 24px;
    line-height: 1.55;
  }

  /* メッセージ */

  .ac-longwork__message {
    margin-bottom: 45px;

    text-align: left;
  }

  .ac-longwork__message p {
    margin-bottom: 18px;

    font-size: 14px;
    line-height: 1.9;
  }

  /* こんな方 */

  .ac-longwork__target {
    margin-bottom: 45px;
  }

  .ac-longwork__target-title {
    margin-bottom: 20px;
  }

  .ac-longwork__target-title span {
    padding: 0 15px;

    font-size: 18px;
  }

  .ac-longwork__target-title span::before,
  .ac-longwork__target-title span::after {
    width: 25px;
  }

  .ac-longwork__list {
    display: block;
  }

  .ac-longwork__list li {
    display: flex;
    align-items: center;

    min-height: auto;

    margin-bottom: 12px;
    padding: 20px;

    text-align: left;
  }

  .ac-longwork__list li:last-child {
    margin-bottom: 0;
  }

  .ac-longwork__number {
    flex-shrink: 0;

    width: 38px;

    margin: 0 15px 0 0;
  }

  .ac-longwork__list p {
    font-size: 14px;
  }

  .ac-longwork__list strong {
    font-size: 15px;
  }

  /* 下部 */

  .ac-longwork__bottom {
    padding: 30px 20px;
  }

  .ac-longwork__bottom-lead {
    font-size: 20px;
  }

  .ac-longwork__bottom-text {
    margin-bottom: 25px;

    font-size: 14px;
    line-height: 1.9;

    text-align: left;
  }

  /* CTA */

  .ac-longwork__btn {
    min-height: 88px;

    padding: 14px 45px 14px 18px;
  }

  .ac-longwork__btn-sub {
    font-size: 11px;
  }

  .ac-longwork__btn-main {
    font-size: 17px;
  }

  .ac-longwork__btn-arrow {
    right: 20px;

    width: 9px;
    height: 9px;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
