@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  text-decoration: none;
}

a:hover {
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.font-xsmall {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.font-small {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
}

.font-normal {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}

.font-large {
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
}

.font-xlarge {
  font-size: clamp(1.8rem, 3.8vw, 2rem);
}

.font-2xlarge {
  font-size: clamp(2rem, 4vw, 2.4rem);
}

.font-3xlarge {
  font-size: clamp(2.5rem, 4.5vw, 3rem);
}

.font-4xlarge {
  font-size: clamp(3rem, 5vw, 3.6rem);
}

.font-5xlarge {
  font-size: clamp(3.5rem, 6vw, 4.2rem);
}

.font-6xlarge {
  font-size: clamp(4.5rem, 7vw, 5.4rem);
}

.font-7xlarge {
  font-size: clamp(5rem, 8vw, 6rem);
}

.font-10xlarge {
  font-size: clamp(8rem, 10vw, 10rem);
}

.margin-btm-small {
  margin-bottom: 6px;
}
@media (max-width: 834px) {
  .margin-btm-small {
    margin-bottom: 4.8px;
  }
}
@media (max-width: 600px) {
  .margin-btm-small {
    margin-bottom: 3.6px;
  }
}
@media (max-width: 320px) {
  .margin-btm-small {
    margin-bottom: 2.4px;
  }
}

.margin-btm-medium {
  margin-bottom: 12px;
}
@media (max-width: 834px) {
  .margin-btm-medium {
    margin-bottom: 9.6px;
  }
}
@media (max-width: 600px) {
  .margin-btm-medium {
    margin-bottom: 7.2px;
  }
}
@media (max-width: 320px) {
  .margin-btm-medium {
    margin-bottom: 4.8px;
  }
}

.margin-btm-large {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .margin-btm-large {
    margin-bottom: 19.2px;
  }
}
@media (max-width: 600px) {
  .margin-btm-large {
    margin-bottom: 14.4px;
  }
}
@media (max-width: 320px) {
  .margin-btm-large {
    margin-bottom: 9.6px;
  }
}

.margin-btm-xlarge {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .margin-btm-xlarge {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .margin-btm-xlarge {
    margin-bottom: 18px;
  }
}
@media (max-width: 320px) {
  .margin-btm-xlarge {
    margin-bottom: 12px;
  }
}

.margin-btm-2xlarge {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .margin-btm-2xlarge {
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .margin-btm-2xlarge {
    margin-bottom: 36px;
  }
}
@media (max-width: 320px) {
  .margin-btm-2xlarge {
    margin-bottom: 24px;
  }
}

.margin-btm-3xlarge {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .margin-btm-3xlarge {
    margin-bottom: 96px;
  }
}
@media (max-width: 600px) {
  .margin-btm-3xlarge {
    margin-bottom: 72px;
  }
}
@media (max-width: 320px) {
  .margin-btm-3xlarge {
    margin-bottom: 48px;
  }
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.02em;
}

body {
  color: #161517;
  word-break: normal;
  word-wrap: break-word;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, span {
  line-height: 1.6;
  letter-spacing: 0.02em;
}

a {
  color: #161517;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.l-header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 18px 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 1;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo-img {
  width: 90px;
}
@media screen and (max-width: 834px) {
  .l-header__logo-img {
    width: 54px;
  }
}
.l-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.l-header__nav-list li {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
.l-header__nav-list a {
  color: #161517;
}
@media screen and (max-width: 834px) {
  .l-header__nav {
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    background-color: #ffffff;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 42px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* ナビゲーションがアクティブなときのスタイル */
  }
  .l-header__nav.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header__nav-list a {
    color: #161517;
  }
  .l-header__nav-list li {
    font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  }
}

/* ハンバーガーメニュー */
.l-header__hamburger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 18px;
  z-index: 1001;
}
.l-header__hamburger span {
  display: block;
  width: 36px;
  height: 1px;
  margin-bottom: 7px;
  background-color: #161517;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 834px) {
  .l-header__hamburger {
    display: block;
  }
}

html, body {
  height: 100%;
  margin: 0;
}

.l-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  position: relative;
  padding-top: 146px;
  padding-bottom: 176px;
}
@media screen and (max-width: 834px) {
  .l-page-container {
    padding-top: 96px;
    padding-bottom: 132px;
  }
}
.home .l-page-container {
  padding-top: 0;
  padding-bottom: 176px;
}
@media screen and (max-width: 834px) {
  .home .l-page-container {
    padding-bottom: 132px;
  }
}
.web-service .l-page-container {
  padding-top: 0;
  padding-bottom: 176px;
}
@media screen and (max-width: 834px) {
  .web-service .l-page-container {
    padding-bottom: 132px;
  }
}
.internet-marketing .l-page-container {
  padding-top: 0;
  padding-bottom: 176px;
}
@media screen and (max-width: 834px) {
  .internet-marketing .l-page-container {
    padding-bottom: 132px;
  }
}
.mobile-retail .l-page-container {
  padding-top: 0;
  padding-bottom: 176px;
}
@media screen and (max-width: 834px) {
  .mobile-retail .l-page-container {
    padding-bottom: 132px;
  }
}

.l-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-container-m {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .l-container-m {
    margin-right: 5%;
    margin-left: 5%;
  }
}
.l-container-s {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .l-container-s {
    margin-right: 5%;
    margin-left: 5%;
  }
}
.l-container-full {
  padding-right: 18px;
  padding-left: 18px;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-single {
  margin-bottom: 120px;
}

.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background-color: #2c2c2c;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .l-footer {
    padding: 30px 0 12px 0;
  }
}
.l-footer__logo {
  margin-bottom: 24px;
}
.l-footer__logo-img {
  width: 80px;
}
@media screen and (max-width: 834px) {
  .l-footer__logo {
    margin-bottom: 16px;
  }
  .l-footer__logo-img {
    width: 60px;
  }
}
.l-footer__menu {
  margin-bottom: 6px;
}
.l-footer__menu-link {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: #FFFFFF;
}
.l-footer__copy {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.c-button {
  display: inline-block;
  padding: 0.8rem 5.2rem;
  text-align: center;
  color: #161517;
  background-color: #e3fc00;
  border: solid 2px #333333;
  border-radius: 1.6em;
  cursor: pointer;
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
}
.c-button__wrapper-right {
  text-align: right;
}
.c-button__wrapper-center {
  text-align: center;
}
.c-button._animationArrow {
  position: relative;
  padding: 0.8rem 5.2rem 0.8rem 4.2rem;
}
.c-button._animationArrow:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-button._animationArrow:hover {
  background-color: #ffffff;
  border: solid 2px #e3fc00;
}
.c-button._animationArrow:hover:after {
  right: 2.5rem;
}

body.contact,
body.contact-confirm {
  background-color: #f8f8f8;
}

.c-contact .wpcf7-form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.c-contact__description {
  margin-bottom: 30px;
}
.c-contact__form {
  padding: 70px 6%;
  background: #ffffff;
}
@media screen and (max-width: 834px) {
  .c-contact__form {
    padding: 48px 8%;
  }
}
.c-contact__form-list {
  margin-bottom: 60px;
}
.c-contact__form-item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.c-contact__form-item dd {
  margin-bottom: 30px;
  min-height: 50px;
}
.c-contact__form-item input,
.c-contact__form-item textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
}
.c-contact__form-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 834px) {
  .c-contact__form-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.c-contact__form-action .send {
  display: inline-block;
  padding: 0.8rem 5.2rem;
  color: #161517;
  background-color: #e3fc00;
  border: solid 2px #333333;
  border-radius: 1.6em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
}
.c-contact__form-action .send:hover {
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.c-contact__form-action .back {
  display: inline-block;
  padding: 0.8rem 5.2rem;
  color: #999999;
  background-color: #d9d9d9;
  border: solid 1px #d9d9d9;
  cursor: pointer;
  border-radius: 1.6em;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.c-contact__form-action .back:hover {
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
.c-contact__form__confirm {
  padding: 70px 6%;
  background: #ffffff;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
@media screen and (max-width: 834px) {
  .c-contact__form__confirm {
    padding: 48px 8%;
  }
}
.c-contact__form__confirm-list {
  margin-bottom: 60px;
}
.c-contact__form__confirm-item dt {
  margin-bottom: 6px;
}
.c-contact__form__confirm-item dd {
  margin-bottom: 30px;
  width: 100%;
  padding: 12px;
  border: 1px solid #999999;
  background-color: #d9d9d9;
  color: #999999;
  border-radius: 5px;
  min-height: 50px;
}
.c-contact__thanks__text {
  padding: 0 8%;
}
.c-contact__thanks__text-top {
  text-align: center;
}
.c-contact__thanks__text-top span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, #e3fc00));
  background: -webkit-linear-gradient(transparent 50%, #e3fc00 70%);
  background: linear-gradient(transparent 50%, #e3fc00 70%);
}
.c-contact__thanks__link {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-contact__thanks__text {
    padding: 0 0;
  }
}

.c-required {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  font-weight: bold;
  color: #ff5a44;
}

.g-recaptcha-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-confirm .wpcf7-form .g-recaptcha-wrap {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.c-page__hero-img {
  width: 100%;
  height: 65vh;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .c-page__hero-img {
    height: 320px;
  }
}
.c-page__illust {
  text-align: right;
}
.c-page__illust-img {
  max-width: 200px;
  margin-top: 12px;
  margin-right: 4%;
}
@media screen and (max-width: 834px) {
  .c-page__illust-img {
    max-width: 140px;
    margin-top: 6px;
    margin-right: 2%;
  }
}
.c-page__top {
  border-bottom: dashed 1px #A2A2A2;
  padding-bottom: 36px;
}
.c-page__top__title {
  font-size: clamp(1.8rem, 3.8vw, 2rem);
  text-align: center;
  font-weight: bold;
}
.c-page__top__text {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
@media screen and (max-width: 834px) {
  .c-page__top__title {
    text-align: left;
  }
}
.c-page__content__title {
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 12px;
}
.c-page__content__title::before {
  content: "●";
  color: #e3fc00;
  padding-right: 0.8rem;
}
.c-page__content__text {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  margin-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .c-page__content__text {
    margin-bottom: 24px;
  }
}

.c-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 6px;
}
.c-heading__icon {
  width: 76px;
}
@media screen and (max-width: 834px) {
  .c-heading__icon {
    width: 48px;
  }
}
.c-heading__text-en {
  display: block;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  color: #b8b8b8;
}
.c-heading__text-en::first-letter {
  text-transform: uppercase;
}
.c-heading__text-kana {
  display: block;
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .c-heading__text-en {
    font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  }
}
.c-heading::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../img/icon5l.svg");
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .c-heading::before {
    width: 42px;
    height: 42px;
  }
}
.c-heading::after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../../assets/img/icon5r.svg);
  background-image: url("../img/icon5r.svg");
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .c-heading::after {
    width: 42px;
    height: 42px;
  }
}

.c-pageTitle {
  font-size: clamp(1.8rem, 3.8vw, 2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.c-pageTitle-en {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  color: #b8b8b8;
}
.c-pageTitle-en::first-letter {
  text-transform: uppercase;
}
.c-pageTitle-kana {
  font-size: clamp(2.5rem, 4.5vw, 3rem);
  font-weight: bold;
}

.c-text__align-center {
  text-align: center;
}
.c-text__align-right {
  text-align: right;
}

.c-decoration__pict {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.c-decoration__pict._home {
  background-image: url("../img/hero-image2.jpg");
  background-position: center center;
}
.c-decoration__pict._about {
  background-image: url("../img/hero-image6.jpg");
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .c-decoration__pict {
    height: 240px;
  }
}

.c-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-news__inner {
  background-color: #edeff0;
  border-radius: 18px;
  padding: 36px 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .c-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.c-news__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-news__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 18px;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
.c-news__list__item:not(:last-child) {
  margin-bottom: 18px;
}
.c-news__list__item__right {
  margin-top: 2px;
}
.c-news__title {
  font-weight: bold;
  font-size: clamp(1.8rem, 3.8vw, 2rem);
  width: 126px;
}
@media screen and (max-width: 834px) {
  .c-news__title {
    width: 100%;
  }
}
.c-news__icon {
  display: inline-block;
  background-color: #ff5a44;
  color: #FFFFFF;
  padding: 0.3em 1em;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .c-news__icon {
    margin-top: 4px;
  }
}
.c-news__illust {
  margin-top: -18px;
  text-align: right;
}
.c-news__illust-img {
  max-width: 240px;
  margin-right: 4%;
}
@media screen and (max-width: 834px) {
  .c-news__illust {
    margin-top: -6px;
  }
  .c-news__illust-img {
    max-width: 140px;
    margin-right: 2%;
  }
}

.toggleContent {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.toggleButton {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.toggleButton::before,
.toggleButton::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: color 0.3s ease, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.3s ease, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.3s ease, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.3s ease, transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.toggleButton::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggleButton.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ヒーローセクション */
.p-hero {
  padding-top: 86px;
  background: url("../img/hero-image01.png") no-repeat center center;
  background-size: cover;
  background-position: center center;
  height: 80vh;
  max-height: 650px;
  position: relative;
}
.p-hero__title {
  position: absolute;
  left: 4%;
  bottom: 40px;
}
.p-hero__title-img {
  max-width: 240px;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .p-hero {
    padding-top: 66px;
    height: 400px;
    max-height: none;
  }
  .p-hero__title {
    bottom: 24px;
  }
  .p-hero__title-img {
    max-width: 130px;
  }
}

/* サービス概要セクション */
.p-home__service {
  border-bottom: dashed 1px #A2A2A2;
  padding-bottom: 36px;
}
.p-home__service__text {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}

body.company {
  background-color: #f8f8f8;
}

.p-company__info {
  text-align: center;
  background-color: #ffffff;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .p-company__info {
    padding: 42px 3%;
  }
}
.p-company__info-img {
  max-width: 488px;
}

.p-work__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0;
}
@media screen and (max-width: 834px) {
  .p-work__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-work__item {
  width: 49%;
  background: #f8f8f8;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-work__item__inner {
  margin: 18px;
}
@media screen and (max-width: 834px) {
  .p-work__item {
    width: 100%;
  }
}
.p-work__image {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-work__button {
  text-align: right;
}

.p-related-articles__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-related-articles__list:before {
  content: "";
  display: block;
  width: 24%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}
.p-related-articles__list:after {
  content: "";
  display: block;
  width: 24%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.p-related-articles__item {
  width: 24%;
}

.p-related-articles__item__title {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  font-weight: inherit;
}

.p-related-articles__image {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

body.post-type-archive-recruit {
  background-color: #f8f8f8;
}

.p-recruit__item {
  padding: 60px 6%;
  background-color: #ffffff;
}
.p-recruit__item-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #A2A2A2;
  padding-bottom: 30px;
}
.p-recruit__item-detail:not(:last-child) {
  margin-bottom: 30px;
}
.p-recruit__item-title {
  font-size: clamp(1.8rem, 3.8vw, 2rem);
  font-weight: bold;
  margin-bottom: 30px;
}
.p-recruit__item-title::before {
  content: "●";
  color: #e3fc00;
  margin-right: 0.8rem;
}
.p-recruit__item dt {
  font-weight: bold;
  width: 160px;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
.p-recruit__item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
@media screen and (max-width: 834px) {
  .p-recruit__item {
    padding: 36px 6%;
  }
  .p-recruit__item-title {
    margin-bottom: 18px;
  }
  .p-recruit__item-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 18px;
  }
  .p-recruit__item-detail:not(:last-child) {
    margin-bottom: 18px;
  }
  .p-recruit__item dt {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}

body.privacy {
  background-color: #f8f8f8;
}

.p-privacy {
  background-color: #ffffff;
  padding: 70px 4%;
}
@media screen and (max-width: 834px) {
  .p-privacy {
    padding: 42px 4%;
  }
}
.p-privacy__list {
  margin-left: 4rem;
}
@media screen and (max-width: 834px) {
  .p-privacy__list {
    margin-left: 2rem;
  }
}
.p-privacy__list__item {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}
.p-privacy__list__item:not(:last-child) {
  margin-bottom: 24px;
}
.p-privacy__list__item dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.p-privacy__mail-img {
  max-width: 140px;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .p-privacy__mail-img {
    max-width: 120px;
  }
}

.u-animate__img-big {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.u-animate__img-big:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.u-animate__img-big__wrap {
  overflow: hidden;
}
.u-animate__img-big__wrap a {
  display: block;
}

.u-bg_gray {
  background-color: #f8f8f8;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .u-bg_gray {
    padding: 48px 0;
  }
}

.u-bg_red {
  background-color: #fff2f2;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .u-bg_red {
    padding: 48px 0;
  }
}

@media screen and (max-width: 834px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-mb {
  display: none;
}
@media screen and (max-width: 834px) {
  .u-br-mb {
    display: block;
  }
}