@charset "utf-8"; /* ==========================================
 共通
============================================*/
/**/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  width: 100%;
  height: 100%;
  padding-top: 60px;
}

input {
  border: none;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

/* ボタンだけに指定する場合は以下 */
input,
textarea[type="button"] {
  -webkit-appearance: none;
}

.pc-br {
  display: none;
}

.shadow {
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
}

@media (min-width: 992px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 105px;
  }
}

.section {
  margin-bottom: 15.6vw;
}

@media (min-width: 599px) {
  .section {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .section {
    margin-bottom: 100px;
  }
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

h2 {
  margin: 0px;
}

p {
  margin: 0px;
}

.logo {
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* コンテナー設定 */
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container--header {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.container--mv {
  padding-left: 60px;
  padding-right: 0px;
}

.container--concept {
  padding-left: 0px;
  padding-right: 0px;
}

.container--service {
  padding-right: 0px;
  padding-left: 0px;
}

.container--works {
  padding-top: 15.6vw;
  padding-bottom: 15.6vw;
  padding-right: 12.5vw;
  padding-left: 12.5vw;
  background-color: #f6f8f6;
}

.container--contact {
  padding: 15.6vw 10.6vw;
  background-image: url(../images/bg-content@2x.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin: 0 auto;
}

.container--footer {
  padding: 7.8vw 12.5vw 15.6vw;
  background-color: #f6f8f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container--mv-lower {
  padding-left: 0px;
  padding-right: 0px;
}

.container--profile {
  padding-left: 0px;
  padding-right: 0px;
}

.container--resume {
  padding: 7.8vw 5.5vw;
  background-color: #f6f8f7;
}

.container--collectionPc {
  padding-top: 0px;
  padding-bottom: 10vw;
  padding-right: 8vw;
  padding-left: 8vw;
}

.container--collectionSp {
  padding-top: 15.6vw;
  padding-bottom: 0px;
  padding-right: 8vw;
  padding-left: 8vw;
  background-color: #fff;
}

.container--design-pc {
  background-color: #f6f8f6;
  padding: 13.8vw 11.1vw;
}

.container--design-sp {
  padding: 13.8vw 11.1vw 0;
}

@media (min-width: 599px) {
  .container--mv {
    padding-left: 100px;
  }

  .container--works {
    padding: 50px;
  }

  .container--contact {
    padding: 50px;
  }

  .container--footer {
    padding: 50px;
  }

  .container--collectionSp {
    max-width: none;
    padding: 100px 150px 0px;
  }

  .container--collectionPc {
    padding: 0 100px 100px;
  }

  .container--design-pc {
    padding: 100px 150px;
  }

  .container--design-sp {
    padding: 100px 150px 0px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1500px;
    margin: 0 auto;
  }

  .container--header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
    max-width: none;
    transition: 0.7s;
  }

  .container-half {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo__link-small {
    width: 200px;
  }

  .container--mv {
    padding-right: 0px;
    max-width: 2000px;
    height: 100%;
    padding-left: 260px;
  }

  .container--concept {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    max-width: 1500px;
    margin: 0 auto;
  }

  .container--works {
    padding-right: 100px;
    padding: 100px;
    margin: 0 auto;
    max-width: none;
  }

  .container--contact {
    padding: 100px 270px;
    background-image: url(../images/bg-content.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: 0 auto;
    max-width: 1300px;
  }

  .container--footer {
    max-width: none;
    padding: 50px;
    margin-bottom: 0px;
    align-items: flex-end;
  }

  .container--resume {
    max-width: 740px;
    padding: 0;
    padding: 40px 50px;
  }
}

:root {
  --black: #333333;
  --green: #96ab6f;
}

.section__heading {
  color: var(--black);
  text-align: center;
  font-size: 8.8vw;
  padding-bottom: 6.7vw;
}

@media (min-width: 599px) {
  .section__heading {
    font-size: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section__heading {
    font-size: 60px;
  }

  .section__heading--concept {
    text-align: left;
    padding-left: 100px;
  }

  .section__heading--service::after {
    padding-left: 0px;
    padding-right: 10px;
  }
}

@media (min-width: 1299px) {
  .section__heading--concept {
    text-align: left;
  }
}

.section__heading:after {
  content: attr(data-jp);
  display: block;
  font-weight: normal;
  color: var(--black);
  font-size: 3.3vw;
  padding-top: 0.7em;
}

.section__heading--contact:after {
  text-align: center;
  color: #ffffff;
}

.section__heading--contact {
  text-align: center;
  color: #ffffff;
  padding-bottom: 5vw;
}

@media (min-width: 599px) {
  .section__heading:after {
    font-size: 14px;
    padding-top: 15px;
    padding-left: 10px;
  }

  .section__heading--contact:after {
    text-align: center;
    color: #ffffff;
  }

  .section__heading--works {
    text-align: center;
  }

  .section__heading--contact {
    text-align: center;
    color: #ffffff;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section__heading--service {
    text-align: right;
    padding-right: 100px;
  }
}

@media (min-width: 1399px) {
  .section__heading--service {
    text-align: right;
    padding-right: 70px;
  }

  .section__heading--concept::after {
    padding-left: 0.5em;
  }

  .section__heading--service::after {
    padding-right: 0.5em;
  }
}

/* logo */
.logo__link {
  display: block;
  max-width: 240px;
  margin: 0px;
}

.logo__link--footer {
  padding-bottom: 4vw;
}

@media (min-width: 992px) {
  .logo__link {
    max-width: 310px;
    transition: 0.7s;
    width: 310px;
  }

  .logo__link-small {
    width: 200px;
  }

  .logo__link--footer {
    padding-bottom: 30px;
    margin-right: auto;
  }
}

/* ==========================================
 コンテンツ：個別スタイル
============================================*/
/*-------------------------------------------------------------
  header
 -------------------------------------------------------------*/
.header {
  background-color: #ffffff;
  margin-bottom: 0px;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.header__nav--pc {
  display: none;
}

.header__scroll {
  display: block;
  opacity: 0.9;
  box-shadow: 0 2px 4px rgb(204 204 204 / 40%);
}

.header__hide {
  display: none;
}

@media (min-width: 992px) {
  .header__nav--pc {
    display: block;
  }

  .header__navItem:after {
    content: attr(data-jp);
    display: block;
    font-weight: normal;
    color: var(--black);
    font-size: 10px;
    padding-top: 5px;
    text-align: center;
  }

  /*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/
  .gnavi li a {
    /*線の基点とするためrelativeを指定*/
    position: relative;
  }

  .gnavi li a::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -25px;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background: #b6c2a7;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/
  }

  /*現在地とhoverの設定*/
  .gnavi li.current a::after,
  .gnavi li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
  }
}

/*-------------------------------------------------------------
  headNav
 -------------------------------------------------------------*/
.headNav.section {
  margin-bottom: 0;
}

.drawer-overlay {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.drawer-hamburger-icon {
  background-color: #333;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #333;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 16px;
  top: 5px;
}

.drawer-toggle__text {
  display: none;
}

.drawer--top.drawer-open .drawer-nav {
  top: 66px;
  transition: 0.6s;
}

.drawer-nav {
  background-color: #333;
  opacity: 90%;
}

.headNav__item {
  list-style: none;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #4f4d4d;
}

.headNav__item::nth-last-of-type {
  border: none;
}

.headNav__text {
  display: block;
  color: #fff;
  font-size: 4vw;
  padding: 6.25vw 4.1vw;
  position: relative;
}

.headNav__text::after {
  content: "";
  z-index: 100;
  display: block;
  width: calc(9 / 375 * 100 * 1vw);
  height: calc(18 / 375 * 100 * 1vw);
  background: url(../images/icon-arrow.png) no-repeat;
  background-size: contain;
  max-width: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(10 / 375 * 100 * 1vw);
  transition: 0.3s;
}

@media (min-width: 599px) {
  .drawer--top.drawer-open .drawer-hamburger {
    right: 4px;
    top: 3px;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 65px;
  }

  .headNav__text {
    padding: 25px 15px;
    font-size: 16px;
  }

  .headNav__text::after {
    max-width: 9px;
    top: auto;
  }
}

@media (min-width: 767px) {
  .drawer--top.drawer-open .drawer-nav {
    top: 65px;
  }
}

@media (min-width: 992px) {
  .headNav {
    display: none;
  }

  .header__nav--pc {
    display: block;
  }

  .header__navItems {
    display: flex;
    gap: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  .header__navItem--btn:nth-of-type(2) {
    margin-right: 0px;
  }

  .headnav__text {
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
  }
}

/*-------------------------------------------------------------
mv
 -------------------------------------------------------------*/
.mv__mvBg {
  height: 100%;
}

.mv__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center top;
}

.mv__txtWrap {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

.mv__heading {
  font-size: 9.2vw;
  line-height: 1.3em;
  padding-bottom: 2.35vw;
}

.mv__txt {
  font-size: 2.7vw;
  font-weight: normal;
  line-height: 4.3vw;
  padding-left: 7px;
  color: #666;
}

.scroll {
  display: none;
}

@media (min-width: 599px) {
  .mv__txtWrap {
    left: 3%;
  }

  .mv__heading {
    font-size: 60px;
    line-height: 1.2em;
  }

  .mv__txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
  }
}

@media (min-width: 699px) {
  .mv__txtWrap {
    left: 3%;
  }

  .mv__heading {
    font-size: 40px;
    line-height: 1.4em;
    padding-bottom: 10px;
  }

  .mv__txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
  }

  .mv-br {
    display: none;
  }
}

@media (min-width: 992px) {
  .mv__txtWrap {
    left: 9%;
  }

  .mv__txtWrap {
    top: 45%;
  }

  .mv__heading {
    font-size: 60px;
    line-height: 80px;
  }

  .mv__txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
  }

  .scroll {
    display: inline-block;
    position: relative;
    top: -130px;
    left: 95%;
  }

  .scroll:hover {
    opacity: 0.7;
  }

  .scroll__img {
    width: 25px;
  }
}

@media (min-width: 992px) {
  .mv {
    height: calc(100vh - 105px);
  }
}

/*-------------------------------------------------------------
 concept
 -------------------------------------------------------------*/
.concept__pic {
  padding-right: 9.3vw;
  padding-bottom: 4.5vw;
}

.concept__txt {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.concept__heading {
  color: var(--green);
  font-size: 5vw;
  line-height: 1.8em;
  font-weight: 0em;
  margin: 0;
}

.concept__description {
  color: var(--black);
  text-align: left;
  font-size: 4.3vw;
  line-height: 2.1em;
}

@media (min-width: 599px) {
  .concept__wrap {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .concept__heading {
    text-align: center;
  }

  .concept__pic {
    padding-right: 50px;
    padding-bottom: 0;
    align-self: baseline;
    padding-bottom: -2px;
  }

  .concept__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .concept__heading {
    font-size: 25px;
    padding: 0;
    padding-bottom: 10px;
    line-height: 2em;
  }

  .concept__description {
    font-size: 16px;
    padding: 0;
    padding: 0px 60px;
    line-height: 2.7em;
  }
}

@media (min-width: 992px) {
  .concept__wrap {
    gap: 50px;
    flex-direction: row;
    align-items: flex-end;
  }

  .concept__txt {
    display: block;
    align-self: center;
    max-width: 420px;
  }

  .concept__pic {
    padding: 0;
    padding-bottom: 0;
    padding-bottom: -2px;
  }

  .concept__pic img {
    margin: 0;
  }

  .concept__heading {
    padding-bottom: 10px;
    padding-left: -48px;
    text-align: left;
    line-height: 11px;
    line-height: 47px;
  }

  .concept__description {
    white-space: norwrap;
    padding: 0;
    width: 420px;
    font-size: 14px;
    line-height: 37px;
  }
}

@media (min-width: 1299px) {
  .concept__wrap {
    flex-direction: row;
    gap: 70px;
  }

  .concept__txt {
    max-width: none;
    margin: 0;
    align-self: center;
  }
}

/*-------------------------------------------------------------
 service
 -------------------------------------------------------------*/
.service__br--pc {
  display: none;
}

.service__pic {
  padding-bottom: 6.2vw;
  padding-left: 18.7vw;
}

.service__pic--type01 {
  padding-left: 0px;
  padding-right: 18.7vw;
}

.service__wrap {
  padding-bottom: 15.6vw;
}

.service__wrap:last-of-type {
  padding-bottom: 0px;
  padding-bottom: 0;
}

.service__icon {
  padding-bottom: 4.25vw;
  margin: auto;
}

.service__txt {
  text-align: center;
  margin: 0 auto;
  display: grid;
  -moz-: Firefox;
  grid-template-areas: "img txt" "img sub";
  justify-content: center;
  align-items: end;
  text-align: start;
  grid-gap: 0.3em;
  font-size: 6.1vw;
}

.service__txt:after {
  content: attr(data-jp);
  display: block;
  font-weight: normal;
  color: var(--black);
  font-size: 3.3vw;
  padding-top: 1em;
  grid-area: sub;
  align-self: start;
  padding-left: 0vw;
  padding: 0;
  padding-left: 1vw;
}

.service__txt--design {
  color: #707875;
  position: startstatic;
}

.service__txt::before {
  content: "";
  display: inline-block;
  position: static;
  background-repeat: no-repeat;
  width: 18.75vw;
  height: 18.75vw;
  background-position: center;
  border-radius: 50%;
}

.service__txt--design::before {
  background: #e1efeb url(../images/pic-pen.png);
  background-repeat: no-repeat;
  background-size: 5.9vw 7.5vw;
  background-position: center;
  grid-area: img;
}

.service__txt--coding {
  color: #68706d;
}

.service__txt--design:after {
  color: #68706d;
  align-self: start;
  text-align: left;
}

.service__txt--coding:after {
  color: #68706d;
  padding-left: 2vw;
  padding-left: 3vw;
  padding-left: 1.1vw;
}

.service__txt--coding::before {
  content: "";
  display: inline-block;
  background: #e8f1f6 url(../images/pic-editor.png);
  background-repeat: no-repeat;
  background-size: 7.18vw;
  background-position: center;
  border-radius: 50%;
  grid-area: img;
}

.service__txt--programing {
  color: #666260;
  padding: 0;
}

.service__txt--programing:after {
  color: #666260;
}

.service__txt--programing::before {
  content: "";
  display: inline-block;
  background: #f1e7e0 url(../images/pic-robot.png);
  background-repeat: no-repeat;
  background-size: 10vw 8.75vw;
  background-position: center;
  border-radius: 50%;
  grid-area: img;
}

.service__icon--type01 {
  margin-left: auto;
}

.service__description {
  color: var(--black);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 4.3vw;
  line-height: 2.1em;
}

@media (min-width: 599px) {
  .service__br--sp {
    display: none;
  }

  .service__br--pc {
    display: block;
  }

  .service__txtWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service__wrap {
    padding-bottom: 50px;
  }

  .service__txt {
    font-size: 40px;
    gap: 10px;
  }

  .service__pic {
    padding-bottom: 0px;
    order: 1;
    padding-left: 80px;
    padding-bottom: 30px;
  }

  .service__pic--type01 {
    padding-left: 0px;
  }

  .service__txt::before {
    width: 80px;
    height: 80px;
  }

  .service__txt--design::before {
    background-size: 25px;
    left: 176px;
    top: -18px;
  }

  .service__txt::after {
    font-size: 12px;
  }

  .service__txt--coding::before {
    top: -17px;
    background-size: 35px;
    left: 175px;
  }

  .service__txt--coding:after {
    color: #68706d;
  }

  .service__txt--programing::before {
    background-size: 41px;
    top: -3vw;
    left: 25vw;
  }

  .service__img {
    margin-right: 0;
  }

  .service__icon {
    padding-bottom: 20px;
  }

  .service__icon--type01 {
    margin-right: 0 auto;
  }

  .service__description {
    font-size: 16px;
    padding: 0px 100px;
    line-height: 2.8em;
  }

  .service__description--type01 {
    padding: 0;
    padding-left: 12.5vw;
    font-size: 16px;
  }

  .service__description--type01 {
    padding-left: 0px;
    text-align: right;
  }
}

@media (min-width: 697px) {
  .service__txt--design::before {
    background-size: 25px;
  }

  .service__txt--coding::before {
    top: -17px;
    background-size: 35px;
    left: 225px;
  }

  .service__txt--programing::before {
    left: 28vw;
  }

  .service__txt--programing::after {
    padding-left: -18px;
  }

  .service__pic--type01 img {
    margin: 0;
  }
}

@media (min-width: 799px) {
  .service__pic {
    display: flex;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }

  .service__txtWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service__txt::before {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .service__pic--type01 img {
    margin: 0;
  }

  .service__description {
    padding: 0;
    max-width: 400px;
    font-size: 12px;
    padding-left: 0px;
    line-height: 37px;
  }

  .service__txtWrap {
    display: flex;
    align-items: flex-start;
    margin-top: -22px;
    justify-content: center;
  }

  .service__pic {
    max-width: 680px;
  }

  .service__icon {
    margin: 0;
    padding-bottom: 10px;
  }

  .service__txt::after {
    text-align: left;
    padding-left: 9px;
  }

  .service__wrap {
    display: flex;
    padding-bottom: 100px;
    justify-content: space-evenly;
  }

  .service__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }

  .service__pic {
    max-width: 630px;
    width: 51%;
    order: 0;
    padding-left: 0;
  }

  .service__pic--type01 {
    padding: 0px;
  }
}

@media (min-width: 1299px) {
  .service__wrap {
    justify-content: flex-start;
    padding-bottom: 100px;
    gap: 70px;
  }

  .service__wrap:last-of-type {
    padding-bottom: 0px;
  }

  .service__description {
    max-width: none;
    white-space: nowrap;
    padding: 0;
  }

  .service__txt::before {
    width: 137px;
    height: 137px;
  }

  .service__txt--design::before {
    background-size: 38px;
  }

  .service__txt--coding::before {
    background-size: 48px;
  }

  .service__txt--programing::before {
    background-size: 63px;
  }

  .service__txt::after {
    text-align: left;
    padding-left: 0.5em;
  }

  .service__txt--programing::after {
    padding-right: 0.5em;
  }

  .service__icon {
    margin: 0;
    margin-top: -30px;
    align-self: baseline;
  }

  .service__txt {
    font-size: 40px;
    text-align: center;
    padding: 0;
  }

  .service__pic {
    max-width: initial;
  }

  .service__description {
    font-size: 16px;
    line-height: 37px;
  }
}

/*-------------------------------------------------------------
 works
 -------------------------------------------------------------*/
.works {
  margin-bottom: 0px;
}

.works__items {
  display: flex;
  flex-direction: column;
  gap: 7.8vw;
}

.works__mask-wrap {
  overflow: hidden;
  position: relative;
}

.works__mask {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.5);
  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.works__caption {
  color: #fff;
}

.works__heading {
  margin: 0;
  font-size: inherit;
  padding-bottom: 7.1vw;
  flex-direction: column;
}

.works__heading--small {
  font-size: 4vw;
}

.works__heading::after {
  content: attr(data-jp);
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 2.6vw;
  padding-top: 0.5em;
  text-align: center;
}

.works_heading-small {
  font-size: 1.6vw;
  padding-top: 0.2em;
}

.works__caption-btn {
  display: block;
  border: 1px solid #ffff;
  font-size: 3.5vw;
  font-weight: bold;
  border-radius: 3em;
  padding: 1.7vw 0;
  width: 27vw;
  margin: auto;
}

.works__link:hover .works__mask {
  opacity: 1;
  /* マスクを表示する */
}

.works_txt {
  text-align: center;
  font-size: 3.75vw;
  padding-top: 5.5vw;
}

@media (min-width: 599px) {
  .works__items {
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
    flex-direction: row;
  }

  .works__item {
    padding-bottom: 0px;
    max-width: 350px;
    width: 80%;
  }

  .works__item:last-child {
    padding-bottom: 0px;
  }

  .works__heading {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .works__heading--small {
    font-size: 16px;
  }

  .works__heading::after {
    font-size: 10px;
  }

  .works_heading-small {
    font-size: 10px;
  }

  .works__caption-btn {
    font-size: 11px;
    padding: 7px 0;
    width: 120px;
    margin: auto;
  }

  .works_txt {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .works__item {
    max-width: 590px;
    width: 27%;
  }

  .works_txt {
    padding-top: 25px;
    font-size: 14px;
  }
}

@media (min-width: 1299px) {
  .works {
    margin-bottom: 100px;
  }
}

/*-------------------------------------------------------------
 contact
 -------------------------------------------------------------*/
.contact {
  margin: 0;
  color: #fff;
}

.contact__description {
  text-align: center;
  color: #ffffff;
  padding-bottom: 3.25vw;
  font-size: 3.1vw;
  white-space: nowrap;
  line-height: 2.1em;
}

.contact__phone {
  display: grid;
  grid-template-areas: "img phone";
  align-items: center;
  justify-items: center;
  font-size: 5.5vw;
  gap: 1.5vw;
  font-weight: bold;
  padding-bottom: 1.7vw;
}

.contact__phone::before {
  content: "";
  display: inline-block;
  width: 6.25vw;
  height: 6.25vw;
  background-image: url(../images/pic-phone.png);
  padding-top: -2vw;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  grid-area: img;
}

.contact__business-hours {
  font-size: 2.3vw;
  text-align: center;
}

.contact__contact-form {
  display: inline-block;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  border-radius: 5em;
  transition: 0.3s ease;
}

.contact__addressWrap {
  position: relative;
}

.contact__btn {
  color: white;
  display: block;
  font-weight: bold;
  padding: 4.5vw 15vw;
  transition: 0.3s ease;
}

.contact__contact-form:hover {
  background: rgba(255, 255, 255, 1);
}

.contact__btn:hover {
  color: #000;
}

.contact__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.9vw;
}

.contact__open-hour {
  padding: top;
  padding-bottom: 7.8vw;
}

@media (min-width: 599px) {
  .contact__phone {
    font-size: 35px;
    font-weight: bold;
    gap: 10px;
  }

  .contact__description {
    font-size: 16px;
    line-height: 2.1em;
    padding-bottom: 30px;
  }

  .contact__btn {
    color: white;
    font-size: 18px;
    padding: 18px 75px;
  }

  .pc-br--sp {
    display: block;
  }
}

@media (min-width: 697px) {
  .contact__phone::before {
    width: 30px;
    height: 30px;
  }

  .contact__main {
    gap: 40px;
  }
}

@media (min-width: 992px) {
  .contact__description {
    font-size: 16px;
    line-height: 34px;
    padding-bottom: 15px;
  }

  .contact__phone {
    padding-bottom: 10px;
  }

  .contact__phone::before {
    width: 30px;
    grid-area: img;
  }

  .contact__main {
    display: flex;
  }

  .contact__open-hour {
    padding-bottom: 0px;
  }

  .contact__business-hours {
    font-size: 14px;
  }

  .contact__main {
    gap: 50px;
  }
}

@media (min-width: 1299px) {
  .contact {
    margin-bottom: 100px;
  }
}

/*-------------------------------------------------------------
 footer
 -------------------------------------------------------------*/
.footer__description {
  color: #333;
  font-size: 3vw;
  padding-bottom: 30px;
  white-space: nowrap;
}

.footer__address {
  padding-bottom: 1vw;
}

.footer__phone-num {
  padding-bottom: 1vw;
}

.footer__nav {
  padding-bottom: 9.7vw;
  font-weight: bold;
  font-size: 3.3vw;
}

.footer__navItems {
  display: flex;
  font-size: 3.3vw;
  gap: 6.9vw;
}

.footer__cp {
  font-size: 10px;
}

@media (min-width: 599px) {
  .footer__navItems {
    font-size: 16px;
  }

  .footer__nav {
    padding-bottom: 40px;
  }

  .footer__description {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .footer__navItems {
    gap: 50px;
  }

  .footer__nav {
    padding-bottom: 0;
    font-size: 18px;
    margin-left: auto;
  }

  .footer__description {
    margin-right: auto;
    padding-bottom: 50px;
  }

  .footer__address {
    padding-bottom: 10px;
  }

  .footer__cp {
    font-size: 10px;
  }
}

/*-------------------------------------------------------------
page top
-------------------------------------------------------------*/
.page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active_scroll {
  opacity: 0.7;
  visibility: visible;
}

.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  font-size: 25px;
  color: #333;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*-------------------------------------------------------------
パンクズ
-------------------------------------------------------------*/
.breadcrumbs {
  max-width: 1500px;
  margin: auto;
  display: flex;
  font-size: 2.7vw;
  padding-left: 4.1vw;
  padding-bottom: 6.3vw;
}

.breadcrumbs__items {
  display: flex;
}

.breadcrumbs__item::after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  /*左右に余白*/
}

.breadcrumbs__item a {
  color: #447807;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

@media (min-width: 599px) {
  .breadcrumbs {
    font-size: 12px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .profile__items {
    font-size: 16px;
  }

  .breadcrumbs {
    font-size: 10px;
    padding-left: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1299px) {
  .breadcrumbs {
    padding-left: 150px;
  }
}

/*-------------------------------------------------------------
下層共通
-------------------------------------------------------------*/
.section__heading-lower {
  color: var(--black);
  font-size: 5.1vw;
  text-align: center;
  margin: 0;
}

/*-------------------------------------------------------------
mv-lower
-------------------------------------------------------------*/
.mv-lower {
  margin-bottom: 4.1vw;
}

.mv-lower__txtWrap {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.mv-lower__heading {
  font-size: 2.7vw;
}

.section__heading-lower--contact-form {
  padding-bottom: 3.1vw;
}

.mv-lower__heading::before {
  color: #fff;
  /*文字色*/
  padding-bottom: 2.7vw;
  font-size: 8.3vw;
  /*2倍サイズ*/
  display: block;
  /*改行するように*/
}

.mv-lower__heading--about::before {
  content: "About";
}

.mv-lower__heading--contact::before {
  content: "Contact";
}

.mv-lower__heading--works::before {
  content: "Works";
}

@media (min-width: 599px) {
  .mv-lower {
    margin-bottom: 20px;
  }

  .section__heading-lower--collection::after {
    font-size: 14px;
    width: 170px;
    padding: 10px 0;
    margin-top: 20px;
  }
}

@media (min-width: 699px) {
  .mv-lowert {
    font-size: 16px;
  }

  .mv-lower__heading::before {
    font-size: 40px;
    padding-bottom: 6px;
  }
}

@media (min-width: 992px) {
  .mv-lower {
    margin-bottom: 30px;
  }

  .mv-lower__img {
    width: 100%;
  }

  .mv-lower__heading {
    font-size: 16px;
  }

  .section__heading-lower {
    font-size: 40px;
    /* padding-bottom: 30px; */
  }
}

/*-------------------------------------------------------------
profile
-------------------------------------------------------------*/
.concept__txt {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.concept__heading {
  color: var(--green);
  font-size: 5vw;
  line-height: 1.6em;
  font-weight: 0em;
  margin: 0;
  padding-bottom: 2.25vw;
}

.concept__description {
  color: var(--black);
  text-align: left;
  font-size: 4vw;
  line-height: 2.1em;
}

@media (min-width: 599px) {
  .concept__wrap {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .concept__heading {
    text-align: center;
  }

  .concept__pic {
    padding-right: 50px;
    padding-bottom: 0;
    align-self: baseline;
    padding-bottom: -2px;
  }

  .concept__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .concept__heading {
    font-size: 25px;
    padding: 0;
    padding-bottom: 10px;
    line-height: 2em;
  }

  .concept__description {
    font-size: 16px;
    padding: 0;
    padding: 0px 60px;
    line-height: 2.7em;
  }
}

@media (min-width: 992px) {
  .concept__wrap {
    gap: 50px;
    flex-direction: row;
    align-items: flex-end;
  }

  .concept__txt {
    display: block;
    align-self: center;
    max-width: 420px;
  }

  .concept__pic {
    padding: 0;
    padding-bottom: 0;
    padding-bottom: -2px;
  }

  .concept__pic img {
    margin: 0;
  }

  .concept__heading {
    padding-bottom: 10px;
    padding-left: -48px;
    text-align: left;
    line-height: 11px;
    line-height: 41px;
  }

  .concept__description {
    white-space: norwrap;
    padding: 0;
    width: 420px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 37px;
  }
}

@media (min-width: 1299px) {
  .concept__wrap {
    flex-direction: row;
    gap: 70px;
  }

  .concept__txt {
    max-width: none;
    margin: 0;
    align-self: center;
  }
}

/*-------------------------------------------------------------
about
-------------------------------------------------------------*/
.resume {
  margin-bottom: 0;
}

.resume__wrap {
  background-color: #fff;
  text-align: center;
  padding: 6.9vw 0;
}

.resume__heading {
  font-size: 3.8vw;
  padding-bottom: 2.7vw;
}

.resume__txtWrap {
  font-size: 2.9vw;
  line-height: 1.7em;
}

.profile__pic {
  padding-right: 9.3vw;
  padding-bottom: 5.5vw;
  max-width: 680px;
  align-self: baseline;
}

.section__heading-lower--profile {
  padding-bottom: 4.1vw;
}

.profile__description {
  text-align: left;
  font-size: 3.5vw;
  line-height: 2.2em;
  padding: 0 15px 5.5vw 15px;
  color: var(--black);
}

.profile__items {
  display: flex;
  flex-direction: column;
  font-size: 3.5vw;
  padding-left: 4.1vw;
  padding-right: 7.5vw;
}

.profile__item {
  display: grid;
  grid-template-columns: 5em auto;
  line-height: 1.5em;
  font-weight: bold;
  padding: 3.45vw 0;
  border-bottom: 1px dotted #ccc;
}

.profile__item:last-child {
  border-bottom: none;
}

.profile__item:first-child {
  padding-top: 0;
}

.profile__contens {
  font-weight: normal;
  line-height: -0.5em;
}

.profile__wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 699px) {
  .mv-lower__heading--about {
    font-size: 16px;
  }

  .mv-lower__heading--about::before {
    font-size: 40px;
    padding-bottom: 6px;
  }

  .profile__description {
    font-size: 13px;
    text-align: center;
    line-height: 2.5em;
    padding: 0 0 50px 0;
    margin-top: -20px;
  }

  .profile__items {
    font-size: 16px;
  }

  .resume__heading {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .resume__txtWrap {
    font-size: 14px;
    line-height: 1.7em;
  }
}

@media (min-width: 992px) {
  .profile__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .profile__pic {
    padding: 0;
    max-width: 650px;
    width: 50%;
  }

  .profile__items {
    font-size: 11px;
    padding: 0;
    align-self: center;
  }

  .profile__item {
    padding: 25px 0;
  }

  .resume {
    margin-bottom: 100px;
  }
}

@media (min-width: 1299px) {
  .profile__wrap {
    justify-content: inherit;
    gap: 100px;
  }

  .profile__description {
    font-size: 16px;
  }

  .profile__items {
    font-size: 16px;
  }

  .resume__wrap {
    padding: 40px 0px;
  }
}

/*-------------------------------------------------------------
contact
-------------------------------------------------------------*/
.contact-form__txt {
  text-align: center;
  padding-bottom: 6.9vw;
}

.contact-form__description {
  font-size: 3.2vw;
  line-height: 2.1em;
}

.Form__wrap {
  display: flex;
  padding-bottom: 8.3vw;
  flex-direction: column;
  gap: 4.1vw;
}

.Form-Item {
  width: 100%;
  align-items: center;
}

.Form-Item-Label {
  display: flex;
  align-items: center;
  font-size: 3.3vw;
  gap: 2.7vw;
  padding-bottom: 2.7vw;
}

.Form-Item-Label.isMsg {
  margin-top: 0;
}

.Form-Item-Label-Required {
  display: inline-block;
  text-align: center;
  background: #485e83;
  color: #fff;
  border-radius: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 8.8vw;
  font-size: 2.7vw;
}

.Form-Item-Input {
  height: 40px;
  font-size: 2.7vw;
  border: 1px solid #ddd;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}

.Form-Item-Textarea {
  height: 200px;
  font-size: 2.7vw;
  border: 1px solid #ddd;
  width: 100%;
  padding: 1em;
}

.Form-Btn {
  border-radius: 69px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.1vw;
  padding-bottom: 4.1vw;
  width: 51vw;
  display: block;
  letter-spacing: 0.05em;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 4.4vw;
}

@media (min-width: 599px) {
  .section__heading-lower {
    font-size: 20px;
    /* padding-bottom: 20px; */
  }

  .contact-form__description {
    font-size: 16px;
  }

  .Form-Item-Label-Required {
    font-size: 10px;
    width: 40px;
  }

  .Form-Item-Label {
    gap: 20px;
    font-size: 16px;
  }

  .Form-Item-Input {
    font-size: 16px;
  }

  .Form-Item-Textarea {
    font-size: 16px;
  }

  .Form-Btn {
    width: 220px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .Form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Form-Item {
    display: grid;
    grid-template-columns: 12em auto;
  }

  .Form-Item-Label-Required {
    font-size: 10px;
    width: 40px;
  }

  .Form-Item-Label {
    gap: 20px;
    padding: 0px;
  }

  .Form-Item-Input {
    font-size: 16px;
    width: 600px;
  }

  .Form-Item-Textarea {
    width: 600px;
  }

  .contact-form__txt {
    padding-bottom: 50px;
  }

  .Form__wrap {
    padding-bottom: 60px;
    padding-right: 0;
    gap: 40px;
  }
}

.works-lower-bg {
  background-color: #f6f8f6;
}

/*-------------------------------------------------------------
works & works下層共通
-------------------------------------------------------------*/
.works-icon {
  text-align: center;
  font-size: 1.9vw;
  font-weight: normal;
  margin: auto;
  width: 26vw;
  border-radius: 30px;
  padding: 0.5em;
  margin-bottom: 5.3vw;
}

.works-icon--pc {
  background: #fff;
}

.works-icon--sacd {
  background: #fff;
  width: 140px;
}

.works-icon--sp {
  background: #f6f8f6;
}

.works-title {
  font-size: 3.2vw;
  font-weight: normal;
}

.works-title--large {
  font-weight: bold;
  font-size: 3.7vw;
}

@media (min-width: 599px) {
  .works-icon {
    margin-bottom: 40px;
    width: 200px;
  }

  .works-title {
    font-size: 14px;
  }

  .works-title--large {
    font-size: 17px;
  }
}

/*-------------------------------------------------------------
works
-------------------------------------------------------------*/
.collection__pcWrap {
  text-align: center;
  background: white;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  border-radius: 999vh;
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.collection_headingSmall {
  font-weight: normal;
  font-size: 2.7vw;
}

.collection__pc-items {
  display: flex;
  gap: 6.9vw;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.collection__pc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection__mask-wrap {
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
  aspect-ratio: 350/300;
}

.collection__mask {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.5);
  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.collection__caption {
  color: #fff;
}

.collection__heading {
  margin: 0;
  font-size: 4.2vw;
  padding-bottom: 2.1vw;
  flex-direction: column;
}

.collection__heading--small {
  font-size: 4vw;
}

.collection__heading::after {
  content: attr(data-jp);
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 3.7vw;
  padding-top: 0.5em;
  text-align: center;
}

.works_heading-small {
  font-size: 1.6vw;
  padding-top: 0.2em;
}

.collection__caption-btn {
  display: block;
  border: 1px solid #ffff;
  font-size: 3.7vw;
  font-weight: bold;
  border-radius: 3em;
  padding: 0.7vw 0;
  width: 18vw;
  margin: auto;
}

.collection__link:hover .collection__mask {
  opacity: 1;
  /* マスクを表示する */
}

.collection__sp-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6.9vw;
  align-items: center;
  justify-content: center;
}

.collection__sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 42%;
}

.collection__sp-img {
  max-width: 246px;
  width: 100%;
}

.collection__txt {
  font-size: 3.2vw;
  padding-top: 2.7vw;
}

.collection__spBtn-txt {
  padding: 1.3vw 0;
}

@media (min-width: 599px) {
  .collection__pcWrap {
    max-width: 210px;
  }
  .collection_headingSmall {
    font-size: 16px;
  }

  .section__heading-lower--collection {
    /* padding: 0px 10px; */
  }

  .collection__title {
    margin-bottom: 40px;
    width: 150px;
  }

  .collection__title-txt {
    font-size: 14px;
  }

  .collection__title-large {
    font-size: 17px;
  }

  .collection__pc-items {
    gap: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .collection__heading {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .collection__heading--small {
    font-size: 16px;
  }

  .collection__heading::after {
    font-size: 10px;
  }

  .collection_heading-small {
    font-size: 10px;
  }

  .collection__caption-btn {
    font-size: 11px;
    padding: 7px 0;
    width: 120px;
    margin: auto;
  }

  .collection__sp-item {
    width: 41%;
  }

  .collection__pc-img {
    max-width: 350px;
  }

  .collection__txt {
    font-size: 14px;
    padding-top: 20px;
  }

  .collection__spBtn {
    font-size: 14px;
    width: 170px;
    margin-bottom: 50px;
  }

  .collection__spBtn-txt {
    padding: 10px 0;
  }

  .collection__sp-items {
    gap: 50px;
  }

  .collection__sp-img {
    width: 100%;
  }

  .collection_sp-txt {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .container--mv-lower {
    max-width: none;
  }

  .collection__title {
    padding: 10px;
  }

  .collection__pc-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .collection__sp-item {
    width: 24%;
  }

  .collection__sp-img {
    max-width: 320px;
    width: 100%;
  }

  .container--collectionPc {
    padding: 0px 150px 100px;
  }

  .container--collectionSp {
    max-width: none;
  }
}

/*-------------------------------------------------------------
works-lower
-------------------------------------------------------------*/
.lower .contact {
  margin-top: 100px;
}

.site-design {
  margin-bottom: 0;
}

.container--sitedesign {
  padding: 0 20px 60px;
}

.site-design__text-discription {
  text-align: center;
  padding-bottom: 4.1vw;
}

.section__heading-lower--site-design {
  padding-bottom: 1.5vw;
}

.site-design-txt {
  font-size: 2.7vw;
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 0 30px;
}

.site-design-txt::before,
.site-design-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #cccccc;
}

.site-design-txt::before {
  left: 0;
}

.site-design-txt::after {
  right: 0;
}

.site-design__items {
  display: flex;
  color: #fff;
  font-size: 1.6vw;
  column-gap: 1.7vw;
  justify-content: center;
  text-align: center;
}

.site-design__item {
  padding: 1em;
  width: 28%;
  border-radius: 5px;
}

.site-design__item--design {
  background-color: #babaa0;
}

.site-design__item--html {
  background-color: #69c29b;
}

.site-design__item--css {
  background-color: #bfc269;
}

.site-design__item--js {
  background-color: #697ec2;
}

.site-design__item--responsive {
  background-color: #ad8b7e;
}

.site-design__pc {
  grid-area: pc;
}

.site-desing__link {
  display: flex;
  justify-content: center;
  font-size: 3.6vw;
  margin-top: 24px;
}

.site-desing__link a {
  color: #447807;
  position: relative;
  cursor: pointer;
  font-size: 3.6vw;
}

.site-desing__txt {
  max-width: 600px;
  width: 100%;
  line-height: 1.5;
  margin: 24px auto 0;
}

.site-desing__txt p {
  line-height: 1.6;
}

.site-design__img.site-design__img--sacd {
  padding-bottom: 2.5vw;
}

.site-design__referenceMark {
  text-align: center;
  font-size: 2.5vw;
  color: #666;
}

.site-design__sp {
  grid-area: sp;
}

.design__shadow {
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
}

.site-design__img--pc {
  max-width: 380px;
  width: 100%;
  margin-top: 32px;
}

.site-design__img--sp {
  max-width: 139px;
  width: 70%;
  margin-right: 0;
}

.site-design__btn {
  display: block;
  text-align: center;
  padding: 1em;
  width: 41vw;
  margin: 0 auto;
  background-color: #000;
  border-radius: 50px;
}

.site-design__btn-txt {
  color: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  position: relative;
}

.site-design__btn-txt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon-works-extra.png);
  background-size: contain;
  position: absolute;
  left: calc(100% - -6px);
  background-repeat: no-repeat;
}

.section__heading-lower--design {
  font-size: 3.6vw;
  font-weight: normal;
}

.design__txtLarge {
  font-size: 5.5vw;
  font-weight: bold;
}

.design-pc {
  margin-bottom: 0px;
}

.design-sp {
  margin-bottom: 0;
}

@media (min-width: 599px) {
  .container--sitedesign {
    padding: 0 80px 56px;
  }

  .site-design__text-discription {
    padding-bottom: 30px;
  }

  .section__heading-lower--site-design {
    padding-bottom: 10px;
    font-size: 40px;
  }

  p.site-design-txt {
    font-size: 13px;
  }

  .site-design__items {
    font-size: 12px;
    column-gap: 10px;
    display: flex;
    margin: auto;
    justify-content: center;
  }

  .site-design__item {
    padding: 0.5em;
  }

  .site-design__wrap {
    padding-bottom: 70px;
    justify-content: center;
  }

  .site-design__btn {
    width: 220px;
  }

  .site-design__btn-txt {
    font-size: 20px;
  }

  .site-design__btn-txt {
    font-size: 18px;
  }

  .design__txtLarge {
    font-size: 30px;
  }
  .site-desing__link,
  .site-desing__link a {
    font-size: 14px;
  }
}

  .ui {
    max-width: 100% !important;
    margin-bottom: 50px;
  }


@media (min-width: 899px) {
  .container--design-pc {
    padding: 100px 80px;
    max-width: none;
  }

  .container--design-pc img {
    width: 56%;
  }

  .section__heading-lower--design {
    font-size: 26px;
    padding-bottom: 50px;
  }

  .design__txtLarge {
    font-size: 30px;
  }

  .site-design__items {
    width: 500px;
  }

  .site-design__img--pc {
    max-width: 650px;
  }

  .design-sp__sp-img {
    max-width: 40%;
  }



  .site-design__referenceMark {
    font-size: 12px;
  }

  .site-design__img.site-design__img--sacd {
    padding-bottom: 20px;
  }
}

span.txt_bold {
  font-weight: bold;
}

.link {
  color: #447807;
  cursor: pointer;
  text-decoration: underline;
}
