@charset "UTF-8";
body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #5b5b5b;
}
body.is-fixed {
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 30px;
  width: clamp(10rem, 8.08rem + 3.68vw, 12.5rem);
  margin: 0 auto;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #fc9d9d;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__icon-svg {
  width: clamp(1rem, 0.52rem + 0.92vw, 1.625rem);
  height: auto;
}
.button__icon-path {
  fill: #fff;
}
.button__text {
  margin-left: 10px;
  font-size: clamp(1rem, 0.424rem + 1.1vw, 1.75rem);
  letter-spacing: 0.08em;
  color: #fff;
}

.header {
  background-color: #aad6ec;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header_container {
  position: relative;
  width: 100%;
}
.header__logo {
  display: inline-block;
  padding: 14px 39px;
  font-size: 20px;
  color: #fff;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background-size: 100% auto;
}
.header__contents {
  display: none;
  height: calc(100vh - 88px);
  border-top: 1px solid #fff;
  padding-top: 60px;
  padding: 32px;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}
.header__nav-item:nth-of-type(5) {
  display: none;
}

.fv {
  background-color: #eef9ff;
  overflow: hidden;
  position: relative;
  top: 89px;
  height: calc(100vh - 89px);
}
.fv__contents {
  display: none;
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 209px;
  background-size: 100% auto;
  padding: 32px;
}
.fv__img {
  z-index: -1;
  height: auto;
}
.fv__img img {
  max-width: none;
  height: 100%;
  width: 100%;
}
.fv__heading-main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.fv__heading-sub {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

.fv__title {
  position: absolute;
  top: 25%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.438rem, 0.02rem + 12.09vw, 6.313rem);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title-min {
  font-size: clamp(1.625rem, 0.299rem + 6.63vw, 3.75rem);
}

.section {
  padding: 5rem 0;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
.section__head--center {
  text-align: center;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #5b5b5b;
  text-align: center;
}
.section__head-sub {
  font-size: 11px;
  display: none;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 40px;
}

.bottom-head {
  color: #fff;
}

.service {
  background-color: #eef9ff;
}
.service__item + .service__item {
  margin-top: 40px;
}
.service__item-img {
  text-align: center;
  margin-bottom: 14px;
}
.service__item-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.service__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.works {
  background-color: #fff;
}
.works__item + .works__item {
  margin-top: 40px;
}
.works__item-ing {
  margin-bottom: 12px;
}
.works__item-ing img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.works__item-link {
  text-decoration: underline;
  font-size: 14px;
}

.about {
  padding-top: 10rem;
  background-color: #eef9ff;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__img {
  margin-bottom: 32px;
  width: clamp(12.5rem, 8.601rem + 19.49vw, 18.75rem);
}
.about__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.about__text-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__text-wrap {
  width: min(100%, 21rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__text {
  font-size: clamp(0.75rem, 0.633rem + 0.58vw, 0.938rem);
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow {
  display: none;
  background-color: #eef9ff;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #808080;
  padding: 46px 16px 24px;
}
.flow__item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  background-color: #fc9d9d;
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.skill__text {
  font-size: 16px;
  line-height: 1.6;
}
.skill__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  row-gap: 50px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.skill__item {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.skill__item-img img {
  width: 80px;
}
.skill__item-name {
  text-align: center;
}

.page-bottom {
  color: #fff;
}
.page-bottom__item {
  padding: 40px;
}
.page-bottom__item--contact {
  background-color: #5b5b5b;
}
.page-bottom__item--twitter {
  background-color: #fc9d9d;
}

.footer {
  text-align: center;
  padding: 10px;
}
.footer__copy {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: min(13.3333333333%, 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 834px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main {
    -ms-flex-preferred-size: 79.2%;
        flex-basis: 79.2%;
  }
  .header {
    position: relative;
    -ms-flex-preferred-size: 20.8%;
        flex-basis: 20.8%;
    padding: 50px clamp(0rem, -0.96rem + 1.84vw, 1.25rem);
  }
  .header__container {
    margin: 0 auto;
    position: sticky;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo {
    font-size: clamp(1.875rem, 0.915rem + 1.84vw, 3.125rem);
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    border: none;
    display: block;
  }
  .header__nav-item:nth-of-type(5) {
    display: none;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__text {
    color: #fc9d9d;
  }
  .button:hover .button__icon-path {
    fill: #fc9d9d;
  }
  .button:hover .button__border {
    border: 1px solid #fc9d9d;
  }
  .button--bg:hover {
    opacity: 0.7;
  }
  .button__text {
    letter-spacing: 0.04em;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
    text-align: start;
  }
  .section__head--center .section__head-main {
    color: #fff;
  }
  .fv {
    top: 0;
    height: 100vh;
  }
  .fv__img img {
    max-width: 100%;
    height: 100vh;
  }
  .fv__contents {
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .fv__title {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 30%;
    font-size: clamp(5rem, -0.04rem + 9.67vw, 11.563rem);
  }
  .title-min {
    font-size: clamp(2.5rem, 0.1rem + 4.6vw, 5.625rem);
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .works__item-link:hover {
    color: #fc9d9d;
  }
  .about__container {
    display: block;
  }
  .about__text-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__text {
    font-size: clamp(0.75rem, 0.18rem + 1.09vw, 1rem);
  }
  .about__text-wrap {
    width: min(100%, 30rem);
  }
  .flow {
    display: none;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .skill__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .skill__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .skill__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(5.688rem, 2.607rem + 5.91vw, 9.625rem);
  }
  .skill__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .skill__item img {
    width: clamp(3.625rem, 2.305rem + 2.53vw, 5.313rem);
    height: auto;
  }
  .skill__item-name {
    font-size: clamp(1rem, 0.707rem + 0.56vw, 1.375rem);
  }
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-bottom__item {
    padding: 54px 10px;
  }
  .page-bottom__item .section__head-main {
    text-align: center;
  }
  .pagetop {
    width: min(13.3333333333%, 100px);
  }
}
@media screen and (min-width: 834px) and (max-width: 1024px) {
  .section__head-main {
    font-size: 54px;
  }
  .fv__contents {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .flow {
    display: none;
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  top: 70%;
  /*全体の高さ*/
  height: 240px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -25px;
  top: -25px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 25px;
  /*線の形状*/
  width: 2px;
  height: 130px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* --- Modal base --- */
.c-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.c-modal.is-open {
  display: block;
}

/* 背景 */
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* ダイアログ */
.c-modal__dialog {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(90vw, 720px);
  max-height: 85vh;
  overflow: auto;
  margin: 5vh auto 0;
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px 28px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

/* タイトル/閉じる */
.c-modal__title {
  font-size: clamp(18px, 1.8vw, 22px);
  margin: 0 0 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
}

.c-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .contact__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
  }
}
.contact__form p:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  text-align: end;
  font-size: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.contact__form p:nth-of-type(2) {
  width: 100%;
}

.contact__form-tag {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact__form-tag::after {
  position: absolute;
  top: -5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  content: "※必須";
  color: #fc9d9d;
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .contact__form-tag::after {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .contact__form-tag {
    text-align: end;
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-self: self-start;
    width: 112px;
  }
}

.no-after::after {
  content: none; /* 最初の要素の::afterを非表示にする */
}

.contact__form-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.contact__form-input {
  width: calc(100vw - 80px);
  height: 56px;
  border-radius: 3px;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .contact__form-input {
    width: 300px;
  }
}

.last-block {
  height: 135px;
}

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact__form-textarea {
  height: 175px;
  width: calc(100vw - 80px);
}
@media screen and (min-width: 769px) {
  .contact__form-textarea {
    width: 300px;
  }
}

.contact__form-button {
  margin: 50px 0px 0 auto;
  color: #fc9d9d;
  position: relative;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 69px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 1px solid #fc9d9d;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  overflow: hidden; /* 背景がボタン外に溢れないように設定 */
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; /* テキスト色のスムーズな変更 */
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .contact__form-button {
    font-size: 18px;
    font-weight: 400;
  }
}
.contact__form-button:hover {
  color: #fff;
  background-color: #fc9d9d;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7 {
  display: contents;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.wpcf7-form textarea {
  resize: none;
}

.hidden-fields-container {
  display: none;
}