@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*, ::before, ::after {
  -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, figure, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background-color: #F0F0F2;
  font-family: "Noto Serif JP", serif;
}

img {
  width: 100%;
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.l-header__inner {
  width: 91.0938%;
  margin: 25px auto;
}
@media (max-width: 767px) {
  .l-header__inner {
    width: 84.0938%;
  }
}

.l-header__logo {
  width: 82px;
  height: 82px;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 44px;
    height: 44px;
  }
}

.l-header__img {
  max-width: 310px;
  height: 138px;
}

.l-header__ttl {
  display: block;
  margin: auto;
  font-size: 4.1875em;
  font-family: "Bebas Neue", sans-serif;
  color: #4F5259;
}
@media (max-width: 767px) {
  .l-header__ttl {
    font-size: 2.25em;
  }
}

.l-header__sp-ttl {
  display: none;
}
@media (max-width: 767px) {
  .l-header__sp-ttl {
    display: block;
    color: #fff;
    font-weight: bold;
    margin: auto;
    font-size: 2.25em;
    font-family: "Bebas Neue", sans-serif;
  }
}

.l-footer {
  width: 100%;
  background-color: #4F5259;
  color: #F0F0F2;
  padding: 13px 0 37px;
}

.l-footer__inner {
  width: 84.375%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .l-footer__inner {
    width: 90%;
  }
}

.l-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__wrapper {
    display: block;
    position: relative;
  }
}

.l-footer__head {
  font-size: 2.375em;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 767px) {
  .l-footer__head {
    font-size: 2.6875em;
    color: #CDD6DD;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .l-footer__head {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .l-footer__contents {
    color: #CDD6DD;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__list {
    display: block;
  }
}

.l-footer__item p {
  font-size: 1.25em;
}
@media (max-width: 767px) {
  .l-footer__item p {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .l-footer__item p {
    font-size: 0.875em;
  }
}
.l-footer__item + .l-footer__item {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .l-footer__item + .l-footer__item {
    margin: 9px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .l-footer__item + .l-footer__item {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .l-footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
}

.l-footer__link {
  font-size: 1.25em;
}
@media (max-width: 767px) {
  .l-footer__link {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .l-footer__link {
    font-size: 0.875em;
  }
}
.l-footer__link--web, .l-footer__link--ec, .l-footer__link--design {
  display: block;
  margin-top: 10px;
  font-size: 0.9375em;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #CDD6DD;
    position: absolute;
    content: "";
    top: 12px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .fa-brands {
    font-size: 2em;
  }
}

.l-footer__sns--x {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .l-footer__sns--x {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .l-footer__reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-footer__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 0.9375em;
}
@media (max-width: 767px) {
  .l-footer__data {
    display: block;
    color: #CDD6DD;
    margin-top: 9px;
  }
}

@media (max-width: 767px) {
  .l-footer__data--address {
    margin-bottom: 5px;
  }
}

.l-footer__data--tel {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-footer__data--tel {
    margin: 0;
  }
}

.l-footer__policy {
  display: block;
  text-align: end;
  font-size: 0.9375em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .l-footer__policy {
    -moz-text-align-last: left;
         text-align-last: left;
    color: #CDD6DD;
  }
}

.c-burger {
  --opacity: 1;
  --rotate: 0;
  --translate: 0.5rem;
  display: grid;
  place-items: center;
  width: 37px;
  aspect-ratio: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
}
.c-burger span {
  display: block;
  width: 70%;
  height: 2px;
  background-color: #BBD3F2;
  grid-area: 1/1/-1/-1;
  -webkit-transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
  transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
}
.c-burger span:nth-child(1) {
  opacity: var(--opacity);
}
.c-burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.c-burger span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}

.c-burger__menu {
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  width: 70px;
  position: absolute;
  right: 4%;
  color: #BBD3F2;
}
.c-burger__menu.is-active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .c-burger__menu {
    right: 7%;
  }
}

.c-inner {
  width: 95.0625%;
  margin: 0 auto;
}

.c-nav__list {
  font-family: "Bebas Neue", sans-serif;
}

.c-nav__item + .c-nav__item {
  margin-top: 20px;
}

.c-nav__link {
  font-size: 25px;
}
.c-nav__link:hover {
  opacity: 0.7;
}

.c-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-fl-re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-fl-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-fl-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-fl-center {
    display: block;
  }
}

.c-head {
  width: 100%;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5.0625em;
  color: #4F5259;
}
@media (max-width: 767px) {
  .c-head {
    font-size: 1.625em;
  }
}

.c-head__ttl--white {
  color: #F0F0F2;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .c-head__ttl--white {
    padding-top: 15px;
  }
}

.c-head-page__ttl {
  font-size: 4.1875em;
  font-family: "Bebas Neue", sans-serif;
  color: #4F5259;
  font-weight: bold;
  padding-top: 137px;
  margin-left: 125px;
}
@media (max-width: 767px) {
  .c-head-page__ttl {
    padding-top: 102px;
    font-weight: normal;
    font-size: 1.875em;
    margin-left: 0;
    text-align: center;
  }
}

.c-wrapper {
  width: 91%;
  margin: 0 auto;
  padding: 60px 0 98px;
}
@media (max-width: 767px) {
  .c-wrapper {
    padding: 16px 0 47px;
  }
}

.c-section__black {
  background-color: #4F5259;
}

.c-card__list {
  text-align: center;
}
@media (max-width: 767px) {
  .c-card__list {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.c-card__item {
  color: #F0F0F2;
  padding: 0 35px;
  border-left: 1px solid #F0F0F2;
  width: 23.93162%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-card__item {
    width: 225px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .c-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    border-bottom: 1px solid #F0F0F2;
    border-left: none;
    padding: 20px 0;
    width: 100%;
  }
}
.c-card__item + .c-card__item {
  border-left: 1px solid #F0F0F2;
}
@media (max-width: 767px) {
  .c-card__item + .c-card__item {
    border-bottom: 1px solid #F0F0F2;
    border-left: none;
  }
}
.c-card__item:last-child {
  border-right: 1px solid #F0F0F2;
}
@media (max-width: 767px) {
  .c-card__item:last-child {
    border-right: none;
  }
}

.c-card__img {
  background-color: #F0F0F2;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-card__img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .c-card__img {
    width: 110px;
    height: 110px;
    margin-right: 20px;
  }
}

.c-card__block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .c-card__block {
    position: relative;
    width: 62.6666%;
  }
}

.c-card__ttl {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .c-card__ttl {
    font-size: 1.125em;
  }
}

.c-card__txt {
  font-size: 0.75em;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .c-card__txt {
    font-size: 0.875em;
    line-height: 1.2857142857;
  }
}

.c-card__txtLine {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-card__link {
  display: block;
  width: 148px;
  margin: 0 auto;
  padding: 11.5px 0;
  border: 1px solid #F0F0F2;
  border-radius: 25px;
}
.c-card__link:hover {
  color: #4F5259;
  background-color: #F0F0F2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-card__link {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 77px;
    height: 25px;
    padding: 0 0 0 22px;
  }
}

.c-web__card {
  background-color: #fff;
  padding: 18px 0;
  text-align: center;
  width: 26.75%;
  max-height: 540px;
  color: #4F5259;
}
@media (max-width: 767px) {
  .c-web__card {
    width: 76.3016157989%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-web__card {
    width: 40%;
  }
}

.c-web__card--ttl {
  font-size: 1.5625em;
  font-weight: bold;
  margin-bottom: 25px;
}

.c-web__card--price {
  font-size: 2.5em;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-web__card--price {
    font-size: 2em;
  }
}

.c-web__card--sub {
  margin-top: 20px;
  border-top: 1px solid #F0F0F2;
  -moz-text-align-last: left;
       text-align-last: left;
}

.c-web__card-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-web__card--text {
  font-size: 0.75em;
}

.c-web__card--detail {
  font-size: 1.125em;
}

.p-web-plan__info {
  width: 100%;
  font-size: 0.9375em;
  line-height: 2;
}
.p-web-plan__info p {
  font-weight: bold;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.c-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .c-grid-2 {
    display: block;
  }
}

.c-btn {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  background-color: #4F5259;
}

.c-btn__contact {
  display: block;
  width: 339px;
  background-color: #F0F0F2;
  padding: 5.5px 0;
  text-align: center;
  border-radius: 28px;
  font-family: "Bebas Neue", sans-serif;
  color: #4F5259;
  font-size: 3.0625em;
  position: relative;
}
.c-btn__contact::before {
  position: absolute;
  content: "";
  top: 35%;
  right: 60px;
  width: 21px;
  height: 21px;
  border-bottom: 5px solid #4F5259;
  border-right: 5px solid #4F5259;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-btn__contact:hover::before {
  right: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-fv {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .p-fv {
    display: none;
  }
}

.p-fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4F5259;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 134px;
  font-family: "Staatliches", sans-serif;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
}
.p-fv__title--uplift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-fv__title--create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-fv__title-c {
  margin-left: 35px;
}

.p-fv__title-sikaku {
  font-size: 18px;
  padding-bottom: 28px;
}

#p-fv-sp {
  display: none;
}

@media (max-width: 767px) {
  #p-fv-sp {
    display: block;
    position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh; /*高さを全画面にあわせる*/
  }
  #video-area {
    position: absolute;
    z-index: -1; /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 100vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 190vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }
  .p-fv-sp__inner {
    width: 88.2667%;
    margin: 0 auto;
  }
  .p-fv-sp__head {
    padding-top: 94px;
    color: #fff;
  }
  .p-fv-sp__head--main {
    font-size: 3.4375em;
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
  }
  .p-fv-sp__head--sub {
    font-size: 1.0625em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
  .p-fv-sp__head--sub-lead {
    font-size: 0.9375em;
    font-family: "Bebas Neue", sans-serif;
    text-align: right;
    display: block;
    padding-right: 10px;
  }
}
.p-service__contents {
  width: 50%;
  padding-right: 49px;
  color: #F0F0F2;
  height: 760px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .p-service__contents {
    display: none;
  }
}

.p-service__head {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-service__head--sub {
  display: block;
  font-size: 0.9375em;
}
.p-service__head--main {
  display: block;
  font-size: 2.75em;
  margin-top: 30px;
  margin-bottom: 26px;
}

.p-service__lead p {
  display: block;
  margin-bottom: 37px;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.888;
}

.p-service__text p {
  line-height: 1.875;
}

.p-service__img {
  width: 50%;
}
@media (max-width: 767px) {
  .p-service__img {
    width: 100%;
    height: 132px;
    overflow: hidden;
  }
}
.p-service__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 760px;
}
@media (max-width: 767px) {
  .p-service__img img {
    height: auto;
  }
}

.p-service__container {
  margin-top: 98px;
}
@media (max-width: 767px) {
  .p-service__container {
    margin-top: 15px;
  }
}

.p-service__card-ttl {
  margin: 31px 25px;
}
@media (max-width: 767px) {
  .p-service__card-ttl {
    margin: 0;
  }
}

.p-service__card-txt {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .p-service__card-txt {
    margin: 0;
    padding-top: 17px;
  }
}

.p-works__bgImg {
  background: url(../images/works.jpg) left top no-repeat;
  background-size: cover;
  height: 100% auto;
}
.p-works {
  padding: 68px 0 94px;
}
@media (max-width: 767px) {
  .p-works {
    padding: 32px 0;
  }
}

.p-works__inner {
  width: 90.625%;
  margin: 0 auto;
}

.p-works__list {
  gap: 40px;
}

.p-works__item {
  width: calc(33% - 40px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-works__item {
    width: 100%;
  }
}

.p-works__img img {
  width: 360px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-works__img img {
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}

.p-works__ttl {
  padding: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .p-works__ttl {
    font-size: 0.875em;
    width: 360px;
  }
}

.p-works__contents {
  padding: 150px 0;
  width: 69.5313%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-works__contents {
    padding: 30px 0 50px;
    width: 87.7333333333%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-works__contents {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .p-works-page__item {
    width: 90%;
    margin: 0 auto;
  }
}
.p-works-page__item:nth-child(2n) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-works-page__item:nth-child(2n) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .p-works-page__item:nth-child(n+2) {
    margin-top: 45px;
  }
}

.p-works-page__img img {
  display: block;
  width: 360px;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-works-page__img img {
    width: 330px;
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-works-page__img img {
    height: 300px;
  }
}

.p-works-page__textBox {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4F5259;
}

.p-works-page__ttl {
  font-size: 1.875em;
  font-weight: bold;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .p-works-page__ttl {
    padding: 0;
    text-align: center;
  }
}

.p-works-page__txt {
  margin-top: 20px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .p-works-page__txt {
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
    line-height: 1.7;
  }
}

.p-updates__head {
  color: #F0F0F2;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .p-updates__head {
    font-size: 0.625em;
  }
}

.p-updates__list {
  color: #F0F0F2;
  margin-top: 11px;
}

.p-updates__item {
  width: calc(33% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-updates__item + .p-updates__item {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-updates__item {
    width: 100%;
  }
}

.p-updates__item--link {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-updates__block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-updates__img img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-updates__img img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-updates__img {
    width: 33.7%;
  }
}

.p-updates__textBox {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-updates__textBox {
    width: 62.66666%;
  }
}

.p-updates__ttl {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .p-updates__ttl {
    font-size: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border-bottom: 1px solid #F0F0F2;
    padding-bottom: 2px;
  }
}

.p-updates__txt-sp {
  font-size: 0.75em;
}

.p-updates__fl {
  vertical-align: middle;
}

.p-updates__data {
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .p-updates__data {
    font-size: 0.625em;
  }
}

.p-updates__data-time svg {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .p-updates__data-time svg {
    width: 11px;
    height: 11px;
  }
}

.p-updates__time {
  font-size: 0.875em;
  margin-left: 9px;
}
@media (max-width: 767px) {
  .p-updates__time {
    font-size: 0.625em;
  }
}

/* updates page --------------------*/
@media (max-width: 767px) {
  .p-updates__fv {
    display: none;
  }
}

.p-updates__wrapper {
  width: 90.625%;
  margin: 50px auto 74px;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #3B4043;
}
@media (max-width: 767px) {
  .p-updates__wrapper {
    margin: 30px auto;
  }
}

.p-updates__main {
  width: 74.4828%;
}
@media (max-width: 767px) {
  .p-updates__main {
    width: 100%;
  }
}

.c-head-page__subttl {
  font-size: 2.4375em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-head-page__subttl {
    display: none;
  }
}

.p-updates-page__list {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .p-updates-page__list {
    margin-top: 0;
  }
}

.p-updates-page__item + .p-updates-page__item {
  margin-top: 46px;
}

.p-updates-page__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-updates-page__link {
    display: block;
  }
}
.p-updates-page__link figure {
  width: 24.148148%;
}
@media (max-width: 767px) {
  .p-updates-page__link figure {
    width: 100%;
  }
}

.p-updates-page__txtBox {
  margin-left: 28px;
  width: 76.8519%;
}
@media (max-width: 767px) {
  .p-updates-page__txtBox {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    padding: 20px;
  }
}

.p-updates-page__txtBox--ttl {
  font-weight: bold;
  font-size: 1.25em;
}
.p-updates-page__txtBox--txt {
  margin: 15px 0 11px;
  font-size: 0.75em;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
  .p-updates-page__txtBox--txt {
    -webkit-line-clamp: 3;
  }
}

.p-updates__side {
  width: 25.5172%;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-updates__side {
    display: none;
  }
}

.p-updates__side--item + .p-updates__side--item {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-creator__inner {
    margin: 36px auto 0;
  }
}

.p-creator__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-creator__data:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-creator__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-creator__data--img img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-creator__data--img img {
    width: 136px;
    height: 136px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-creator__data--img img {
    width: 180px;
    height: 180px;
  }
}

.p-creator__name {
  margin: auto;
  color: #4F5259;
  font-size: 1.125em;
}
@media (max-width: 767px) {
  .p-creator__name {
    margin: 0 0 0 30px;
    width: 47.7333333333%;
    font-size: 0.75em;
  }
}

.p-creator__name--sub {
  display: block;
  border-bottom: 1px solid #4F5259;
}
@media (max-width: 767px) {
  .p-creator__name--sub {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

.p-contact__inner {
  padding-bottom: 134px;
}
@media (max-width: 767px) {
  .p-contact__inner {
    padding-bottom: 34px;
  }
}

.p-contact__btn {
  font-size: 5.0625em;
  width: 74.6093%;
  margin: 0 auto;
  color: #F0F0F2;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .p-contact__btn {
    font-size: 1.5em;
  }
}
.p-contact__btn:hover {
  background-color: #F0F0F2;
  color: #4F5259;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

form {
  width: 70%;
  margin: 110px auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #4F5259;
}
@media (max-width: 767px) {
  form {
    width: 90%;
    margin-top: 20px;
  }
}

.p-contact__list {
  width: 100%;
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-contact__item {
    display: block;
  }
}

.p-contact__table--th {
  vertical-align: top;
  padding-top: 10px;
  width: 200px;
  font-weight: bold;
  margin-bottom: auto;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .p-contact__table--th {
    padding-top: 0px;
  }
}

.p-contact__head {
  font-weight: bold;
  width: 200px;
}

.p-contact__date {
  display: block;
  padding: 15px 0;
  width: 70%;
}
@media (max-width: 767px) {
  .p-contact__date {
    margin-bottom: 15px;
    width: 100%;
  }
}

.p-contact__submit {
  display: block;
  margin: 0 auto;
  width: 200px;
  color: #4F5259;
}

@media (max-width: 767px) {
  .p-contact__radio {
    display: block;
  }
}
.p-contact__radio label {
  margin-left: 20px;
}

input[type=submit] {
  background-color: #BBD3F2;
  color: #fff;
  border-radius: 24px;
  padding: 10px 0;
  border: none;
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 50px;
  font-size: 1.25em;
  padding: 15px 20px;
  border: 1px solid #CDD6DD;
  color: #4F5259;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email] {
    padding: 5px 10px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  opacity: 0.5;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  opacity: 0.5;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  opacity: 0.5;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
  opacity: 0.5;
}
input[type=text]::placeholder,
input[type=email]::placeholder {
  opacity: 0.5;
}

select {
  width: 100%;
  height: 50px;
  font-size: 1.2em;
  border: 1px solid #CDD6DD;
  padding: 10px 20px;
}

textarea {
  width: 100%;
  font-size: 1.6em;
  border: 1px solid #CDD6DD;
  padding: 15px 20px;
  color: #4F5259;
}
textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  opacity: 0.5;
}
textarea:-ms-input-placeholder {
  opacity: 0.5;
}
textarea::-ms-input-placeholder {
  opacity: 0.5;
}
textarea::placeholder {
  opacity: 0.5;
}

.p-contact-from__check {
  margin-bottom: 50px;
  text-align: center;
}
.p-contact-from__check a {
  font-weight: 700;
}
.p-contact-from__check [type=checkbox] {
  display: none;
}
.p-contact-from__check span {
  display: inline-block;
  position: relative;
  padding-left: 49px;
}
.p-contact-from__check span::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-contact-from__check span::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  display: none;
}
.p-contact-from__check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-from__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact-from__row {
    display: block;
  }
}
.contact-from__row:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-from__row:not(:first-child) {
    margin-top: 30px;
  }
}

.contact-from__label {
  width: 160px;
  padding: 7px 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .contact-from__label {
    width: 100%;
  }
}
.contact-from__label label {
  font-weight: 700;
}
.contact-from__label label.is-riquired {
  display: inline-block;
  position: relative;
}
.contact-from__label label.is-riquired::after {
  content: "必須";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #E81919;
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-from__label label.is-riquired::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 6px);
    width: 44px;
  }
}

.contact-from__input {
  width: calc(100% - 160px);
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-from__input {
    width: 100%;
    margin-top: 5px;
  }
}
.contact-from__input [type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #707070;
  background: #fff;
  padding: 8px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-from__input [type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #707070;
  background: #fff;
  padding: 8px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-from__input select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #707070;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  background: #fff url(../img/select-arrow.png) no-repeat right 12px center/17px 14px;
}
.contact-from__input textarea {
  height: 240px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #707070;
  background: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  resize: none;
}

.contact-from__radio {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .contact-from__radio {
    margin-top: 16px;
  }
}
.contact-from__radio [type=radio] {
  display: none;
}
.contact-from__radio span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-right: 34px;
}
@media (max-width: 767px) {
  .contact-from__radio span {
    margin-bottom: 8px;
    margin-right: 20px;
  }
}
.contact-from__radio span::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.contact-from__radio span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #BBD3F2;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}

[type=radio]:checked + span::after {
  display: block;
}

.contact-from__check {
  margin-top: 57px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-from__check {
    margin-top: 24px;
  }
}
.contact-from__check a {
  font-weight: 700;
}
.contact-from__check [type=checkbox] {
  display: none;
}
.contact-from__check span {
  display: inline-block;
  position: relative;
  padding-left: 49px;
}
.contact-from__check span::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.contact-from__check span::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  display: none;
}
.contact-from__check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-from__button {
  margin-top: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-from__button:hover {
  opacity: 0.7;
}
.contact-from__button [type=submit] {
  background: #BBD3F2;
  display: inline-block;
  color: #fff;
  width: 304px;
  border-radius: 8px;
  font-weight: 700;
  padding: 16px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  font-size: 16px;
}

.p-web {
  padding-top: 136px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-web {
    padding-top: 98px;
  }
}

.p-web__top {
  background: url(../images/webtop.png) center center repeat;
  background-size: cover;
  height: 100% auto;
  padding: 45px 0 110px;
  -webkit-animation: bg 60s infinite linear;
          animation: bg 60s infinite linear;
}
@media (max-width: 767px) {
  .p-web__top {
    padding: 40px 0;
  }
}

@-webkit-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px 5000px;
  }
}

@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px 5000px;
  }
}
.p-web__inner {
  width: 91.1719%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-web__inner {
    position: relative;
  }
}

.p-web__head--ttl {
  font-size: 3.125em;
  color: #F0F0F2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-web__head--ttl {
    font-size: 1.125em;
  }
}

.p-web__top--wrapper {
  color: #F0F0F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-web__top--wrapper {
    display: block;
  }
}
.p-web__top--wrapper .p-web__wrap {
  margin-top: 73px;
}
@media (max-width: 767px) {
  .p-web__top--wrapper .p-web__wrap {
    margin-top: 30px;
  }
}
.p-web__top--wrapper .p-web__wrap-l {
  width: 45.65%;
}
@media (max-width: 767px) {
  .p-web__top--wrapper .p-web__wrap-l {
    width: 100%;
    font-size: 0.875em;
  }
}
.p-web__top--wrapper .p-web__wrap-r {
  width: 46.62%;
}
@media (max-width: 767px) {
  .p-web__top--wrapper .p-web__wrap-r {
    width: 100%;
  }
}
.p-web__top--wrapper .p-web__wrap .p-web__text {
  color: #F0F3F5;
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  .p-web__top--wrapper .p-web__wrap .p-web__text {
    line-height: 2.1428571429;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p-web__btn {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 150px;
    height: 28px;
    font-size: 1.1875em;
    padding: 3.5px 0;
  }
  .p-web__btn::before {
    content: "";
    top: 39%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #4F5259;
    border-right: 2px solid #4F5259;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-web__btn:hover::before {
    right: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

@media (max-width: 767px) {
  .p-web__btn-desugn {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
    height: 28px;
    font-size: 1.1875em;
    padding: 3.5px 0;
  }
  .p-web__btn-desugn::before {
    content: "";
    top: 39%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #4F5259;
    border-right: 2px solid #4F5259;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-web__btn-desugn:hover::before {
    right: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

@media (max-width: 767px) {
  .p-web__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-web__list .p-web__item {
  border-bottom: 1px solid;
}
.p-web__list .p-web__item:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-web__list .p-web__item:nth-child(n+2) {
    margin-top: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-web__list .p-web__item .p-web__item--head .p-web__item--head-sub {
  font-size: 0.9375em;
}
@media (max-width: 767px) {
  .p-web__list .p-web__item .p-web__item--head .p-web__item--head-sub {
    font-size: 0.75em;
  }
}
.p-web__list .p-web__item .p-web__item--head .p-web__item--head-main {
  font-size: 3.125em;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 767px) {
  .p-web__list .p-web__item .p-web__item--head .p-web__item--head-main {
    font-size: 1.125em;
  }
}
.p-web__list .p-web__item .p-web__item--text {
  margin: auto 0 12px;
}
@media (max-width: 767px) {
  .p-web__list .p-web__item .p-web__item--text {
    font-size: 0.625em;
    margin-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .p-web__item-sp {
    width: calc(50% - 6px);
  }
}

.p-web-wrapper {
  padding: 47.5px 0 65px;
}
@media (max-width: 767px) {
  .p-web-wrapper {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .p-web__fl {
    display: block;
  }
}

.p-web-reason__head {
  width: 28.2188%;
  font-family: "Staatliches", sans-serif;
  color: #4F5259;
  text-align: right;
  padding: 52px 0;
}
@media (max-width: 767px) {
  .p-web-reason__head {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.p-web-reason__head .p-web-reason__head-main {
  display: block;
  font-size: 4.1875em;
}
@media (max-width: 767px) {
  .p-web-reason__head .p-web-reason__head-main {
    font-size: 2.5625em;
  }
}
.p-web-reason__head .p-web-reason__head-sub {
  display: block;
  font-weight: bold;
  font-size: 1.3125em;
}
@media (max-width: 767px) {
  .p-web-reason__head .p-web-reason__head-sub {
    font-size: 0.625em;
    margin-left: 142px;
  }
}

.p-web-contents {
  width: 69%;
  padding: 52px 0;
  border-top: 1px solid #4F5259;
  border-bottom: 1px solid #4F5259;
}
@media (max-width: 767px) {
  .p-web-contents {
    padding: 15px 0 0;
    border: none;
    width: 100%;
  }
}
.p-web-contents .p-web-reason__list .p-web-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4F5259;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-web-contents .p-web-reason__list .p-web-reason__item {
    background-color: #CDD6DD;
    padding: 23px 10px;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    display: block;
  }
}
.p-web-contents .p-web-reason__list .p-web-reason__item:nth-child(n+2) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-web-contents .p-web-reason__list .p-web-reason__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__sp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    margin: 0 auto;
  }
}
.p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__sp-text {
  display: none;
}
@media (max-width: 767px) {
  .p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__sp-text {
    display: block;
    margin-left: 11px;
    padding-right: 30px;
    font-size: 0.9375em;
    font-weight: bold;
    position: relative;
  }
  .p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__sp-text::before {
    position: absolute;
    content: "";
    top: 5px;
    right: 0;
    width: 17px;
    height: 14px;
    background: url(/images/downarow.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__sp-text:hover {
    opacity: 0.7;
  }
}
.p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__no {
  width: 125px;
  height: 125px;
  line-height: 125px;
  border: 1px solid #4F5259;
  border-radius: 50%;
  text-align: center;
  font-size: 1.3125em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__no {
    width: 53px;
    height: 53px;
    line-height: 51px;
  }
}
.p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__text {
  width: 78.9437%;
  font-size: 0.875em;
  margin: 0 auto;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__text {
    font-weight: normal;
    line-height: 1.4285714286;
    margin: 20px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-web-contents .p-web-reason__list .p-web-reason__item .p-web-reason__text {
    width: 65%;
  }
}

@media (max-width: 767px) {
  #js-toggle01,
  #js-toggle02,
  #js-toggle03 {
    position: relative;
  }
}

@media (max-width: 767px) {
  .toggle-list01,
  .toggle-list02,
  .toggle-list03 {
    display: none;
  }
}

.p-web__head {
  font-size: 3.125em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #4F5259;
  padding: 52px 0;
}
@media (max-width: 767px) {
  .p-web__head {
    font-size: 2.25em;
    text-align: center;
    padding: 12px 0;
    background-color: #CDD6DD;
    margin-bottom: -1px;
  }
}

@media (max-width: 767px) {
  .p-web-flow {
    background-color: #4F5259;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-web-flow__head {
    background-color: #4F5259;
    color: #fff;
    text-align: left;
    font-size: 1.875em;
  }
}

#scroll {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  overflow-x: hidden;
}

.p-web-flow__wrapper {
  background-color: #4F5259;
  padding: 48px 36px;
}
@media (max-width: 767px) {
  .p-web-flow__wrapper {
    padding: 15px 20px;
  }
}

.p-web-flow__list {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.p-web-flow__list::-webkit-scrollbar {
  height: 10px;
}
.p-web-flow__list::-webkit-scrollbar-thumb {
  background-color: #BBD3F2;
  border-radius: 7px;
}
.p-web-flow__list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .p-web-flow__list {
    padding-bottom: 25px;
  }
}

.p-web-flow__item {
  background-color: #F0F0F2;
  padding: 32px 24px;
  text-align: left;
  width: 438px;
  border-radius: 30px;
  color: #4F5259;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  height: 240px;
}
@media (max-width: 767px) {
  .p-web-flow__item {
    width: 273px;
    height: 170px;
    padding: 10px 15px;
  }
}

.p-web-flow__item-head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .p-web-flow__item-head {
    font-size: 0.875em;
    margin-bottom: 9px;
  }
}

.p-web-flow__item-head--no {
  font-weight: bold;
}

.p-web-flow__item-head--ttl {
  font-weight: bold;
}

.p-web-flow__item--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375em;
}
@media (max-width: 767px) {
  .p-web-flow__item--txt {
    margin-bottom: 5px;
  }
}

.p-web-flow__btn {
  display: block;
  padding: 5.5px 0;
  text-align: center;
  border-radius: 28px;
  font-family: "Bebas Neue", sans-serif;
  width: 217px;
  margin: 25px auto 0;
  background-color: #4F5259;
  color: #F0F0F2;
  font-size: 2.4375em;
  padding-bottom: 0;
  position: relative;
}
.p-web-flow__btn::before {
  position: absolute;
  content: "";
  top: 37%;
  right: 30px;
  width: 17px;
  height: 17px;
  border-bottom: 5px solid #F0F0F2;
  border-right: 5px solid #F0F0F2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-web-flow__btn:hover::before {
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .p-web-flow__btn {
    display: block;
    padding: 0;
    width: 133px;
    margin: 0 auto;
    background-color: #4F5259;
    color: #F0F0F2;
    font-size: 1.4375em;
    text-align: center;
    border-radius: 28px;
    font-family: "Bebas Neue", sans-serif;
    position: relative;
  }
  .p-web-flow__btn::before {
    position: absolute;
    content: "";
    top: 31%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-web-flow__btn:hover::before {
    right: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

@media (max-width: 767px) {
  .p-web-plan__inner {
    margin-top: 19px;
  }
}

.p-web-plan__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-web-plan__wrapper {
    display: block;
    background-color: #CDD6DD;
    padding: 30px 0;
  }
}
.p-web-plan__wrapper + .p-web-plan__wrapper {
  margin-top: 101px;
}
@media (max-width: 767px) {
  .p-web-plan__wrapper + .p-web-plan__wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.p-web-plan__container {
  font-family: "Noto Sans JP", sans-serif;
  width: 65.625%;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .p-web-plan__container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-web-plan__container {
    width: 90%;
  }
}

.p-web-plan__ttl {
  font-size: 1.3125em;
  font-weight: bold;
  margin-bottom: 53px;
  color: #4F5259;
}
@media (max-width: 767px) {
  .p-web-plan__ttl {
    font-size: 2.25em;
    text-align: center;
  }
}

.p-web-plan__item {
  color: #F0F0F2;
  border-left: 1px solid #F0F0F2;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-web-plan__item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-web-plan__item {
    width: 33%;
  }
}
.p-web-plan__item + .p-web-plan__item {
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .p-web-plan__item + .p-web-plan__item {
    border: none;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-web-plan__img {
    margin: 0 auto;
  }
}

.p-web-plan__card-ttl {
  color: #4F5259;
  font-weight: bold;
  margin-top: 21px;
}

.p-web-plan__card-fontColor {
  color: #4F5259;
}

.p-web-plan__info {
  color: #4F5259;
}
@media (max-width: 767px) {
  .p-web-plan__info {
    width: 85%;
    margin: 0 auto;
    font-size: 0.875em;
  }
}

.p-web-plan__info--wrap {
  font-weight: bold;
  margin-left: 1em;
}

@media (max-width: 767px) {
  #js-plan-toggle {
    position: relative;
  }
}

.p-web-plan__info-ttl {
  display: none;
}
@media (max-width: 767px) {
  .p-web-plan__info-ttl {
    display: block;
    text-align: center;
    color: #4F5259;
  }
}

@media (max-width: 767px) {
  .p-web-plan__info-ttl--toggle {
    display: block;
    font-weight: bold;
    padding: 12px 0 30px;
    position: relative;
  }
  .p-web-plan__info-ttl--toggle:hover {
    opacity: 0.7;
  }
  .p-web-plan__info-ttl--toggle::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 24px;
    background: url(/images/double-downarow.svg) center center no-repeat;
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .js-plan__toggle01,
  .js-plan__toggle02,
  .js-plan__toggle03,
  .js-plan__toggle04 {
    display: none;
  }
}

.p-web-plan__info-txt {
  margin-top: 47px;
  color: #4F5259;
}
@media (max-width: 767px) {
  .p-web-plan__info-txt {
    margin: 15px 30px 0;
  }
}

.p-web-plan__footer {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.3125em;
  margin-top: 65px;
  color: #4F5259;
}
@media (max-width: 767px) {
  .p-web-plan__footer {
    margin: 20px 16px 0;
    font-size: 1.125em;
  }
}
.p-web-plan__footer p {
  font-weight: bold;
  line-height: 1.8;
}

.p-company__inner {
  width: 67.4219%;
  margin: 42px auto 78px;
  border-bottom: 2px solid #98A6B5;
  border-top: 2px solid #98A6B5;
}
@media (max-width: 767px) {
  .p-company__inner {
    width: 87.2%;
  }
}

.p-company__wrapper {
  width: 100%;
  font-size: 1.125em;
  color: #4F5259;
  font-family: "Noto Sans JP", sans-serif;
}

.p-company__item {
  border-bottom: 1px solid #98A6B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16.5px 0;
}
@media (max-width: 767px) {
  .p-company__item {
    display: block;
  }
}
.p-company__item:last-child {
  border-bottom: none;
}

.p-company__th {
  width: 210px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 767px) {
  .p-company__th {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-company__th {
    width: 130px;
  }
}

.p-privacy__inner {
  width: 67.5%;
  margin: 111px auto 65px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4F5259;
}
@media (max-width: 767px) {
  .p-privacy__inner {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.p-privacy__sub-ttl {
  font-size: 1.875em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-privacy__sub-ttl {
    margin-top: 50px;
    font-size: 1.25em;
  }
}

.p-privacy__lead {
  font-weight: bold;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .p-privacy__lead {
    font-weight: normal;
  }
}

.p-privacy__txt {
  font-size: 1.125em;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-privacy__txt {
    font-size: 0.875em;
  }
}

.p-privacy__lead {
  font-size: 1.125em;
  line-height: 2;
}

.p-privacy__txt--main {
  margin-top: 42px;
}

.p-flow__wrapper {
  width: 107%;
  margin-top: 30px;
}

.p-flow__list {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.p-flow__list::-webkit-scrollbar {
  height: 10px;
}
.p-flow__list::-webkit-scrollbar-thumb {
  background-color: #BBD3F2;
  border-radius: 7px;
}
.p-flow__list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 7px;
}

.p-flow__item {
  background-color: #BBD3F2;
  border-radius: 30px;
  padding: 41px 15px 31px;
  width: 273px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.p-flow__item-head {
  font-size: 1.625em;
}

.p-flow__item--txt {
  font-size: 0.8125em;
  line-height: 1.4615384615;
  margin-top: 10px;
}

.u-mt-72 {
  margin-top: -72px;
}
@media (max-width: 767px) {
  .u-mt-72 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .u-pt9 {
    padding-top: 9px;
  }
}

.u-pt30 {
  padding-top: 30px;
}

.u-ptpb {
  padding: 52px 0;
}

.u-en {
  font-size: 1.5em;
  font-weight: bold;
}

.u-kara {
  font-size: 0.75em;
  font-weight: bold;
}

.u-p13 {
  padding: 16px 40px;
  border-bottom: 1px solid #F0F0F2;
  max-height: 50px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-p13 {
    padding: 16px 20px;
  }
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mx-10 {
  margin: 0 10px;
}

.u-btncolor {
  width: 217px;
  margin: 25px auto 0;
  background-color: #4F5259;
  color: #F0F0F2;
  font-size: 2.4375em;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-btncolor {
    width: 150px;
    font-size: 1.5em;
    padding: 4px 0;
  }
}
.u-btncolor::before {
  border-bottom: 5px solid #F0F0F2;
  border-right: 5px solid #F0F0F2;
  top: 37%;
  right: 30px;
  width: 17px;
  height: 17px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-btncolor::before {
    border-bottom: 4px solid #F0F0F2;
    border-right: 4px solid #F0F0F2;
    width: 10px;
    height: 10px;
    top: 38%;
  }
}
.u-btncolor::before:hover::before {
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}