@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  TOPページ
---------------------------------------- */
/* ---------------------------
  メインビジュアル
--------------------------- */
.mv {
  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;
  position: relative;
  width: 100%;
  height: 800px;
  background: url(../img/top/mv.jpg) no-repeat left 65% center/cover;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 750px;
  }
}
.mv__lead {
  max-width: 1640px;
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .mv__lead {
    padding: 0 8%;
  }
}
.mv__lead p {
  color: #ffffff;
  font-size: 45px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mv__lead p {
    font-size: 32px;
  }
}
.mv__lead h2 {
  color: #008aaf;
  font-size: 115px;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__lead h2 {
    font-size: 60px;
    line-height: 1.2;
  }
  .mv__lead h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-20deg);
            transform: translate(-50%, -50%) skewX(-20deg);
    width: 110%;
    height: 110%;
    z-index: -1;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.mv__lead span {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .mv__lead span {
    font-size: 40px;
  }
}

/* ---------------------------
  こんなお困り事はありませんか？
--------------------------- */
.top-intro {
  padding: 100px 0 120px;
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.top-intro__container {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.top-intro__ttl {
  font-size: 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .top-intro__ttl {
    font-size: 32px;
  }
}
.top-intro__copy {
  font-size: 20px;
  margin-top: 17px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-intro__copy {
    font-size: 18px;
  }
}
.top-intro__img {
  margin-top: 60px;
}

/* ---------------------------
  CTA
--------------------------- */
.cta {
  background: #008aaf;
  width: 100%;
  padding: 70px 0;
}
.cta__container {
  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;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .cta__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cta__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  color: #ffffff;
}
.cta__ttl {
  font-size: 37px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .cta__ttl {
    font-size: 28px;
  }
}
.cta__attention {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .cta__attention {
    font-size: 14px;
  }
}

/* ---------------------------
  解決事例
--------------------------- */
.case {
  padding: 100px 0 120px;
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .case {
    padding-bottom: 60px;
  }
}
.case__container {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.case__ttl {
  font-size: 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .case__ttl {
    font-size: 32px;
  }
}
.case__copy {
  font-size: 18px;
  margin-top: 38px;
}
.case__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .case__items {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .case__items {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.case__item {
  aspect-ratio: 385/257;
}

/* ---------------------------
  品質
--------------------------- */
.quality {
  padding: 120px 0px 140px;
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .quality {
    padding: 60px 0 80px;
  }
}
.quality__wrapper {
  max-width: 1420px;
}
.quality__container {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.quality__ttl {
  font-size: 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .quality__ttl {
    font-size: 32px;
  }
}
.quality__items {
  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;
  gap: 80px;
  margin-top: 65px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .quality__items {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .quality__items {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.quality__item {
  position: relative;
  aspect-ratio: 625/440;
}
.quality__item img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .quality__item img {
    border-radius: 10px;
  }
}
.quality__copy {
  font-size: 46px;
  font-weight: 500;
  position: absolute;
  content: "";
  top: 24%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .quality__copy {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .quality__copy {
    font-size: 32px;
    top: 40%;
  }
}

/* ----------------------------------------
  素材豆知識ページ
---------------------------------------- */
#mamechishiki .page-mv {
  background: url(../img/mamechishiki/mv.jpg) no-repeat center left 80%/cover;
  width: 100%;
  height: 479px;
}

.resin {
  padding: 30px 0 120px;
}
@media screen and (max-width: 1024px) {
  .resin {
    padding: 30px 0 60px;
  }
}
.resin__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .resin__ttl {
    font-size: 28px;
  }
}
.resin__container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.resin__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  gap: 47px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .resin__links {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .resin__links {
    gap: 10px;
  }
}
@media screen and (max-width: 550px) {
  .resin__links {
    grid-template-columns: 1fr;
  }
}
.resin__link {
  background: #008aaf;
  width: 100%;
  height: 100%;
  color: #ffffff;
  border-radius: 10px;
}
.resin__link a {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 43px 0 45px;
  gap: 72px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .resin__link a {
    font-size: 28px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .resin__link a {
    font-size: 22px;
    gap: 40px;
    padding: 30px 0;
  }
}
.resin__link span {
  display: block;
  font-size: 85px;
  line-height: 0.6;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .resin__link span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .resin__link span {
    font-size: 56px;
  }
}
.resin__link span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  background: #ffffff;
  bottom: -60%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
  .resin__link span::before {
    width: 30px;
    height: 3px;
  }
}
.resin__content {
  margin-top: 140px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .resin__content {
    margin-top: 90px;
    gap: 80px;
  }
}
.resin__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .resin__items {
    gap: 20px;
  }
}
.resin__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .resin__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
}
.resin__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 28px;
  font-size: 38px;
  font-weight: 500;
  background: #008aaf;
  color: #ffffff;
  border-radius: 10px;
  opacity: 0.6;
  padding: 24px 40px;
  width: 82%;
}
@media screen and (max-width: 1024px) {
  .resin__item-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .resin__item-ttl {
    width: 100%;
    font-size: 24px;
    gap: 20px;
    padding: 24px 10px 24px 20px;
    letter-spacing: 0;
  }
}
.resin__item-ttl span {
  display: block;
  font-size: 48px;
  line-height: 0.8;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .resin__item-ttl span {
    font-size: 40px;
  }
}
.resin__item-ttl span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  background: #ffffff;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.resin #resin3 .resin__item-ttl br {
  display: none;
}
@media screen and (max-width: 550px) {
  .resin #resin3 .resin__item-ttl br {
    display: block;
  }
}
.resin__left {
  width: 47%;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .resin__left {
    width: 100%;
    margin-top: 0;
  }
}
.resin__text {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .resin__text {
    font-size: 15px;
    text-align: justify;
  }
}
.resin__right {
  aspect-ratio: 614/409;
}

/* ---------------------------
  資料
--------------------------- */
.materials {
  padding: 140px 0;
}
@media screen and (max-width: 1024px) {
  .materials {
    padding: 70px 0;
  }
}
.materials__ttl {
  background: #7fc4d7;
  color: #1e5066;
  padding: 20px 22px;
  font-size: 32px;
  letter-spacing: 33px;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .materials__ttl {
    font-size: 28px;
  }
}
.materials__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .materials__container {
    gap: 30px;
  }
}
.materials__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.materials__sub-ttl {
  font-size: 28px;
  color: #0606f7;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .materials__sub-ttl {
    font-size: 24px;
  }
}

/* テーブル　垂直 */
.vertical-table {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  border: #191919 1px solid;
}
.vertical-table * {
  border-width: 0;
  vertical-align: middle;
}
.vertical-table thead {
  width: 100%;
}
.vertical-table thead th {
  background-color: #d9d9d9;
  text-align: left;
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  padding: 0 10px;
  border-bottom: 1px solid #191919;
}
.vertical-table thead th:not(:last-child) {
  border-right: 1px solid #191919;
}
.vertical-table thead th:nth-child(1) {
  width: 25%;
}
.vertical-table thead th:nth-child(2) {
  width: 5%;
}
.vertical-table thead th:nth-child(3) {
  width: 35%;
}
.vertical-table thead th:nth-child(4) {
  width: 35%;
}
.vertical-table tbody td {
  line-height: 1.9;
  background: white;
  text-align: left;
  font-size: 12px;
  padding: 0 10px;
}
.vertical-table tbody td:not(:last-child) {
  border-right: 1px solid #191919;
}
.vertical-table tbody tr {
  border-bottom: 1px solid #191919;
}
.vertical-table tbody tr:not(:last-child) td {
  border-right: 1px solid #191919;
}

/* テーブル内を横スクロールできるようにする */
.vertical-table__wrapper {
  width: 100%;
  overflow-X: scroll;
}

/* ----------------------------------------
  加工方法ページ
---------------------------------------- */
#kakou .page-mv {
  background: url(../img/kakou/mv.jpg) no-repeat center right 30%/cover;
  width: 100%;
  height: 479px;
}

.method {
  padding: 40px 0 120px;
}
.method__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .method__ttl {
    font-size: 28px;
  }
}
.method__container {
  margin-top: 100px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .method__container {
    margin-top: 60px;
  }
}
.method__contents {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .method__contents {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .method__contents.seikei .method__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.method__sub-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 22px;
  background: #7fc4d7;
  color: #1e5066;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .method__sub-ttl {
    font-size: 24px;
  }
}
.method__content-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 45px;
}
.method__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .method__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.method__item-ttl {
  font-weight: 700;
  line-height: 1.4;
  font-size: 28px;
  border-left: 9px solid #008aaf;
  padding-left: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .method__item-ttl {
    font-size: 22px;
  }
}
.method__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .method__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 20px;
  }
}
.method__content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .method__content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.method__text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .method__text {
    font-size: 15px;
    text-align: justify;
  }
}
.method__img {
  aspect-ratio: 489/326;
}

/* ----------------------------------------
  解決事例ページ
---------------------------------------- */
#jirei .page-mv {
  background: url(../img/jirei/mv.jpg) no-repeat center right 30%/cover;
  width: 100%;
  height: 479px;
}

.posts {
  padding: 35px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.posts__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .posts__ttl {
    font-size: 28px;
  }
}
.posts__container {
  margin-top: 80px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 50px;
}

.post {
  width: 100%;
  background: #7fc4d7;
  color: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.post__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .post__contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .post__contents {
    width: 100%;
  }
}
.post__thumbnail {
  aspect-ratio: 385/255;
  max-width: 385px;
  width: 32.0833333333%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .post__thumbnail {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .post__thumbnail {
    max-width: 100%;
    width: 100%;
  }
}
.post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1360px) {
  .post__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.post__time {
  line-height: 1;
  letter-spacing: 0.64px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .post__time {
    font-size: 20px;
  }
}
.post__ttl {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.64px;
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分を「...」にする */
  white-space: nowrap;
  /* 1行で表示 */
}
@media screen and (max-width: 768px) {
  .post__ttl {
    font-size: 28px;
  }
}
.post__text {
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 1360px) {
  .post__text {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 768px) {
  .post__text {
    font-size: 20px;
  }
}
.post__btn {
  width: 157px;
  height: 42px;
}
.post__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------
  ページネーション
--------------------------- */
.pagination {
  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;
  gap: 40px;
  margin-top: 280px;
}
@media screen and (max-width: 1024px) {
  .pagination {
    margin-top: 120px;
  }
}

.page-numbers {
  font-size: 16px;
  color: #191919;
}

/* ----------------------------------------
  解決事例ページ
---------------------------------------- */
#qa .page-mv {
  background: url(../img/qa/mv.jpg) no-repeat center right 30%/cover;
  width: 100%;
  height: 479px;
}

.qa {
  padding: 30px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.qa__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa__ttl {
    font-size: 28px;
  }
}
.qa__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.qa__container {
  width: 100%;
}
.qa__content {
  width: 100%;
  margin-top: 77px;
}
.qa__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .qa__lists {
    gap: 60px;
  }
}
.qa__list {
  padding-left: 13.3333333333%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .qa__list {
    padding-left: 0;
  }
}
.qa__question {
  font-size: 33px;
  font-weight: 700;
  border-bottom: 8px solid #3a73b9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .qa__question {
    font-size: 28px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .qa__question {
    font-size: 20px;
  }
}
.qa__question::before {
  content: "Q";
  position: absolute;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  left: -28px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  color: #3a73b9;
  display: block;
}
@media screen and (max-width: 768px) {
  .qa__question::before {
    font-size: 60px;
    position: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    line-height: 1.4;
  }
}
@media screen and (max-width: 550px) {
  .qa__question::before {
    left: -20px;
    font-size: 48px;
  }
}
.qa__answer {
  font-size: 33px;
  font-weight: 400;
  margin-top: 49px;
  line-height: 1.7;
  letter-spacing: -0.6px;
}

.qa__answer p {
	font-size: 33px;
}

@media screen and (max-width: 768px) {
  .qa__answer {
    font-size: 24px;
    margin-top: 36px;
  }
	
	.qa__answer p {
		font-size: 24px;
	}
	
}
@media screen and (max-width: 550px) {
  .qa__answer {
    font-size: 15px;
  }
	
	.qa__answer p {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
  .accordion__title {
    position: relative;
  }
}
.accordion__toggle {
  min-width: 40px;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .accordion__toggle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.accordion__toggle::before, .accordion__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #3a73b9;
}
.accordion__toggle::before {
  right: 20px;
  width: 40px;
  height: 4px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .accordion__toggle::before {
    width: 30px;
    height: 3px;
  }
}
.accordion__toggle::after {
  left: 50%;
  width: 4px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .accordion__toggle::after {
    width: 3px;
    height: 30px;
  }
}
.accordion__title {
  cursor: pointer;
}
.accordion__title.is-active .accordion__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__content {
  display: none;
}

/* ----------------------------------------
  運営会社ページ
---------------------------------------- */
#about .page-mv {
  background: url(../img/about/mv.jpg) no-repeat center right 30%/cover;
  width: 100%;
  height: 479px;
}

.company {
  padding: 65px 0 120px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 60px 0;
  }
}
.company__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company__ttl {
    font-size: 28px;
  }
}
.company__container {
  width: 100%;
  margin-top: 70px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .company__container {
    gap: 20px;
    margin-top: 32px;
  }
}
.company__item {
  width: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .company__item {
    width: 100%;
  }
}
.company__text {
  font-size: 24px;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .company__text {
    font-size: 15px;
    text-align: justify;
  }
}
.company__img {
  width: 100%;
  height: 100%;
}

.strength {
  padding: 65px 0 120px;
}
.strength__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strength__ttl {
    font-size: 28px;
  }
}
.strength__container {
  width: 100%;
  margin-top: 70px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .strength__container {
    margin-top: 32px;
  }
}
.strength__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.strength__item {
  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;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .strength__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.strength__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .strength__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.strength__text {
  font-size: 24px;
  line-height: 1.67;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .strength__text {
    width: 100%;
    font-size: 15px;
    text-align: justify;
  }
}
.strength__text .bold {
  font-weight: 700;
}
.strength__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .strength__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .strength__img {
    width: 100%;
  }
}

/* ----------------------------------------
  選ばれる理由ページ
---------------------------------------- */
#reason .page-mv {
  background: url(../img/reason/mv.jpg) no-repeat center right 40%/cover;
  width: 100%;
  height: 479px;
}

.reason {
  padding: 20px 0 120px;
}
@media screen and (max-width: 1024px) {
  .reason__wrapper {
    padding: 0;
  }
}
.reason__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__ttl {
    font-size: 28px;
  }
}
.reason__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .reason__links {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason__links {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.reason__link {
  background: #daeffb;
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 12px solid #3d73b8;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .reason__link {
    border: 6px solid #3d73b8;
    border-radius: 20px;
  }
}
.reason__link a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 8px;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .reason__link a {
    padding: 10px 4px;
  }
}
@media screen and (max-width: 768px) {
  .reason__link a {
    padding: 10px 2px;
  }
}
.reason__link-ttl {
  font-size: 36px;
  letter-spacing: 3.3px;
  line-height: 1.2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .reason__link-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .reason__link-ttl {
    font-size: 24px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reason__link-ttl {
    font-size: 22px;
    letter-spacing: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .reason__link-ttl {
    font-size: 18px;
    gap: 10px;
  }
}
.reason__link-no {
  font-size: 100px;
  line-height: 0.6;
  color: #3d73b8;
  display: block;
}
@media screen and (max-width: 1280px) {
  .reason__link-no {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason__link-no {
    font-size: 60px;
  }
}
@media screen and (max-width: 550px) {
  .reason__link-no {
    font-size: 40px;
  }
}
.reason__link:nth-of-type(6) {
  line-height: 1;
}
.reason__contents {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 110px;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .reason__contents {
    gap: 60px;
    margin-top: 60px;
  }
}
.reason__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .reason__content {
    gap: 12px;
  }
}
.reason__content-ttl {
  font-size: 60px;
  font-weight: 700;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__content-ttl {
    font-size: 28px;
    gap: 10px;
  }
}
.reason__content-no {
  font-size: 104px;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  color: #3a73b9;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reason__content-no {
    font-size: 56px;
  }
}
.reason__text {
  font-size: 32px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 18px;
  }
}
.reason__text .blue {
  color: #3a73b9;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -2px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .reason__text .blue {
    font-size: 22px;
  }
}

/* ----------------------------------------
  お問い合わせページ
---------------------------------------- */
.contact {
  padding: 90px 0 120px;
}
.contact__ttl {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
.contact__container {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__attention {
  font-size: 18px;
}
.contact .red {
  color: #ff1c2c;
}
.contact__form {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.contact__form-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 90px 40px;
  border-bottom: 2px solid #008aaf;
}
@media screen and (max-width: 768px) {
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 60px 0;
  }
}
.contact__row:first-child {
  border-top: 2px solid #008aaf;
}
.contact__row:last-child {
  border-bottom: none;
}
.contact__row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact__row-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__head {
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact__head {
    font-size: 18px;
  }
}
.contact__data {
  width: 73.1666666667%;
}
@media screen and (max-width: 768px) {
  .contact__data {
    width: 100%;
  }
}
.contact .select-wrap {
  position: relative;
}
.contact .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #191919 transparent transparent transparent;
  pointer-events: none;
}
.contact .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  max-width: 100%;
}
.contact .select-wrap select:hover {
  cursor: pointer;
}
.contact .select-wrap select::-webkit-input-placeholder {
  font-size: 20px;
}
.contact .select-wrap select::-moz-placeholder {
  font-size: 20px;
}
.contact .select-wrap select:-ms-input-placeholder {
  font-size: 20px;
}
.contact .select-wrap select::-ms-input-placeholder {
  font-size: 20px;
}
.contact .select-wrap select::placeholder {
  font-size: 20px;
}
.contact input,
.contact textarea,
.contact select {
  width: 100%;
  border-radius: 0;
  outline: none;
  padding: 12px 20px;
  background-color: #d4ebf1;
  border: 1px solid #cccccc;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact input,
  .contact textarea,
  .contact select {
    font-size: 18px;
  }
}
.contact textarea {
  height: 290px;
}
.contact .wpcf7,
.contact .wpcf7-form {
  width: 100%;
}

.contact .contact__submit-wrap input {
	cursor: pointer;
}


.contTable {
	margin: 0 0 30px;
}

.contTable th,
.contTable td {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

.contTable th {
	width: 20%;
	background: #eee;
	font-weight: 300;
}
