@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../font/Lato-Regular.woff2") format("woff2"), url("../font/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../font/Lato-Bold.woff2") format("woff2"), url("../font/Lato-Bold.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  overflow-x: auto;
}

body {
  color: #313130;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
}

.scroll-prevent {
  height: 100%;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #313130;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.md {
  display: none;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.c-btn {
  margin: 0 auto;
  color: #fff;
  width: 100%;
  max-width: 20rem;
  padding: 1rem;
  font-weight: 700;
  background: #41B1AC;
  overflow: hidden;
  position: relative;
  z-index: 1;
  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: 2rem;
}
.c-btn::after {
  content: "";
  background: #318581;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn span:not([class]) {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.c-btn span:not([class])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/mail.svg);
          mask: url(../img/mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn span:not([class])::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  background: #fff;
}
.c-btn .c-btn__text {
  display: block;
  text-align: center;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table tr {
  border-bottom: 1px solid #DDD;
}
.c-table tr:first-child {
  border-top: 1px solid #DDD;
}
.c-table th,
.c-table td {
  border-collapse: collapse;
  font-size: 0.875rem;
}
.c-table th {
  font-weight: bold;
  width: 200px;
  padding: 24px 16px;
  text-align: left;
  color: #EEA88D;
}
.c-table td {
  padding: 24px 16px 24px 0;
}
.c-table td a[href*="tel:"] {
  pointer-events: none;
}
.c-table td a {
  text-decoration: underline;
}
.c-table td a[target=_blank] {
  position: relative;
}
.c-table td a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #313130;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-right: 4px;
}
.c-table td ul {
  margin-bottom: 1rem;
}
.c-table td ul li:nth-child(n+2) {
  margin-top: 1rem;
}
.c-table td ul .title small {
  font-size: 0.75rem;
}

.c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form__item:nth-child(n+2) {
  margin-top: 1.5rem;
}

.c-form__title {
  margin-top: 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5rem;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.c-form__item--radio .c-form__title {
  margin-top: 4px;
}

.c-form__label span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}

.c-form__required {
  display: inline-block;
  color: #fff;
  background: #EEA88D;
  padding: 2px 4px;
  font-size: 0.75rem;
}

.c-form__any {
  display: inline-block;
  color: #fff;
  background: #aaa;
  padding: 2px 4px;
  font-size: 0.75rem;
}

.c-form__example {
  display: block;
  margin-top: 2px;
  color: #313130;
  font-size: 0.75rem;
  opacity: 0.4;
}

.c-form__input,
.c-form__select,
.c-form__radio,
.c-form__checkbox,
.c-form__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.c-form__select {
  max-width: 20rem;
  position: relative;
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #313130;
  border-right: 2px solid #313130;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
}

.c-form__radio,
.c-form__checkbox {
  display: grid;
  grid-template-columns: 27% 27% 46%;
  gap: 1rem 0.5rem;
}

.c-form__radio input,
.c-form__check input,
.c-form__checkbox input {
  display: none;
}
.c-form__radio input:checked + label::before,
.c-form__check input:checked + label::before,
.c-form__checkbox input:checked + label::before {
  border-color: #41B1AC;
  background: #41B1AC;
}
.c-form__radio input:checked + label::after,
.c-form__check input:checked + label::after,
.c-form__checkbox input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.c-form__radio label,
.c-form__check label,
.c-form__checkbox label {
  position: relative;
  padding-left: 1.6rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.c-form__radio label::before,
.c-form__check label::before,
.c-form__checkbox label::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0;
  border: 1px solid #DDD;
  background: #fff;
}
.c-form__radio label::after,
.c-form__check label::after,
.c-form__checkbox label::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  visibility: hidden;
}

input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: #C7C7C7;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=submit] {
  cursor: pointer;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]),
textarea,
select {
  width: 100%;
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]),
select {
  height: 3rem;
}

textarea {
  resize: vertical;
  min-height: 15rem;
  height: 15rem;
  font-weight: normal;
}
textarea::-webkit-input-placeholder {
  font-weight: normal;
}
textarea::-moz-placeholder {
  font-weight: normal;
}
textarea:-ms-input-placeholder {
  font-weight: normal;
}
textarea::-ms-input-placeholder {
  font-weight: normal;
}
textarea::placeholder {
  font-weight: normal;
}

input[type=checkbox] {
  margin-right: 6px;
}

.c-form__time {
  display: inline-block;
  position: relative;
}

.c-form__check {
  margin-top: 2.5rem;
}
.c-form__check a {
  color: #fff;
  text-decoration: underline;
  margin-right: 4px;
}

.c-form__link {
  display: inline-block;
  color: #41B1AC;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-right: 6px;
}

.c-form__btn {
  margin: 3rem auto 0;
  position: relative;
}
.c-form__btn span {
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  background: #41B1AC;
  width: 100%;
  max-width: 300px;
  position: relative;
  border: 1px solid #41B1AC;
}
.c-form__btn .c-btn__link {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  padding: 16px;
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.1em;
}

.c-btn__link--back {
  max-width: 300px;
  margin: 24px auto 0;
  height: inherit !important;
  padding: 0px !important;
  border-radius: 0 !important;
  background: transparent !important;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-form__caution {
  margin-top: 16px;
  text-align: center;
  font-size: 0.9375rem;
}

.c-form__privacy .c-form__checkbox {
  margin-top: 0.5rem;
}

.p-privacy {
  border: 1px solid #ccc;
  padding: 1.5rem 1rem;
  height: 12rem;
  font-size: 0.875rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.p-privacy__items {
  margin-top: 1.5rem;
}

.p-privacy__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-privacy__item p:not([class]) {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}

.p-privacy__title {
  font-weight: bold;
  font-size: 1rem;
}

.p-privacy__lists {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  counter-reset: number;
}

.p-privacy__list {
  padding-left: 1rem;
  text-indent: -1rem;
}
.p-privacy__list::before {
  counter-increment: number;
  content: counter(number) ".";
}

table.formTable {
  width: 100%;
  margin: 40px auto 0;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  padding: 10px;
  border: 1px solid #ccc;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  text-align: left;
  background: #eee;
}

.p-contact-confirm .p-contact__wrapper {
  max-width: inherit;
}

.c-privacy__item:nth-child(n+2) {
  margin-top: 2rem;
}

.c-privacy__title {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
}
.c-privacy__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 80%;
  background: #41B1AC;
}

.c-privacy__body {
  margin-top: 1rem;
}
.c-privacy__body > ul {
  margin-top: 0.5rem;
}
.c-privacy__body > ul > li {
  position: relative;
  padding-left: 1rem;
  text-indent: -1rem;
}
.c-privacy__body > ul > li::before {
  content: "・";
}

.c-privacy__lists {
  margin-top: 0.5rem;
}

.c-privacy__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-section-head {
  padding-bottom: 3.5rem;
  text-align: center;
}

.c-section-head__en {
  font-weight: bold;
  font-size: 3.5rem;
  color: #41B1AC;
  position: relative;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-section-head__title {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.c-section-head__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 4rem;
  background: #DDD;
}

.bg-trigger {
  opacity: 0;
}

/*背景色が伸びて出現 共通*/
.bg-extend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

.bg-extend--slow {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bg-appear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bg-appear--slow {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bg-LR-extend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-LR-extend--slow::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-LR-extend--white::before {
  background-color: #41B1AC;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------*/
@-webkit-keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  -webkit-animation: fadeIn 0.8s forwards;
          animation: fadeIn 0.8s forwards;
}

.anm-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.anm-up.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

.anm-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.anm-left.is-animated {
  -webkit-animation: fadeInLeft 0.8s forwards;
          animation: fadeInLeft 0.8s forwards;
}

.anm-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.anm-right.is-animated {
  -webkit-animation: fadeInRight 0.8s forwards;
          animation: fadeInRight 0.8s forwards;
}

.anm-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.anm-down.is-animated {
  -webkit-animation: fadeInDown 0.8s forwards;
          animation: fadeInDown 0.8s forwards;
}

.anm-list > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-accordion:nth-child(n+2) {
  margin-top: 2rem;
}

.c-accordion__head {
  background: #F7F7F8;
  position: relative;
  cursor: pointer;
  padding: 1rem 2rem 1rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.c-accordion__head::before, .c-accordion__head::after {
  content: "";
  position: absolute;
  background: #313130;
  width: 2px;
  height: 0.8rem;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-accordion__head::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-accordion__icon {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}

.c-accordion__q {
  color: #41B1AC;
}

.c-accordion__a {
  color: #EEA88D;
}

.c-accordion__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 1rem 1rem 0;
}

.c-accordion__text {
  font-weight: normal;
}

.js-accordion-title.open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
}
.l-header.is-transform {
  background: #FFF;
  border-bottom: 1px solid #ccc;
}
.l-header.is-transform .l-header__link {
  color: #313130;
}
.l-header.is-transform .l-header__link .en {
  color: #41B1AC;
}
.l-header.is-transform .l-header__item--contact .l-header__link .ja::after {
  background: #313130;
}

.l-header__inner {
  margin: 0 auto;
  padding: 0 2.5rem;
}

.l-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo {
  position: relative;
  z-index: 99;
  line-height: 1;
}

.l-header__logo-link {
  display: block;
  height: 60px;
  width: 220px;
  line-height: 1;
}
.l-header__logo-link img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  line-height: 1;
  display: block;
}

.l-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.l-header__menu.is-active {
  left: 10%;
  pointer-events: auto;
}

.l-header__overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.l-header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__link {
  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;
  position: relative;
  color: #fff;
  line-height: 1.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__link .en {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.l-header__item--contact .l-header__link .ja {
  position: relative;
}
.l-header__item--contact .l-header__link .ja::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}

/* --------------- ハンバーガーメニュー --------------- */
.l-header__hamburger {
  display: none;
}

.c-hamburger {
  cursor: pointer;
}

.c-hamburger__block {
  position: relative;
  width: 90px;
  height: 90px;
  z-index: 2;
  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;
}

.c-hamburger__menu {
  position: relative;
  width: 90px;
  height: 30px;
}
.c-hamburger__menu span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #41B1AC;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 50px;
  height: 2px;
}
.c-hamburger__menu span:nth-of-type(1) {
  top: 1px;
}
.c-hamburger__menu span:nth-of-type(2) {
  top: 50%;
}
.c-hamburger__menu span:nth-of-type(3) {
  top: calc(100% - 2px);
}

.c-hamburger__label {
  color: #41B1AC;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 10px;
}

.c-hamburger.is-active .c-hamburger__menu span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(2) {
  display: none;
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-footer {
  padding: 1rem 0;
  background: #313130;
  color: #FFF;
}

.l-footer__inner {
  margin: 0 auto;
  padding: 0 2.5rem;
}

.l-footer__copyright {
  font-size: 0.75rem;
  font-weight: normal;
}

.l-inner {
  margin: 0 auto;
  max-width: 72.5rem;
  max-width: calc(1200px + 5rem);
  padding: 0 2.5rem;
}

.bg01 {
  background: #F7F7F8;
}

.l-sec {
  padding: 8rem 0;
  position: relative;
}

.p-fixed-btn {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #41B1AC;
  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;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  padding: 1rem;
  -webkit-box-shadow: 4px 4px 8px rgba(49, 49, 48, 0.25);
          box-shadow: 4px 4px 8px rgba(49, 49, 48, 0.25);
}
.p-fixed-btn::after {
  content: "";
  background: #318581;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.p-fixed-btn span:not([class]) {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.p-fixed-btn span:not([class])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/mail.svg);
          mask: url(../img/mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-fixed-btn .c-btn__text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ==============================================================
# ファーストビュー
============================================================== */
.p-hero {
  height: 100vh;
  height: 100svh;
  max-height: 67.5rem;
  position: relative;
  background: url(../img/fv_pc.png) no-repeat bottom right/cover;
  background: url(../img/fv_pc.webp) no-repeat bottom right/cover;
}

.p-hero__inner {
  height: 100%;
  padding: 0 2.5rem;
  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;
  position: relative;
}

.p-hero__wrapper {
  width: 47%;
}

.p-hero__main-title {
  margin-top: 2rem;
}
.p-hero__main-title span {
  font-size: 0.9vw;
  font-weight: bold;
}
.p-hero__main-title img {
  margin-top: 0.5rem;
  max-width: 80%;
}

.p-hero__textarea {
  margin-top: 4rem;
  font-size: 1.25vw;
  font-weight: bold;
}
.p-hero__textarea p:nth-child(2) {
  margin-top: 0.5rem;
}
.p-hero__textarea p:nth-child(3) {
  margin-top: 1rem;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #CDCCF7));
  background: linear-gradient(transparent 60%, #CDCCF7 60%);
  padding: 0 5px;
}

.bg-black {
  background: #313130;
  color: #fff;
  font-weight: bold;
  padding: 3px 4px;
  margin: 0 4px;
}

/* ==============================================================
# CTA
============================================================== */
.p-cta {
  position: relative;
  padding: 5rem 0;
}
.p-cta::before, .p-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-cta::before {
  background: url(../img/cta_bg.png) no-repeat center center/cover;
  z-index: -2;
}
.p-cta::after {
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.p-cta__text {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  font-size: 2rem;
}

.color-accent {
  color: #EEA88D;
}

.p-cta__btn {
  margin-top: 2.5rem;
}

/* ==============================================================
# こんなお悩みありませんか？
============================================================== */
.p-lead {
  padding: 5rem 0 0;
  position: relative;
}
.p-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27rem;
  background: #F7F7F8;
  z-index: -1;
}

.p-lead__sub-title {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-lead__title {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 1.75rem;
}
.p-lead__title span {
  color: #514984;
  font-size: 2.5rem;
  margin: 0 4px;
  border-bottom: 2px dashed #514984;
}

.p-lead__items {
  margin: 2rem auto 0;
  max-width: 45rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 2.5rem;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}
.p-lead__items::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 7rem;
  height: 7rem;
  background: url(../img/trouble.svg) no-repeat bottom center/contain;
}

.p-lead__item {
  padding: 1rem 0;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
}
.p-lead__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask: url(../img/check.svg);
          mask: url(../img/check.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #41B1AC;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-lead__item:nth-child(n+2) {
  border-top: 1px dashed #DDD;
}

.p-solve {
  padding: 8rem 0 4rem;
  position: relative;
}
.p-solve::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 7rem;
  height: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/arrow-down.svg);
          mask: url(../img/arrow-down.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #EEA88D;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-solve::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}

.p-solve__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.p-solve__title img {
  width: 27rem;
  margin-right: 4px;
}

.p-solve__img {
  margin: 4rem auto 0;
  max-width: 50rem;
}

.p-solve__sub-title {
  margin: 4rem auto 0;
  max-width: 55rem;
  color: #41B1AC;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 2;
  position: relative;
  padding: 2rem 4rem;
}
.p-solve__sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 5rem;
  border-top: 3px solid #ADE5E4;
  border-right: 3px solid #ADE5E4;
}
.p-solve__sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  border-bottom: 3px solid #ADE5E4;
  border-left: 3px solid #ADE5E4;
}

.p-solve__text {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}

.p-authority {
  padding: 12rem 0 8rem;
}

.p-authority__main-img {
  margin: 0 auto;
  max-width: 40rem;
}

.p-authority__title {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
.p-authority__title .lg {
  font-size: 2rem;
}
.p-authority__title .color-accent {
  font-size: 3rem;
}
.p-authority__title img {
  width: 20rem;
  vertical-align: text-bottom;
  margin: 0 4px;
  -o-object-fit: contain;
     object-fit: contain;
}

.color-accent {
  color: #EEA88D;
}

.p-authority__wrapper {
  margin-top: 4rem;
  background: #fff;
  padding: 3rem 2.5rem;
  display: grid;
  grid-template-columns: 55% calc(45% - 2.5rem);
  grid-template-rows: auto 1fr;
  grid-template-areas: "a b" "c b";
  gap: 2.5rem;
}

.p-authority__about {
  grid-area: a;
}

.p-authority-about__head {
  position: relative;
  padding-left: 1rem;
}
.p-authority-about__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #41B1AC;
}

.p-authority-about__sub-title {
  font-size: 0.875rem;
  font-weight: bold;
}

.p-authority-about__title {
  font-size: 1.625rem;
  font-weight: bold;
}

.p-authority-about__text {
  margin-top: 1rem;
  font-size: 0.9375rem;
}

.p-authority__img {
  grid-area: b;
  overflow: hidden;
  border-radius: 0 2rem 0 0;
}

.p-authority__profile {
  grid-area: c;
}

.p-authority-profile__head {
  position: relative;
  padding-bottom: 0.5rem;
}
.p-authority-profile__head::before, .p-authority-profile__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.p-authority-profile__head::before {
  width: 100%;
  background: #DDD;
}
.p-authority-profile__head::after {
  width: 7rem;
  background: #41B1AC;
}

.p-authority-profile__sub-title {
  font-size: 0.75rem;
  font-weight: bold;
}

.p-authority-profile__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-authority-profile__text {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 0.875rem;
}

.p-authority-profile__lists {
  margin-top: 1rem;
}
.p-authority-profile__lists li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.8125rem;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-authority-profile__lists li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-mask: url(../img/arrow-right.svg);
          mask: url(../img/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #41B1AC;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-authority-profile__lists li a {
  margin-top: 10px;
  display: block;
}
.p-authority-profile__lists li a img {
  width: 7.5rem;
}
.p-authority-profile__lists li a small {
  display: block;
  font-size: 0.625rem;
}

.p-authority-profile__imgs {
  margin-top: 1rem;
  max-width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.caution {
  margin-top: 5px;
  display: block;
  font-size: 0.625rem;
}

/* ==============================================================
# 私たちが選ばれる3つの特長
============================================================== */
.p-feature.l-sec {
  padding-bottom: 4rem;
  position: relative;
}
.p-feature.l-sec::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}

.color-main {
  color: #41B1AC;
}

.p-feature__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-feature__item:nth-child(2n) .p-feature__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-feature__item:nth-child(n+2) {
  margin-top: 3.5rem;
}

.p-feature__img {
  overflow: hidden;
  border-radius: 0 2.5rem 0 0;
}

.p-feature__label {
  display: inline-block;
  background: #EEA88D;
  color: #fff;
  font-weight: bold;
  padding: 0 1.5rem 0 0.8rem;
  font-size: 0.875rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 92% 100%, 100% 50%, 92% 0);
          clip-path: polygon(0 0, 0 100%, 92% 100%, 100% 50%, 92% 0);
}

.p-feature__title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}

.p-feature__text {
  margin-top: 1.5rem;
}

/* ==============================================================
# 制作メニュー
============================================================== */
.p-menu.l-sec {
  padding-top: 12rem;
  padding-bottom: 4rem;
  position: relative;
}
.p-menu.l-sec::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #F7F7F8;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}

.p-menu__text {
  font-weight: bold;
}

.p-menu__items {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.p-menu__item {
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
          box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
  overflow: hidden;
  border-radius: 10px;
}
.p-menu__item:nth-child(1) .p-menu__title {
  background: #EEC28D;
}
.p-menu__item:nth-child(2) .p-menu__title {
  background: #EEA6A9;
}
.p-menu__item:nth-child(3) .p-menu__title {
  background: #D5B2E1;
}
.p-menu__item:nth-child(4) .p-menu__title {
  background: #AEDD9E;
}
.p-menu__item:nth-child(5) .p-menu__title {
  background: #ABC3E0;
}
.p-menu__item:nth-child(6) .p-menu__title {
  background: #BBBBBB;
}
.p-menu__item:nth-child(6) .p-menu__lists {
  height: calc(100% - 3rem);
  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;
  text-align: center;
}

.p-menu__title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
}

.p-menu__lists {
  padding: 1rem 1.5rem;
}

.p-menu__list {
  font-size: 0.875rem;
  padding: 0.5rem 0;
  font-weight: bold;
}
.p-menu__list:nth-child(n+2) {
  border-top: 1px dashed #DDD;
}

/* ==============================================================
# 業種ごとに最適なデザイン・ツールをご提案
============================================================== */
.p-case {
  padding-top: 12rem;
}

.p-case__main-title {
  font-size: 1.625rem;
  font-weight: bold;
}

.p-case__text {
  font-weight: bold;
  margin-top: 1.5rem;
  padding-top: 6.5rem;
  position: relative;
}
.p-case__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 5rem;
  background: #41B1AC;
}

.p-case__swiper {
  margin: 3.5rem calc(50% - 50vw) 0;
  padding-bottom: 3rem;
}
.p-case__swiper .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.p-case__swiper .swiper-pagination-bullet-active {
  background: #313130;
}

.p-case__item.p-case__item--1 .p-case__title {
  color: #41B1AC;
}
.p-case__item.p-case__item--1 .p-case__list::before {
  background: #41B1AC;
}
.p-case__item.p-case__item--2 .p-case__title {
  color: #B14189;
}
.p-case__item.p-case__item--2 .p-case__list::before {
  background: #B14189;
}
.p-case__item.p-case__item--3 .p-case__title {
  color: #4173B1;
}
.p-case__item.p-case__item--3 .p-case__list::before {
  background: #4173B1;
}
.p-case__item.p-case__item--4 .p-case__title {
  color: #B17F41;
}
.p-case__item.p-case__item--4 .p-case__list::before {
  background: #B17F41;
}
.p-case__item.p-case__item--5 .p-case__title {
  color: #5CB141;
}
.p-case__item.p-case__item--5 .p-case__list::before {
  background: #5CB141;
}
.p-case__item.p-case__item--6 .p-case__title {
  color: #B14146;
}
.p-case__item.p-case__item--6 .p-case__list::before {
  background: #B14146;
}

.p-case__img {
  overflow: hidden;
  border-radius: 0 2.5rem 0 0;
}
.p-case__img img {
  aspect-ratio: 16/10;
}

.p-case__textarea {
  padding: 1rem 0 0;
}

.p-case__title {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 1rem;
}

.p-case__lists {
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid #DDD;
}

.p-case__list {
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.5rem;
  letter-spacing: 0.025rem;
}
.p-case__list::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(../img/check.svg);
          mask: url(../img/check.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-case__list:nth-child(n+2) {
  margin-top: 0.5rem;
}

/* ==============================================================
# お客様の声
============================================================== */
.p-voice__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow-x: auto;
  max-width: 56.25rem;
  margin: 0 auto;
}
.p-voice__items .instagram-media {
  min-width: inherit !important;
}

.p-voice__btn {
  margin-top: 2rem;
}
.p-voice__btn .c-btn {
  border: 1px solid #f00075;
  background: #fff;
}
.p-voice__btn .c-btn::after {
  background: #f00075;
}
.p-voice__btn .c-btn span:not([class])::before {
  -webkit-mask: url(../img/instagram.svg);
          mask: url(../img/instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #f00075;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-voice__btn .c-btn span:not([class])::after {
  background: #f00075;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-voice__btn .c-btn .c-btn__text {
  color: #f00075;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* ==============================================================
# ご利用の流れ
============================================================== */
.p-flow__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-flow__item {
  width: calc((100% - 7.5rem) / 4);
}
.p-flow__item:nth-child(1) .p-flow__title {
  vertical-align: middle;
}
.p-flow__item:nth-child(1) .p-flow__title span {
  background: #EEA88D;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 0.5em;
  margin-left: 0.25rem;
}
.p-flow__item:nth-child(2) .p-flow__title {
  vertical-align: middle;
}
.p-flow__item:nth-child(2) .p-flow__title span {
  background: #41B1AC;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 0.5em;
  margin-left: 0.25rem;
}
.p-flow__item:nth-child(n+2) {
  position: relative;
}
.p-flow__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(../img/arrow-right.svg);
          mask: url(../img/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #DDD;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-flow__num {
  display: block;
  text-align: center;
  color: #41B1AC;
  font-weight: bold;
  font-size: 1.25rem;
}

.p-flow__icon {
  max-width: 5rem;
  margin: 0.5rem auto 0;
}

.p-flow__title {
  margin-top: 0.5rem;
  font-weight: bold;
  text-align: center;
}

.p-flow__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
}

/* ==============================================================
# よくあるご質問
============================================================== */
.p-faq .l-inner {
  max-width: 59rem;
}

/* ==============================================================
# お問い合わせ
============================================================== */
.p-contact__wrapper {
  background: #fff;
  padding: 3.5rem 2.5rem;
  -webkit-box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
          box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
}

.p-contact__body {
  max-width: 54rem;
  margin: 0 auto;
}

/* ==============================================================
# thanks
============================================================== */
.p-thanks {
  height: 100svh;
}
.p-thanks .l-inner {
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-thanks__img {
  max-width: 20rem;
  margin: 0 auto 2rem;
}

.p-thanks__text:nth-child(n+2) {
  margin-top: 1rem;
}

.p-thanks__btn {
  margin-top: 2rem;
}
.p-thanks__btn .c-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ==============================================================
# works
============================================================== */
.p-works {
  padding-bottom: 0;
}

.p-works__text {
  font-weight: bold;
}

.p-works__items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}

.p-works__item-img img {
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
          box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.1);
  aspect-ratio: 16/9;
}

.lb-data {
  color: #fff;
  position: relative;
}

.lb-details {
  position: absolute;
  top: 102%;
  left: 0;
  width: 100% !important;
}

.lightbox {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lb-closeContainer {
  position: fixed;
  top: 20px;
  right: 20px;
}

.lightboxOverlay {
  opacity: 0.6;
}

.p-works__item-body {
  margin-top: 0.5rem;
}

.p-works__item-title {
  font-weight: bold;
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-works__item-meta {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  line-height: 1.5;
}

.p-works__item-client {
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
}

.p-works__item-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works__item-sns a {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.p-works__item-sns a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-works__item-sns .web::after {
  -webkit-mask: url(../img/icon_web.svg);
          mask: url(../img/icon_web.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #aaa;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-works__item-sns .instagram::after {
  -webkit-mask: url(../img/icon_instagram.svg);
          mask: url(../img/icon_instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #aaa;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-works__more {
  margin-top: 2.5rem;
  text-align: center;
}
.p-works__more .more-text {
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  max-width: 13.125rem;
  border: 1px solid #313130;
  padding: 0.8rem 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-works__more .more-text::before, .p-works__more .more-text::after {
  content: "";
  position: absolute;
  background: #313130;
  width: 1px;
  height: 1rem;
  top: 50%;
  right: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-works__more .more-text::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-works__more .more-text::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-works-voice {
  margin-top: 5rem;
}

.p-works-voice__title {
  text-align: center;
  font-size: 1.125rem;
  color: #41B1AC;
  font-weight: bold;
}

.p-works-voice__items {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-works-voice__item {
  padding: 1.5rem 1rem;
  background: #F7F7F8;
  border-radius: 1rem 1rem 0 1rem;
}

.p-works-voice__item-text {
  font-size: 0.875rem;
  min-height: 4.5rem;
}

.p-works-voice__item-client {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.main {
  color: #41B1AC;
}

.accent {
  color: #EEA88D;
}

@media screen and (min-width: 1025px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  html {
    margin: 0;
  }
  .l-header__items {
    gap: 1rem;
  }
}

@media screen and (max-width: 1280px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  html {
    margin: 0;
  }
  html {
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 1120px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none !important;
  }
  .l-header__inner {
    padding: 0 1.5rem;
  }
  .l-header__logo-link {
    width: 240px;
  }
  .l-header__menu {
    position: fixed;
    z-index: 100;
    background: #FFF;
    top: 0;
    left: 100%;
    width: 90%;
    height: 100%;
    padding: 10rem 1rem;
    -webkit-transition: left ease 0.4s;
    transition: left ease 0.4s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__item {
    width: 100%;
  }
  .l-header__link {
    position: relative;
    padding: 1.5rem 0;
    font-size: 1rem;
    text-align: center;
    color: #313130;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
  }
  .l-header__link .en {
    color: #41B1AC;
  }
  .l-header__item--contact .l-header__link .ja::after {
    background: #313130;
  }
  .l-header__hamburger {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
  }
  .l-footer__inner {
    padding: 0 1.5rem;
  }
  .l-inner {
    padding: 0 1.5rem;
  }
  .p-hero__inner {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  html {
    font-size: 4.267vw;
    font-size: clamp(14px, 4.267vw, 24px);
  }
  .sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .c-table th {
    width: 130px;
    padding: 16px 0;
  }
  .c-table td a[href*="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
  }
  .c-form__item {
    display: block;
  }
  .c-form__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .c-form__title {
    margin-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .c-form__title {
    height: inherit;
  }
  .c-form__label span {
    display: inline-block;
    margin-left: 4px;
  }
  .c-form__input,
  .c-form__select,
  .c-form__radio,
  .c-form__checkbox,
  .c-form__textarea {
    margin-top: 0.5rem;
  }
  .c-form__radio,
  .c-form__checkbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .c-form__radio label,
  .c-form__check label,
  .c-form__checkbox label {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  textarea {
    min-height: 12.5rem;
  }
  .c-form__check {
    margin-top: 20px;
  }
  .c-form__caution {
    font-size: 0.875rem;
  }
  table.formTable {
    margin: 20px auto 0;
  }
  table.formTable td,
  table.formTable th {
    width: 100% !important;
    display: block;
  }
  .c-section-head {
    padding-bottom: 3rem;
  }
  .c-section-head__en {
    font-size: 2.5rem;
  }
  .c-accordion:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .c-accordion__title {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .c-accordion__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .l-header {
    padding: 10px 0;
  }
  .l-header__inner {
    padding: 0 1rem;
  }
  .l-header__logo-link {
    width: 180px;
    height: 40px;
  }
  .c-hamburger__block {
    width: 60px;
    height: 60px;
  }
  .c-hamburger__menu {
    width: 60px;
    height: 20px;
  }
  .c-hamburger__menu span {
    width: 30px;
  }
  .c-hamburger__label {
    padding-top: 5px;
    font-size: 0.625rem;
    letter-spacing: 0;
  }
  .l-footer {
    padding: 1rem 0 5rem;
  }
  .l-footer__inner {
    padding: 0 1rem;
  }
  .l-inner {
    padding: 0 1rem;
    max-width: 37.5rem;
  }
  .l-sec {
    padding: 4rem 0;
  }
  .p-fixed-btn {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: inherit;
            transform: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-fixed-btn .c-btn__text {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-hero {
    height: 100%;
    max-height: inherit;
    padding: 3rem 0 16rem;
    background: url(../img/fv_sp.png) no-repeat bottom right/cover;
    background: url(../img/fv_sp.webp) no-repeat bottom right/cover;
  }
  .p-hero__inner {
    padding: 0 1rem;
    display: block;
  }
  .p-hero__wrapper {
    width: 100%;
  }
  .p-hero__sub-title {
    width: 100%;
  }
  .p-hero__main-title {
    margin-top: 1rem;
  }
  .p-hero__main-title span {
    display: block;
    font-size: 3.73vw;
  }
  .p-hero__main-title img {
    margin-top: 1rem;
    max-width: 80%;
  }
  .p-hero__textarea {
    margin-top: 1.5rem;
    font-size: 3.6vw;
    letter-spacing: 0em;
    line-height: 2;
  }
  .p-hero__textarea p:nth-child(2) {
    margin-top: 0;
  }
  .bg-black {
    margin: 0 2px;
  }
  .p-cta {
    padding: 4rem 0;
  }
  .p-cta__text {
    font-size: 1.125rem;
  }
  .p-cta__btn {
    margin-top: 2rem;
  }
  .p-lead__sub-title {
    font-size: 1rem;
  }
  .p-lead__title {
    margin-top: 0.5rem;
    font-size: 1.375rem;
  }
  .p-lead__title span {
    font-size: 2rem;
  }
  .p-lead__items {
    padding: 1rem 1rem 7rem;
  }
  .p-lead__items::after {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .p-lead__item {
    line-height: 1.5;
    padding-left: 1.5rem;
  }
  .p-lead__item::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-lead__item .marker {
    padding: 0;
  }
  .p-solve {
    padding: 6rem 0 4rem;
  }
  .p-solve::before {
    top: 2.5rem;
    width: 6rem;
    height: 2rem;
  }
  .p-solve::after {
    height: 3rem;
  }
  .p-solve__title {
    font-size: 1.625rem;
  }
  .p-solve__title img {
    width: 20rem;
    margin-right: 0;
  }
  .p-solve__img {
    margin: 2rem auto 0;
  }
  .p-solve__sub-title {
    margin: 3rem auto 0;
    font-size: 1.25rem;
    padding: 1rem 0.5rem;
    line-height: 1.7;
  }
  .p-solve__sub-title::before {
    width: 6rem;
    height: 3rem;
    border-top: 2px solid #ADE5E4;
    border-right: 2px solid #ADE5E4;
  }
  .p-solve__sub-title::after {
    width: 6rem;
    height: 3rem;
    border-bottom: 2px solid #ADE5E4;
    border-left: 2px solid #ADE5E4;
  }
  .p-solve__text {
    margin-top: 2rem;
    font-size: 1.0625rem;
    line-height: 1.7;
  }
  .p-authority {
    padding: 6rem 0 4rem;
  }
  .p-authority__title {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .p-authority__title .lg {
    font-size: 1.625rem;
  }
  .p-authority__title .color-accent {
    font-size: 2.5rem;
    line-height: 1;
  }
  .p-authority__title img {
    margin-top: 0.5rem;
    width: 18rem;
  }
  .p-authority__wrapper {
    margin-top: 3rem;
    display: block;
    padding: 2rem 1rem;
  }
  .p-authority-about__sub-title {
    font-size: 0.75rem;
  }
  .p-authority-about__title {
    font-size: 1.375rem;
  }
  .mt10 {
    margin-top: 0.625rem;
  }
  .p-authority-about__text {
    font-size: 0.875rem;
  }
  .p-authority__img {
    margin-top: 1.5rem;
  }
  .p-authority__profile {
    margin-top: 1.5rem;
  }
  .p-authority-profile__sub-title {
    font-size: 0.75rem;
  }
  .p-authority-profile__title {
    font-size: 1.375rem;
  }
  .p-authority-profile__lists li a {
    text-align: center;
  }
  .p-feature.l-sec::after {
    height: 3rem;
  }
  .p-feature__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .p-feature__item:nth-child(2n) .p-feature__img {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .p-feature__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .p-feature__title {
    font-size: 1rem;
  }
  .p-feature__text {
    margin-top: 1rem;
    font-weight: normal;
    font-size: 0.875rem;
  }
  .p-menu.l-sec {
    padding-top: 6rem;
  }
  .p-menu.l-sec::after {
    height: 3rem;
  }
  .p-menu__text {
    text-align: left;
    font-weight: 500;
  }
  .p-menu__items {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .p-menu__item {
    background: transparent;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border-radius: inherit;
  }
  .p-menu__item:nth-child(1) .p-menu__title {
    border-bottom: 1px solid #EEC28D;
  }
  .p-menu__item:nth-child(1) .p-menu__title::before {
    background: #EEC28D;
  }
  .p-menu__item:nth-child(2) .p-menu__title {
    border-bottom: 1px solid #EEA6A9;
  }
  .p-menu__item:nth-child(2) .p-menu__title::before {
    background: #EEA6A9;
  }
  .p-menu__item:nth-child(3) .p-menu__title {
    border-bottom: 1px solid #D5B2E1;
  }
  .p-menu__item:nth-child(3) .p-menu__title::before {
    background: #D5B2E1;
  }
  .p-menu__item:nth-child(4) .p-menu__title {
    border-bottom: 1px solid #AEDD9E;
  }
  .p-menu__item:nth-child(4) .p-menu__title::before {
    background: #AEDD9E;
  }
  .p-menu__item:nth-child(5) .p-menu__title {
    border-bottom: 1px solid #ABC3E0;
  }
  .p-menu__item:nth-child(5) .p-menu__title::before {
    background: #ABC3E0;
  }
  .p-menu__item:nth-child(6) .p-menu__title {
    border-bottom: 1px solid #BBBBBB;
  }
  .p-menu__item:nth-child(6) .p-menu__title::before {
    background: #BBBBBB;
  }
  .p-menu__item:nth-child(6) .p-menu__lists {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
  }
  .p-menu__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
  }
  .p-menu__title {
    color: inherit;
    background: transparent !important;
    position: relative;
    padding-left: 1rem;
    font-size: 1.125rem;
    text-align: left;
  }
  .p-menu__lists {
    padding: 0.5rem 1rem 0;
  }
  .p-case {
    padding-top: 6rem;
  }
  .p-case__main-title {
    font-size: 1.375rem;
  }
  .p-case__text {
    padding-top: 5.5rem;
  }
  .p-case__text::before {
    height: 4rem;
  }
  .p-case__swiper {
    margin: 3rem calc(50% - 50vw) 0;
    padding-bottom: 2rem;
  }
  .p-case__title {
    font-size: 1.0625rem;
    line-height: 1.5;
    padding: 0;
  }
  .p-case__list {
    line-height: 1.5;
  }
  .p-voice__items .instagram-media {
    min-width: 240px !important;
  }
  .p-flow__items {
    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-flow__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .p-flow__item:nth-child(n+2)::before {
    width: 1.5rem;
    height: 1.5rem;
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    background: #DDD;
  }
  .p-flow__head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4rem;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
  }
  .p-flow__num {
    line-height: 1.5;
  }
  .p-flow__icon {
    margin: 0;
  }
  .p-flow__title {
    margin-top: 0;
    text-align: left;
  }
  .p-flow__text {
    margin-top: 0;
  }
  .p-contact__wrapper {
    padding: 3rem 1rem;
  }
  .p-works {
    padding-bottom: 2rem;
  }
  .p-works__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1rem;
  }
  .p-works__item-meta {
    margin-top: 0;
  }
  .p-works-voice__title {
    font-size: 1rem;
  }
  .p-works-voice__items {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .p-works-voice__item-text {
    min-height: inherit;
  }
  .p-works-voice__item-client {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
  .md {
    display: block;
  }
  .none-md {
    display: none;
  }
  .c-table th,
  .c-table td {
    display: block;
    font-size: 0.9375rem;
  }
  .c-table th {
    width: inherit;
    padding: 16px 0 0;
  }
  .c-table td {
    padding: 4px 0 16px;
  }
  .l-header__menu {
    padding: 6rem 1rem;
  }
  .l-header__link {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 425px) {
  html {
    margin: 0;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  html {
    margin: 0;
  }
}

@media (hover: hover) {
  a[href^="tel:"]:hover {
    opacity: 0.6;
  }
  .c-btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .c-table td a:hover {
    text-decoration: none;
  }
  .c-form__check a:hover {
    text-decoration: none;
  }
  .c-form__link:hover {
    opacity: 0.7;
  }
  .c-form__btn span:hover {
    background: #fff;
  }
  .c-form__btn span:hover::after {
    background: #41B1AC;
    right: 0.8rem;
  }
  .c-form__btn span:hover .c-btn__link {
    color: #41B1AC;
  }
  .c-btn__link--back:hover {
    opacity: 0.5;
  }
  .l-header__link:hover {
    opacity: 0.6;
  }
  .p-fixed-btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p-authority-profile__imgs a:hover {
    opacity: 0.7;
  }
  .p-voice__btn .c-btn:hover span:not([class])::before, .p-voice__btn .c-btn:hover span:not([class])::after {
    background: #fff;
  }
  .p-voice__btn .c-btn:hover .c-btn__text {
    color: #fff;
  }
  .p-works__item-sns .web:hover::after {
    background: #41B1AC;
  }
  .p-works__item-sns .instagram:hover::after {
    background: #E6002D;
  }
  .p-works__more .more-text:hover::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-works__more .more-text:hover::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
}
/*# sourceMappingURL=style.css.map */