@charset "UTF-8";
body {
  font-family: "Oswald", "Noto Sans JP", "Righteous", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body .is-fixed {
  overflow: hidden;
}

/* ------------------------
// header
--------------------------*/
.header {
  width: 100%;
  background-color: rgba(69, 69, 69, 0.7);
  border-top: 5px solid #20b2aa;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.header .header__container {
  position: relative;
}
.header .header__container .header__main-contents {
  color: #fff;
  display: inline-block;
  padding: 2px 15px 5px 15px;
}
.header .header__container .header__main-contents .header__head-text {
  line-height: 1.5;
}
.header .header__container .header__main-contents .header__head-text .header__head-text-main {
  font-size: 25px;
  letter-spacing: 0.05em;
}
.header .header__container .header__main-contents .header__head-text .header__head-text-sub {
  font-size: 10px;
  opacity: 0.9;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.header .header__container .header__main-contents .menu__button {
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  border: none;
  color: transparent;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 15px;
}
.header .header__container .header__main-contents .is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header .scroll__button {
  height: 35px;
  width: 35px;
  background-color: #f5f5dc;
  border: 3px solid #454545;
  border-radius: 50%;
  position: fixed;
  bottom: 2%;
  right: 2%;
  text-align: center;
  display: none;
}
.header .scroll__button .scroll__button-text {
  font-size: 26px;
  color: #454545;
}
.header .scroll__button .scroll__button-text:hover {
  opacity: 0.5;
}
.header .scroll__button:hover {
  background-color: lightseagreen;
}

/* ------------------------
  //   ドロワーメニュー
------------------------- */
.js-drawer {
  height: calc(100vh - 64.5px);
  display: none;
  margin-top: 40px;
}
.js-drawer .js-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  padding: 6px 10px 6px 15px;
}
.js-drawer .js-drawer__menu-button-icon {
  width: 25px;
}
.js-drawer .js-drawer__menu-button-icon-path {
  fill: #fff;
}
.js-drawer .js-drawer__menu-button-text {
  width: 120px;
  font-size: 18px;
  padding-left: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.15em;
}
.js-drawer .js-drawer__menu-list + .js-drawer__menu-list {
  margin-top: 30px;
}
.js-drawer .js-drawer__menu-sub-container {
  margin-top: 30px;
  border-top: 0.5px solid #f5f5dc;
}
.js-drawer .js-drawer__menu-sub-text {
  color: #fff;
  font-size: 18px;
  width: 160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
  margin-top: 20px;
  opacity: 0.8;
}
.js-drawer .js-drawer__menu-sub-list {
  margin: 0 auto;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 20px 0;
}
.js-drawer .js-drawer__menu-sub-list .js-drawer__menu-sub-list-item {
  width: 50px;
  height: 50px;
}

/* --------------------------
// fv
-----------------------------*/
.fv {
  position: relative;
}
.fv img {
  max-width: 100%;
  height: auto;
}
.fv .fv-contents {
  position: absolute;
  top: 34%;
  left: 12%;
  color: #f5f5dc;
  padding: 5px;
  text-shadow: 1px 1px 5px black;
  border-radius: 10px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.fv .fv-contents .fv-heading {
  font-size: 16px;
}

/* -----------------------
// message セクション
------------------------ */
.message {
  padding: 100px 0;
}
.message .message__container {
  padding: 0 20px;
}
.message .message__container .message__img-main {
  border-radius: 0 50px 50px 0;
  -webkit-box-shadow: 1.5px 4px 7px #000;
          box-shadow: 1.5px 4px 7px #000;
}
.message .message__container .message__contents {
  text-align: center;
  margin-top: 20px;
}
.message .message__container .message__heading {
  padding: 10px;
}
.message .message__container .message__heading-main {
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #454545;
  color: #454545;
}
.message .message__container .message__heading-middle {
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 30px;
}
.message .message__container .message__heading-sub {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}

/* ----------------------
// service セクション
------------------------ */
.service {
  padding: 20px 0 80px 0;
  background-color: #f0f0f0;
}
.service .service__container {
  padding: 0 20px;
}
.service .service__container .service__contents {
  margin: 20px 0;
}
.service .service__container .service__heading {
  padding: 0 20px;
}
.service .service__container .service__heading .service__heading-main {
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #454545;
  color: #454545;
}
.service .service__container .service__heading .service__heading-middle {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.service .service__container .service__text-content {
  font-style: none;
}
.service .service__container .service__text-content .service__list {
  position: relative;
}
.service .service__container .service__text-content .service__item-img {
  -webkit-box-shadow: 0 2px 5px 0 #454545;
          box-shadow: 0 2px 5px 0 #454545;
}
.service .service__container .service__text-content .desktop {
  border-radius: 0 50px;
}
.service .service__container .service__text-content .service__item-heading {
  padding: 5px 15px;
  text-align: center;
}
.service .service__container .service__text-content .service__item-heading .service__item-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  border-bottom: 2px solid #20b2aa;
}
.service .service__container .service__text-content .service__item-heading .service__heading-text {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  display: block;
}
.service .service__container .service__text-content .discuss {
  border-radius: 0 50px;
}
.service .service__container .question {
  border-radius: 0 50px;
}
.service .service__container .service__item + .service__item {
  margin-top: 40px;
}

/* -------------------------
// work section
--------------------------- */
.work {
  padding: 60px 0 80px 0;
  background-color: #fff;
}
.work .work__container {
  padding: 0 20px;
}
.work .work__contents {
  text-align: center;
}
.work .work__contents .work__heading-main {
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #454545;
  color: #454545;
  margin: 0 auto;
}
.work .work__contents .work__heading-sub {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 15px;
}
.work .work__text-content {
  margin-top: 40px;
}
.work .work__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.work .work__list .work__item {
  padding: 30px 5px 10px 5px;
  border: 10px solid #f0f0f0;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
}
.work .work__list .work__item .work__item-num {
  background-color: rgba(69, 69, 69, 0.85);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 19px;
  position: absolute;
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.work .work__list .work__heading {
  margin-top: 10px;
  margin: 0 auto;
}
.work .work__list .work__heading .flow__item-image {
  display: block;
  text-align: center;
}
.work .work__list .work__heading .flow__item-image .work__img {
  height: 130px;
  max-width: 130px;
  border-radius: 50%;
  border: 5px solid #20b2aa;
}
.work .work__list .work__text-heading {
  margin-top: 15px;
  padding: 10px 15px;
}
.work .work__list .work__text-heading .work__heading-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.work .work__list .work__text-heading .work__heading-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.work .work__list .work__item + .work__item {
  margin-top: 40px;
}

/* ------------------------------
// gallery section
------------------------------ */
.gallery {
  padding: 60px 0 80px 0;
  background-color: #f0f0f0;
}
.gallery .gallery__container {
  padding: 0 20px;
}
.gallery .gallery__heading-main {
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0))) 1;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 1;
  color: #454545;
  margin-right: auto;
  padding-left: 10px;
}
.gallery .gallery__heading-sub {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 20px;
  margin-top: 10px;
  padding: 10px 20px;
}
.gallery .gallery__text-content {
  margin: 30px 0;
}
.gallery .gallery__item {
  margin: 0 auto;
}
.gallery .gallery__img {
  border-radius: 20px;
  border: 4px solid #20b2aa;
  width: 100%;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.gallery .gallery__img:hover {
  opacity: 0.8;
  scale: 1.1;
}
.gallery .gallery__item-sub {
  margin-top: 30px;
  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;
  padding: 7px 10px;
  border: 3px solid #454545;
  border-radius: 30px;
}
.gallery .gallery__item-text {
  background-color: yellow;
  border: 3px solid #454545;
  border-radius: 50%;
  padding: 3px 7px;
  color: #454545;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.gallery .gallery__item-text:hover {
  opacity: 0.7;
  background-color: rgba(32, 178, 170, 0.8);
}
.gallery .gallery__item + .gallery__item {
  margin-top: 60px;
}
.gallery .gallery__sub-content {
  padding: 5px 10px;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))) 1;
     border-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 1;
  font-size: 12px;
  letter-spacing: 0, 2em;
  line-height: 2;
  margin-left: auto;
}

/* ------------------------------
// about section
------------------------------- */
.about {
  padding: 80px 0;
  background-color: #fff;
}
.about .about__container {
  padding: 0 20px;
}
.about .about__container .about__contents {
  position: relative;
}
.about .about__container .about__heading-title {
  text-align: center;
}
.about .about__container .about__heading-title .about__heading-main {
  font-size: 45px;
  color: #454545;
  margin-bottom: 10px;
}
.about .about__container .about__heading-title .about__heading-text {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.about .about__container .about__image-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .about__container .about__image-contents .coffee {
  padding: 10px;
  -webkit-box-shadow: 1px 5px 5px #000;
          box-shadow: 1px 5px 5px #000;
}
.about .about__container .about__text {
  margin: 20px auto 0 auto;
}
.about .about__container .about__text-contents {
  margin: 40px auto;
  border-radius: 20px;
  border: 5px solid #f0f0f0;
  position: relative;
  padding: 10px;
}
.about .about__container .about__text-contents .about__heading-sub {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.1em;
  border-bottom: 2px solid rgba(32, 178, 170, 0.8);
}
.about .about__container .about__text-contents .about__heading-text {
  font-size: 14px;
  padding-top: 20px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.about .about__container .about__text-contents--hobby {
  margin: 30px auto;
  border-radius: 20px;
  border: 5px solid #f0f0f0;
  position: relative;
  padding: 10px;
}
.about .about__container .about__text-contents--hobby .about__heading-sub {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.1em;
  border-bottom: 2px solid rgba(32, 178, 170, 0.8);
}
.about .about__container .about__text-contents--hobby .about__heading-text {
  font-size: 15px;
  padding-top: 15px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

/* -----------------------------
// contact section
------------------------------ */
.contact {
  background-color: rgba(32, 178, 170, 0.9);
  padding: 40px 0;
}
.contact .contact__container {
  font-style: none;
  margin: 0 40px;
}
.contact .contact__contents {
  color: #fff;
}
.contact .contact__heading {
  margin-bottom: 20px;
}
.contact .contact__heading .contact__heading-main {
  font-size: 28px;
  letter-spacing: 0.1em;
  display: block;
}
.contact .contact__heading .contact__heading-sub {
  font-size: 12px;
  margin: 3px auto 10px auto;
  display: block;
}
.contact .contact__sub-text {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  padding: 5px;
}
.contact .contact__sub-list {
  margin: 0 auto;
  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;
  padding: 5px;
  gap: 25px;
}
.contact .contact__sub-list .contact__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 12px 5px 15px;
  border: 1px solid #fff;
  width: 150px;
  border-radius: 20px;
}
.contact .contact__sub-list .contact__menu-button-icon {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .contact__sub-list .contact__menu-button-icon-path {
  fill: #fff;
}
.contact .contact__sub-list .contact__menu-button-text {
  font-size: 18px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.15em;
}
.contact .contact__sub-list .contact__sub-list-item {
  width: 40px;
  height: 40px;
}

.footer {
  padding: 7px;
  text-align: center;
  font-family: "Noto sans JP", "San serif";
  font-size: 12px;
  background-color: #454545;
  color: #fff;
  letter-spacing: 0.1em;
}

/* --------------------
// scroll button
--------------------- */
/* -------------------------
// media "pc"
---------------------------*/
@media screen and (min-width: 1280px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    position: relative;
    border-top: none;
    border-left: 10px solid rgba(32, 178, 170, 0.9);
    border-right: 10px solid rgba(32, 178, 170, 0.9);
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding: 60px 0;
    background-color: rgba(69, 69, 69, 0.8);
  }
  .header .header__container {
    padding: 0 20px;
    position: sticky;
    top: 60px;
  }
  .header .header__container .header__main-contents {
    display: block;
    padding: 0;
    text-align: center;
  }
  .header .header__container .header__main-contents .menu__button {
    display: none;
  }
  .header .js-drawer {
    display: block;
  }
  .header .js-drawer .js-drawer__menu-list {
    border: 3px solid #fff;
    border-radius: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 5px 8px;
  }
  .header .js-drawer .js-drawer__menu-list:hover {
    background-color: #20b2aa;
  }
  .header .js-drawer .js-drawer__menu-list:hover .js-drawer__menu-button-icon-path {
    fill: #454545;
  }
  .header .js-drawer .js-drawer__menu-list:hover .js-drawer__menu-button-text {
    color: #454545;
  }
  .header .js-drawer .js-drawer__menu-list + .js-drawer__menu-list {
    margin-top: 35px;
  }
  .header .js-drawer .js-drawer__menu-sub-container {
    margin-top: 60px;
  }
  .header .js-drawer .js-drawer__menu-sub-container .js-drawer__menu-sub-list-item {
    width: 60px;
    height: 60px;
  }
  .fv {
    background-color: #f0f0f0;
  }
  .fv .fv-contents {
    top: 20%;
    left: 6%;
  }
  .fv .fv-contents .fv-heading {
    font-size: 40px;
    letter-spacing: 0.2em;
    line-height: 1.7;
    padding: 0px 10px 20px 15px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .fv .fv-contents .fv-heading .heading-main {
    border-bottom: 10px dotted #f5f5dc;
  }
  .fv .fv-contents .fv-heading .heading-sub {
    border-bottom: 10px dotted #f5f5dc;
  }
  .message .message__container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .message .message__container .message__img-main {
    width: 50%;
    height: 46%;
    margin-top: 80px;
  }
  .message .message__container .message__contents {
    width: 45%;
    margin-left: 40px;
    margin-top: 180px;
  }
  .message .message__container .message__contents .message__heading-main {
    margin-bottom: 50px;
    font-size: 50px;
  }
  .message .message__container .message__contents .message__heading-middle {
    line-height: 2;
    margin-bottom: 50px;
  }
  .message .message__container .message__contents .message__heading-sub {
    letter-spacing: 0.3em;
    line-height: 2;
    font-size: 18px;
  }
  .service {
    padding: 50px 0;
  }
  .service .service__container {
    padding: 0 60px;
    margin-top: 80px;
  }
  .service .service__container .service__contents {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .service .service__container .service__contents .service__heading-main {
    font-size: 55px;
    margin-bottom: 25px;
  }
  .service .service__container .service__contents .service__heading-middle {
    font-size: 25px;
  }
  .service .service__container .service__text-content {
    margin: 0 auto;
    padding: 0 40px;
  }
  .service .service__container .service__text-content .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .service .service__container .service__text-content .service__list .service__item {
    padding: 10px 15px;
    border: 8px solid rgba(69, 69, 69, 0.3);
    border-radius: 30px;
    margin: 0;
  }
  .service .service__container .service__text-content .service__list .service__item .service__item-heading {
    padding: 0;
  }
  .service .service__container .service__text-content .service__list .service__item .service__item-title {
    margin-top: 25px;
  }
  .service .service__container .service__text-content .service__list .service__item .service__heading-text {
    font-size: 15px;
  }
  .service .service__container .service__text-content .service__list .service__item + .service__item {
    margin: 0;
  }
  .work {
    padding: 80px 0;
  }
  .work .work__container {
    padding: 0 60px;
  }
  .work .work__container .work__contents {
    margin-bottom: 60px;
  }
  .work .work__container .work__contents .work__heading-main {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .work .work__container .work__contents .work__heading-sub {
    font-size: 20px;
  }
  .work .work__container .work__text-content {
    padding: 0 120px;
  }
  .work .work__container .work__text-content .work__list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 50px 30px;
  }
  .work .work__container .work__text-content .work__list .work__item {
    margin: 0;
    padding: 50px 10px 20px 10px;
    width: 100%;
    height: 100%;
  }
  .work .work__container .work__text-content .work__list .work__item .work__text-heading {
    margin-top: 40px;
  }
  .gallery {
    padding: 100px 0 120px 0;
  }
  .gallery .gallery__container {
    padding: 0 40px;
    width: 80%;
    margin: 0 auto;
  }
  .gallery .gallery__container .gallery__heading-main {
    font-size: 55px;
  }
  .gallery .gallery__container .gallery__heading-sub {
    font-size: 20px;
    line-height: 1.5;
  }
  .gallery .gallery__container .gallery__text-content {
    padding: 0 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .gallery .gallery__container .gallery__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    width: 80%;
    margin: 0 auto;
  }
  .gallery .gallery__container .gallery__list .gallery__item {
    margin-top: 0;
  }
  .gallery .gallery__container .gallery__list .gallery__item .gallery__item-sub {
    padding: 10px 30px;
  }
  .gallery .gallery__container .gallery__sub-content {
    text-align: right;
    font-size: 16px;
  }
  .about {
    padding: 100px 0;
  }
  .about .about__container {
    width: 80%;
    margin: 0 auto;
  }
  .about .about__container .about__heading {
    margin-bottom: 40px;
  }
  .about .about__container .about__heading .about__heading-main {
    font-size: 65px;
    letter-spacing: 0.15em;
  }
  .about .about__container .about__heading .about__heading-text {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .about .about__container .about__contents {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin: 0 auto;
  }
  .about .about__container .about__contents .about__image-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about__container .about__contents .about__text-contents {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
/* --------------------------
// media "tb"
---------------------------- */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv .fv-contents {
    position: absolute;
    top: 30%;
  }
  .fv .fv-contents .fv-heading {
    font-size: 40px;
  }
  .message .message__container {
    padding: 0 60px;
  }
  .service .service__desktop {
    width: 60%;
    margin-right: auto;
  }
  .service .service__fixed {
    width: 60%;
    margin-left: auto;
  }
  .service .service__question {
    width: 60%;
    margin-right: auto;
  }
  .work .work__item {
    width: 50%;
  }
  .work .work__item .work__heading {
    padding: 20px 10px;
  }
  .work .work__item .work__heading .flow__item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .work .work__item .work__heading .work__text-heading {
    margin-top: 40px;
  }
  .work .work__item .work__heading .work__text-heading .work__heading-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .work .work__item .work__heading .work__text-heading .work__heading-text {
    font-size: 16px;
  }
  .gallery {
    padding: 80px 0;
  }
  .gallery .gallery__container {
    padding: 0 60px;
  }
  .gallery .gallery__container .gallery__heading-main {
    font-size: 50px;
  }
  .gallery .gallery__container .gallery__heading-sub {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
  .gallery .gallery__container .gallery__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .gallery .gallery__container .gallery__list .gallery__item-sub {
    padding: 10px 20px;
  }
  .gallery .gallery__container .gallery__sub-content {
    text-align: right;
    font-size: 18px;
  }
  .about .about__container {
    padding: 0 80px;
  }
  .about .about__container .about__heading {
    margin-bottom: 40px;
  }
  .about .about__container .about__heading .about__heading-main {
    font-size: 60px;
    letter-spacing: 0.2em;
  }
  .about .about__container .about__heading .about__heading-text {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .about .about__container .about__text {
    margin: 50px 0 0 0;
  }
  .about .about__container .about__text .about__text-contents {
    width: 60%;
    margin: 0 auto 0 0;
  }
  .about .about__container .about__text .about__text-contents .about__heading-sub {
    font-size: 22px;
  }
  .about .about__container .about__text .about__text-contents .about__heading-text {
    font-size: 18px;
    padding: 20px 10px 5px 10px;
    letter-spacing: 0.2em;
  }
  .about .about__container .about__text .about__text-contents--hobby {
    width: 55%;
    margin: 30px 0 0 auto;
  }
  .about .about__container .about__text .about__text-contents--hobby .about__heading-sub {
    font-size: 22px;
  }
  .about .about__container .about__text .about__text-contents--hobby .about__heading-text {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  .contact {
    padding: 30px 0;
  }
  .contact .contact__container {
    padding: 0 60px;
  }
  .contact .contact__container .contact__heading {
    text-align: center;
  }
}