@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  background: #F8F4EF;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.section {
  margin-top: 50px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .section {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/* ================================================
分割ファイル
================================================ */
/* ================================================
   main-work トップ画像
================================================ */
.main-workーfv__img img {
  width: 100%;
  max-width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* ================================================
   breadcrumb
================================================ */
.breadscrumb__inner {
  font-size: 18px;
  width: 1200px;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 0 40px;
}
.breadscrumb__inner a {
  text-decoration: none;
}

/* ================================================
   work-list
================================================ */
.work-list-main__wrap {
  margin-top: 20px;
  padding-top: 20px;
}

.work-list-main__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
}

.work-list__container {
  margin-top: 70px;
}

.work-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 840px;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work-list__list {
    display: block;
  }
}

.work-list__items {
  position: relative;
  width: 400px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .work-list__items:nth-child(n+3) {
    margin-top: 40px;
  }
  .work-list__items:nth-child(2n) {
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work-list__items:nth-child(n+3) {
    margin-top: auto;
  }
  .work-list__items:nth-child(2n) {
    margin-left: auto;
  }
}
.work-list__items a {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work-list__items {
    margin: 0 auto;
  }
  .work-list__items + .work-list__items {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .work-list__items {
    margin: 0 auto;
  }
  .work-list__items + .work-list__items {
    margin-top: 30px;
  }
}

.work-list__slide-body {
  background: #fff;
  padding: 20px 0;
}

.work__slide-item.-list img {
  height: 200px;
  max-height: 100%;
}

/* ================================================
分割ファイル
================================================ */
/* ================================================
   main-privacy トップ画像
================================================ */
.main-privacyーfv__img img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* ================================================
   breadcrumb
================================================ */
.breadscrumb__inner {
  font-size: 18px;
  width: 1200px;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 0 40px;
}
.breadscrumb__inner a {
  text-decoration: none;
}

/* ================================================
   privacy
================================================ */
.privacy {
  padding-bottom: 100px;
}

.privacy__title {
  font-size: 40px;
  line-height: 1;
}

.privacy__text {
  margin-top: 50px;
}

.privacy__item-title {
  margin-top: 30px;
}

.privacy__item-text {
  margin-top: 10px;
}

.privacy__list {
  list-style: inside;
  margin-top: 20px;
}

.privacy__list-item + .privacy__list-item {
  margin-top: 10px;
}

/* ================================================
分割ファイル
================================================ */
/* ================================================
全体
================================================ */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*　アニメーション（スクロール時にフェードインさせる）　*/
.js-fade {
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.3s, visibility 0.5s, -webkit-transform 1s;
  transition: opacity 0.3s, visibility 0.5s, -webkit-transform 1s;
  transition: opacity 0.3s, visibility 0.5s, transform 1s;
  transition: opacity 0.3s, visibility 0.5s, transform 1s, -webkit-transform 1s;
}

.scroll {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* ================================================
左側のメニュー
================================================ */
.menu {
  background: #FFF;
  width: 20.8%;
  height: 100%;
  padding: 0 20px;
  position: fixed;
}

.menu__content {
  height: calc(100vh - 88px);
  padding-top: 20px;
  display: block;
  text-align: center;
  margin-top: -10%;
}

.menu__nav-item a {
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__nav-item a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  color: #F89E6B;
}
.menu__nav-item + .menu__nav-item {
  margin-top: 24px;
}

.menu__sns {
  display: inline-block;
  font-size: 18px;
  margin-top: 40px;
}

.menu__sns-comment.-drawer {
  color: #fff;
}

.menu__sns-icon {
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.menu__sns-icon.-drawer {
  color: #fff;
}
.menu__sns-icon:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  color: #F89E6B;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 767px) {
  .menu__sns-icon {
    font-size: 25px;
  }
}

/* ================================================
　ドロワーメニュー
================================================ */
/*ハンバーガーボタン*/
.header-fixed-wrap {
  z-index: 50;
  top: 0;
  right: 0;
  position: fixed;
}

.drawer-hamburger {
  width: 48px;
  height: 2px;
}

.hamburger {
  background-color: transparent;
  /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent;
  /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
}
.hamburger span {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #2B2B2B;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}

.drawer--right .drawer-hamburger {
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  visibility: collapse;
  opacity: 0;
}
@media (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.drawer-overlay {
  z-index: 42;
}

/* ハンバーガーメニュークリック後のスタイル */
.hamburger.active span {
  background: #fff;
}
.hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*ナビゲーションの中身*/
.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  max-width: 100%;
  height: 100vh;
  padding: 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  z-index: 41;
}
.header-nav.slide-in {
  width: auto;
}
@media (max-width: 767px) {
  .header-nav.slide-in {
    left: 0;
    bottom: 0;
  }
}
.header-nav.slide-in .header__inner {
  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__nav-list {
  padding: 0 20px;
  text-align: center;
}

.header__logo.-drawer {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}
.header__nav-item.-drawer a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-item.-drawer a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  color: #F89E6B;
}
.header__nav-item.-drawer + .header__nav-item.-drawer {
  margin-top: 24px;
}

/*ナビゲーションの背景*/
/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 40;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #2B2B2B;
  /*丸のスタート位置と形状*/
  -webkit-transform: scale(0);
          transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  -webkit-transform: scale(50);
          transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

/* ================================================
   fv
================================================ */
.main {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .main {
    width: 79.2%;
    margin-left: auto;
  }
}

.fv {
  position: relative;
}

.p-swiper__fv {
  overflow: hidden;
}

.fv__slide img {
  height: auto;
  width: 100%;
}

.fv__img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .fv__img {
    margin-left: auto;
  }
}

.fv__content {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .fv__content {
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    z-index: 10;
    padding: 20px;
  }
}

.fv__title {
  font-size: 40px;
  font-family: "Courgette", cursive;
  color: #000;
  line-height: 1;
}

.fv__text {
  margin-top: 10px;
  line-height: 2;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-next .fv__img,
.swiper-slide-active .fv__img,
.swiper-slide-prev .fv__img {
  -webkit-animation: zoomUp 15s linear 0s normal both;
          animation: zoomUp 15s linear 0s normal both;
}

/* ================================================
     service
  ================================================ */
.service {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .service {
    margin-top: 50px;
  }
}

.section__header {
  margin-bottom: 16px;
}

.section__title {
  font-size: 60px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  display: block;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 50px;
  }
}

.section__subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
  line-height: 1;
}

.service__content {
  margin-top: 5%;
}

.service__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) {
  .service__list {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 370px;
  }
}

.service__item {
  width: calc(33.3% - 47.3333333333px);
}
@media (max-width: 767px) {
  .service__item {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto;
  }
  .service__item + .service__item {
    margin-top: 30px;
  }
}

.service__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  text-align: center;
}
.service__item-img img {
  color: #bbb9b7;
}

.service__item-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.service__item-text {
  margin-top: 10px;
}

/* ================================================
   work
================================================ */
.work__content {
  position: relative;
  padding: 20px;
}
@media (max-width: 767px) {
  .work__content {
    padding: 20px 50px;
  }
}

.work__container {
  background: #fff;
  padding: 30px 0;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 8px #bbb9b7;
          box-shadow: 0px 4px 8px #bbb9b7;
}

.work__slide {
  position: relative;
}

.work__slide-item {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 4px 8px #bbb9b7;
          box-shadow: 0px 4px 8px #bbb9b7;
}
.work__slide-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .work__slide-item img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .work__slide-item {
    max-width: 400px;
    height: auto;
    margin: auto;
  }
}
.work__slide-item::before, .work__slide-item::after {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work__slide-item::before {
  content: "詳細を見る";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  z-index: 2;
}
.work__slide-item::after {
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.work__slide-item:hover::before, .work__slide-item:hover::after {
  opacity: 1;
}

.work__slide-tag.-wp p {
  background: #a029fb;
}
.work__slide-tag.-lp p {
  background: #ec6e64;
}
.work__slide-tag.-hp p {
  background: #3b58d6;
}
.work__slide-tag p {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  width: 80px;
  border-radius: 0 0 5px;
  font-family: "Lato", sans-serif;
}

.work__slide-body {
  padding-top: 10px;
  position: relative;
}
.work__slide-body:hover {
  opacity: 1;
}

.work__slide-text {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .work__slide-text {
    font-size: 14px;
  }
}

.swiper-pagination,
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  content: "";
}

.swiper-button-prev {
  left: -20px;
}
.swiper-button-prev::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 20px solid #000;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 15px;
  }
}

.swiper-button-next {
  right: -20px;
}
.swiper-button-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000;
  border-right: 0;
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 15px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #000;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

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

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

.work__button {
  margin-top: 80px;
  text-align: center;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  background: transparent;
  position: relative;
}

.work__button-inner {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.work__button-inner:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.work__button-inner a {
  text-decoration: none;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.work__button-inner a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
  color: #F89E6B;
  border-bottom: 1px solid #F89E6B;
}

.modal-slide-item {
  display: none;
  text-align: center;
  padding: 25%;
}
.modal-slide-item.is-show {
  display: block;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 80px);
  z-index: 61;
  background: #F8F4EF;
  border-radius: 10px;
}
.modal-content img {
  width: 100%;
}

.work__modal-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.work__modal-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.work__modal-content {
  padding: 20px;
  background: #F8F4EF;
  border-radius: 10px;
}

.work__modal-title {
  font-size: 20px;
}

.work__modal-descriprion {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-top: 5px;
  font-size: 12px;
  padding: 0 20px;
}

.work__modal-list {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 12px;
}

.work__modal-language,
.work__modal-basic,
.work__modal-url,
.work__modal-charge,
.work__modal-time,
.work__modal-date,
.work__modal-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.work__modal-language + .work__modal-language,
.work__modal-language + .work__modal-basic,
.work__modal-language + .work__modal-url,
.work__modal-language + .work__modal-charge,
.work__modal-language + .work__modal-time,
.work__modal-language + .work__modal-date,
.work__modal-language + .work__modal-comment,
.work__modal-basic + .work__modal-language,
.work__modal-basic + .work__modal-basic,
.work__modal-basic + .work__modal-url,
.work__modal-basic + .work__modal-charge,
.work__modal-basic + .work__modal-time,
.work__modal-basic + .work__modal-date,
.work__modal-basic + .work__modal-comment,
.work__modal-url + .work__modal-language,
.work__modal-url + .work__modal-basic,
.work__modal-url + .work__modal-url,
.work__modal-url + .work__modal-charge,
.work__modal-url + .work__modal-time,
.work__modal-url + .work__modal-date,
.work__modal-url + .work__modal-comment,
.work__modal-charge + .work__modal-language,
.work__modal-charge + .work__modal-basic,
.work__modal-charge + .work__modal-url,
.work__modal-charge + .work__modal-charge,
.work__modal-charge + .work__modal-time,
.work__modal-charge + .work__modal-date,
.work__modal-charge + .work__modal-comment,
.work__modal-time + .work__modal-language,
.work__modal-time + .work__modal-basic,
.work__modal-time + .work__modal-url,
.work__modal-time + .work__modal-charge,
.work__modal-time + .work__modal-time,
.work__modal-time + .work__modal-date,
.work__modal-time + .work__modal-comment,
.work__modal-date + .work__modal-language,
.work__modal-date + .work__modal-basic,
.work__modal-date + .work__modal-url,
.work__modal-date + .work__modal-charge,
.work__modal-date + .work__modal-time,
.work__modal-date + .work__modal-date,
.work__modal-date + .work__modal-comment,
.work__modal-comment + .work__modal-language,
.work__modal-comment + .work__modal-basic,
.work__modal-comment + .work__modal-url,
.work__modal-comment + .work__modal-charge,
.work__modal-comment + .work__modal-time,
.work__modal-comment + .work__modal-date,
.work__modal-comment + .work__modal-comment {
  margin-top: 5px;
}
.work__modal-language dd,
.work__modal-basic dd,
.work__modal-url dd,
.work__modal-charge dd,
.work__modal-time dd,
.work__modal-date dd,
.work__modal-comment dd {
  width: 120px;
}
.work__modal-language dt,
.work__modal-basic dt,
.work__modal-url dt,
.work__modal-charge dt,
.work__modal-time dt,
.work__modal-date dt,
.work__modal-comment dt {
  width: calc(100% - 20px);
  margin-left: 40px;
}
.work__modal-url a {
  color: blue;
  font-size: 16px;
}
.work__modal-comment dt {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .work__modal-comment dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__modal-comment dt img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__modal-comment dt {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__modal-comment dt .commnt-text {
    width: 100%;
    margin-left: 0;
  }
}

.comment-img {
  width: 40%;
}
.commnt-text {
  width: calc(60% - 10px);
}
@media (min-width: 768px) {
  .commnt-text {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .commnt-text {
    width: 100%;
  }
}
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 60;
}
/* ================================================
   word-flow
================================================ */
@media (max-width: 767px) {
  .work-flow {
    margin-top: 40px;
  }
}
.flow__content {
  margin-top: 5%;
  text-align: center;
}
.flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 767px) {
  .flow__list {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.flow__item {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 20px;
}
.flow__item:not(:first-child) {
  position: relative;
}
.flow__item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000;
  border-right: 0;
}
@media (max-width: 767px) {
  .flow__item {
    text-align: center;
    max-width: 500px;
  }
  .flow__item + .flow__item {
    margin-top: 40px;
  }
  .flow__item:not(:first-child)::after {
    top: -13%;
    right: 44%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #000;
    border-bottom: 0;
  }
}
.flow__item-img {
  text-align: center;
}
.flow__item-img img {
  color: #bbb9b7;
}
.flow__item-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}
.flow__item-text {
  margin-top: 10px;
}
/* ================================================
   about
================================================ */
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .about__content {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__content {
    display: block;
  }
}

.about__img {
  width: 300px;
  max-width: 100%;
  margin: auto;
}
.about__img img {
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .about__img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__img {
    margin: 0 auto;
  }
}

.about__body {
  width: calc(100% - 330px);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about__body {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__body {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}

.about__name {
  font-size: 18px;
}

.about__group {
  margin-top: 10px;
}

.about__skill {
  margin-top: 20px;
}

.about__skill-title {
  font-weight: 700;
  font-size: 25px;
}

.about__skill-text {
  margin-top: 10px;
}

/* ================================================
   contact
================================================ */
.contact__inner {
  text-align: center;
}
@media (max-width: 767px) {
  .contact__inner {
    padding: 40px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__inner {
    padding: 40px 16px;
  }
}

.contact__container {
  padding: 60px 216px 48px 216px;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .contact__container {
    padding: 45px 16px 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__container {
    padding: 45px 16px 35px;
  }
}
.contact__container .util-title {
  color: #fff;
  margin-bottom: 0;
}

.contact-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .contact-subtitle {
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-subtitle {
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    margin-top: 12px;
  }
}

.contact__body {
  padding: 60px 30px 150px;
  border-radius: 0 0 12px 12px;
  position: relative;
}
@media (max-width: 767px) {
  .contact__body {
    padding: 38px 12px 122px 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact__body {
    padding: 38px 12px 122px 12px;
  }
}

.contact-items {
  width: 100%;
}

.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) {
  .contact-item {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-item {
    display: block;
  }
}
.contact-item + .contact-item {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .contact-item + .contact-item {
    margin-top: 27px;
  }
}
.contact-item:last-child {
  display: block;
  margin-top: 25px;
}
.contact-item dt {
  line-height: 1.5;
  width: 270px;
  text-align: left;
  font-weight: 700;
  margin-right: 40px;
  overflow: hidden;
}
.contact-item dd {
  width: 100%;
}
.contact-item input[type=text],
.contact-item input[type=email],
.contact-item textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 17px;
}
.contact-item input[type=text],
.contact-item input[type=email] {
  height: 32px;
  border: none;
  border-bottom: 1px solid #d6b489;
  padding-left: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .contact-item input[type=text],
.contact-item input[type=email] {
    padding-left: 10px;
    font-size: 15px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-item input[type=text],
.contact-item input[type=email] {
    padding-left: 10px;
    font-size: 15px;
    margin-top: 12px;
  }
}
.contact-item input[type=text]:hover,
.contact-item input[type=email]:hover {
  border-bottom: 1px solid #d6b489;
  -webkit-box-shadow: 0px 4px 8px #d6b489;
          box-shadow: 0px 4px 8px #d6b489;
}
.contact-item input[type=text]:focus,
.contact-item input[type=email]:focus {
  background: #fff !important;
}
.contact-item textarea {
  height: 200px;
  margin-top: 10px;
  resize: vertical;
  border: 1px solid #d6b489;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
}
@media (max-width: 767px) {
  .contact-item textarea {
    height: 161px;
    margin-top: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-item textarea {
    height: 161px;
    margin-top: 11px;
  }
}
.contact-item textarea:hover {
  border: 1px solid #d6b489;
  -webkit-box-shadow: 0px 0px 8px #d6b489;
          box-shadow: 0px 0px 8px #d6b489;
}

.contact-item-title {
  line-height: 1.5;
}
.contact-item-title.-requir {
  position: relative;
}
.contact-item-title.-requir::after {
  position: absolute;
  content: "必須";
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 4px 8px;
  border-radius: 10px;
  right: -52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-item-title.-requir::after {
    font-size: 9px;
    line-height: 1;
    padding: 2px 10px;
    right: -63px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-item-title.-requir::after {
    font-size: 9px;
    line-height: 1;
    padding: 2px 10px;
    right: -63px;
  }
}

.contact-item-select {
  width: 178px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .contact-item-select {
    width: 100%;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-item-select {
    width: 100%;
    margin-top: 12px;
  }
}
.contact-item-select::before {
  position: absolute;
  content: "";
  top: 30%;
  right: 10%;
  width: 9px;
  height: 10px;
  border-style: solid;
  border: 2px solid;
  border-color: transparent transparent #d6b489 #d6b489;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .contact-item-select::before {
    right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-item-select::before {
    right: 5%;
  }
}
.contact-item-select select {
  height: 40px;
  width: 178px;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 6px 30px 6px 12px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  border: 1px solid #d6b489;
}
@media (max-width: 767px) {
  .contact-item-select select {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-item-select select {
    width: 100%;
  }
}
.contact-item-select select option {
  height: inherit;
}
.contact-item-select:hover {
  border: 1px solid #d6b489;
  -webkit-box-shadow: 0px 0px 8px #d6b489;
          box-shadow: 0px 0px 8px #d6b489;
}

.input.-internal-autofill-selected {
  background: #fff;
}

.contact-privacy-input {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-privacy-input + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.contact-privacy-input + span::before, .contact-privacy-input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-privacy-input + span::before {
  background: #fff;
  border: 1px solid #d6b489;
  display: block;
  height: 1.5em;
  left: 0;
  width: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-privacy-input + span::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1em;
}
.contact-privacy-input:hover + span::before {
  border: 1px solid #d6b489;
  -webkit-box-shadow: 0px 0px 6px #d6b489;
          box-shadow: 0px 0px 6px #d6b489;
}
.contact-privacy-input:active + span::before {
  background: #d6b489;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-privacy-input:checked + span::after {
  opacity: 1;
}

.contact-privacy-link {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  padding-left: 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-privacy-link {
    font-size: 16px;
  }
}

.contact-footer-submit {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
}
@media (max-width: 767px) {
  .contact-footer-submit {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-footer-submit {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 37px;
  }
}
.contact-footer-submit .util-link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  padding: 16px 50px;
  text-decoration: none;
  letter-spacing: 0.45px;
  background: #B2B2B2;
}
@media (max-width: 767px) {
  .contact-footer-submit .util-link {
    padding: 16px 36px;
    width: 163px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-footer-submit .util-link {
    padding: 16px 36px;
    width: 163px;
  }
}
.contact-footer-submit .util-link.-submit {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border: none;
}
.contact-footer-submit .util-link.-active {
  background: #F89E6B;
}

.contact-message {
  text-align: center;
  display: none;
  background: rgba(243, 243, 243, 0.3);
  padding: 44px 0px;
}

/* ================================================
   footer
================================================ */
.footer {
  padding: 30px 60px;
  background: #2B2B2B;
  margin-top: 230px;
}
@media (max-width: 767px) {
  .footer {
    display: block;
    padding: 60px 35px 57px 35px;
    margin-top: 100px;
  }
}

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

.footer-copyright {
  color: #fff;
  text-align: center;
}

/* ================================================
   totop
================================================ */
.to-top {
  max-width: 100%;
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
}
.to-top a {
  display: block;
}
@media (max-width: 767px) {
  .to-top {
    bottom: 13px;
    right: 16px;
  }
}
.to-top img {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.to-top img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  color: #F89E6B;
}
.to-top.is-show {
  opacity: 1;
}
.to-top.is-show:hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.8;
}