html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding: 100px;
}
body {
  font-family: "Inter", sans-serif;
  color: #414141;
}
main {
  padding: 216px 0 0;
}
a {
  display: block;
  color: #414141;
  text-decoration: none;
}
p {
  font-weight: 500;
}
img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wrapper {
  width: 100vw;
  /* overflow: hidden; */
  position: relative;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
.c-ttl {
  text-align: center;
  margin: 0 0 60px;
  position: relative;
  line-height: 1;
}
.c-ttl::before {
  font-weight: 900;
  color: #52cb8a63;
  font-size: 96px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2rem;
}
.p-top_news .c-ttl::before {
  content: "NEWS";
}
.p-comit .c-ttl::before {
  content: "COMMITMENT";
}
.p-solution .c-ttl::before {
  content: "SOLUTION";
}
.p-plan .c-ttl::before {
  content: "PLAN";
}
.p-works .c-ttl::before {
  content: "WORKS";
}
.p-service .c-ttl::before {
  content: "SERVICE";
}
.c-contact .c-ttl::before {
  content: "CONTACT";
}
.works .works_area .c-ttl::before {
  content: "WORKS";
  color: #fff;
}
.company .p-company_about .c-ttl::before {
    content: "COMPANY";
}
.company .p-access .c-ttl::before {
    content: "ACCESS";
}

.p-contact .c-ttl::before {
  content: "CONTACT";
}

.c-mv {
  width: 100%;
  height: 507px;
  position: relative;
}
.c-mv .c-ttl {
  position: static;
}
.bussiness .c-mv {
  background: url(../img/bussines_mv.jpg) no-repeat center;
  background-size: cover;
}
.works .c-mv {
  background: url(../img/works_mv.jpg) no-repeat center;
  background-size: cover;
}
.company .c-mv {
  background: url(../img/company_mv.jpg) no-repeat center;
  background-size: cover;
}
.recruit .c-mv {
  background: url(../img/recruit_mv.jpg) no-repeat center;
  background-size: cover;
}
.contact .c-mv {
  background: url(../img/contact_mv.jpg) no-repeat center;
  background-size: cover;
}

.bg {
  background-color: rgba(5, 157, 108, 0.64);
  height: 507px;
}
.c-ttl h1 {
  font-size: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #fff;
}
.c-ttl h2 {
  font-size: 40px;
  font-weight: 900;
  padding: 5.1244509517vw 0 0;
  position: relative;
  z-index: 2;
  padding: 45px 0 0;
}
.yellow {
  color: #efff11;
}
.orange {
  color: #ec7c38;
}

/* ------------------

-------------------*/
header {
  width: 100vw;
  transition: 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  font-weight: 500;
  background-color: #fff;
  /* height: 6.1458333333vw; */
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px 2.59vw;
}
header .header-logo {
  position: relative;
  padding: 1.5625vw 0 0;
  display: block;
  width: calc(233 / 1920 * 100vw);
}
header .header-links {
  align-items: center;
  justify-content: end;
  display: flex;
  gap: 10px;
  padding: 0.41vw 0 0;
}
.header-links__item.header-links__item--tel {
  width: 14.94vw;
  position: relative;
}
.header-links__item--tel::before {
  background: url(../img/tel.png) no-repeat;
  content: "";
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -60px;
}
.header-links__item.header-links__item--tel .tel-number {
  display: inline-block;
  line-height: 1;
  background-size: contain;
  font-weight: 600;
  color: #000;
  line-height: 1;
  font-size: min(1.77vw, 35px);
}
.header-links__item.header-links__item--tel p {
  font-size: 1.02vw;
  font-weight: 400;
  color: #414141;
  padding: 0 0 0.29vw;
  font-size: 0.73vw;
  padding: 0 0 0.21vw;
}
header .header-links .header-links__item.header-links__item--contact {
  background-color: #52cb8a;
  width: calc(300 / 1920 * 100vw);
  border-radius: 0.4166666667vw;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 0;
  max-width: 300px;
}
header .header-links .header-links__item.header-links__item--contact::before {
  background: url(../img/mail.png) no-repeat;
  content: "";
  background-size: contain;
  width: calc(30 / 1920 * 100vw);
  height: 30px;
  position: absolute;
  top: 25px;
  left: 10px;
}
header .header-links .header-links__item.header-links__item--contact a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header .header-links .header-links__item.header-links__item--contact p {
  background-size: contain;
  color: #fff;
  font-size: 0.9895833333vw;
  font-weight: 600;
}
header .header-links .header-links__item.header-links__item--sns {
  background: linear-gradient(
    90deg,
    rgba(230, 45, 130) 0%,
    rgba(236, 124, 56) 100%
  );
  width: calc(300 / 1920 * 100vw);
  max-width: 300px;
  border-radius: 0.4166666667vw;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 21px 0;
}
header .header-links .header-links__item.header-links__item--sns::before {
  background: url(../img/instagram_icn.png) no-repeat;
  content: "";
  background-size: contain;
  width: calc(26 / 1920 * 100vw);
  height: 26px;
  position: absolute;
  top: 26px;
  left: 10px;
}
header .header-links .header-links__item.header-links__item--sns a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}

header .header-links .header-links__item.header-links__item--sns p {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: max(0.9895833333vw, 16px);
}

.header-navi {
  width: 100vw;
  z-index: 99;
  left: 0;
  top: 6.1458333333vw;
  box-shadow: 0.15625vw 0.15625vw 0.15625vw #a7a7a7;
  background-color: #fff;
}
.header-navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.header-navi li {
  border-right: solid 1px #52cb8a;
  height: 66px;
}
.header-navi li:last-of-type {
  border-right: unset;
}
.header-navi ul li a {
  text-align: center;
  height: 100%;
  width: 11.875vw;
  font-size: 24px;
  color: #414141;
}
.header-navi ul li a span {
  line-height: 1.8;
  display: block;
  font-weight: 400;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 16px;
}

/* ---------------

-----------------*/
.c-contact {
  background: url(../img/contact_bg.jpg) no-repeat;
  background-size: cover;
  height: 313px;
}
.contact-links {
  background-color: #fff;
  border: solid 4px #ffa21f;
  border-radius: 23px;
  max-width: 1242px;
  margin: 0px auto 0;
  padding: 87px 20px 53px;
  display: flex;
  gap: 40px;
}
.tel-number {
  font-size: 35px;
  font-weight: 600;
}
.contact-tel {
  position: relative;
  padding-left: 60px;
  width: 313px !important;
}
.contact-tel::after {
  content: "";
  background: url(../img/tel.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-tel p {
  font-size: 14px !important;
  color: #000 !important;
  text-align: left !important;
}
.contact-links__item {
  width: 350px;
}
.contact-links__item p {
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 20px;
}
.contact-mail {
  background-color: #52cb8a;
  border-radius: 10px;
  padding: 25px 0px;
  position: relative;
}
.contact-mail::before {
  content: "";
  background: url(../img/mail.png) no-repeat;
  width: 38px;
  height: 38px;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 23px;
}
.contact-sns {
  background: linear-gradient(
    90deg,
    rgba(230, 45, 130) 0%,
    rgba(236, 124, 56) 100%
  );
  border-radius: 10px;
  padding: 25px 0px;
  position: relative;
}
.contact-sns::before {
  content: "";
  background: url(../img/instagram_icn.png) no-repeat;
  width: 33px;
  height: 33px;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 23px;
}
.contact_box {
  position: relative;
  top: -190px;
}
.c-contact .c-ttl {
  margin: 0;
  position: relative;
  top: 20px;
}
.l-footer {
  background-color: #52cb8a;
  padding: 48px 0;
}
.footer_item {
  display: flex;
  justify-content: space-evenly;
}
.footer_item li {
  border-right: solid #fff 1px;
  padding: 0 38px;
}
.footer_item a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.l-footer img {
  width: 290px;
  margin: 45px auto 0;
}

@media screen and (max-width: 768px) {
  main {
    padding: 50px 0 0;
  }
  p {
    font-size: 15px;
    line-height: 1.6;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .c-ttl::before {
    font-size: 44px;
  }
  .c-ttl {
    margin: 0 0 40px;
  }
  .c-ttl h1 {
    font-size: 30px;
  }
  .c-ttl h2 {
    font-size: 20px;
    padding: 18px 0 0;
  }
  header {
    /* display: none; */
    height: 50px;
  }
  header .wrap {
    padding: 0 20px;
  }
  header .header-logo {
    width: calc(203 / 750 * 100vw);
  }
  header .header-links {
    display: none;
  }
  .header-navi {
    height: 100vh;
    box-shadow: unset;
    display: none;
    position: relative;
    top: unset;
  }
  .header-navi ul {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-navi ul li {
    padding-bottom: 20px;
    border-right: unset;
  }
  .header-navi ul li a {
    width: auto;
    font-size: 16px;
  }
  .header-navi ul li a span {
    font-size: 13px;
  }
  .menu-btn {
    display: block;
    pointer-events: all;
    position: absolute;
    top: 2px;
    right: 19px;
    width: 46px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
    background-color: #fff;
    border: unset;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 12px;
    background: #52cb8a;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 15px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 22px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 29px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 22px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }

  .c-contact {
    padding: 0 15px;
    height: 238px;
    background: url(../img/contact_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .c-contact .c-ttl {
    top: 11px;
  }
  .contact-links {
    padding: 30px 15px;
    display: block;
    border: solid 1px #ffa21f;
  }
  .contact-links__item {
    width: auto;
    padding: 15px 0 15px 60px;
    margin-bottom: 15px;
  }
  .contact-links__item p {
    text-align: left;
    padding-left: 10px;
  }
  .contact-mail {
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .contact-tel {
    width: auto !important;
  }
  .contact-sns {
    box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.1);
  }
  .contact-tel::after {
    top: 17px;
  }
  .contact-sns::before {
    top: 14px;
  }
  .tel-number {
    font-size: 24px;
  }
  .contact-mail::before {
    top: 13px;
  }
  .l-footer {
    padding: 18px 0;
    margin: 0 0 83px;
  }
  .footer_item {
    display: none;
  }
  .l-footer img {
    width: 200px;
    margin: 0 auto;
  }
    .sp_flooting {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 最後だけ固定幅 */
    background-color: #fff;
    padding: 3px 0;
    gap: 3px;
    width: 100%;
    z-index: 9;
  }
  .sp_flooting .sp_tel_btn {
    background-color: #fff;
    border: solid #52cb8a 2px;
    border-radius: 5px;
    padding: 5px 0;
  }
  .sp_flooting .sp_web {
    border: solid #52cb8a 2px;
    border-radius: 5px;
    padding: 5px 0;
  }
  .sp_flooting .sp_web_interview {
    background-color: #2a75f1;
    padding: 5px 0;
  }
  .sp_flooting .sp_tel_btn a,
  .sp_flooting .sp_web a,
  .sp_flooting .sp_web_interview a {
    color: #414141;
    text-align: center;
    display: block;
  }
  .sp_flooting .sp_tel_btn p,
  .sp_flooting .sp_web p,
  .sp_flooting .sp_web_interview p {
    font-size: 18px;
  }
  .sp_flooting .sp_tel_btn img {
    width: 25px;
    margin: 0 auto;
  }

  .sp_flooting .sp_web img,
  .sp_flooting .sp_web_interview img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }

}
