@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body {
  font-family: "Inter", sans-serif;
  color: #1d1d1f;
  background: #f8f8f8;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  /* scroll-behavior: smooth; */
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  margin-top: 110px;
  margin-top: 6.875rem;
  /* background: #fff; */
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 9.375rem;
  }
}

.inner.about__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.about__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__title {
    text-align: left;
  }
}

.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 3.125rem;
    margin-left: 2rem;
  }
}

.about__text {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .about__text {
    width: 80%;
    margin-top: 3.75rem;
  }
}

.about__img {
  aspect-ratio: 300/300;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about__img {
    width: 60%;
  }
}

.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .about__btn {
    margin-top: 5rem;
  }
}
/* 
.btn__more {
  width: 160px;
  width: 10rem;
  height: 40px;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.more__link {
  height: inherit;
  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;
  background: #1d1d1f;
  color: #fcfcff;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  padding: 16px 48px;
} */

.btn__more {
  /* ボタンを親要素内で中央に配置する */
  text-align: center;
}

.more__link {
  /* コンテンツに基づいてボタンの幅を自動的に決定 */
  display: inline-flex; /* inline-flexを使用することで、ボタンの幅がコンテンツに応じて自動的に調整される */
  align-items: center; /* 縦方向に中央揃え */
  justify-content: center; /* 横方向に中央揃え */
  background: #1d1d1f; /* 背景色の設定 */
  color: #fcfcff; /* テキストカラーの設定 */
  font-weight: 700; /* フォントの太さを設定 */
  transition: all 0.3s; /* トランジションの設定 */
  border: 1px solid transparent; /* 境界線を透明に設定 */
  padding: 16px 70px; /* 内側の余白を設定 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 影の設定 */
  border-radius: 4px; /* 角に丸みを設定 */
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  .more__link {
    padding: 16px 80px;
  }
}

.more__link:hover {
  background: #fff;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* ホバー時の影の設定 */
}

.card {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.card__img {
  aspect-ratio: 330/185;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .card__img {
    aspect-ratio: 400/225;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.card__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.card__body {
  padding: 16px 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  height: 100%;
}

.card__title {
  font-weight: 700;
  text-align: left;
}

.card__text-top {
  margin-top: 10px;
  text-align: left;
}

.card:hover .card__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card:hover .card__body {
  background: #1d1d1f;
  color: #fff;
}

.contact {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  text-align: center;
  background: #8c8b8b;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 6.875rem;
    padding-top: 3.75rem;
  }
}

.contact__inner.inner {
  max-width: 980px;
  max-width: 61.25rem;
  width: 100%;
}

.contact__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact__title {
    text-align: left;
  }
}

.contact__text {
  margin-top: 50px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 3.75rem;
  }
}

/* .contact__btn {
  max-width: 160px;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
}

.contact__link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fcfcff;
  font-weight: 700;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */

.contact__btn {
  text-align: center; /* ボタンを親要素内で中央に配置する */
  margin-top: 32px; /* 上部のマージンを32pxに設定 */
  margin-top: 2rem; /* 上部のマージンを2remに設定 */
}

.contact__link {
  display: inline-flex; /* ボタンの幅をコンテンツに基づいて自動的に決定 */
  align-items: center; /* 縦方向に中央揃え */
  justify-content: center; /* 横方向に中央揃え */
  height: 56px; /* ボタンの高さを60pxに設定 */
  padding: 0 70px; /* 内側の左右の余白を70pxに設定 */
  color: #fcfcff; /* テキストカラーの設定 */
  font-weight: 700; /* フォントの太さを設定 */
  border: 1px solid #fff; /* 境界線を白に設定 */
  border-radius: 8px; /* 角に丸みを設定 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 影の設定 */
  transition: all 0.3s; /* トランジションの設定 */
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  .contact__link {
    padding: 0 80px;
  }
}

.contact__link:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* ホバー時の影の設定 */
}

.contact__link:hover {
  background: #1d1d1f;
  color: #fff;
  border: 1px solid #1d1d1f;
}

.footer {
  padding: 32px;
  padding: 2rem;
  text-align: center;
}
.hamburger {
  position: relative;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  position: absolute;
  width: 28px;
  width: 1.75rem;
  height: 3px;
  height: 0.1875rem;
  background: #1d1d1f;
  border-radius: 0.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 20%;
}

.hamburger span:nth-child(2) {
  top: 43%;
}

.hamburger span:nth-child(3) {
  top: 66%;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  display: none;
}

.hamburger.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header {
  height: 60px;
  height: 3.75rem;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .header__logo {
    font-size: 1.5rem;
  }
}

.header__drawer {
  z-index: 30;
}

.header-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header-contact {
    width: 180px;
    height: 60px;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .header-contact__link {
    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;
    height: inherit;
    width: 100%;
    text-align: center;
    background: #1d1d1f;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #1d1d1f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header-contact__link:hover {
  background: #fff;
  color: #1d1d1f;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  padding-top: 40px;
  /* padding-top: 3.75rem; */
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 70px;
  }
}

.mv__img {
  aspect-ratio: 375/600;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__img {
    aspect-ratio: 1280/640;
  }
}

.mv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01); /* 透過した黒色 */
  pointer-events: none; /* 背景がクリックなどのイベントを受けないようにする */
}

.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv__img img {
    height: inherit;
  }
}

.mv__container {
  position: absolute;
  top: 60%;
  left: 10%;
  /* color: #fff; */
  /* width: 100%; */
  /* text-align: center; */
}

.mv__title {
  color: #06B6D4;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  /* font-family: Inter; */
  /* font-size: 64px; */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 36px;
  /* font-size: 2rem;
  font-weight: 800;
  line-height: 2;
  text-shadow: 1px 1px 3px #8c8b8b; */
}
@media screen and (min-width: 768px) {
  .mv__title {
    /* font-size: 40px; */
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.44px;
  }
}

.mv__text {
  /* color: #06B6D4; */
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .mv__text {
    /* font-size: 40px; */
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.44px;
    margin-top: 0;
  }
}

.mv__text-wrap {
  margin-top: 10px;
}

.mv__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px #8c8b8b;
}
@media screen and (min-width: 768px) {
  .mv__sub-title {
    font-size: 1.5rem;
    padding-top: 1.25rem;
    letter-spacing: 1.2px;
  }
}



/* .pagetop {
  position: fixed;
  bottom: 90px;
  right: 10px;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border-radius: 50%;
  background: #1d1d1f;
}

.pagetop::after {
  position: relative;
}

.pagetop__arrow {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
} */

.pagetop {
  position: fixed;
  bottom: 90px; /* ページ下部から90px上に配置 */
  right: 10px; /* ページ右側から10px左に配置 */
  width: 50px; /* 幅を50pxに設定 */
  height: 50px; /* 高さを50pxに設定 */
  border-radius: 50%; /* 丸いボタンにするために角を丸く設定 */
  background: #06B6D4; /* 背景色を設定 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 影の設定 */
  transition: all 0.3s; /* トランジションの設定 */
}

.pagetop:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* ホバー時の影の設定 */
  cursor: pointer;
}

.pagetop__arrow {
  width: 20px; /* 矢印の幅を20pxに設定 */
  height: 20px; /* 矢印の高さを20pxに設定 */
  border-top: 4px solid #fff; /* 矢印の上部を白色の境界線で設定 */
  border-right: 4px solid #fff; /* 矢印の右側を白色の境界線で設定 */
  position: absolute; /* 絶対位置指定 */
  top: 55%; /* 縦方向の中央に配置 */
  left: 50%; /* 横方向の中央に配置 */
  transform: translate(-50%, -50%) rotate(-45deg); /* 中央に配置し、-45度回転 */
}

.pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  height: inherit;
}

.pc-nav li {
  height: inherit;
}

.pc-nav li a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.section__title {
  /* font-size: 26px; */
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2.6px;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 1.625rem;
    /* font-size: 40px; */
  }
}

.section__title span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 16px;
  margin-left: 1rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .section__title span {
    font-size: 1.125rem;
  }
}

.service {
  margin-top: 80px;
  margin-top: 6.875rem;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/common/service-img.jpg");
}
@media screen and (min-width: 768px) {
  .service {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.service__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.service__title {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .service__title {
    text-align: left;
  }
}

.service__items {
  margin-top: 30px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 62px;
  gap: 3.875rem;
}
@media screen and (min-width: 768px) {
  .service__items {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.service__icon-wrap {
  position: relative;
}

.service__icon-bg {
  width: 230px;
  width: 14.375rem;
  height: 230px;
  height: 14.375rem;
  border-radius: 50%;
  /* background: #c1bcbc; */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .service__icon-bg {
    width: 15.875rem;
    height: 200px;
    /* height: 15.875rem; */
  }
}

.service__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .service__icon {
    width: 8.75rem;
    height: 8.75rem;
  }
}

.service__icon:nth-child(2) {
  width: 140px;
  height: 140px;
}

.service__icon img {
  width: 100%;
  height: 100%;
}

.program-icon {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
}
@media screen and (min-width: 768px) {
  .program-icon {
    width: 10.5625rem;
    height: 10.5625rem;
  }
}

.service__text--title {
  /* margin-top: 26px; */
  /* margin-top: 1.625rem; */
  text-align: center;
  font-weight: 600;
  /* color: #fff; */
  color: #06B6D4;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.service__text--description {
  margin-top: 16px;
  /* margin-top: 1.625rem; */
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.7;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  /* text-align: center; */
}

.service__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .service__btn {
    margin-top: 5rem;
  }
}

.service__btn .more__link {
  background: #fff;
  color: #333;
}

.service__btn .more__link:hover {
  border: 1px solid #fff;
  background: #333;
  color: #fff;
}

.sp-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  position: fixed;
  top: 60px;
  top: 3.75rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-nav.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 20;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .sp-nav.is-active {
    display: none;
  }
}

.sp-nav__drawer {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.sp-nav__drawer ul {
  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;
  min-height: 100vh;
  overflow-y: auto;
  height: 100%;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.sp-nav__drawer li {
  width: 300px;
  width: 18.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-weight: 600;
  border-top: 1px dashed #8c8b8b;
}

.sp-nav__drawer li:last-child {
  border-bottom: 1px dashed #8c8b8b;
}

.sp-nav__drawer li a {
  height: inherit;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.works {
  margin-top: 150px;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 200px;
  }
}

.works.front-page-works {
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  .works.front-page-works {
    margin-top: 120px;
  }
}

.works-contents {
  margin-top: 0;
}

.works__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.works__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works__title {
    text-align: left;
  }
}

.works__cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works__cards {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem 2.5rem;
  }
}

.works__cards.front-page-works__cards {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .works__cards.front-page-works__cards {
    margin-top: 60px;
  }
}

.works__card {
  text-align: center;
}

.works__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .works__btn {
    margin-top: 5rem;
  }
}

.archive-works {
  /* margin-top: 220px;
  margin-top: 13.75rem; */
  margin-bottom: 170px;
  margin-bottom: 10.625rem;
}

.archive-works__title {
  text-align: center;
}

.page-about {
  margin-top: 150px;
  margin-bottom: 170px;
  margin-bottom: 10.625rem;
}

@media screen and (min-width: 768px) {
  .page-about {
    margin-top: 200px;
  }
}

.page-about__title {
  text-align: center;
}

.page-about__mv {
  margin-top: 70px;
  margin-top: 4.375rem;
  aspect-ratio: 1280/640;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .page-about__mv {
    margin-top: 100px;
  }
}

.page-about__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-about__contents {
  max-width: 980px;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  margin-top: 9.375rem;
}

.page-about__name {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-about__name {
    font-size: 32px;
  }
}

.page-about__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 187.5%;
}

.page-contact {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .page-contact {
    margin-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .contact-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 46.875rem;
    width: 100%;
  }
}

.page-contact__title {
  text-align: center;
}

.page-contact__text {
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .page-contact__text {
    width: 45.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-contact__text-thanks {
  margin-top: 120px;
  margin-bottom: 150px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-contact__form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-contact__form {
    margin-top: 4.3125rem;
  }
}

.contact-form {
  /* width: 730px;
  margin-left: auto;
  margin-right: auto; */
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .contact-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact-form__row:last-child {
  border-bottom: 1px solid #ddd;
}

.wpcf7-spinner {
  visibility: hidden;
  display: none;
}

.contact-form__label {
  font-weight: 600;
}

.is-required {
  display: inline-block;
  position: relative;
}

.is-required::after {
  content: "必須";
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 0.25rem;
  background: #ee5a6d;
  width: 36px;
  width: 2.25rem;
  height: 23px;
  height: 1.4375rem;
  padding: 3px 6px;
  padding: 0.1875rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .is-required::after {
    left: calc(100% + 16px);
  }
}

@media screen and (min-width: 768px) {
  .contact-form__input {
    width: 30rem;
  }
}

.contact-form__input [type="text"],
.contact-form__input [type="email"],
.contact-form__input [type="tel"] {
  font-weight: 500;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  border-radius: 0.25rem;
  background: #f6f6f6;
  margin-top: 11px;
  margin-top: 0.6875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__input [type="text"],
  .contact-form__input [type="email"],
  .contact-form__input [type="tel"] {
    margin-top: 0;
  }
}

.contact-form__input [type="text"] {
  width: 100%;
}

.contact-form__input [type="tel"] {
  width: 100%;
}

.contact-form__input [type="email"] {
  width: 100%;
}

.contact-form__input [type="date"] {
  width: 100%;
}

.contact-form__input textarea {
  width: 100%;
  /* background: #f6f6f6; */
}

.contact-form__textarea {
  height: 160px;
  height: 10rem;
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  border-radius: 0.25rem;
  background: #f6f6f6;
  margin-top: 11px;
  margin-top: 0.6875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    height: 12.5rem;
    width: 30rem;
    margin-left: auto;
    margin-top: 0;
  }
}


.contact-form__privacy-notice {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 34px;
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-notice {
    font-size: 1rem;
    line-height: 1.75rem; /* 175% */
    margin-top: 4.75rem;
  }
}

.contact-form__privacy-link {
  position: relative;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}

.contact-form__privacy-link::after {
  content: "";
  width: 90%;
  height: 1px;
  height: 0.0625rem;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-form__check {
  margin-top: 21px;
  margin-top: 1.3125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form__check {
    margin-top: 2.1875rem;
  }
}

.contact-form__check-text {
  display: inline-block;
  color: #333;
  padding-left: 26px;
  padding-left: 1.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17.706px;
  line-height: 1.106625rem; /* 136.2% */
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form__check-text {
    font-size: 1rem;
    line-height: 1.375rem; /* 137.5% */
    letter-spacing: 0.1rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-list-item {
  margin: 0 30px 0 0; /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}
.wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px; /* 項目のフォントサイズ */
}
input[type="checkbox"] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #333;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 15px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  display: inline-block;
  content: "";
  width: 10px;
  height: 15px;
  left: 1%;
  top: -2%;
  position: absolute;
  transform: translateY(-50%);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    left: 4%;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #fff;
}

.wpcf7-not-valid-tip {
  color: red;
}

.wpcf7-response-output {
  background: #0A121E;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  background: #0A121E;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  background: #0A121E;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}


/* モーダルのスタイル */
.modal {
  display: none; /* 初期状態では表示しない */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8); /* 背景を暗くする */
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向で中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向で中央揃え */
}

.modal__content {
  background-color: #fff;
  padding: 42px 39px;
  padding: 2.625rem 2.4375rem;
  max-width: 800px;
  max-width: 50rem;
  width: 80%;
  height: 73%;
  overflow-y: scroll;
  position: relative;
}

.modal__close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
  color: #178697;
  text-decoration: none;
  cursor: pointer;
}

.modal__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem; /* 175% */
  padding-top: 70px;
  padding-top: 4.375rem;
}


.contact-form__button {
  margin-top: 70px;
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-form__button {
    margin-top: 4.5rem;
  }
}

.contact-form__button [type="submit"] {
  width: 250px;
  width: 15.625rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid #1d1d1f;
  background: #1d1d1f;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  .contact-form__button [type="submit"] {
    width: 22.5rem;
    height: 3.5rem;
    font-size: 1rem;
    letter-spacing: 1.28px;
    border-radius: 1.75rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__button [type="submit"]:hover {
    background: #fff;
    color: #1d1d1f;
  }
}

.page-service {
  margin-top: 150px;
  /* margin-top: 9.375rem; */
}
@media screen and (min-width: 768px) {
  .page-service {
    margin-top: 200px;
  }
}

.page-service__title {
  text-align: center;
}

.page-service__contents {
  max-width: 980px;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}

.page-service__items {
  margin-top: 20px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-service__items {
    margin-top: 20px;
  }
}

.page-service__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .page-service__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.page-service__item + .page-service__item {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.page-service__icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-service__icon {
    width: 26%;
  }
}

.page-service__icon-bg {
  width: 230px;
  width: 14.375rem;
  height: 230px;
  height: 14.375rem;
  border-radius: 50%;
  /* background: #c1bcbc; */
  /* background: #000; */
  /* opacity: 0.7; */
  /* border: 10px solid #c1bcbc; */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-service__icon-bg {
    width: 15.875rem;
    height: 15.875rem;
  }
}

.page-service__icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .page-service__icon-img {
    width: 8.75rem;
    height: 8.75rem;
  }
}

.page-program-icon {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
}
@media screen and (min-width: 768px) {
  .page-program-icon {
    width: 10.5625rem;
    height: 10.5625rem;
  }
}

.page-service__icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-service__body {
  /* margin-top: 40px; */
  /* margin-top: 2.5rem; */
}
@media screen and (min-width: 768px) {
  .page-service__body {
    width: 50%;
    margin-left: 6.25rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .reverse-body {
    margin-left: 0;
    margin-right: 6.25rem;
  }
}

.page-service__body-title {
  text-align: center;
  color: #06B6D4;
}
@media screen and (min-width: 768px) {
  .page-service__body-title {
    text-align: left;
    font-size: 22px;
  }
}

.page-service__text {
  margin-top: 20px;
  font-weight: 600;
  /* margin-top: 1.875rem; */
}

.page-service__description-wrap {
  margin-top: 16px;
}

.page-service__description + .page-service__description {
  margin-top: 10px;
}

.flow {
  margin-top: 120px;
  margin-top: 7.5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
}

.flow__inner {
  max-width: 980px;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}

.flow__title {
  text-align: center;
}

.flow__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .flow__text {
    max-width: 28.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .flow__text {
    margin-top: 6.25rem;
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__cards {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .flow__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .flow__cards {
    grid-template-columns: repeat(4, 1fr);
    max-width: 61.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__card + .flow__card {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .flow__card + .flow__card {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow__card + .flow__card {
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .flow__card:nth-child(n + 3) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .flow__card:nth-child(n + 3) {
    margin-top: 0;
  }
}

.flow-card {
  background: #ececec;
  width: 210px;
  width: 13.125rem;
  height: 300px;
  height: 18.75rem;
  text-align: center;
  padding: 16px;
  padding: 1rem;
}

.flow-card__number {
  font-family: "Coda", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 2px;
}

.flow-card__title {
  font-weight: 800;
  letter-spacing: 1.6px;
}

.flow-card__icon {
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
}

.flow-card__icon-bg {
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  border-radius: 50%;
  background: #c1bcbc;
  margin-left: auto;
  margin-right: auto;
}

.flow-card__icon-img {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow-card__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-align: left;
}

.environment {
  margin-top: 120px;
  margin-top: 7.5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .environment {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
}

.environment__inner {
  max-width: 980px;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}

.environment__title {
  text-align: center;
}

.environment__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .environment__text {
    max-width: 28.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .environment__text {
    margin-top: 6.25rem;
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.works {
  margin-top: 150px;
}

@media screen and (min-width: 768px) {
  .works {
    margin-top: 200px;
  }
}

.works__container {
  max-width: 800px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 0 20px; */
  margin: 0 auto;
  position: relative;
}

.work-swiper {
  border: 2px solid #c1bcbc;
  border-radius: 4px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .work-swiper {
    margin-top: 20px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}

/* .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
} */

.swiper-pagination-bullet-active {
  background: #1d1d1f;
}

.works-contents {
  margin-top: 100px;
  margin-top: 6.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.works-contents__title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

.works-contents__text {
  margin-top: 50px;
  margin-top: 3.125rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.works-contents__basic-text {
  margin-top: 50px;
  margin-top: 3.125rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.works-contents__basic-user {
  margin-top: 20px;
}

.works-contents__basic-pass {
}

.works-contents__site-url {
  margin-top: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.btn__more.work__btn {
  margin-top: 130px;
  margin-top: 8.125rem;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
  /* width: 210px; */
  /* width: 13.125rem; */
}

.breadcrumb {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  /* margin-left: 20px; */
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    /* margin-left: 90px; */
  }
}

.works__bread {
  margin-top: 70px;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .works__bread {
    margin-top: 100px;
  }
}

.archive-works__bread {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .archive-works__bread {
    margin-top: 100px;
  }
}

.page-about__bread {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .page-about__bread {
    margin-left: 90px;
  }
}

.page-service__bread {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .page-service__bread {
    margin-top: 100px;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.not-found {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
}

.not-found__title {
  font-size: 64px;
  color: #1d1d1f;
}

.not-found__sub-title {
  color: #888;
  font-size: 32px;
  margin-top: 50px;
}

.not-found__text {
  color: #888;
  margin-top: 30px;
}

.not-found__btn {
  margin-top: 80px;
}

.not-found__button {
  color: #1d1d1f;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border-radius: 5px;
  font-size: 20px;
  background: #c9c9c9;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .current-menu-item {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .current-menu-item::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #1d1d1f;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=styles.css.map */
