@charset "UTF-8";
/*
Theme Name: 岡山薬品工業株式会社
Theme URL: https://okayaku.jp/
Description: 岡山薬品工業のWordPressテーマ
Author: 岡山薬品工業株式会社
Version: 1.0.0
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus-visible {
  outline: 2px solid #2eafff;
  outline-offset: 2px;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  line-break: strict;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.btn,
::file-selector-button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ===================================

  section-title（大）

====================================== */
.section-title .title {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: #2eafff;
}
.section-title .subtitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1300px) {
  .section-title .title {
    font-size: 90px;
  }
  .section-title .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 68px;
  }
  .section-title .subtitle {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .section-title .title {
    font-size: 60px;
  }
  .section-title .subtitle {
    margin-top: 16px;
    font-size: 12px;
  }
}
/* ===================================

  section-title（小）

====================================== */
.section-title-sm .title {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #2eafff;
}
.section-title-sm .subtitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .section-title-sm .title {
    font-size: 42px;
  }
  .section-title-sm .subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .section-title-sm .title {
    font-size: 28px;
  }
  .section-title-sm .subtitle {
    margin-top: 12px;
    font-size: 12px;
  }
}
/* ===================================

  link-btn

====================================== */
.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.link-btn::after {
  content: "";
  width: 60px;
  height: 60px;
  margin-left: 25px;
  background-image: url(img/ico/ico-link-btn-bl.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .link-btn::after {
    width: 40px;
    height: 40px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 758px) {
  .link-btn::after {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
}
/* ===================================

  more-btn

====================================== */
.more-btn {
  position: relative;
  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;
  width: 320px;
  height: 55px;
  background-color: #333;
  background-image: url(img/ico/ico-more-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
}

@media screen and (max-width: 1199px) {
  .more-btn {
    width: 250px;
    height: 45px;
    background-size: 22px 22px;
    background-position: center right 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .more-btn {
    width: 100%;
    background-position: center right 15px;
    font-size: 13px;
  }
}
/* ===================================

  下層ページ メインビジュアル

====================================== */
.l-mv {
  position: relative;
  width: 100%;
  height: 520px;
}
.l-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.l-mv__bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.69vw;
          flex: 0 0 29.69vw;
  width: 29.69vw;
  background-color: #f3f8fc;
}
.l-mv__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #fff;
}
.l-mv__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 240px 0 0;
  border-color: #f3f8fc transparent transparent transparent;
}
.l-mv__contents {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  top: 210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-mv__title {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: #2eafff;
  text-transform: capitalize;
}
.l-mv__txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .l-mv {
    height: 400px;
  }
  .l-mv__bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
    width: 30vw;
  }
  .l-mv__body::before {
    border-width: 120px 120px 0 0;
  }
  .l-mv__contents {
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-mv__title {
    font-size: 68px;
  }
  .l-mv__txt {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .l-mv {
    height: 200px;
  }
  .l-mv__bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
    width: 50vw;
  }
  .l-mv__body::before {
    border-width: 90px 90px 0 0;
  }
  .l-mv__contents {
    padding: 0 30px;
    top: 86px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .l-mv__title {
    font-size: 36px;
  }
  .l-mv__txt {
    margin-top: 15px;
    font-size: 12px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.breadcrumb-wrap {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
  margin: 100px auto 0;
  word-break: break-all;
}
.breadcrumb-wrap .breadcrumb {
  line-height: 1.33;
}
.breadcrumb-wrap .breadcrumb span {
  font-size: 16px;
}
.breadcrumb-wrap .breadcrumb a {
  font-size: inherit;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    width: 100%;
    margin: 60px auto 0;
  }
  .breadcrumb-wrap .breadcrumb span {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    padding: 0 30px;
    margin: 50px auto 0;
  }
  .breadcrumb-wrap .breadcrumb span {
    font-size: 11px;
  }
}
/* ===================================

  ページネーション

====================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination-wrap {
  margin-top: 100px;
}
.pagination-wrap .pagination .nav-links {
  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;
}
.pagination-wrap .pagination .page-numbers {
  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;
  width: 50px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  border: 1px solid #ccc;
}
.pagination-wrap .pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}
.pagination-wrap .pagination .page-numbers.current, .pagination-wrap .pagination .page-numbers:hover {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .pagination-wrap {
    margin-top: 60px;
  }
  .pagination-wrap .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .pagination-wrap .pagination .page-numbers + .page-numbers {
    margin-left: 5px;
  }
  .pagination-wrap .pagination .page-numbers:hover {
    color: #2eafff;
    background-color: #fff;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 758px) {
  .pagination-wrap {
    margin-top: 40px;
  }
  .pagination-wrap .pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
/* ===================================

  サービス共通

====================================== */
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.service-mv {
  position: relative;
  width: 100%;
  height: 520px;
}
.service-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.service-mv__bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.69vw;
          flex: 0 0 29.69vw;
  width: 29.69vw;
  background-color: #f3f8fc;
}
.service-mv__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #fff;
}
.service-mv__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 240px 0 0;
  border-color: #f3f8fc transparent transparent transparent;
}
.service-mv__contents {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  top: 210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.service-mv__title {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: #2eafff;
}
.service-mv__txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.service-mv__illust {
  position: absolute;
  top: 127px;
  right: 0;
  padding-right: calc((100% - 1340px) / 2);
}
.service-mv__img {
  display: block;
  width: 470px;
}

@media screen and (max-width: 1499px) {
  .service-mv__illust {
    top: 150px;
    padding-right: 80px;
  }
  .service-mv__img {
    width: 400px;
  }
}
@media screen and (max-width: 1300px) {
  .service-mv__illust {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .service-mv {
    height: 400px;
  }
  .service-mv__bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
    width: 30vw;
  }
  .service-mv__body::before {
    border-width: 120px 120px 0 0;
  }
  .service-mv__contents {
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .service-mv__title {
    font-size: 68px;
  }
  .service-mv__txt {
    margin-top: 18px;
    font-size: 14px;
  }
  .service-mv__illust {
    top: 100px;
    padding-right: 30px;
  }
  .service-mv__img {
    width: 39vw;
  }
}
@media screen and (max-width: 758px) {
  .service-mv {
    height: 200px;
  }
  .service-mv__bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
    width: 50vw;
  }
  .service-mv__body::before {
    border-width: 90px 90px 0 0;
  }
  .service-mv__contents {
    padding: 0 30px;
    top: 86px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .service-mv__title {
    font-size: 36px;
  }
  .service-mv__txt {
    margin-top: 15px;
    font-size: 12px;
  }
  .service-mv__illust {
    top: 50px;
    width: calc(39vw + 10px);
    padding-right: 10px;
  }
  .service-mv__img {
    width: 100%;
  }
}
/* ---------------------------------
  service-title
----------------------------------- */
.service-title .title {
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.service-title .subtitle {
  margin-top: 10px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .service-title .title {
    font-size: 48px;
  }
  .service-title .subtitle {
    margin-top: 8px;
  }
}
@media screen and (max-width: 758px) {
  .service-title .title {
    font-size: 32px;
  }
}
/* ===================================

  Recommend

====================================== */
.post-type-archive-bio-chemical .reco,
.page-disinfect .reco {
  padding: 140px 0;
  background-color: #f3f8fc;
}
.post-type-archive-bio-chemical .reco .container,
.page-disinfect .reco .container {
  width: 1200px;
}
.post-type-archive-bio-chemical .reco__items,
.page-disinfect .reco__items {
  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;
  margin-top: 70px;
}
.post-type-archive-bio-chemical .reco__items .item,
.page-disinfect .reco__items .item {
  width: calc((100% - 120px) / 3);
}
.post-type-archive-bio-chemical .reco__items .item__img,
.page-disinfect .reco__items .item__img {
  display: block;
  width: 100%;
}
.post-type-archive-bio-chemical .reco__items .item__body,
.page-disinfect .reco__items .item__body {
  padding-top: 24px;
}
.post-type-archive-bio-chemical .reco__items .item__title,
.page-disinfect .reco__items .item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.post-type-archive-bio-chemical .reco__items .item__txt,
.page-disinfect .reco__items .item__txt {
  margin-top: 14px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-bio-chemical .reco,
  .page-disinfect .reco {
    padding: 100px 0;
  }
  .post-type-archive-bio-chemical .reco .container,
  .page-disinfect .reco .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-bio-chemical .reco__items,
  .page-disinfect .reco__items {
    margin-top: 40px;
  }
  .post-type-archive-bio-chemical .reco__items .item,
  .page-disinfect .reco__items .item {
    width: calc((100% - 40px) / 3);
  }
  .post-type-archive-bio-chemical .reco__items .item__body,
  .page-disinfect .reco__items .item__body {
    padding-top: 20px;
  }
  .post-type-archive-bio-chemical .reco__items .item__title,
  .page-disinfect .reco__items .item__title {
    font-size: 18px;
  }
  .post-type-archive-bio-chemical .reco__items .item__txt,
  .page-disinfect .reco__items .item__txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-bio-chemical .reco,
  .page-disinfect .reco {
    padding: 60px 0;
  }
  .post-type-archive-bio-chemical .reco__items,
  .page-disinfect .reco__items {
    display: block;
  }
  .post-type-archive-bio-chemical .reco__items .item,
  .page-disinfect .reco__items .item {
    width: 100%;
  }
  .post-type-archive-bio-chemical .reco__items .item + .item,
  .page-disinfect .reco__items .item + .item {
    margin-top: 30px;
  }
  .post-type-archive-bio-chemical .reco__items .item__body,
  .page-disinfect .reco__items .item__body {
    padding-top: 12px;
  }
  .post-type-archive-bio-chemical .reco__items .item__title,
  .page-disinfect .reco__items .item__title {
    font-size: 16px;
  }
  .post-type-archive-bio-chemical .reco__items .item__txt,
  .page-disinfect .reco__items .item__txt {
    margin-top: 8px;
  }
}
/* ===================================

  FAQ

====================================== */
.post-type-archive-bio-chemical .faq,
.page-disinfect .faq {
  margin-top: 140px;
}
.post-type-archive-bio-chemical .faq .container,
.page-disinfect .faq .container {
  width: 1200px;
}
.post-type-archive-bio-chemical .faq__items,
.page-disinfect .faq__items {
  margin-top: 70px;
}
.post-type-archive-bio-chemical .faq .item,
.page-disinfect .faq .item {
  padding: 60px 40px 55px 60px;
  border: 1px solid #ccc;
  word-break: break-all;
}
.post-type-archive-bio-chemical .faq .item + .item,
.page-disinfect .faq .item + .item {
  margin-top: 20px;
}
.post-type-archive-bio-chemical .faq .item__que,
.page-disinfect .faq .item__que {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.post-type-archive-bio-chemical .faq .item__head,
.page-disinfect .faq .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
}
.post-type-archive-bio-chemical .faq .item__ico,
.page-disinfect .faq .item__ico {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.post-type-archive-bio-chemical .faq .item__body,
.page-disinfect .faq .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.post-type-archive-bio-chemical .faq .item__title,
.page-disinfect .faq .item__title {
  margin-top: -0.1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 30px;
}
.post-type-archive-bio-chemical .faq .item__arrow,
.page-disinfect .faq .item__arrow {
  position: relative;
  top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 26px;
  height: 20px;
  background-image: url(img/ico/ico-faq-arrow-btm.png);
  background-repeat: no-repeat;
  background-size: 26px 20px;
  background-position: center center;
}
.post-type-archive-bio-chemical .faq .item__arrow.show,
.page-disinfect .faq .item__arrow.show {
  background-image: url(img/ico/ico-faq-arrow-top.png);
}
.post-type-archive-bio-chemical .faq .item__ans,
.page-disinfect .faq .item__ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.post-type-archive-bio-chemical .faq .item__txt,
.page-disinfect .faq .item__txt {
  padding-right: 58px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-bio-chemical .faq,
  .page-disinfect .faq {
    margin-top: 100px;
  }
  .post-type-archive-bio-chemical .faq .container,
  .page-disinfect .faq .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-bio-chemical .faq__items,
  .page-disinfect .faq__items {
    margin-top: 40px;
  }
  .post-type-archive-bio-chemical .faq .item,
  .page-disinfect .faq .item {
    padding: 30px 20px 30px 30px;
  }
  .post-type-archive-bio-chemical .faq .item + .item,
  .page-disinfect .faq .item + .item {
    margin-top: 15px;
  }
  .post-type-archive-bio-chemical .faq .item__head,
  .page-disinfect .faq .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
  }
  .post-type-archive-bio-chemical .faq .item__ico,
  .page-disinfect .faq .item__ico {
    font-size: 24px;
  }
  .post-type-archive-bio-chemical .faq .item__title,
  .page-disinfect .faq .item__title {
    margin-top: -0.1em;
    font-size: 18px;
    padding-right: 25px;
  }
  .post-type-archive-bio-chemical .faq .item__arrow,
  .page-disinfect .faq .item__arrow {
    top: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 22px;
    height: 14px;
    background-size: 22px 14px;
  }
  .post-type-archive-bio-chemical .faq .item__ans,
  .page-disinfect .faq .item__ans {
    margin-top: 25px;
  }
  .post-type-archive-bio-chemical .faq .item__txt,
  .page-disinfect .faq .item__txt {
    padding-right: 48px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-bio-chemical .faq,
  .page-disinfect .faq {
    margin-top: 60px;
  }
  .post-type-archive-bio-chemical .faq .item,
  .page-disinfect .faq .item {
    padding: 20px 10px 20px 20px;
  }
  .post-type-archive-bio-chemical .faq .item__head,
  .page-disinfect .faq .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    width: 25px;
  }
  .post-type-archive-bio-chemical .faq .item__ico,
  .page-disinfect .faq .item__ico {
    font-size: 21px;
  }
  .post-type-archive-bio-chemical .faq .item__title,
  .page-disinfect .faq .item__title {
    margin-top: -0.05em;
    font-size: 15px;
    padding-right: 5px;
  }
  .post-type-archive-bio-chemical .faq .item__arrow,
  .page-disinfect .faq .item__arrow {
    top: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
  }
  .post-type-archive-bio-chemical .faq .item__ans,
  .page-disinfect .faq .item__ans {
    margin-top: 20px;
  }
  .post-type-archive-bio-chemical .faq .item__txt,
  .page-disinfect .faq .item__txt {
    padding-right: 23px;
  }
}
/* ===================================

  関連記事

====================================== */
.post-type-archive-bio-chemical .r-blog {
  margin-top: 140px;
}
.post-type-archive-bio-chemical .r-blog .container {
  width: 1200px;
}
.post-type-archive-bio-chemical .r-blog__contents {
  margin-top: 74px;
}
.post-type-archive-bio-chemical .r-blog .entries {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-bio-chemical .r-blog .entries::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.post-type-archive-bio-chemical .r-blog .entry {
  width: calc((100% - 60px) / 3);
  word-break: break-all;
}
.post-type-archive-bio-chemical .r-blog .entry__link {
  display: block;
}
.post-type-archive-bio-chemical .r-blog .entry__thumb {
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
}
.post-type-archive-bio-chemical .r-blog .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-bio-chemical .r-blog .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-bio-chemical .r-blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-bio-chemical .r-blog .entry__body {
  padding-top: 20px;
}
.post-type-archive-bio-chemical .r-blog .entry__date {
  font-family: "Roboto", sans-serif;
}
.post-type-archive-bio-chemical .r-blog .entry__title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.post-type-archive-bio-chemical .r-blog .more-btn {
  margin: 65px auto 0;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-bio-chemical .r-blog {
    margin-top: 100px;
  }
  .post-type-archive-bio-chemical .r-blog .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-bio-chemical .r-blog__contents {
    margin-top: 40px;
  }
  .post-type-archive-bio-chemical .r-blog .entries::after {
    width: calc((100% - 40px) / 3);
  }
  .post-type-archive-bio-chemical .r-blog .entry {
    width: calc((100% - 40px) / 3);
  }
  .post-type-archive-bio-chemical .r-blog .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-bio-chemical .r-blog .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-bio-chemical .r-blog .entry__body {
    padding-top: 15px;
  }
  .post-type-archive-bio-chemical .r-blog .entry__title {
    margin-top: 12px;
    font-size: 16px;
  }
  .post-type-archive-bio-chemical .r-blog .more-btn {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-bio-chemical .r-blog {
    margin-top: 60px;
  }
  .post-type-archive-bio-chemical .r-blog .entries {
    display: block;
  }
  .post-type-archive-bio-chemical .r-blog .entries::after {
    display: none;
  }
  .post-type-archive-bio-chemical .r-blog .entry {
    width: 100%;
  }
  .post-type-archive-bio-chemical .r-blog .entry + .entry {
    margin-top: 30px;
  }
  .post-type-archive-bio-chemical .r-blog .entry__body {
    padding-top: 12px;
  }
  .post-type-archive-bio-chemical .r-blog .entry__title {
    margin-top: 10px;
    font-size: 15px;
  }
  .post-type-archive-bio-chemical .r-blog .more-btn {
    margin: 50px auto 0;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
}
.header__inner {
  padding: 0 40px 0 80px;
  height: 100%;
  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;
}
.header-logo {
  position: relative;
  top: 54px;
  width: 356px;
}
.header-logo__link, .header-logo__img {
  display: block;
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .menu-item {
  position: relative;
}
.header-nav .menu-item + .menu-item {
  margin-left: 10px;
}
.header-nav .menu-item a,
.header-nav .menu-item span {
  position: relative;
  display: block;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header-nav .menu-item a::before,
.header-nav .menu-item span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #004ea2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav .menu-item a:hover,
.header-nav .menu-item span:hover {
  opacity: 1;
}
.header-nav .menu-item a:hover::before,
.header-nav .menu-item span:hover::before {
  width: 100%;
}
.header-nav .menu-item span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-nav .sub-menu {
  position: absolute;
  top: 50px;
  left: -30px;
  width: 310px;
  padding: 30px;
  background-color: #004ea2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  z-index: 10;
}
.header-nav .sub-menu.show {
  display: block;
}
.header-nav .sub-menu a {
  font-size: 14px;
  color: #fff;
}
.header-nav .sub-menu a.disactive {
  pointer-events: none;
}
.header-nav .sub-menu .menu-item {
  margin-top: 16px;
  padding-left: 1em;
}
.header-nav .sub-menu .menu-item + .menu-item {
  margin-left: 0;
}
.header-nav .children-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .children-item::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
  width: 10px;
  height: 8px;
  margin-left: 6px;
  display: inline-block;
  background-image: url(img/ico/ico-arrow-btm@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.header-nav .children-item.active::after {
  background-image: url(img/ico/ico-arrow-top@2x.png);
}
.header__contact {
  position: relative;
  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;
  margin-left: 25px;
  width: 140px;
  height: 35px;
  background-color: #004ea2;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
}
.header .menu-btn {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 55px;
  }
  .header__inner {
    padding: 0 0 0 30px;
  }
  .header-logo {
    position: static;
    top: auto;
    width: 148px;
  }
  .header-nav {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header .menu-btn {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 10;
    width: 55px;
    height: 55px;
    border: none;
    background-color: #2eafff;
    overflow: hidden;
    outline: none;
  }
  .header .menu-btn span {
    position: absolute;
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .menu-btn span:first-child {
    top: 23px;
  }
  .header .menu-btn span:last-of-type {
    top: auto;
    bottom: 23px;
  }
  .header .menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 27px;
    left: 18px;
  }
  .header .menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 18px;
    top: auto;
    bottom: 26px;
  }
}
@media screen and (max-width: 758px) {
  .header__inner {
    padding-left: 20px;
  }
}
/* ===================================

  サブヘッダー

====================================== */
.header.sub-header {
  position: relative;
  background-color: #fff;
  position: fixed;
  top: -100px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.sub-header.show {
  top: 0;
  opacity: 1;
  z-index: 10;
}
.header.sub-header .header-logo {
  position: static;
  top: auto;
}

/* ===================================

  下層ヘッダー

====================================== */
.header.l-header .header-logo {
  position: static;
  top: auto;
}

/* ===================================

  ドロワーメニュー

====================================== */
.dmenu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .dmenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    width: 100%;
    z-index: -10;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dmenu.show {
    right: 0;
    opacity: 1;
    z-index: 100;
  }
  .dmenu-header {
    width: 100%;
    height: 55px;
  }
  .dmenu-header__inner {
    padding: 0 0 0 30px;
    height: 100%;
    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;
  }
  .dmenu-header__logo {
    width: 148px;
  }
  .dmenu-header__link, .dmenu-header__img {
    display: block;
    width: 100%;
  }
  .dmenu .menu-btn {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 10;
    width: 55px;
    height: 55px;
    border: none;
    background-color: #2eafff;
    overflow: hidden;
    outline: none;
  }
  .dmenu .menu-btn span {
    position: absolute;
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .dmenu .menu-btn span:first-child {
    top: 23px;
  }
  .dmenu .menu-btn span:last-of-type {
    top: auto;
    bottom: 23px;
  }
  .dmenu .menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 27px;
    left: 18px;
  }
  .dmenu .menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 18px;
    top: auto;
    bottom: 26px;
  }
  .dmenu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dmenu-body__inner {
    width: 280px;
    padding: 100px 0;
  }
  .dmenu-nav .menu-item + .menu-item {
    margin-top: 18px;
  }
  .dmenu-nav .menu-item a {
    font-size: 16px;
    font-weight: 500;
  }
  .dmenu-nav .menu-item p {
    font-size: 16px;
    font-weight: 500;
  }
  .dmenu-nav .sub-menu {
    margin-top: 18px;
    padding-left: 1em;
  }
  .dmenu-nav .sub-menu .menu-item + .menu-item {
    margin-top: 13px;
  }
  .dmenu-nav .sub-menu .menu-item a {
    color: #808080;
  }
  .dmenu__contact {
    margin-top: 60px;
  }
  .dmenu__contact .tel {
    padding-bottom: 27px;
    border-bottom: 2px solid #333;
    text-align: center;
  }
  .dmenu__contact .tel__link {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 500;
  }
  .dmenu__contact .tel__txt {
    margin-top: 6px;
    font-size: 12px;
    text-align: center;
  }
  .dmenu__contact .mail {
    margin-top: 30px;
  }
  .dmenu__contact .mail__btn {
    position: relative;
    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;
    width: 100%;
    height: 60px;
    background-color: #004ea2;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 9999px;
  }
}
@media screen and (max-width: 758px) {
  .dmenu {
    height: 100vh;
  }
  .dmenu-header__inner {
    padding: 0 0 0 20px;
  }
  .dmenu-body {
    display: block;
  }
  .dmenu-body__inner {
    width: 100%;
    padding: 60px 40px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-y: none;
  }
  .dmenu-body__inner::-webkit-scrollbar {
    display: none;
  }
  .dmenu__contact .mail__btn {
    font-size: 12px;
  }
}
/* ===================================

  CONTACT

====================================== */
.cnt {
  padding: 90px 0 120px;
  background-image: url(img/cnt-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cnt .container {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
}
.cnt .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}
.cnt .section-title .title {
  color: #fff;
  font-weight: 500;
}
.cnt .section-title .subtitle {
  color: #fff;
  font-weight: 400;
}
.cnt__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.cnt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cnt-item__ico {
  display: block;
  width: 35px;
}
.cnt .tel__link {
  display: block;
  margin-top: 26px;
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  font-weight: 500;
  color: #fff;
}
.cnt .tel__txt {
  margin-top: 6px;
  font-size: 16px;
  color: #fff;
}
.cnt .mail {
  border-left: 2px solid #fff;
}
.cnt .mail__btn {
  position: relative;
  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;
  margin-top: 30px;
  width: 330px;
  height: 80px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 9999px;
}

@media screen and (max-width: 1199px) {
  .cnt {
    padding: 80px 0 100px;
  }
  .cnt .container {
    width: 100%;
  }
  .cnt__contents {
    margin-top: 60px;
  }
  .cnt-item__ico {
    width: 32px;
  }
  .cnt .tel__link {
    margin-top: 20px;
    font-size: 40px;
  }
  .cnt .tel__txt {
    margin-top: 6px;
    font-size: 14px;
  }
  .cnt .mail__btn {
    margin-top: 26px;
    width: 280px;
    height: 60px;
  }
}
@media screen and (max-width: 758px) {
  .cnt {
    padding: 50px 0 70px;
  }
  .cnt .container {
    padding: 0 40px;
  }
  .cnt__contents {
    display: block;
    margin-top: 35px;
  }
  .cnt-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .cnt-item__ico {
    width: 26px;
  }
  .cnt .tel__link {
    font-size: 34px;
  }
  .cnt .tel__txt {
    font-size: 12px;
  }
  .cnt .mail {
    margin-top: 28px;
    padding-top: 30px;
    border-left: none;
    border-top: 2px solid #fff;
  }
  .cnt .mail__btn {
    margin-top: 21px;
    width: 100%;
    font-size: 12px;
  }
}
/* ===================================

  オカクジョ：フッターCV

====================================== */
.footer-cv {
  width: 100vw;
  background-color: #320000;
  margin-top: 68px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer-cv .container {
  width: 1200px;
}
.footer-cv__title {
  font-size: 54px;
  font-weight: 700;
  color: #f4c113;
  text-align: center;
}
.footer-cv__title .sp {
  display: none;
}
.footer-cv__txt {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.footer-cv__contents {
  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;
  margin-top: 54px;
}
.footer-cv .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;
  height: 110px;
}
.footer-cv .item.tel {
  width: 480px;
  background-color: #fff;
}
.footer-cv .item.tel .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-cv .item.tel .item__ico {
  display: block;
  width: 36px;
  margin-top: 0.3em;
}
.footer-cv .item.tel .item__body {
  padding-left: 10px;
}
.footer-cv .item.tel .item__num {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 500;
}
.footer-cv .item.tel span {
  margin-top: 3px;
  display: block;
  text-align: center;
}
.footer-cv .item.line, .footer-cv .item.mail {
  position: relative;
  width: 340px;
  border-radius: 8px;
}
.footer-cv .item.line .item__txt, .footer-cv .item.mail .item__txt {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.footer-cv .item.line {
  background-color: #06c755;
}
.footer-cv .item.line .item__ico {
  display: block;
  width: 46px;
}
.footer-cv .item.line .item__txt {
  margin-left: 25px;
}
.footer-cv .item.mail {
  background-color: #e47d0e;
}
.footer-cv .item.mail .item__ico {
  display: block;
  width: 35px;
}
.footer-cv .item.mail .item__txt {
  margin-left: 27px;
}

@media screen and (max-width: 1199px) {
  .footer-cv {
    padding: 60px 0 70px;
  }
  .footer-cv .container {
    width: 100%;
    padding: 0 30px;
  }
  .footer-cv__title {
    font-size: 38px;
  }
  .footer-cv__txt {
    margin-top: 24px;
    font-size: 20px;
  }
  .footer-cv__contents {
    display: block;
    margin: 40px auto 0;
    width: 400px;
  }
  .footer-cv .item {
    height: 80px;
  }
  .footer-cv .item.tel {
    width: 100%;
  }
  .footer-cv .item.tel .item__ico {
    width: 30px;
    margin-top: 0.2em;
  }
  .footer-cv .item.tel .item__body {
    padding-left: 12px;
  }
  .footer-cv .item.tel .item__num {
    font-size: 36px;
  }
  .footer-cv .item.tel span {
    margin-top: 2px;
  }
  .footer-cv .item.line, .footer-cv .item.mail {
    margin-top: 15px;
    width: 100%;
  }
  .footer-cv .item.line .item__txt, .footer-cv .item.mail .item__txt {
    font-size: 22px;
  }
  .footer-cv .item.line .item__ico {
    width: 36px;
  }
  .footer-cv .item.line .item__txt {
    margin-left: 20px;
  }
  .footer-cv .item.mail .item__ico {
    width: 30px;
  }
  .footer-cv .item.mail .item__txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 758px) {
  .footer-cv {
    padding: 31px 0 40px;
  }
  .footer-cv__title {
    font-size: 34px;
    line-height: 1.5;
  }
  .footer-cv__title .sp {
    display: block;
  }
  .footer-cv__txt {
    margin-top: 14px;
    font-size: 14px;
  }
  .footer-cv__contents {
    margin: 31px auto 0;
    width: 100%;
    max-width: 300px;
  }
  .footer-cv .item {
    height: 80px;
  }
  .footer-cv .item.tel .item__ico {
    width: 27px;
    margin-top: 0.2em;
  }
  .footer-cv .item.tel .item__body {
    padding-left: 16px;
  }
  .footer-cv .item.tel .item__num {
    font-size: 32px;
  }
  .footer-cv .item.tel span {
    margin-top: 3px;
    font-size: 12px;
  }
  .footer-cv .item.line, .footer-cv .item.mail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
    padding-left: 25px;
  }
  .footer-cv .item.line .item__txt, .footer-cv .item.mail .item__txt {
    font-size: 20px;
  }
  .footer-cv .item.line .item__ico {
    width: 35px;
  }
  .footer-cv .item.line .item__txt {
    margin-left: 32px;
  }
  .footer-cv .item.mail .item__ico {
    width: 26px;
  }
  .footer-cv .item.mail .item__txt {
    margin-left: 35px;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  padding: 80px 0 105px;
}
.footer__container {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
  margin: 0 auto;
}
.footer__inner {
  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;
  margin-top: 64px;
}
.footer__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  width: 550px;
}
.footer-logo {
  width: 227px;
}
.footer-logo__link, .footer-logo__img {
  display: block;
  width: 100%;
}
.footer__addr {
  margin-top: 46px;
  font-weight: 500;
}
.footer__navs {
  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;
  padding-right: 220px;
}
.footer-nav .menu-item + .menu-item {
  margin-top: 24px;
}
.footer-nav .menu-item a,
.footer-nav .menu-item p {
  font-weight: 500;
}
.footer-nav .sub-menu {
  margin-top: 18px;
  padding-left: 1em;
}
.footer-nav .sub-menu .menu-item + .menu-item {
  margin-top: 14px;
}
.footer-nav .sub-menu .menu-item a {
  color: #808080;
}
.footer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__banners {
  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;
}
.footer__banners .banner {
  width: calc((100% - 30px) / 2);
}
.footer__banners .banner__link, .footer__banners .banner__img {
  display: block;
  width: 100%;
}
.footer__banners-small {
  margin-top: 30px;
}
.footer__banners-small .banner {
  width: 175px;
}
.footer__copy {
  margin-top: 42px;
  font-family: "Roboto", sans-serif;
  color: #808080;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer__container {
    width: 100%;
  }
  .footer-logo {
    width: 170px;
  }
  .footer__addr {
    margin-top: 35px;
  }
  .footer__inner {
    display: block;
    margin-top: 50px;
  }
  .footer__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .footer__navs {
    padding-right: 0;
  }
  .footer-nav .menu-item + .menu-item {
    margin-top: 18px;
  }
  .footer-nav .sub-menu {
    margin-top: 15px;
  }
  .footer-nav .sub-menu .menu-item + .menu-item {
    margin-top: 10px;
  }
  .footer__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .footer__banners {
    display: block;
    margin-top: 30px;
  }
  .footer__banners .banner {
    width: 100%;
  }
  .footer__banners .banner + .banner {
    margin-top: 22px;
  }
  .footer__copy {
    margin-top: 33px;
  }
}
@media screen and (max-width: 758px) {
  .footer__container {
    padding: 0 30px;
  }
  .footer__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .footer-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .footer__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .footer__banners-small {
    margin-top: 22px;
  }
  .footer__banners-small .banner {
    margin: 0 auto;
    width: 160px;
  }
}
/* ===================================

  サイドバー

====================================== */
.sidebar {
  width: 160px;
}
.sidebar .widget {
  word-break: break-all;
}
.sidebar .widget h2 {
  padding: 3px 0 3px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-left: 3px solid #2eafff;
}
.sidebar .widget ul {
  margin-top: 30px;
}
.sidebar .widget ul li + li {
  margin-top: 10px;
}
.sidebar .widget ul a {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ccc;
  border-radius: 9999px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .sidebar {
    width: 100%;
    margin-top: 80px;
  }
  .sidebar .widget h2 {
    padding: 2px 0 2px 15px;
    font-size: 14px;
  }
  .sidebar .widget ul {
    margin-top: 25px;
  }
  .sidebar .widget ul li + li {
    margin-top: 12px;
  }
  .sidebar .widget ul a {
    padding: 2px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .sidebar {
    margin-top: 60px;
  }
  .sidebar .widget h2 {
    padding: 2px 0 2px 12px;
    font-size: 15px;
  }
  .sidebar .widget ul {
    margin-top: 25px;
  }
  .sidebar .widget ul li + li {
    margin-top: 12px;
  }
  .sidebar .widget ul a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
/* ===================================

  詳細コンテンツ

====================================== */
.single .main .entry__body,
.page .main .entry__body {
  padding-top: 30px;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}
.single .main .entry__body > *:first-child,
.page .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single .main .entry__body .wp-block-columns,
.page .main .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single .main .entry__body .wp-block-column > *:first-child,
.page .main .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single .main .entry__body h2,
.single .main .entry__body h3,
.single .main .entry__body h4,
.single .main .entry__body h5,
.single .main .entry__body h6,
.page .main .entry__body h2,
.page .main .entry__body h3,
.page .main .entry__body h4,
.page .main .entry__body h5,
.page .main .entry__body h6 {
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.single .main .entry__body h2,
.page .main .entry__body h2 {
  font-size: 30px;
  margin-top: 40px;
  padding: 8px 20px;
  background-color: #f3f8fc;
}
.single .main .entry__body h3,
.page .main .entry__body h3 {
  margin-top: 40px;
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.single .main .entry__body h4,
.page .main .entry__body h4 {
  margin-top: 40px;
  font-size: 20px;
}
.single .main .entry__body h5,
.page .main .entry__body h5 {
  margin-top: 35px;
  font-size: 18px;
}
.single .main .entry__body h6,
.page .main .entry__body h6 {
  margin-top: 30px;
  font-size: 16px;
}
.single .main .entry__body p,
.page .main .entry__body p {
  margin-top: 30px;
  line-height: 2;
}
.single .main .entry__body p + p,
.page .main .entry__body p + p {
  margin-top: 1.25rem;
}
.single .main .entry__body .wp-block-image,
.page .main .entry__body .wp-block-image {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-image img,
.page .main .entry__body .wp-block-image img {
  margin: 0;
}
.single .main .entry__body .wp-block-image::after,
.page .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .main .entry__body .aligncenter,
.page .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single .main .entry__body .alignright,
.page .main .entry__body .alignright {
  margin-left: auto;
}
.single .main .entry__body .wp-caption,
.page .main .entry__body .wp-caption {
  max-width: 100%;
}
.single .main .entry__body .wp-caption-text,
.page .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .main .entry__body pre,
.page .main .entry__body pre {
  overflow-x: auto;
}
.single .main .entry__body table,
.page .main .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .main .entry__body table th,
.page .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single .main .entry__body table th a,
.page .main .entry__body table th a {
  color: inherit;
}
.single .main .entry__body table td,
.page .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single .main .entry__body table td a,
.page .main .entry__body table td a {
  color: inherit;
}
.single .main .entry__body > ol, .single .main .entry__body > ul,
.page .main .entry__body > ol,
.page .main .entry__body > ul {
  margin-top: 40px;
  font-weight: 500;
}
.single .main .entry__body ol,
.single .main .entry__body ul,
.page .main .entry__body ol,
.page .main .entry__body ul {
  margin-top: 40px;
}
.single .main .entry__body ol li,
.single .main .entry__body ul li,
.page .main .entry__body ol li,
.page .main .entry__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.single .main .entry__body ol li + li,
.single .main .entry__body ul li + li,
.page .main .entry__body ol li + li,
.page .main .entry__body ul li + li {
  margin-top: 0.75em;
}
.single .main .entry__body ul li::before,
.page .main .entry__body ul li::before {
  content: "";
  position: relative;
  top: 5px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: #2eafff;
  border-radius: 50%;
}
.single .main .entry__body ol,
.page .main .entry__body ol {
  counter-reset: num;
  list-style-type: none;
}
.single .main .entry__body ol li,
.page .main .entry__body ol li {
  line-height: 1.5;
  font-weight: 500;
}
.single .main .entry__body ol li::before,
.page .main .entry__body ol li::before {
  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;
  content: counter(num) ". ";
  counter-increment: num;
  position: relative;
  top: -1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 8px;
  padding-bottom: 0;
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  width: 25px;
  height: 25px;
  color: #2eafff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50%;
}
.single .main .entry__body a,
.page .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .main .entry__body .wp-block-buttons,
.page .main .entry__body .wp-block-buttons {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-buttons .wp-block-button a,
.page .main .entry__body .wp-block-buttons .wp-block-button a {
  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;
  min-width: 320px;
  height: 55px;
  font-size: 16px;
  font-weight: 700;
  background-color: #004ea2 !important;
  background-image: url(img/ico/ico-link-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
}
.single .main .entry__body details,
.page .main .entry__body details {
  margin-top: 2em;
}
.single .main .entry__body .wp-calendar-table caption,
.page .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single .main .entry__body blockquote,
.page .main .entry__body blockquote {
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 43px 35px;
  border: 1px solid #ccc;
  border-left: 3px solid #004ea2;
}
.single .main .entry__body blockquote p,
.page .main .entry__body blockquote p {
  margin-top: 0;
}
.single .main .entry__body blockquote p + p,
.page .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.single .main .entry__body blockquote cite,
.page .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
}
.single .main .entry__body blockquote a,
.page .main .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #004ea2;
}
.single .main .entry__body blockquote a:hover,
.page .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .main .entry__body .wp-block-liquid-speech-balloon,
.page .main .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 40px;
}
.single .main .entry__body hr.wp-block-separator,
.page .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #004ea2;
  border-top: none;
}
.single .main .entry__body hr.wp-block-separator.is-style-wide,
.page .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #004ea2;
}
.single .main .entry__body .liquid-speech-balloon-text p,
.page .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .main .entry__body iframe,
.page .main .entry__body iframe {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube,
.page .main .entry__body figure.wp-block-embed-youtube {
  margin-top: 40px;
}
.single .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper,
.page .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single .main .entry__body figure.wp-block-embed-youtube iframe,
.page .main .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single .main .entry__body .toc-mokuji-content,
.page .main .entry__body .toc-mokuji-content {
  margin-top: 40px;
}
.single .main .entry__body .wp-block-columns.is-layout-flex,
.page .main .entry__body .wp-block-columns.is-layout-flex {
  gap: 60px;
}

@media screen and (max-width: 1199px) {
  .single .main .entry__body,
  .page .main .entry__body {
    padding-top: 25px;
  }
  .single .main .entry__body .toc-mokuji-content,
  .page .main .entry__body .toc-mokuji-content {
    margin-top: 30px;
  }
  .single .main .entry__body h2,
  .page .main .entry__body h2 {
    font-size: 22px;
    margin-top: 35px;
    padding: 8px 15px;
  }
  .single .main .entry__body h3,
  .page .main .entry__body h3 {
    margin-top: 35px;
    font-size: 20px;
  }
  .single .main .entry__body h4,
  .page .main .entry__body h4 {
    margin-top: 35px;
    font-size: 18px;
  }
  .single .main .entry__body h5,
  .page .main .entry__body h5 {
    margin-top: 35px;
    font-size: 16px;
  }
  .single .main .entry__body h6,
  .page .main .entry__body h6 {
    margin-top: 35px;
    font-size: 15px;
  }
  .single .main .entry__body p,
  .page .main .entry__body p {
    margin-top: 1em;
  }
  .single .main .entry__body p + p,
  .page .main .entry__body p + p {
    margin-top: 1rem;
  }
  .single .main .entry__body .wp-block-image,
  .page .main .entry__body .wp-block-image {
    margin-top: 35px;
  }
  .single .main .entry__body .aligncenter,
  .page .main .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single .main .entry__body .wp-caption-text,
  .page .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single .main .entry__body table,
  .page .main .entry__body table {
    margin-top: 35px;
  }
  .single .main .entry__body table th,
  .page .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single .main .entry__body table td,
  .page .main .entry__body table td {
    height: 58px;
  }
  .single .main .entry__body > ol, .single .main .entry__body > ul,
  .page .main .entry__body > ol,
  .page .main .entry__body > ul {
    margin-top: 35px;
  }
  .single .main .entry__body ul li::before,
  .page .main .entry__body ul li::before {
    top: 4px;
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .single .main .entry__body ol li::before,
  .page .main .entry__body ol li::before {
    top: 0;
    margin-right: 8px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .single .main .entry__body .wp-block-buttons,
  .page .main .entry__body .wp-block-buttons {
    margin-top: 35px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a,
  .page .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .single .main .entry__body blockquote,
  .page .main .entry__body blockquote {
    margin-top: 35px;
    padding: 35px 30px;
  }
  .single .main .entry__body blockquote cite,
  .page .main .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single .main .entry__body .wp-block-liquid-speech-balloon,
  .page .main .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 35px;
  }
  .single .main .entry__body hr.wp-block-separator,
  .page .main .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single .main .entry__body iframe,
  .page .main .entry__body iframe {
    margin-top: 35px;
  }
  .single .main .entry__body figure.wp-block-embed-youtube,
  .page .main .entry__body figure.wp-block-embed-youtube {
    margin-top: 35px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex,
  .page .main .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 35px;
    gap: 1.5em;
  }
}
@media screen and (max-width: 758px) {
  .single .main .entry__body,
  .page .main .entry__body {
    padding-top: 20px;
  }
  .single .main .entry__body .toc-mokuji-content,
  .page .main .entry__body .toc-mokuji-content {
    margin-top: 25px;
  }
  .single .main .entry__body h2,
  .page .main .entry__body h2 {
    font-size: 18px;
    margin-top: 30px;
    padding: 5px 10px;
  }
  .single .main .entry__body h3,
  .page .main .entry__body h3 {
    margin-top: 30px;
    font-size: 16px;
  }
  .single .main .entry__body h4,
  .page .main .entry__body h4 {
    margin-top: 30px;
    font-size: 15px;
  }
  .single .main .entry__body h5,
  .page .main .entry__body h5 {
    margin-top: 25px;
    font-size: 14px;
  }
  .single .main .entry__body h6,
  .page .main .entry__body h6 {
    margin-top: 25px;
    font-size: 13px;
  }
  .single .main .entry__body p,
  .page .main .entry__body p {
    margin-top: 25px;
    line-height: 2;
  }
  .single .main .entry__body p + p,
  .page .main .entry__body p + p {
    margin-top: 1.25rem;
  }
  .single .main .entry__body .wp-block-image,
  .page .main .entry__body .wp-block-image {
    margin-top: 25px;
  }
  .single .main .entry__body .aligncenter,
  .page .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single .main .entry__body table,
  .page .main .entry__body table {
    margin-top: 25px;
  }
  .single .main .entry__body table th,
  .page .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single .main .entry__body table td,
  .page .main .entry__body table td {
    height: 45px;
  }
  .single .main .entry__body > ol, .single .main .entry__body > ul,
  .page .main .entry__body > ol,
  .page .main .entry__body > ul {
    margin-top: 25px;
  }
  .single .main .entry__body ul li::before,
  .page .main .entry__body ul li::before {
    top: 5px;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .single .main .entry__body ol li::before,
  .page .main .entry__body ol li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: auto;
    top: 0;
    margin-right: 7px;
    padding-bottom: 0;
    font-size: 12px;
  }
  .single .main .entry__body blockquote,
  .page .main .entry__body blockquote {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .single .main .entry__body .wp-block-buttons,
  .page .main .entry__body .wp-block-buttons {
    margin-top: 25px;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button,
  .page .main .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single .main .entry__body .wp-block-buttons .wp-block-button a,
  .page .main .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .single .main .entry__body .wp-block-liquid-speech-balloon,
  .page .main .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 25px;
  }
  .single .main .entry__body hr.wp-block-separator,
  .page .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single .main .entry__body iframe,
  .page .main .entry__body iframe {
    margin-top: 25px;
  }
  .single .main .entry__body figure.wp-block-embed-youtube,
  .page .main .entry__body figure.wp-block-embed-youtube {
    margin-top: 25px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex,
  .page .main .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 30px;
    gap: 1em;
  }
}
/* ===================================

  メインビジュアル

====================================== */
.home .mv {
  position: relative;
  width: 100%;
  height: 920px;
  background-color: #f3f8fc;
}
.home .mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.home .mv__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .mv__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.03vw;
          flex: 0 0 70.03vw;
  width: 70.03vw;
  padding-top: 120px;
  padding-right: 6.77vw;
  padding-bottom: 95px;
  background-color: #fff;
}
.home .mv__body::before, .home .mv__body::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.home .mv__body::before {
  top: 0;
  border-width: 240px 240px 0 0;
  border-color: #f3f8fc transparent transparent transparent;
}
.home .mv__body::after {
  bottom: 0;
  border-width: 240px 0 0 240px;
  border-color: transparent transparent transparent #f3f8fc;
}
.home .mv__body-img {
  width: 72.1%;
  background-image: url(img/mv-illust.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.home .mv__contents {
  position: absolute;
  top: 50%;
  left: 10.4vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .mv__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.6;
}
.home .mv__title .sp {
  display: none;
}
.home .mv__title span {
  color: #2eafff;
}
.home .mv__txt {
  margin-top: 35px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1499px) {
  .home .mv__body {
    padding-right: 30px;
  }
  .home .mv__contents {
    left: 5vw;
  }
}
@media screen and (max-width: 1309px) {
  .home .mv__body {
    padding-right: 10px;
  }
  .home .mv__contents {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .home .mv {
    padding-top: 65px;
    height: 613px;
  }
  .home .mv__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .home .mv__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75vw;
            flex: 0 0 75vw;
    width: 75vw;
    height: 450px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .home .mv__body::before {
    border-width: 95px 95px 0 0;
  }
  .home .mv__body::after {
    border-width: 95px 0 0 95px;
  }
  .home .mv__body-img {
    width: 100%;
    background-position: center right 20px;
  }
  .home .mv__title {
    font-size: 40px;
  }
  .home .mv__txt {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 920px) {
  .home .mv__body {
    height: 400px;
  }
  .home .mv__body-img {
    width: 90%;
    background-position: center center;
  }
  .home .mv__contents {
    top: auto;
    bottom: 0;
    left: 30px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 758px) {
  .home .mv {
    height: auto;
  }
  .home .mv__inner {
    height: 345px;
  }
  .home .mv__body {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33vw;
            flex: 0 0 83.33vw;
    width: 83.33vw;
    height: 100%;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 55px;
  }
  .home .mv__body-img {
    position: absolute;
    top: 0;
    left: -8px;
    width: 100%;
    height: 100%;
    background-position: center center;
    z-index: 2;
  }
  .home .mv__contents {
    position: static;
    margin-top: -27px;
    padding: 0 30px;
  }
  .home .mv__title {
    font-size: 32px;
  }
  .home .mv__title .sp {
    display: block;
  }
  .home .mv__txt {
    margin-top: 10px;
    font-size: 15px;
  }
}
/* ===================================

  新着情報

====================================== */
.home .news {
  position: relative;
  padding-top: 30px;
  padding-bottom: 62px;
  background-color: #f3f8fc;
}
.home .news .container {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
}
.home .news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news__title .title {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #2eafff;
}
.home .news__title .subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: 1.5em;
  margin-left: 25px;
}
.home .news__contents {
  margin-top: 25px;
}
.home .news .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
}
.home .news .entry:last-child {
  border-bottom: 1px solid #ccc;
}
.home .news .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  width: 250px;
  padding-left: 25px;
}
.home .news .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  font-family: "Roboto", sans-serif;
}
.home .news .entry__cates {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .news .entry__cate {
  position: relative;
  display: inline-block;
  padding: 5px 17px;
  font-size: 14px;
  background-color: #ccc;
  border-radius: 9999px;
}
.home .news .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 35px 100px 35px 0;
  padding-right: 100px;
  word-break: break-all;
  background-image: url(img/ico/ico-link-btn-bk.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 20px;
}
.home .news .link-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 62px;
}
.home .news .bg-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.3vw;
  height: 120px;
  background-color: #fff;
}
.home .news .bg-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -120px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 0 120px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1199px) {
  .home .news {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .home .news .container {
    width: 100%;
  }
  .home .news__title .title {
    font-size: 48px;
  }
  .home .news__title .subtitle {
    font-size: 14px;
    margin-top: 1em;
    margin-left: 20px;
  }
  .home .news__contents {
    margin-top: 20px;
  }
  .home .news .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    width: 210px;
    padding-left: 0;
  }
  .home .news .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
  }
  .home .news .entry__cate {
    padding: 4px 15px;
    font-size: 12px;
  }
  .home .news .entry__body {
    padding: 28px 60px 28px 0;
    background-size: 22px 22px;
    background-position: center right 10px;
  }
  .home .news .entry__title {
    line-height: 1.5;
  }
  .home .news .bg-bar {
    width: 52vw;
    height: 100px;
  }
  .home .news .bg-bar::after {
    right: -100px;
    border-width: 100px 0 0 100px;
  }
}
@media screen and (max-width: 990px) {
  .home .news {
    padding-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .home .news {
    padding-top: 60px;
    padding-bottom: 95px;
  }
  .home .news .container {
    padding: 0 30px;
  }
  .home .news__title {
    display: block;
  }
  .home .news__title .title {
    font-size: 45px;
  }
  .home .news__title .subtitle {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
  }
  .home .news__contents {
    margin-top: 23px;
  }
  .home .news .entry {
    display: block;
    padding: 15px 0 12px;
  }
  .home .news .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .news .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .home .news .entry__cates {
    margin-left: 18px;
  }
  .home .news .entry__cate {
    padding: 4px 13px;
    font-size: 11px;
  }
  .home .news .entry__body {
    display: block;
    margin-top: 5px;
    padding: 0;
    padding-right: 30px;
    background-size: 18px 18px;
    background-position: center right 0;
  }
  .home .news .entry__title {
    line-height: 2;
  }
  .home .news .link-btn-wrap {
    margin-top: 20px;
  }
  .home .news .bg-bar {
    width: calc(100% - 125px);
    height: 75px;
  }
  .home .news .bg-bar::after {
    right: -75px;
    border-width: 75px 0 0 75px;
  }
}
/* ===================================

  事業案内

====================================== */
.home .service {
  padding-bottom: 140px;
}
.home .service .container {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
}
.home .service__copy {
  margin-top: 80px;
  line-height: 2;
}
.home .service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 107px;
}
.home .service .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  border: 2px solid #ccc;
}
.home .service .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 110px 52px 80px;
  width: 100%;
  height: 100%;
}
.home .service .item:nth-child(2n) {
  margin-left: -2px;
}
.home .service .item:nth-child(n+3) {
  margin-top: -2px;
}
.home .service .item__head {
  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;
}
.home .service .item__num {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 500;
  white-space: nowrap;
}
.home .service .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 338px;
          flex: 0 0 338px;
  width: 338px;
  padding-top: 30px;
}
.home .service .item__img {
  display: block;
  width: 100%;
}
.home .service .item__body {
  padding-top: 38px;
  margin-bottom: 50px;
}
.home .service .item__title {
  font-size: 30px;
  font-weight: 700;
}
.home .service .item__title .sp {
  display: none;
}
.home .service .item__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
.home .service .item__cate {
  position: relative;
  margin: 0 10px 10px 0;
  padding: 9px 15px;
  background-color: #e6e6e6;
  border-radius: 4px;
}
.home .service .item__footer {
  margin-top: auto;
}
.home .service .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.home .service .item__link::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url(img/ico/ico-link-btn-bl.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .service .item.bio .item__num,
.home .service .item.bio .item__title {
  color: #618fe8;
}
.home .service .item.higiene .item__num,
.home .service .item.higiene .item__title {
  color: #ff5963;
}
.home .service .item.clean .item__num,
.home .service .item.clean .item__title {
  color: #dbc900;
}
.home .service .item.agri .item__num,
.home .service .item.agri .item__title {
  color: #00a652;
}

@media screen and (max-width: 1199px) {
  .home .service {
    padding-bottom: 80px;
  }
  .home .service .container {
    width: 100%;
  }
  .home .service__copy {
    margin-top: 40px;
  }
  .home .service__contents {
    margin-top: 50px;
  }
  .home .service .item {
    border: 1px solid #ccc;
  }
  .home .service .item__inner {
    padding: 30px 30px 40px;
  }
  .home .service .item:nth-child(2n) {
    margin-left: -1px;
  }
  .home .service .item:nth-child(n+3) {
    margin-top: -1px;
  }
  .home .service .item__head {
    display: block;
  }
  .home .service .item__num {
    font-size: 50px;
  }
  .home .service .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: -10px;
    padding-top: 0;
    padding-left: 12px;
  }
  .home .service .item__body {
    padding-top: 30px;
    margin-bottom: 35px;
  }
  .home .service .item__title {
    font-size: 22px;
    line-height: 1.5;
  }
  .home .service .item__cates {
    margin-top: 30px;
  }
  .home .service .item__cate {
    margin: 0 8px 8px 0;
    padding: 6px 12px;
    font-size: 12px;
  }
  .home .service .item__link::before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 758px) {
  .home .service {
    padding-bottom: 60px;
  }
  .home .service .container {
    padding: 0 30px;
  }
  .home .service__copy {
    margin-top: 22px;
  }
  .home .service__contents {
    display: block;
    margin-top: 34px;
  }
  .home .service .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .service .item:nth-child(2n) {
    margin-left: 0;
  }
  .home .service .item + .item {
    margin-top: -1px;
  }
  .home .service .item__head {
    display: block;
  }
  .home .service .item__body {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .home .service .item__title .sp {
    display: block;
  }
  .home .service .item__cates {
    margin-top: 20px;
  }
  .home .service .item__link {
    margin-top: 30px;
  }
}
/* ===================================

  中途採用

====================================== */
.home .carrer {
  padding: 80px 0 67px;
  background: -webkit-gradient(linear, left top, right top, from(#2eafff), color-stop(74%, #2eafff), color-stop(74%, #fff), to(#fff));
  background: linear-gradient(to right, #2eafff 0%, #2eafff 74%, #fff 74%, #fff 100%);
}
.home .carrer .container {
  width: 1340px;
  padding: 0 30px;
  max-width: 100%;
}
.home .carrer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .carrer__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  width: 580px;
}
.home .carrer .section-title .title,
.home .carrer .section-title .subtitle {
  color: #fff;
}
.home .carrer__txt {
  margin-top: 80px;
  line-height: 2;
  color: #fff;
}
.home .carrer__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 420px;
  margin-right: calc(-1 * (50vw - 50%));
}
.home .carrer__img {
  width: 100%;
  height: 100%;
  background-image: url(img/top-carrer-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left 0;
}
.home .carrer .link-btn-wrap {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .home .carrer {
    padding: 80px 0 70px;
    background: -webkit-gradient(linear, left top, right top, from(#2eafff), color-stop(85%, #2eafff), color-stop(85%, #fff), to(#fff));
    background: linear-gradient(to right, #2eafff 0%, #2eafff 85%, #fff 85%, #fff 100%);
  }
  .home .carrer .container {
    width: 100%;
    padding: 0;
  }
  .home .carrer__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .carrer__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 50px;
    padding: 0 30px;
  }
  .home .carrer__txt {
    margin-top: 40px;
  }
  .home .carrer__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 400px;
    margin-right: 0;
    padding-left: 30px;
  }
  .home .carrer__img {
    height: 400px;
  }
  .home .carrer .link-btn-wrap {
    margin-top: 40px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .home .carrer {
    padding: 60px 0 50px;
    background: -webkit-gradient(linear, left top, right top, from(#2eafff), color-stop(87%, #2eafff), color-stop(87%, #fff), to(#fff));
    background: linear-gradient(to right, #2eafff 0%, #2eafff 87%, #fff 87%, #fff 100%);
  }
  .home .carrer .container {
    padding: 0 30px;
    padding: 0;
  }
  .home .carrer__body {
    margin-top: 40px;
    padding-right: 60px;
  }
  .home .carrer__txt {
    margin-top: 18px;
  }
  .home .carrer__thumb {
    height: 135px;
  }
  .home .carrer__img {
    height: 135px;
  }
  .home .carrer .link-btn-wrap {
    margin-top: 20px;
  }
}
/* ===================================

  会社案内

====================================== */
.home .company {
  margin-top: 140px;
  padding-top: 120px;
  background-color: #f3f8fc;
}
.home .company .container {
  padding-left: calc((100% - 1280px) / 2);
}
.home .company__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  padding: 160px 0 170px;
  background-color: #fff;
}
.home .company__items {
  width: 1280px;
  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;
}
.home .company__items .item {
  width: calc((100% - 80px) / 2);
}
.home .company__items .item__thumb {
  width: 100%;
  overflow: hidden;
}
.home .company__items .item__thumb-img {
  width: 100%;
  padding-top: 66.6%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .company__items .item__link:hover {
  opacity: 0.6;
}
.home .company__items .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .company__items .item__body {
  padding-top: 30px;
}
.home .company__items .item__title {
  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;
  font-size: 28px;
  font-weight: 700;
}
.home .company__items .item__title::after {
  position: relative;
  top: 2px;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  background-image: url(img/ico/ico-link-btn-bl.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center right 0;
}

@media screen and (max-width: 1400px) {
  .home .company .container {
    padding-left: 30px;
  }
  .home .company__contents {
    padding: 80px 30px;
  }
  .home .company__items {
    width: 100%;
  }
  .home .company__items .item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .home .company {
    margin-top: 80px;
    padding-top: 80px;
  }
  .home .company .container {
    padding-left: 30px;
    padding-right: 0;
  }
  .home .company__contents {
    margin-top: 60px;
    padding: 50px 30px;
  }
  .home .company__items {
    width: 100%;
  }
  .home .company__items .item {
    width: calc((100% - 30px) / 2);
  }
  .home .company__items .item__link:hover {
    opacity: 1;
  }
  .home .company__items .item__link:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .company__items .item__body {
    padding-top: 20px;
  }
  .home .company__items .item__title {
    font-size: 22px;
  }
  .home .company__items .item__title::after {
    top: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-left: 20px;
    background-size: 22px 22px;
  }
}
@media screen and (max-width: 758px) {
  .home .company {
    margin-top: 60px;
    padding-top: 60px;
  }
  .home .company .container {
    padding-left: 30px;
  }
  .home .company__contents {
    margin-top: 50px;
    padding: 30px 0 38px 30px;
  }
  .home .company__items {
    display: block;
  }
  .home .company__items .item {
    width: 100%;
  }
  .home .company__items .item + .item {
    margin-top: 28px;
  }
  .home .company__items .item__body {
    padding-top: 10px;
  }
  .home .company__items .item__title {
    padding-right: 30px;
  }
}
/* ===================================

  会社案内：company

====================================== */
/* ---------------------------------
  Top Message
----------------------------------- */
.page-company .main {
  padding-bottom: 30px;
}
.page-company .main .container {
  width: 1200px;
}
.page-company .msg {
  padding: 140px 0 120px;
}
.page-company .msg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 64px;
}
.page-company .msg__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 80px;
}
.page-company .msg__copy {
  margin-top: -0.25em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.page-company .msg__txt {
  margin-top: 34px;
  line-height: 2;
}
.page-company .msg__txt span {
  display: block;
  margin-top: 2em;
}
.page-company .msg__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  width: 560px;
}
.page-company .msg__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-company .main {
    padding-bottom: 30px;
  }
  .page-company .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .msg {
    padding: 80px 0;
  }
  .page-company .msg__contents {
    margin-top: 40px;
  }
  .page-company .msg__body {
    padding-right: 50px;
  }
  .page-company .msg__copy {
    margin-top: 0;
    font-size: 22px;
  }
  .page-company .msg__txt {
    margin-top: 25px;
  }
  .page-company .msg__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main {
    padding-bottom: 20px;
  }
  .page-company .msg {
    padding: 60px 0 40px;
  }
  .page-company .msg__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .page-company .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 22px;
    padding-right: 0;
  }
  .page-company .msg__copy {
    font-size: 20px;
  }
  .page-company .msg__txt {
    margin-top: 15px;
  }
  .page-company .msg__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
/* ---------------------------------
  Philosophy
----------------------------------- */
.page-company .philo {
  padding: 120px 0 140px;
  background-color: #f3f8fc;
}
.page-company .philo__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 64px;
}
.page-company .philo__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  width: 560px;
}
.page-company .philo__img {
  display: block;
  width: 100%;
}
.page-company .philo__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 80px;
}
.page-company .philo__items .item + .item {
  margin-top: 100px;
}
.page-company .philo__items .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 700;
}
.page-company .philo__items .item__title::before {
  content: "";
  position: relative;
  top: 1px;
  width: 28px;
  height: 32px;
  margin-right: 12px;
  background-image: url(img/ico/ico-hexa.png);
  background-repeat: no-repeat;
  background-size: 28px 32px;
  background-position: center center;
}
.page-company .philo__items .item__txt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-company .philo {
    padding: 80px 0;
  }
  .page-company .philo__contents {
    margin-top: 50px;
  }
  .page-company .philo__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
  .page-company .philo__body {
    padding-left: 40px;
  }
  .page-company .philo__items .item + .item {
    margin-top: 40px;
  }
  .page-company .philo__items .item__title {
    font-size: 22px;
  }
  .page-company .philo__items .item__title::before {
    width: 18px;
    height: 22px;
    margin-right: 10px;
    background-size: 18px 22px;
  }
  .page-company .philo__items .item__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .philo {
    padding: 40px 0;
  }
  .page-company .philo__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .page-company .philo__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-company .philo__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .page-company .philo__items .item + .item {
    margin-top: 40px;
  }
  .page-company .philo__items .item__title {
    font-size: 18px;
  }
  .page-company .philo__items .item__title::before {
    width: 15px;
    height: 18px;
    margin-right: 8px;
    background-size: 15px 18px;
  }
  .page-company .philo__items .item__txt {
    font-size: 14px;
  }
}
/* ---------------------------------
  Corporate Overview
----------------------------------- */
.page-company .overview {
  padding: 120px 0 50px;
}
.page-company .overview__contents {
  margin-top: 60px;
}
.page-company .overview__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
}
.page-company .overview__contents dl:last-child {
  border-bottom: 1px solid #ccc;
}
.page-company .overview__contents dt,
.page-company .overview__contents dd {
  padding: 32px 0;
  line-height: 2;
}
.page-company .overview__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  font-weight: 500;
}
.page-company .overview__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
  .page-company .overview {
    padding: 80px 0;
  }
  .page-company .overview__contents {
    margin-top: 50px;
  }
  .page-company .overview__contents dt,
  .page-company .overview__contents dd {
    padding: 24px 0;
  }
  .page-company .overview__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .overview {
    padding: 40px 0 20px;
  }
  .page-company .overview__contents {
    margin-top: 30px;
  }
  .page-company .overview__contents dl {
    display: block;
  }
  .page-company .overview__contents dt,
  .page-company .overview__contents dd {
    padding: 0;
  }
  .page-company .overview__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-top: 15px;
  }
  .page-company .overview__contents dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 12px;
    padding-bottom: 15px;
  }
}
/* ===================================

  沿革 : History

====================================== */
.page-history .main {
  padding: 140px 0 30px;
  background-color: #f3f8fc;
}
.page-history .main .contents {
  margin: 0 auto;
  padding: 100px 100px 0;
  width: 1100px;
  background-color: #fff;
}
.page-history .main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-history .main .item + .item {
  margin-top: -22px;
}
.page-history .main .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.page-history .main .item__num {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #2eafff;
}
.page-history .main .item__year {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.page-history .main .item__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 20px;
  padding-bottom: 125px;
  padding-left: 58px;
  border-left: 5px solid #e6e6e6;
}
.page-history .main .item__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #2eafff;
  border-radius: 9999px;
}
.page-history .main .item__txt {
  margin-top: -0.8em;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-history .main .item__img {
  display: block;
  margin-top: 41px;
}
.page-history .main .item__img.hor {
  width: 360px;
}
.page-history .main .item__img.ver {
  width: 270px;
}
.page-history .main .item:last-child .item__body {
  border-color: transparent;
}

@media screen and (max-width: 1199px) {
  .page-history .main {
    padding: 30px 30px;
  }
  .page-history .main .contents {
    margin: 0;
    padding: 50px 30px 20px;
    width: 100%;
  }
  .page-history .main .item + .item {
    margin-top: -22px;
  }
  .page-history .main .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
  }
  .page-history .main .item__num {
    font-size: 40px;
  }
  .page-history .main .item__year {
    margin-top: 3px;
    font-size: 12px;
  }
  .page-history .main .item__body {
    margin-top: 15px;
    padding-bottom: 80px;
    padding-left: 27px;
    border-left: 4px solid #e6e6e6;
  }
  .page-history .main .item__body::before {
    left: -8px;
    width: 12px;
    height: 12px;
  }
  .page-history .main .item__txt {
    margin-top: -0.7em;
    font-size: 16px;
  }
  .page-history .main .item__img {
    margin-top: 35px;
  }
  .page-history .main .item__img.hor {
    width: 300px;
  }
  .page-history .main .item__img.ver {
    width: 230px;
  }
  .page-history .breadcrumb-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 758px) {
  .page-history .main {
    padding: 0 0 20px;
  }
  .page-history .main .contents {
    padding: 76px 30px 0 33px;
  }
  .page-history .main .item {
    position: relative;
    display: block;
    padding-left: 25px;
    border-left: 4px solid #e6e6e6;
  }
  .page-history .main .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
    background-color: #2eafff;
    border-radius: 9999px;
  }
  .page-history .main .item:last-child {
    border-color: transparent;
  }
  .page-history .main .item + .item {
    margin-top: 0;
  }
  .page-history .main .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-history .main .item__num {
    margin-top: -16px;
  }
  .page-history .main .item__year {
    margin-top: 3px;
    font-size: 11px;
  }
  .page-history .main .item__body {
    margin-top: 8px;
    padding-bottom: 70px;
    padding-left: 0;
    border-left: none;
  }
  .page-history .main .item__body::before {
    display: none;
  }
  .page-history .main .item__txt {
    margin-top: 0;
    font-size: 14px;
  }
  .page-history .main .item__img {
    margin-top: 30px;
  }
  .page-history .main .item__img.hor {
    width: 100%;
  }
  .page-history .main .item__img.ver {
    width: 75%;
  }
  .page-history .breadcrumb-wrap {
    padding: 0 30px;
  }
}
/* ===================================

  除菌・除菌事業

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-disinfect .service-mv__title {
  color: #dbc900;
}
.page-disinfect .service-title .title {
  color: #dbc900;
}
.page-disinfect .main {
  padding-top: 140px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .page-disinfect .main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-disinfect .main {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
/* ===================================

  Service

====================================== */
/* ---------------------------------
  サービス紹介
----------------------------------- */
.page-disinfect .service {
  padding-bottom: 140px;
}
.page-disinfect .service .container {
  width: 1200px;
}
.page-disinfect .service__contents {
  margin-top: 70px;
}
.page-disinfect .service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-disinfect .service .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  width: 560px;
}
.page-disinfect .service .item__img {
  display: block;
  width: 100%;
}
.page-disinfect .service .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 80px;
}
.page-disinfect .service .item__title {
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.page-disinfect .service .item__lists {
  margin-top: 38px;
}
.page-disinfect .service .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.page-disinfect .service .item__list::before {
  position: relative;
  top: 3px;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  height: 30px;
  margin-right: 17px;
  background-image: url(img/ico/ico-infect-check.png);
  background-repeat: no-repeat;
  background-size: 35px 30px;
  background-position: center center;
}
.page-disinfect .service .item__list + .item__list {
  margin-top: 28px;
}
.page-disinfect .service .box {
  margin: 70px auto 0;
  padding: 40px 60px 30px;
  width: 1000px;
  background-color: #f3f8fc;
}
.page-disinfect .service .box__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.page-disinfect .service .box__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.page-disinfect .service .box__cate {
  position: relative;
  margin: 0 20px 20px 0;
  padding: 13px 20px;
  background-color: #dbc900;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
}

@media screen and (max-width: 1199px) {
  .page-disinfect .service {
    padding-bottom: 60px;
  }
  .page-disinfect .service .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-disinfect .service__contents {
    margin-top: 40px;
  }
  .page-disinfect .service .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    width: 38%;
  }
  .page-disinfect .service .item__body {
    padding-left: 30px;
  }
  .page-disinfect .service .item__title {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .page-disinfect .service .item__lists {
    margin-top: 30px;
  }
  .page-disinfect .service .item__list {
    font-size: 16px;
  }
  .page-disinfect .service .item__list::before {
    top: 3px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    width: 25px;
    height: 20px;
    margin-right: 12px;
    background-size: 25px 20px;
  }
  .page-disinfect .service .item__list + .item__list {
    margin-top: 20px;
  }
  .page-disinfect .service .box {
    width: 100%;
    margin: 40px auto 0;
    padding: 35px 30px 20px;
  }
  .page-disinfect .service .box__title {
    font-size: 22px;
  }
  .page-disinfect .service .box__cates {
    margin-top: 30px;
  }
  .page-disinfect .service .box__cate {
    margin: 0 15px 15px 0;
    padding: 10px 18px;
    font-size: 16px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 758px) {
  .page-disinfect .service {
    padding-bottom: 40px;
  }
  .page-disinfect .service .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-disinfect .service .item__thumb {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-disinfect .service .item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
  .page-disinfect .service .item__title {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .page-disinfect .service .item__lists {
    margin-top: 20px;
  }
  .page-disinfect .service .item__list {
    font-size: 15px;
  }
  .page-disinfect .service .item__list::before {
    top: 4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 15px;
    margin-right: 10px;
    background-size: 20px 15px;
  }
  .page-disinfect .service .item__list + .item__list {
    margin-top: 15px;
  }
  .page-disinfect .service .box {
    margin: 25px auto 0;
    padding: 30px 15px 20px;
  }
  .page-disinfect .service .box__title {
    font-size: 18px;
  }
  .page-disinfect .service .box__cates {
    margin-top: 25px;
  }
  .page-disinfect .service .box__cate {
    margin: 0 10px 10px 0;
    padding: 8px 12px;
    font-size: 14px;
  }
}
/* ---------------------------------
  関連サービス
----------------------------------- */
.page-disinfect .more {
  margin-top: 140px;
}
.page-disinfect .more .container {
  width: 1200px;
}
.page-disinfect .more__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
.page-disinfect .more__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  width: 560px;
}
.page-disinfect .more__img {
  display: block;
  width: 100%;
}
.page-disinfect .more__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 80px;
}
.page-disinfect .more__title {
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.page-disinfect .more__txt {
  margin-top: 31px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.875;
}

@media screen and (max-width: 1199px) {
  .page-disinfect .more {
    margin-top: 100px;
  }
  .page-disinfect .more .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-disinfect .more__contents {
    margin-top: 40px;
  }
  .page-disinfect .more__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    width: 38%;
  }
  .page-disinfect .more__body {
    padding-right: 30px;
  }
  .page-disinfect .more__title {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .page-disinfect .more__txt {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-disinfect .more {
    margin-top: 60px;
  }
  .page-disinfect .more__contents {
    display: block;
  }
  .page-disinfect .more__thumb {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-disinfect .more__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
  .page-disinfect .more__title {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .page-disinfect .more__txt {
    margin-top: 18px;
    font-size: 14px;
  }
}
/* ===================================

  農業事業

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-agriculture .service-mv__title {
  color: #00a652;
}
.page-agriculture .service-title .title {
  color: #00a652;
}
.page-agriculture .main {
  padding-top: 140px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .page-agriculture .main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-agriculture .main {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
/* ---------------------------------
  共通パーツ
----------------------------------- */
.page-agriculture .agri__heading-3 {
  padding-bottom: 22px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.page-agriculture .agri__heading-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 53px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.page-agriculture .agri__heading-4::before {
  content: "";
  position: relative;
  top: 0.45em;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-color: #00a652;
  border-radius: 50%;
}
.page-agriculture .agri__txt {
  margin-top: 23px;
  line-height: 2;
}
.page-agriculture .agri__txt + .agri__txt {
  margin-top: 2em;
}
.page-agriculture .agri__cards {
  margin-top: 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-agriculture .agri__cards::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
}
.page-agriculture .agri__cards .card {
  width: calc((100% - 80px) / 3);
}
.page-agriculture .agri__cards .card__thumb {
  width: 100%;
}
.page-agriculture .agri__cards .card__img {
  display: block;
  width: 100%;
}
.page-agriculture .agri__cards .card__title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.page-agriculture .agri__cards .card__txt {
  margin-top: 10px;
  line-height: 2;
}
.page-agriculture .agri__cards .card__txt-sb {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.page-agriculture .agri-proce {
  position: relative;
  margin-top: 80px;
  padding: 70px 100px 52px;
  border: 2px solid #00a652;
}
.page-agriculture .agri-proce__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  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;
  width: 160px;
  height: 45px;
  background-color: #00a652;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.page-agriculture .agri-proce__img {
  display: block;
  width: 100%;
}
.page-agriculture .agri__banners {
  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;
  margin-top: 70px;
}
.page-agriculture .agri__banners .banner {
  width: calc((100% - 40px) / 2);
}
.page-agriculture .agri__banners .banner__link {
  display: block;
}
.page-agriculture .agri__banners .banner__img {
  display: block;
  width: 100%;
}
.page-agriculture .agri-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
.page-agriculture .agri-col2__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  width: 580px;
}
.page-agriculture .agri-col2__img {
  display: block;
  width: 100%;
}
.page-agriculture .agri-col2__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 40px;
}
.page-agriculture .agri-col2__body > *:first-child {
  margin-top: 0 !important;
}
.page-agriculture .agri-col2__title {
  font-size: 24px;
  font-weight: 700;
}
.page-agriculture .agri-col2__txt {
  margin-top: 38px;
  line-height: 2;
}
.page-agriculture .agri-col2__txt + p {
  margin-top: 2em;
}
.page-agriculture .more-btn {
  margin: 67px auto 0;
  background-color: #00a652;
  background-image: url(img/ico/ico-more-btn-agri.png);
}
.page-agriculture .col2-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
.page-agriculture .col2-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 40px) / 2);
}
.page-agriculture .col2-cards .card__img {
  display: block;
  width: 100%;
}
.page-agriculture .col2-cards .card__body {
  padding-top: 22px;
  margin-bottom: 40px;
}
.page-agriculture .col2-cards .card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.page-agriculture .col2-cards .card__txt {
  margin-top: 17px;
}
.page-agriculture .col2-cards .card__txt p {
  line-height: 2;
}
.page-agriculture .col2-cards .card__txt p + p {
  margin-top: 2em;
}
.page-agriculture .col2-cards .card__foot {
  margin-top: auto;
}
.page-agriculture .col2-cards .card__btn {
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .page-agriculture .agri__heading-3 {
    padding-bottom: 12px;
    font-size: 22px;
  }
  .page-agriculture .agri__heading-4 {
    margin-top: 40px;
    font-size: 18px;
  }
  .page-agriculture .agri__heading-4::before {
    top: 0.45em;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
    height: 15px;
  }
  .page-agriculture .agri__txt {
    margin-top: 16px;
  }
  .page-agriculture .agri__txt + .agri__txt {
    margin-top: 1.5em;
  }
  .page-agriculture .agri__cards {
    margin-top: 30px;
  }
  .page-agriculture .agri__cards::after {
    width: calc((100% - 40px) / 3);
  }
  .page-agriculture .agri__cards .card {
    width: calc((100% - 40px) / 3);
  }
  .page-agriculture .agri__cards .card__title {
    margin-top: 12px;
    font-size: 16px;
  }
  .page-agriculture .agri__cards .card__txt {
    margin-top: 8px;
  }
  .page-agriculture .agri__cards .card__txt-sb {
    margin-top: 15px;
  }
  .page-agriculture .agri-proce {
    margin-top: 70px;
    padding: 40px 30px;
    border: 2px solid #00a652;
  }
  .page-agriculture .agri-proce__title {
    width: 120px;
    height: 40px;
    font-size: 18px;
  }
  .page-agriculture .agri__banners {
    margin-top: 50px;
  }
  .page-agriculture .agri__banners .banner {
    width: calc((100% - 20px) / 2);
  }
  .page-agriculture .agri-col2 {
    margin-top: 40px;
  }
  .page-agriculture .agri-col2__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    width: 38%;
  }
  .page-agriculture .agri-col2__body {
    padding-left: 30px;
  }
  .page-agriculture .agri-col2__title {
    font-size: 18px;
  }
  .page-agriculture .agri-col2__txt {
    margin-top: 25px;
  }
  .page-agriculture .more-btn {
    margin: 40px auto 0;
  }
  .page-agriculture .col2-cards {
    margin-top: 50px;
  }
  .page-agriculture .col2-cards .card {
    width: calc((100% - 30px) / 2);
  }
  .page-agriculture .col2-cards .card__body {
    padding-top: 18px;
    margin-bottom: 30px;
  }
  .page-agriculture .col2-cards .card__title {
    font-size: 18px;
  }
  .page-agriculture .col2-cards .card__txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-agriculture .agri__heading-3 {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .page-agriculture .agri__heading-4 {
    margin-top: 30px;
    font-size: 14px;
  }
  .page-agriculture .agri__heading-4::before {
    top: 0.4em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
    height: 12px;
  }
  .page-agriculture .agri__txt {
    margin-top: 15px;
  }
  .page-agriculture .agri__cards {
    display: block;
  }
  .page-agriculture .agri__cards::after {
    display: none;
  }
  .page-agriculture .agri__cards .card {
    width: 100%;
  }
  .page-agriculture .agri__cards .card + .card {
    margin-top: 25px;
  }
  .page-agriculture .agri__cards .card__title {
    margin-top: 10px;
    font-size: 15px;
  }
  .page-agriculture .agri__cards .card__txt {
    margin-top: 5px;
  }
  .page-agriculture .agri__cards .card__txt-sb {
    font-size: 14px;
    margin-top: 10px;
  }
  .page-agriculture .agri-proce {
    margin-top: 60px;
    padding: 40px 20px 30px;
    border: 1px solid #00a652;
  }
  .page-agriculture .agri-proce__title {
    width: 90px;
    height: 35px;
    font-size: 15px;
  }
  .page-agriculture .agri__banners {
    display: block;
    margin-top: 40px;
  }
  .page-agriculture .agri__banners .banner {
    width: 100%;
  }
  .page-agriculture .agri__banners .banner + .banner {
    margin-top: 10px;
  }
  .page-agriculture .agri-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .page-agriculture .agri-col2__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-agriculture .agri-col2__body {
    padding-left: 0;
    padding-top: 20px;
  }
  .page-agriculture .agri-col2__title {
    font-size: 15px;
  }
  .page-agriculture .agri-col2__txt {
    margin-top: 12px;
  }
  .page-agriculture .agri-col2__txt + p {
    margin-top: 1em;
  }
  .page-agriculture .more-btn {
    margin: 30px auto 0;
  }
  .page-agriculture .col2-cards {
    display: block;
    margin-top: 30px;
  }
  .page-agriculture .col2-cards .card {
    width: 100%;
  }
  .page-agriculture .col2-cards .card + .card {
    margin-top: 30px;
  }
  .page-agriculture .col2-cards .card__body {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .page-agriculture .col2-cards .card__title {
    font-size: 15px;
  }
  .page-agriculture .col2-cards .card__txt {
    margin-top: 12px;
  }
  .page-agriculture .col2-cards .card__txt p + p {
    margin-top: 1em;
  }
}
/* ---------------------------------
  バイオマスプラスチック
----------------------------------- */
.page-agriculture .biomass .container {
  width: 1200px;
}
.page-agriculture .biomass__contents {
  margin-top: 70px;
}

@media screen and (max-width: 1199px) {
  .page-agriculture .biomass .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-agriculture .biomass__contents {
    margin-top: 40px;
  }
}
/* ---------------------------------
  中原ファーム
----------------------------------- */
.page-agriculture .farm {
  margin-top: 140px;
}
.page-agriculture .farm .container {
  width: 1200px;
}
.page-agriculture .farm__contents {
  margin-top: 70px;
}
.page-agriculture .farm__group + .farm__group {
  margin-top: 140px;
}

@media screen and (max-width: 1199px) {
  .page-agriculture .farm {
    margin-top: 100px;
  }
  .page-agriculture .farm .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-agriculture .farm__contents {
    margin-top: 40px;
  }
  .page-agriculture .farm__group + .farm__group {
    margin-top: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-agriculture .farm {
    margin-top: 60px;
  }
  .page-agriculture .farm__group + .farm__group {
    margin-top: 60px;
  }
}
/* ===================================

  採用

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-recruit .main {
  padding-bottom: 30px;
}
.page-recruit .recruit__title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(9.375rem, 1.042rem + 11.11vw, 14.375rem);
  font-weight: 700;
  color: #c5ecfc;
  text-transform: uppercase;
}
.page-recruit .recruit__subtitle {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #2eafff;
}
.page-recruit .recruit__subtitle::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 40px);
  content: "";
  width: 380px;
  height: 2px;
  background-color: #2eafff;
}

@media screen and (max-width: 1199px) {
  .page-recruit .recruit__title {
    font-size: 125px;
  }
  .page-recruit .recruit__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
  }
  .page-recruit .recruit__subtitle::before {
    position: static;
    top: auto;
    right: auto;
    width: 50px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .main {
    padding-bottom: 20px;
  }
  .page-recruit .recruit__title {
    font-size: 60px;
  }
  .page-recruit .recruit__subtitle {
    font-size: 22px;
  }
  .page-recruit .recruit__subtitle::before {
    width: 30px;
    margin-right: 10px;
  }
}
/* ---------------------------------
  メインビジュアル
----------------------------------- */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.page-recruit .recruit-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page-recruit .recruit-mv__bg {
  width: 100%;
  height: 100%;
  background-image: url(img/recruit-mv-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-animation: zoomUp 15s linear 0s 1 normal both;
          animation: zoomUp 15s linear 0s 1 normal both;
}
.page-recruit .recruit-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .page-recruit .recruit-mv {
    height: 450px;
  }
  .page-recruit .recruit-mv__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .recruit-mv {
    height: 520px;
  }
  .page-recruit .recruit-mv__bg {
    background-image: url(img/sp-recruit-mv-80.jpg);
    background-position: top center;
  }
  .page-recruit .recruit-mv__title {
    font-size: 48px;
  }
}
/* ===================================

  Career

====================================== */
.page-recruit .career {
  position: relative;
  width: 100%;
  min-height: 1020px;
  padding: 233px 0 208px;
  background-image: url(img/recruit-career-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left 0;
}
.page-recruit .career .recruit__title {
  position: absolute;
  top: 261px;
  left: 0;
  font-size: clamp(18.75rem, 10.417rem + 11.11vw, 23.75rem);
  color: #008dd3;
  text-transform: none;
}
.page-recruit .career .container {
  position: relative;
  width: 1080px;
  z-index: 1;
}
.page-recruit .career__title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.page-recruit .career__body {
  margin-top: 70px;
  padding-left: 263px;
}
.page-recruit .career__txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 3;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-recruit .career {
    width: 100%;
    min-height: 0;
    padding: 100px 0;
  }
  .page-recruit .career .recruit__title {
    top: 110px;
    font-size: 200px;
  }
  .page-recruit .career .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-recruit .career__title {
    font-size: 30px;
  }
  .page-recruit .career__body {
    margin-top: 40px;
    padding-left: 5em;
  }
  .page-recruit .career__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .career {
    padding: 60px 0;
  }
  .page-recruit .career .recruit__title {
    top: 30%;
    font-size: clamp(5.625rem, -1.648rem + 36.36vw, 8.125rem);
  }
  .page-recruit .career__title {
    font-size: 22px;
  }
  .page-recruit .career__body {
    margin-top: 30px;
    padding-left: 0;
  }
  .page-recruit .career__txt {
    font-size: 13px;
  }
}
/* ===================================

  どんな仕事

====================================== */
.page-recruit .works {
  position: relative;
  padding: 230px 0;
  background-color: #f3f8fc;
}
.page-recruit .works .recruit__title {
  position: absolute;
  left: 0;
  bottom: -37px;
  color: #fff;
  z-index: 1;
}
.page-recruit .works .container {
  width: 1080px;
}
.page-recruit .works__title {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #2eafff;
}
.page-recruit .works__title::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 40px);
  content: "";
  width: 380px;
  height: 2px;
  background-color: #2eafff;
}
.page-recruit .works__body {
  margin-top: 53px;
}
.page-recruit .works__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-recruit .works-foot {
  margin-top: 76px;
}
.page-recruit .works-foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-recruit .works-btn__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  width: 450px;
  padding-top: 100px;
  padding-right: 70px;
}
.page-recruit .works__btn {
  position: relative;
  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;
  width: 100%;
  height: 70px;
  background-color: #2eafff;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
}
.page-recruit .works__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: calc(50% - 50vw);
  padding-right: 30px;
}
.page-recruit .works__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-recruit .works {
    padding: 120px 0;
  }
  .page-recruit .works .recruit__title {
    bottom: -28px;
    z-index: 1;
  }
  .page-recruit .works .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-recruit .works__body {
    margin-top: 40px;
  }
  .page-recruit .works__txt {
    font-size: 16px;
  }
  .page-recruit .works-foot {
    position: relative;
    margin-top: 40px;
    z-index: 2;
  }
  .page-recruit .works-btn__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding-top: 3em;
    padding-right: 40px;
  }
  .page-recruit .works__btn {
    height: 50px;
    font-size: 18px;
  }
  .page-recruit .works__thumb {
    margin-right: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .works {
    padding: 60px 0 120px;
  }
  .page-recruit .works .recruit__title {
    bottom: -12px;
    font-size: 70px;
  }
  .page-recruit .works__txt {
    font-size: 14px;
  }
  .page-recruit .works-foot__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-recruit .works-btn__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .page-recruit .works__btn {
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
  }
  .page-recruit .works__thumb {
    margin-top: 30px;
  }
}
/* ---------------------------------
  はたらく環境について
----------------------------------- */
.page-recruit .company {
  position: relative;
  padding: 230px 0;
}
.page-recruit .company .container {
  width: 1080px;
}
.page-recruit .company .recruit__title {
  position: absolute;
  top: 375px;
  right: 0;
  z-index: -1;
}
.page-recruit .company__body {
  margin-top: 50px;
}
.page-recruit .company__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-recruit .company__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.page-recruit .company__items .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 40px 40px 25px;
  width: calc((100% - 60px) / 3);
  background-color: #76d1ff;
  border-radius: 8px;
}
.page-recruit .company__items .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-recruit .company__items .item__img {
  display: block;
  width: auto;
  height: 100px;
}
.page-recruit .company__items .item__body {
  margin-top: 16px;
  margin-bottom: 20px;
}
.page-recruit .company__items .item__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.page-recruit .company__items .item__foot {
  width: 100%;
  margin-top: auto;
}
.page-recruit .company__items .item__btn {
  position: relative;
  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;
  width: 100%;
  height: 60px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #76d1ff;
  border-radius: 8px;
}

@media screen and (max-width: 1199px) {
  .page-recruit .company {
    padding: 120px 0;
  }
  .page-recruit .company .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-recruit .company .recruit__title {
    top: 235px;
  }
  .page-recruit .company__body {
    margin-top: 40px;
  }
  .page-recruit .company__txt {
    font-size: 16px;
  }
  .page-recruit .company__items {
    margin-top: 40px;
  }
  .page-recruit .company__items .item {
    padding: 30px 30px 20px;
    width: calc((100% - 30px) / 3);
  }
  .page-recruit .company__items .item__img {
    height: 60px;
  }
  .page-recruit .company__items .item__body {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page-recruit .company__items .item__title {
    font-size: 22px;
  }
  .page-recruit .company__items .item__btn {
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .company {
    padding: 60px 0;
  }
  .page-recruit .company .recruit__title {
    top: 80px;
  }
  .page-recruit .company__txt {
    font-size: 14px;
  }
  .page-recruit .company__items {
    display: block;
  }
  .page-recruit .company__items .item {
    padding: 30px 30px 20px;
    width: 100%;
    border-radius: 6px;
  }
  .page-recruit .company__items .item + .item {
    margin-top: 30px;
  }
  .page-recruit .company__items .item__img {
    height: 75px;
  }
  .page-recruit .company__items .item__body {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .page-recruit .company__items .item__title {
    font-size: 22px;
  }
  .page-recruit .company__items .item__foot {
    margin-top: 30px;
  }
  .page-recruit .company__items .item__btn {
    font-size: 14px;
    border-radius: 6px;
  }
}
/* ===================================

  募集要項

====================================== */
.page-recruit .summary {
  padding: 230px 0;
  background-color: #f3f8fc;
}
.page-recruit .summary .container {
  width: 1080px;
}
.page-recruit .summary__contents {
  width: 100%;
  margin-top: 120px;
  padding: 71px 80px;
  background-color: #fff;
}
.page-recruit .summary__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.page-recruit .summary__contents dl:last-child {
  border-bottom: none;
}
.page-recruit .summary__contents dt,
.page-recruit .summary__contents dd {
  padding: 21px 0 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-recruit .summary__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  width: 190px;
  padding-left: 20px;
  color: #2eafff;
}
.page-recruit .summary__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 20px;
}

@media screen and (max-width: 1199px) {
  .page-recruit .summary {
    padding: 120px 0;
  }
  .page-recruit .summary .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-recruit .summary__contents {
    margin-top: 40px;
    padding: 50px 30px;
  }
  .page-recruit .summary__contents dt,
  .page-recruit .summary__contents dd {
    padding: 16px 0 18px;
    font-size: 16px;
  }
  .page-recruit .summary__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    padding-left: 15px;
  }
  .page-recruit .summary__contents dd {
    padding-right: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .summary {
    padding: 60px 0;
  }
  .page-recruit .summary__contents {
    padding: 40px 15px;
  }
  .page-recruit .summary__contents dl {
    display: block;
  }
  .page-recruit .summary__contents dt,
  .page-recruit .summary__contents dd {
    padding: 0;
  }
  .page-recruit .summary__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 20px 0 0;
    line-height: 1;
    font-size: 15px;
  }
  .page-recruit .summary__contents dd {
    padding: 12px 0 20px;
    font-size: 14px;
  }
}
/* ===================================

  採用の流れ

====================================== */
.page-recruit .flow {
  position: relative;
  padding-top: 230px;
}
.page-recruit .flow .recruit__title {
  position: absolute;
  top: 315px;
  left: 0;
  z-index: -1;
}
.page-recruit .flow .container {
  width: 1080px;
}
.page-recruit .flow__contents {
  margin-top: 120px;
  padding-left: 240px;
}
.page-recruit .flow__items .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 30px 30px 41px;
  background-color: #f3f8fc;
  border-radius: 8px;
}
.page-recruit .flow__items .item + .item {
  margin-top: 30px;
}
.page-recruit .flow__items .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  width: 110px;
}
.page-recruit .flow__items .item__num {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #2eafff;
}
.page-recruit .flow__items .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 4px;
}
.page-recruit .flow__items .item__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.page-recruit .flow__items .item__txt {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-recruit .flow {
    padding-top: 120px;
  }
  .page-recruit .flow .recruit__title {
    top: 0;
  }
  .page-recruit .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-recruit .flow__contents {
    margin-top: 40px;
    padding-left: 60px;
  }
  .page-recruit .flow__items .item {
    padding: 25px 30px 35px;
    border-radius: 6px;
  }
  .page-recruit .flow__items .item + .item {
    margin-top: 20px;
  }
  .page-recruit .flow__items .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
  }
  .page-recruit .flow__items .item__num {
    font-size: 48px;
  }
  .page-recruit .flow__items .item__body {
    padding-top: 5px;
  }
  .page-recruit .flow__items .item__title {
    font-size: 22px;
  }
  .page-recruit .flow__items .item__txt {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .flow {
    padding-top: 60px;
  }
  .page-recruit .flow .recruit__title {
    top: 0;
  }
  .page-recruit .flow__contents {
    padding-left: 0;
  }
  .page-recruit .flow__items .item {
    padding: 20px 15px 30px;
  }
  .page-recruit .flow__items .item + .item {
    margin-top: 15px;
  }
  .page-recruit .flow__items .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .page-recruit .flow__items .item__num {
    font-size: 32px;
  }
  .page-recruit .flow__items .item__body {
    padding-top: 3px;
  }
  .page-recruit .flow__items .item__title {
    font-size: 18px;
  }
  .page-recruit .flow__items .item__txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* ===================================

  オカヤクのはたらく環境

====================================== */
/* ---------------------------------
  共通MV
----------------------------------- */
.recruit-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;
  width: 100%;
  height: 400px;
  background-image: url(img/environment-mv-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruit-mv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.recruit-mv__contents .title {
  margin-top: 27px;
  font-size: 30px;
}
.recruit-mv__contents .txt {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .recruit-mv {
    height: 300px;
  }
  .recruit-mv__contents .title {
    margin-top: 20px;
    font-size: 28px;
  }
  .recruit-mv__contents .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .recruit-mv {
    height: 250px;
  }
  .recruit-mv__contents .title {
    margin-top: 18px;
    font-size: 21px;
  }
  .recruit-mv__contents .txt {
    font-size: 15px;
  }
}
/* ---------------------------------
  ページ共通
----------------------------------- */
.page-environment .main {
  padding-bottom: 30px;
}
.page-environment .env__title {
  margin-left: calc(50% - 50vw);
}
.page-environment .env__title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: 700;
  color: #2eafff;
}
.page-environment .env__title .title::before {
  content: "";
  width: calc((100vw - 1200px) / 2 + 60px);
  height: 2px;
  margin-right: 40px;
  background-color: #2eafff;
}

@media screen and (max-width: 1199px) {
  .page-environment .env__title .title {
    font-size: 32px;
  }
  .page-environment .env__title .title::before {
    width: 60px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-environment .main {
    padding-bottom: 20px;
  }
  .page-environment .env__title .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .page-environment .env__title .title::before {
    width: 25px;
    margin-right: 15px;
  }
}
/* ---------------------------------
  キャリアアップ支援
----------------------------------- */
.page-environment .sup {
  padding-top: 100px;
  padding-bottom: 155px;
  background-color: #f3f8fc;
}
.page-environment .sup .container {
  width: 1200px;
}
.page-environment .sup__contents {
  margin-top: 23px;
}
.page-environment .sup__figure img {
  display: block;
  width: 100%;
}
.page-environment .sup__figure img.sp {
  display: none;
}
.page-environment .sup__items {
  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;
  margin-top: 78px;
}
.page-environment .sup__items .item {
  position: relative;
  padding: 40px 40px 28px;
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.page-environment .sup__items .item__title {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #2eafff;
  border-bottom: 1px solid #2eafff;
}
.page-environment .sup__items .item__txt {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-environment .sup {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-environment .sup .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-environment .sup__contents {
    margin-top: 20px;
  }
  .page-environment .sup__items {
    margin-top: 50px;
  }
  .page-environment .sup__items .item {
    width: calc((100% - 25px) / 2);
    padding: 30px 30px 25px;
  }
  .page-environment .sup__items .item__title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .page-environment .sup__items .item__txt {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-environment .sup {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .page-environment .sup__contents {
    margin-top: 18px;
  }
  .page-environment .sup__figure img.pc {
    display: none;
  }
  .page-environment .sup__figure img.sp {
    display: block;
  }
  .page-environment .sup__items {
    display: block;
    margin-top: 40px;
  }
  .page-environment .sup__items .item {
    width: 100%;
    padding: 24px 24px 20px;
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.15);
  }
  .page-environment .sup__items .item + .item {
    margin-top: 20px;
  }
  .page-environment .sup__items .item__title {
    padding-bottom: 12px;
    font-size: 18px;
  }
  .page-environment .sup__items .item__txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* ---------------------------------
  福利厚生
----------------------------------- */
.page-environment .bene {
  padding-top: 180px;
}
.page-environment .bene .container {
  width: 1080px;
}
.page-environment .bene__contents {
  margin-top: 130px;
}
.page-environment .bene__group + .bene__group {
  margin-top: 120px;
}
.page-environment .bene__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #2eafff;
}
.page-environment .bene__title::before {
  content: "";
  margin-right: 20px;
  width: 50px;
  height: 2px;
  background-color: #2eafff;
}
.page-environment .bene__items {
  margin-top: 72px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-environment .bene__items .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  height: 380px;
  padding: 0 30px;
  background-color: #f3f8fc;
  border-radius: 8px;
  z-index: 1;
}
.page-environment .bene__items .item:nth-child(n+4) {
  margin-top: 30px;
}
.page-environment .bene__items .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 130px;
}
.page-environment .bene__items .item__ico {
  width: auto;
  height: 90px;
}
.page-environment .bene__items .item.item2 .item__ico {
  height: 66.7px;
}
.page-environment .bene__items .item__body {
  padding-top: 23px;
}
.page-environment .bene__items .item__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #2eafff;
  text-align: center;
}
.page-environment .bene__items .item__txt {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-environment .bene__clm2 {
  margin-top: 70px;
}
.page-environment .bene__clm2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-environment .bene__clm2 .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
}
.page-environment .bene__clm2 .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 32px;
  padding-left: 80px;
}
.page-environment .bene__clm2 .item__title {
  font-size: 30px;
  font-weight: 700;
  color: #2eafff;
}
.page-environment .bene__clm2 .item__txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-environment .bene__txt {
  margin-top: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-environment .bene-voice {
  margin-top: 80px;
  padding: 0 90px;
}
.page-environment .bene-voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 40px;
  border-radius: 8px;
  z-index: 1;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
}
.page-environment .bene-voice__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  width: 65px;
}
.page-environment .bene-voice__ico {
  display: block;
  width: 100%;
}
.page-environment .bene-voice__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 35px;
  word-break: break-all;
}
.page-environment .bene-voice__txt {
  margin-top: -0.4em;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-environment .bene {
    padding-top: 100px;
  }
  .page-environment .bene .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-environment .bene__contents {
    margin-top: 80px;
  }
  .page-environment .bene__group + .bene__group {
    margin-top: 80px;
  }
  .page-environment .bene__title {
    font-size: 24px;
  }
  .page-environment .bene__title::before {
    margin-right: 15px;
    width: 40px;
  }
  .page-environment .bene__items {
    margin-top: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page-environment .bene__items .item {
    width: calc((100% - 20px) / 2);
    height: auto;
    padding: 25px 30px;
  }
  .page-environment .bene__items .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .page-environment .bene__items .item__head {
    height: 100px;
  }
  .page-environment .bene__items .item__ico {
    height: 80px;
  }
  .page-environment .bene__items .item.item2 .item__ico {
    height: 60px;
  }
  .page-environment .bene__items .item__body {
    padding-top: 18px;
  }
  .page-environment .bene__items .item__title {
    font-size: 22px;
  }
  .page-environment .bene__items .item__txt {
    margin-top: 10px;
    font-size: 16px;
  }
  .page-environment .bene__clm2 {
    margin-top: 40px;
  }
  .page-environment .bene__clm2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
  .page-environment .bene__clm2 .item__body {
    padding-top: 20px;
    padding-left: 50px;
  }
  .page-environment .bene__clm2 .item__title {
    font-size: 22px;
  }
  .page-environment .bene__clm2 .item__txt {
    margin-top: 15px;
    font-size: 16px;
  }
  .page-environment .bene__txt {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-environment .bene-voice {
    margin-top: 50px;
    padding: 0 30px;
  }
  .page-environment .bene-voice__box {
    padding: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.15);
  }
  .page-environment .bene-voice__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .page-environment .bene-voice__body {
    padding-left: 30px;
  }
  .page-environment .bene-voice__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-environment .bene {
    padding-top: 80px;
  }
  .page-environment .bene__contents {
    margin-top: 60px;
  }
  .page-environment .bene__group + .bene__group {
    margin-top: 60px;
  }
  .page-environment .bene__title {
    font-size: 18px;
  }
  .page-environment .bene__title::before {
    margin-right: 10px;
    width: 20px;
  }
  .page-environment .bene__items {
    margin-top: 30px;
    display: block;
  }
  .page-environment .bene__items .item {
    width: 100%;
    padding: 10px 20px 30px;
  }
  .page-environment .bene__items .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .page-environment .bene__items .item__head {
    height: 90px;
  }
  .page-environment .bene__items .item__ico {
    height: 70px;
  }
  .page-environment .bene__items .item.item2 .item__ico {
    height: 50px;
  }
  .page-environment .bene__items .item__body {
    padding-top: 18px;
  }
  .page-environment .bene__items .item__title {
    font-size: 18px;
  }
  .page-environment .bene__items .item__txt {
    margin-top: 15px;
    font-size: 13px;
  }
  .page-environment .bene__clm2 {
    margin-top: 30px;
  }
  .page-environment .bene__clm2 .item {
    display: block;
  }
  .page-environment .bene__clm2 .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-environment .bene__clm2 .item__body {
    padding-left: 0;
  }
  .page-environment .bene__clm2 .item__title {
    font-size: 18px;
  }
  .page-environment .bene__clm2 .item__txt {
    margin-top: 12px;
    font-size: 13px;
  }
  .page-environment .bene__txt {
    margin-top: 20px;
    font-size: 13px;
  }
  .page-environment .bene-voice {
    margin-top: 38px;
    padding: 0;
  }
  .page-environment .bene-voice__box {
    padding: 30px 20px;
  }
  .page-environment .bene-voice__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
  .page-environment .bene-voice__body {
    padding-left: 20px;
  }
  .page-environment .bene-voice__txt {
    font-size: 13px;
  }
}
/* ---------------------------------
  スライダー
----------------------------------- */
.page-environment .env-slider {
  padding-top: 100px;
}
.page-environment .env-slider .swiper {
  width: 100%;
  overflow-x: hidden;
}
.page-environment .env-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.page-environment .env-slider .swiper-img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-environment .env-slider {
    padding-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-environment .env-slider {
    padding-top: 40px;
  }
}
/* ---------------------------------
  いっしょにはたらく人たち
----------------------------------- */
.page-environment .toge {
  padding-top: 180px;
}
.page-environment .toge .container {
  width: 1080px;
}
.page-environment .toge__contents {
  margin-top: 83px;
}
.page-environment .toge__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-environment .toge__items {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
}
.page-environment .toge__items .item {
  width: calc((100% - 60px) / 3);
}
.page-environment .toge__items .item__img {
  display: block;
  width: 100%;
}
.page-environment .toge__items .item:nth-child(n+4) {
  margin-top: 30px;
}
.page-environment .toge__items.items1 {
  display: block;
  margin-top: 30px;
}
.page-environment .toge__items.items1 .item {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-environment .toge {
    padding-top: 100px;
  }
  .page-environment .toge .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-environment .toge__contents {
    margin-top: 40px;
  }
  .page-environment .toge__txt {
    font-size: 16px;
  }
  .page-environment .toge__items {
    margin-top: 40px;
  }
  .page-environment .toge__items .item {
    width: calc((100% - 40px) / 3);
  }
  .page-environment .toge__items .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .page-environment .toge__items.items1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-environment .toge {
    padding-top: 80px;
  }
  .page-environment .toge__contents {
    margin-top: 30px;
  }
  .page-environment .toge__txt {
    font-size: 13px;
  }
  .page-environment .toge__items {
    margin-top: 30px;
  }
  .page-environment .toge__items .item {
    width: calc((100% - 15px) / 2);
  }
  .page-environment .toge__items .item:nth-child(n+3) {
    margin-top: 15px;
  }
  .page-environment .toge__items.items1 {
    margin-top: 15px;
  }
}
/* ===================================

  オカヤクの先輩にインタビュー！

====================================== */
/* ---------------------------------
  ページ共通
----------------------------------- */
.page-people .main {
  padding-bottom: 30px;
}

@media screen and (max-width: 758px) {
  .page-people .main {
    padding-bottom: 20px;
  }
}
/* ---------------------------------
  お客様の課題解決から
----------------------------------- */
.page-people .profile {
  margin-top: 100px;
}
.page-people .profile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1200px;
}
.page-people .profile__head {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  width: 530px;
  padding-top: 98px;
}
.page-people .profile__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page-people .profile__txt {
  font-size: 38px;
  font-weight: 700;
  color: #2eafff;
  line-height: 1.47;
  white-space: nowrap;
}
.page-people .profile__title {
  margin-top: 46px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.47;
  color: #2eafff;
}
.page-people .profile__title span {
  font-size: 42px;
  margin-right: 8px;
}
.page-people .profile__carrer {
  margin-top: 38px;
}
.page-people .profile__carrer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.page-people .profile__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 590px;
  margin-left: -70px;
  margin-right: calc(50% - 50vw);
  padding-right: 30px;
}
.page-people .profile__thumb {
  width: 100%;
  height: 100%;
}
.page-people .profile__thumb-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .page-people .profile {
    margin-top: 60px;
  }
  .page-people .profile .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-people .profile__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
    padding-top: 1em;
  }
  .page-people .profile__txt {
    font-size: 28px;
  }
  .page-people .profile__title {
    margin-top: 33px;
    font-size: 26px;
  }
  .page-people .profile__title span {
    font-size: 33px;
    margin-right: 6px;
  }
  .page-people .profile__carrer {
    margin-top: 26px;
  }
  .page-people .profile__body {
    height: 400px;
    margin-left: -50px;
    margin-right: calc(50% - 50vw);
    padding-right: 0;
  }
}
@media screen and (max-width: 758px) {
  .page-people .profile {
    margin-top: 40px;
  }
  .page-people .profile .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-people .profile__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .page-people .profile__txt {
    font-size: 20px;
  }
  .page-people .profile__title {
    margin-top: 24px;
    font-size: 18px;
  }
  .page-people .profile__title span {
    font-size: 20px;
    margin-right: 3px;
  }
  .page-people .profile__carrer {
    margin-top: 16px;
  }
  .page-people .profile__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .page-people .profile__thumb {
    width: 100%;
  }
  .page-people .profile__thumb-img {
    height: auto;
    padding-top: 56%;
  }
}
/* ---------------------------------
  1日のスケジュール
----------------------------------- */
.page-people .sche {
  margin-top: 90px;
}
.page-people .sche .container {
  width: 960px;
}
.page-people .sche__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #2eafff;
}
.page-people .sche__title::before {
  content: "";
  margin-right: 20px;
  width: 50px;
  height: 2px;
  background-color: #2eafff;
}
.page-people .sche__contents {
  margin-top: 70px;
}
.page-people .sche__contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-people .sche__contents .item + .item {
  margin-top: -16px;
}
.page-people .sche__contents .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.page-people .sche__contents .item__time {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #2eafff;
}
.page-people .sche__contents .item__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0.25em;
  padding-bottom: 75px;
  padding-left: 30px;
  border-left: 2px solid #e6e6e6;
}
.page-people .sche__contents .item__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2eafff;
  border-radius: 9999px;
}
.page-people .sche__contents .item__bl {
  position: relative;
  margin-top: -1.25em;
  padding: 10px 20px 22px;
  background-color: #f3f8fc;
  border-radius: 8px;
  z-index: 1;
}
.page-people .sche__contents .item__bl::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 18px 11px 0;
  border-color: transparent #f3f8fc transparent transparent;
}
.page-people .sche__contents .item__bl .item__txt {
  margin-top: 0;
}
.page-people .sche__contents .item__bl .item__img {
  margin-top: 15px;
  display: block;
  width: 300px;
}
.page-people .sche__contents .item__txt {
  margin-top: -0.8em;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #2eafff;
}
.page-people .sche__contents .item__desc {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-people .sche__contents .item:last-child .item__body {
  border-color: transparent;
}

@media screen and (max-width: 1199px) {
  .page-people .sche {
    margin-top: 80px;
  }
  .page-people .sche .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-people .sche__title {
    font-size: 24px;
  }
  .page-people .sche__title::before {
    margin-right: 15px;
    width: 40px;
  }
  .page-people .sche__contents {
    margin-top: 50px;
  }
  .page-people .sche__contents .item + .item {
    margin-top: -22px;
  }
  .page-people .sche__contents .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
  }
  .page-people .sche__contents .item__time {
    font-size: 16px;
  }
  .page-people .sche__contents .item__body {
    margin-top: 0.23em;
    padding-bottom: 80px;
    padding-left: 27px;
    border-left: 4px solid #e6e6e6;
  }
  .page-people .sche__contents .item__body::before {
    left: -8px;
    width: 12px;
    height: 12px;
  }
  .page-people .sche__contents .item__bl {
    margin-top: -1.4em;
    padding: 10px 25px 20px;
  }
  .page-people .sche__contents .item__bl::before {
    left: -14px;
    top: 17px;
    border-width: 8px 14px 8px 0;
  }
  .page-people .sche__contents .item__bl .item__img {
    margin-top: 18px;
    width: 230px;
  }
  .page-people .sche__contents .item__txt {
    margin-top: -0.7em;
    font-size: 16px;
  }
  .page-people .sche__contents .item__desc {
    margin-top: 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-people .sche {
    margin-top: 60px;
  }
  .page-people .sche__title {
    font-size: 18px;
  }
  .page-people .sche__title::before {
    margin-right: 10px;
    width: 20px;
  }
  .page-people .sche__contents {
    margin-top: 60px;
  }
  .page-people .sche__contents .item {
    position: relative;
    display: block;
    padding-left: 25px;
    border-left: 4px solid #e6e6e6;
  }
  .page-people .sche__contents .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 12px;
    height: 12px;
    background-color: #2eafff;
    border-radius: 9999px;
  }
  .page-people .sche__contents .item:last-child {
    border-color: transparent;
  }
  .page-people .sche__contents .item + .item {
    margin-top: 0;
  }
  .page-people .sche__contents .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-people .sche__contents .item__time {
    margin-top: -16px;
  }
  .page-people .sche__contents .item__body {
    margin-top: 8px;
    padding-bottom: 50px;
    padding-left: 0;
    border-left: none;
  }
  .page-people .sche__contents .item__body::before {
    display: none;
  }
  .page-people .sche__contents .item__bl {
    position: relative;
    top: -1.6em;
    margin-top: -1.4em;
    padding: 10px 15px 20px;
  }
  .page-people .sche__contents .item__bl .item__img {
    margin-top: 15px;
    width: 100%;
  }
  .page-people .sche__contents .item__txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-people .sche__contents .item__desc {
    margin-top: 4px;
    font-size: 14px;
  }
}
/* ---------------------------------
  Q＆A
----------------------------------- */
.page-people .itv {
  margin-top: 100px;
}
.page-people .itv .container {
  width: 960px;
}
.page-people .itv .item {
  width: 100%;
}
.page-people .itv .item + .item {
  margin-top: 92px;
}
.page-people .itv .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #2eafff;
}
.page-people .itv .item__title::before {
  content: "";
  margin-right: 20px;
  width: 50px;
  height: 2px;
  background-color: #2eafff;
}
.page-people .itv .item__body {
  padding-top: 42px;
}
.page-people .itv .item__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-people .itv .item__thumb {
  margin-top: 58px;
}
.page-people .itv .item__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-people .itv {
    margin-top: 60px;
  }
  .page-people .itv .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-people .itv .item + .item {
    margin-top: 60px;
  }
  .page-people .itv .item__title {
    font-size: 24px;
  }
  .page-people .itv .item__title::before {
    margin-right: 15px;
    width: 40px;
  }
  .page-people .itv .item__body {
    padding-top: 30px;
  }
  .page-people .itv .item__txt {
    font-size: 16px;
  }
  .page-people .itv .item__thumb {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .page-people .itv {
    margin-top: 0;
  }
  .page-people .itv .item + .item {
    margin-top: 40px;
  }
  .page-people .itv .item__title {
    font-size: 18px;
  }
  .page-people .itv .item__title::before {
    margin-right: 10px;
    width: 20px;
  }
  .page-people .itv .item__body {
    padding-top: 20px;
  }
  .page-people .itv .item__txt {
    font-size: 14px;
  }
  .page-people .itv .item__thumb {
    margin-top: 25px;
  }
}
/* ===================================

  お問い合わせ

====================================== */
.page-contact .main {
  padding: 140px 0 30px;
}
.page-contact .main .container {
  width: 900px;
}
.page-contact .main .contact__title {
  font-size: 32px;
  font-weight: 700;
}
.page-contact .main .contact__items {
  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;
  margin-top: 50px;
}
.page-contact .main .contact__items .item {
  position: relative;
  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;
  width: calc((100% - 60px) / 3);
  height: 100px;
  background-color: rgba(97, 143, 232, 0.15);
  border: 1px solid rgb(97, 143, 232);
  border-radius: 4px;
  text-align: center;
  z-index: 1;
}
.page-contact .main .contact__items .item__link {
  display: block;
}
.page-contact .main .contact__items .item__txt {
  font-size: 18px;
}
.page-contact .main .contact__items .item__num {
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
.page-contact .main .contact__items .item.okakujo {
  background-color: rgba(219, 201, 0, 0.15);
  border: 1px solid rgb(219, 201, 0);
}
.page-contact .main .contact__items .item.agri {
  background-color: rgba(0, 166, 82, 0.15);
  border: 1px solid rgb(0, 166, 82);
}
.page-contact .main .contact__body {
  margin-top: 125px;
}
.page-contact .main .contact__txt {
  margin-top: 45px;
  font-weight: 500;
  line-height: 2;
}
.page-contact .main .contact__contents {
  margin-top: 60px;
}
.page-contact .main .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .main .form__group + .form__group {
  margin-top: 30px;
}
.page-contact .main .form__head {
  width: 260px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}
.page-contact .main .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.1em;
  font-size: 16px;
  font-weight: 500;
}
.page-contact .main .form__label .require,
.page-contact .main .form__label .any {
  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;
  margin-right: 15px;
  width: 45px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-contact .main .form__label .require {
  background-color: #2eafff;
}
.page-contact .main .form__label .any {
  background-color: #999;
}
.page-contact .main .form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-contact .main .form__body .wpcf7-list-item-label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-contact .main .form__body input:not([type=radio]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 60px;
  padding-left: 10px;
  background-color: #f2f2f2;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.page-contact .main .form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 360px;
  padding: 10px;
  background-color: #f2f2f2;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.page-contact .main .form__group.form__radio .form__label {
  padding: 0;
}
.page-contact .main .form__group.form__radio .form__body {
  padding-top: 0.25em;
  padding-bottom: 20px;
}
.page-contact .main .form__group .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-left: 0;
}
.page-contact .main .form__group .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 27px;
}
.page-contact .main .form__group .wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin-right: 10px;
}
.page-contact .main .agree {
  margin-top: 75px;
  text-align: center;
}
.page-contact .main .agree .wpcf7-list-item-label {
  margin-left: 12px;
}
.page-contact .main .agree .wpcf7-list-item-label a {
  text-decoration: underline;
}
.page-contact .main .agree label span {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-contact .main input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 80px auto 0;
  width: 340px;
  height: 80px;
  background-color: #333;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.page-contact .main input[type=submit]:hover {
  opacity: 0.6;
}
.page-contact .wpcf7-response-output {
  display: none;
  opacity: 0;
}
.page-contact .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.page-contact .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 1199px) {
  .page-contact .main {
    padding: 60px 0 30px;
  }
  .page-contact .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-contact .main .contact__title {
    font-size: 24px;
  }
  .page-contact .main .contact__items {
    margin-top: 40px;
  }
  .page-contact .main .contact__items .item {
    width: calc((100% - 30px) / 3);
  }
  .page-contact .main .contact__items .item__txt {
    font-size: 16px;
  }
  .page-contact .main .contact__items .item__num {
    margin-top: 10px;
    font-size: 30px;
  }
  .page-contact .main .contact__body {
    margin-top: 80px;
  }
  .page-contact .main .contact__txt {
    margin-top: 30px;
  }
  .page-contact .main .contact__contents {
    margin-top: 40px;
  }
  .page-contact .main .form__group + .form__group {
    margin-top: 25px;
  }
  .page-contact .main .form__head {
    width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
  .page-contact .main .form__label {
    padding-top: 0.6em;
    font-size: 15px;
  }
  .page-contact .main .form__label .require,
  .page-contact .main .form__label .any {
    margin-right: 12px;
    width: 40px;
    height: 22px;
    font-size: 12px;
  }
  .page-contact .main .form__body input:not([type=radio]) {
    height: 45px;
    padding-left: 8px;
  }
  .page-contact .main .form__body textarea {
    height: 180px;
    padding: 10px 8px;
  }
  .page-contact .main .form__group.form__radio .form__body {
    padding-top: 0.35em;
    padding-bottom: 15px;
  }
  .page-contact .main .form__group .wpcf7-radio .wpcf7-list-item {
    font-size: 15px;
  }
  .page-contact .main .form__group .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 22px;
  }
  .page-contact .main .form__group .wpcf7-radio .wpcf7-list-item input[type=radio] {
    margin-right: 8px;
  }
  .page-contact .main .agree {
    margin-top: 50px;
  }
  .page-contact .main .agree .wpcf7-list-item-label {
    margin-left: 10px;
  }
  .page-contact .main input[type=submit] {
    margin: 50px auto 0;
    width: 300px;
    height: 65px;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main {
    padding: 40px 0 20px;
  }
  .page-contact .main .contact__title {
    font-size: 18px;
  }
  .page-contact .main .contact__items {
    display: block;
    margin-top: 30px;
  }
  .page-contact .main .contact__items .item {
    width: 100%;
    height: 85px;
  }
  .page-contact .main .contact__items .item + .item {
    margin-top: 15px;
  }
  .page-contact .main .contact__items .item__txt {
    font-size: 14px;
  }
  .page-contact .main .contact__items .item__num {
    margin-top: 8px;
    font-size: 24px;
  }
  .page-contact .main .contact__body {
    margin-top: 60px;
  }
  .page-contact .main .contact__txt {
    margin-top: 20px;
  }
  .page-contact .main .contact__contents {
    margin-top: 30px;
  }
  .page-contact .main .form__group {
    display: block;
  }
  .page-contact .main .form__group + .form__group {
    margin-top: 20px;
  }
  .page-contact .main .form__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-contact .main .form__body {
    margin-top: 10px;
  }
  .page-contact .main .form__body textarea {
    height: 150px;
    padding: 8px;
  }
  .page-contact .main .form__group.form__radio .form__body {
    padding-top: 0.35em;
    padding-bottom: 15px;
  }
  .page-contact .main .form__group .wpcf7-radio .wpcf7-list-item {
    font-size: 13px;
    margin-top: 8px;
  }
  .page-contact .main .form__group .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 18px;
  }
  .page-contact .main .form__group .wpcf7-radio .wpcf7-list-item input[type=radio] {
    margin-right: 6px;
  }
  .page-contact .main .agree {
    margin-top: 30px;
  }
  .page-contact .main .agree input[type=checkbox] {
    position: relative;
    top: 1px;
  }
  .page-contact .main .agree .wpcf7-list-item-label {
    margin-left: 6px;
  }
  .page-contact .main input[type=submit] {
    margin: 40px auto 0;
    width: 100%;
    height: 60px;
    font-size: 14px;
  }
}
/* ===================================

  お問い合わせ完了
  404エラー

====================================== */
.page-thanks .main,
.error404 .main {
  padding-top: 100px;
  padding-bottom: 30px;
}
.page-thanks .main .container,
.error404 .main .container {
  width: 1200px;
}
.page-thanks .main .contents__title,
.error404 .main .contents__title {
  font-size: 40px;
  font-weight: 700;
}
.page-thanks .main .contents__txt,
.error404 .main .contents__txt {
  margin-top: 60px;
  line-height: 2;
}
.page-thanks .main .contents__link,
.error404 .main .contents__link {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main,
  .error404 .main {
    padding-top: 60px;
  }
  .page-thanks .main .container,
  .error404 .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-thanks .main .contents__title,
  .error404 .main .contents__title {
    font-size: 24px;
  }
  .page-thanks .main .contents__txt,
  .error404 .main .contents__txt {
    margin-top: 40px;
  }
  .page-thanks .main .contents__link,
  .error404 .main .contents__link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .main,
  .error404 .main {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .page-thanks .main .contents__title,
  .error404 .main .contents__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .page-thanks .main .contents__txt,
  .error404 .main .contents__txt {
    margin-top: 30px;
  }
  .page-thanks .main .contents__link,
  .error404 .main .contents__link {
    margin-top: 40px;
  }
}
/* ===================================

  プライバシーポリシー

====================================== */
.page-privacypolicy .main {
  padding-top: 140px;
  padding-bottom: 60px;
}
.page-privacypolicy .main .container {
  width: 1000px;
}
.page-privacypolicy .main .entry {
  word-break: break-all;
}
.page-privacypolicy .main .entry__body {
  padding-top: 0;
}
.page-privacypolicy .main .entry__head {
  padding-bottom: 30px;
}
.page-privacypolicy .main .entry__title {
  margin-top: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.page-privacypolicy .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-privacypolicy .main .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-privacypolicy .breadcrumb-wrap {
  padding: 0 30px 30px;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .main {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .page-privacypolicy .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-privacypolicy .main .entry__head {
    padding-bottom: 25px;
  }
  .page-privacypolicy .main .entry__title {
    margin-top: 15px;
    font-size: 26px;
  }
  .page-privacypolicy .breadcrumb-wrap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .main {
    padding-top: 40px;
  }
  .page-privacypolicy .main .entry__head {
    padding-bottom: 20px;
  }
  .page-privacypolicy .main .entry__title {
    margin-top: 12px;
    font-size: 22px;
  }
  .page-privacypolicy .breadcrumb-wrap {
    padding-bottom: 20px;
  }
}
/* ===================================

  アーカイブ一覧

====================================== */
/* ===================================

  バイオケミカル事業

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.post-type-archive-bio-chemical .service-mv__title {
  color: #618fe8;
}
.post-type-archive-bio-chemical .service-title .title {
  color: #618fe8;
}
.post-type-archive-bio-chemical .main {
  padding-top: 140px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-bio-chemical .main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-bio-chemical .main {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
/* ---------------------------------
  Products
----------------------------------- */
.post-type-archive-bio-chemical .prd {
  padding-bottom: 180px;
}
.post-type-archive-bio-chemical .prd .container {
  width: 1200px;
}
.post-type-archive-bio-chemical .prd__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
.post-type-archive-bio-chemical .prd__items .item {
  position: relative;
  width: 33.3333333333%;
  border: 1px solid #ccc;
}
.post-type-archive-bio-chemical .prd__items .item + .item {
  margin-left: -1px;
}
.post-type-archive-bio-chemical .prd__items .item:nth-child(3n+1) {
  margin-left: 0;
}
.post-type-archive-bio-chemical .prd__items .item:nth-child(n+4) {
  margin-top: -1px;
}
.post-type-archive-bio-chemical .prd__items .item__link {
  display: block;
  padding: 60px 30px;
}
.post-type-archive-bio-chemical .prd__items .item__number {
  position: absolute;
  top: 15px;
  left: 15px;
}
.post-type-archive-bio-chemical .prd__items .item__num {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #618fe8;
}
.post-type-archive-bio-chemical .prd__items .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-type-archive-bio-chemical .prd__items .item__thumb {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.post-type-archive-bio-chemical .prd__items .item__thumb-img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-bio-chemical .prd__items .item__body {
  padding-top: 33px;
  text-align: center;
}
.post-type-archive-bio-chemical .prd__items .item__title {
  position: relative;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.post-type-archive-bio-chemical .prd__items .item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #333;
}
.post-type-archive-bio-chemical .prd__items .item__more {
  display: block;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
}
.post-type-archive-bio-chemical .prd__items .item__link:hover {
  opacity: 1;
  background-color: #618fe8;
}
.post-type-archive-bio-chemical .prd__items .item__link:hover .item__num {
  color: #fff;
}
.post-type-archive-bio-chemical .prd__items .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-bio-chemical .prd__items .item__link:hover .item__title {
  color: #fff;
}
.post-type-archive-bio-chemical .prd__items .item__link:hover .item__title::after {
  background-color: #fff;
}
.post-type-archive-bio-chemical .prd__items .item__link:hover .item__more {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-bio-chemical .prd {
    padding-bottom: 100px;
  }
  .post-type-archive-bio-chemical .prd .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-bio-chemical .prd__items {
    margin-top: 40px;
  }
  .post-type-archive-bio-chemical .prd__items .item {
    width: 50%;
  }
  .post-type-archive-bio-chemical .prd__items .item + .item {
    margin-left: -1px;
  }
  .post-type-archive-bio-chemical .prd__items .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .post-type-archive-bio-chemical .prd__items .item:nth-child(n+3) {
    margin-top: -1px;
  }
  .post-type-archive-bio-chemical .prd__items .item__link {
    padding: 50px 20px;
  }
  .post-type-archive-bio-chemical .prd__items .item__number {
    top: 16px;
    left: 16px;
  }
  .post-type-archive-bio-chemical .prd__items .item__num {
    font-size: 48px;
  }
  .post-type-archive-bio-chemical .prd__items .item__thumb {
    width: 170px;
    height: 170px;
  }
  .post-type-archive-bio-chemical .prd__items .item__body {
    padding-top: 25px;
  }
  .post-type-archive-bio-chemical .prd__items .item__title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .post-type-archive-bio-chemical .prd__items .item__title::after {
    width: 25px;
  }
  .post-type-archive-bio-chemical .prd__items .item__more {
    margin-top: 22px;
    font-size: 13px;
  }
  .post-type-archive-bio-chemical .prd__items .item__link:hover {
    background-color: #fff;
  }
  .post-type-archive-bio-chemical .prd__items .item__link:hover .item__num {
    color: #333;
  }
  .post-type-archive-bio-chemical .prd__items .item__link:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-bio-chemical .prd__items .item__link:hover .item__title {
    color: #333;
  }
  .post-type-archive-bio-chemical .prd__items .item__link:hover .item__title::after {
    background-color: #333;
  }
  .post-type-archive-bio-chemical .prd__items .item__link:hover .item__more {
    color: #333;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-bio-chemical .prd {
    padding-bottom: 60px;
  }
  .post-type-archive-bio-chemical .prd__items {
    display: block;
  }
  .post-type-archive-bio-chemical .prd__items .item {
    width: 100%;
  }
  .post-type-archive-bio-chemical .prd__items .item + .item {
    margin-left: 0;
    margin-top: -1px;
  }
  .post-type-archive-bio-chemical .prd__items .item__link {
    padding: 40px 30px;
  }
  .post-type-archive-bio-chemical .prd__items .item__number {
    top: 15px;
    left: 15px;
  }
  .post-type-archive-bio-chemical .prd__items .item__num {
    font-size: 36px;
  }
  .post-type-archive-bio-chemical .prd__items .item__thumb {
    width: 150px;
    height: 150px;
  }
  .post-type-archive-bio-chemical .prd__items .item__body {
    padding-top: 20px;
  }
  .post-type-archive-bio-chemical .prd__items .item__title {
    padding-bottom: 12px;
    font-size: 20px;
  }
  .post-type-archive-bio-chemical .prd__items .item__title::after {
    width: 22px;
  }
  .post-type-archive-bio-chemical .prd__items .item__more {
    margin-top: 20px;
    font-size: 12px;
  }
}
/* ---------------------------------
  Trivia
----------------------------------- */
.post-type-archive-bio-chemical .trivia {
  margin-top: 150px;
  padding: 107px 0 120px;
  background-color: #f3f8fc;
}
.post-type-archive-bio-chemical .trivia .container {
  width: 1200px;
}
.post-type-archive-bio-chemical .trivia__items {
  margin-top: 60px;
}
.post-type-archive-bio-chemical .trivia__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-bio-chemical .trivia__items .item + .item {
  margin-top: 70px;
}
.post-type-archive-bio-chemical .trivia__items .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 80px;
}
.post-type-archive-bio-chemical .trivia__items .item__txt {
  line-height: 2;
}
.post-type-archive-bio-chemical .trivia__items .item__txt + .item__txt {
  margin-top: 1em;
}
.post-type-archive-bio-chemical .trivia__items .item__head {
  width: 557px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 557px;
          flex: 0 0 557px;
}
.post-type-archive-bio-chemical .trivia__items .item__thumb {
  display: block;
  width: 100%;
}
.post-type-archive-bio-chemical .trivia__items .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post-type-archive-bio-chemical .trivia__items .item:nth-child(2n) .item__body {
  padding-right: 0;
  padding-left: 80px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-bio-chemical .trivia {
    margin-top: 80px;
    padding: 80px 0;
  }
  .post-type-archive-bio-chemical .trivia .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-bio-chemical .trivia__items {
    margin-top: 50px;
  }
  .post-type-archive-bio-chemical .trivia__items .item + .item {
    margin-top: 50px;
  }
  .post-type-archive-bio-chemical .trivia__items .item__body {
    padding-right: 40px;
  }
  .post-type-archive-bio-chemical .trivia__items .item__head {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .post-type-archive-bio-chemical .trivia__items .item:nth-child(2n) .item__body {
    padding-left: 40px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-bio-chemical .trivia {
    margin-top: 60px;
    padding: 60px 0;
  }
  .post-type-archive-bio-chemical .trivia__items {
    margin-top: 40px;
  }
  .post-type-archive-bio-chemical .trivia__items .item {
    display: block;
  }
  .post-type-archive-bio-chemical .trivia__items .item + .item {
    margin-top: 35px;
  }
  .post-type-archive-bio-chemical .trivia__items .item__body {
    padding-right: 0;
  }
  .post-type-archive-bio-chemical .trivia__items .item__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 25px;
  }
  .post-type-archive-bio-chemical .trivia__items .item:nth-child(2n) .item__body {
    padding-left: 0;
  }
}
/* ===================================

  衛生管理事業：オカクジョアーカイブ

====================================== */
/* ---------------------------------
  カラー設定
----------------------------------- */
/* ---------------------------------
  ページ共通
----------------------------------- */
.post-type-archive-okakujo {
  color: #1a1a1a;
}

/* ---------------------------------
  メインビジュアル
----------------------------------- */
.post-type-archive-okakujo .kujo-mv {
  width: 100%;
}
.post-type-archive-okakujo .kujo-mv__img {
  display: block;
  width: 100%;
}
.post-type-archive-okakujo .kujo-mv__img.tb {
  display: none;
}
.post-type-archive-okakujo .kujo-mv__img.sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .post-type-archive-okakujo .kujo-mv__img.pc {
    display: none;
  }
  .post-type-archive-okakujo .kujo-mv__img.tb {
    display: block;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .kujo-mv__img.pc {
    display: none;
  }
  .post-type-archive-okakujo .kujo-mv__img.tb {
    display: none;
  }
  .post-type-archive-okakujo .kujo-mv__img.sp {
    display: block;
  }
}
/* ---------------------------------
  キャンペーンバナー
----------------------------------- */
.post-type-archive-okakujo .cam-banner {
  padding: 60px 0;
  background-color: #1a1a1a;
}
.post-type-archive-okakujo .cam-banner__inner {
  width: 1000px;
  margin: 0 auto;
}
.post-type-archive-okakujo .cam-banner__link, .post-type-archive-okakujo .cam-banner__img {
  display: block;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .cam-banner {
    padding: 50px 0;
  }
  .post-type-archive-okakujo .cam-banner__inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .cam-banner {
    padding: 30px 0;
  }
  .post-type-archive-okakujo .cam-banner__inner {
    padding: 0 20px;
  }
}
/* ===================================

  あらゆる害虫駆除に自信があります！

====================================== */
.post-type-archive-okakujo .service {
  padding: 70px 0;
  background-color: #f2f2f2;
}
.post-type-archive-okakujo .service .container {
  width: 1200px;
}
.post-type-archive-okakujo .service__title {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}
.post-type-archive-okakujo .service__title .sp {
  display: none;
}
.post-type-archive-okakujo .service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.post-type-archive-okakujo .service__items::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.post-type-archive-okakujo .service .item {
  width: calc((100% - 60px) / 3);
}
.post-type-archive-okakujo .service .item:nth-child(n+4) {
  margin-top: 30px;
}
.post-type-archive-okakujo .service .item__link {
  display: block;
}
.post-type-archive-okakujo .service .item__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-okakujo .service .item__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-okakujo .service .item__link:hover {
  opacity: 0.6;
}
.post-type-archive-okakujo .service .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.post-type-archive-okakujo .service .item__body {
  padding-top: 15px;
}
.post-type-archive-okakujo .service .item__title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .service {
    padding: 50px 0;
  }
  .post-type-archive-okakujo .service .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-okakujo .service__title {
    font-size: 36px;
    line-height: 1.5;
  }
  .post-type-archive-okakujo .service__items {
    margin-top: 40px;
  }
  .post-type-archive-okakujo .service__items::after {
    width: calc((100% - 40px) / 3);
  }
  .post-type-archive-okakujo .service .item {
    width: calc((100% - 40px) / 3);
  }
  .post-type-archive-okakujo .service .item:nth-child(n+4) {
    margin-top: 25px;
  }
  .post-type-archive-okakujo .service .item__link:hover {
    opacity: 1;
  }
  .post-type-archive-okakujo .service .item__link:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-okakujo .service .item__body {
    padding-top: 12px;
  }
  .post-type-archive-okakujo .service .item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .service {
    padding: 32px 0 40px;
  }
  .post-type-archive-okakujo .service .container {
    padding: 0 20px;
  }
  .post-type-archive-okakujo .service__title {
    font-size: 34px;
  }
  .post-type-archive-okakujo .service__title .sp {
    display: block;
  }
  .post-type-archive-okakujo .service__items {
    margin-top: 28px;
  }
  .post-type-archive-okakujo .service__items::after {
    width: calc((100% - 20px) / 2);
  }
  .post-type-archive-okakujo .service .item {
    width: calc((100% - 20px) / 2);
  }
  .post-type-archive-okakujo .service .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .post-type-archive-okakujo .service .item__body {
    padding-top: 8px;
  }
  .post-type-archive-okakujo .service .item__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* ===================================

  被害が大きくなる前に私たちにご相談ください！

====================================== */
.post-type-archive-okakujo .bar-title {
  background-color: #f4c113;
}
.post-type-archive-okakujo .bar-title .container {
  width: 1200px;
}
.post-type-archive-okakujo .bar-title__inner {
  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;
}
.post-type-archive-okakujo .bar-title__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 60px;
}
.post-type-archive-okakujo .bar-title__txt {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
}
.post-type-archive-okakujo .bar-title__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 385px;
          flex: 0 0 385px;
  width: 385px;
}
.post-type-archive-okakujo .bar-title__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .bar-title .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-okakujo .bar-title__main {
    padding-right: 30px;
  }
  .post-type-archive-okakujo .bar-title__txt {
    font-size: 34px;
  }
  .post-type-archive-okakujo .bar-title__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .bar-title {
    padding: 24px 0 40px;
  }
  .post-type-archive-okakujo .bar-title .container {
    padding: 0 10px;
  }
  .post-type-archive-okakujo .bar-title__inner {
    display: block;
  }
  .post-type-archive-okakujo .bar-title__main {
    padding-right: 0;
  }
  .post-type-archive-okakujo .bar-title__txt {
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
  }
  .post-type-archive-okakujo .bar-title__head {
    margin: 10px auto 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 226px;
            flex: 0 0 226px;
    width: 226px;
  }
}
/* ===================================

  頼られる理由

====================================== */
.post-type-archive-okakujo .reason {
  padding: 75px 0 68px;
  background-color: #fff9be;
}
.post-type-archive-okakujo .reason .container {
  width: 1200px;
}
.post-type-archive-okakujo .reason__title {
  text-align: center;
}
.post-type-archive-okakujo .reason__title .title {
  font-size: 60px;
  font-weight: 900;
}
.post-type-archive-okakujo .reason__title .title span {
  color: #ba9500;
}
.post-type-archive-okakujo .reason__title .txt {
  margin-top: 25px;
  font-size: 42px;
  font-weight: 700;
}
.post-type-archive-okakujo .reason__contents {
  margin-top: 62px;
}
.post-type-archive-okakujo .reason .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-okakujo .reason .item + .item {
  margin-top: 30px;
}
.post-type-archive-okakujo .reason .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
}
.post-type-archive-okakujo .reason .item__img {
  display: block;
  width: 100%;
}
.post-type-archive-okakujo .reason .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 80px;
  word-break: break-all;
}
.post-type-archive-okakujo .reason .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-okakujo .reason .item__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  width: 122px;
}
.post-type-archive-okakujo .reason .item__ico_img {
  display: block;
  width: 100%;
}
.post-type-archive-okakujo .reason .item__title {
  padding-left: 16px;
}
.post-type-archive-okakujo .reason .item__title p {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.33;
}
.post-type-archive-okakujo .reason .item__txt {
  margin-top: 24px;
}
.post-type-archive-okakujo .reason .item__txt p {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .reason {
    padding: 50px 0;
  }
  .post-type-archive-okakujo .reason .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-okakujo .reason__title .title {
    font-size: 36px;
  }
  .post-type-archive-okakujo .reason__title .txt {
    margin-top: 20px;
    font-size: 24px;
  }
  .post-type-archive-okakujo .reason__contents {
    margin-top: 40px;
  }
  .post-type-archive-okakujo .reason .item + .item {
    margin-top: 35px;
  }
  .post-type-archive-okakujo .reason .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    width: 38%;
  }
  .post-type-archive-okakujo .reason .item__body {
    padding-left: 30px;
  }
  .post-type-archive-okakujo .reason .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
  }
  .post-type-archive-okakujo .reason .item__title {
    padding-left: 15px;
  }
  .post-type-archive-okakujo .reason .item__title p {
    font-size: 26px;
  }
  .post-type-archive-okakujo .reason .item__txt {
    margin-top: 20px;
  }
  .post-type-archive-okakujo .reason .item__txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .reason {
    padding: 30px 0 43px;
  }
  .post-type-archive-okakujo .reason__title .title {
    font-size: 34px;
    line-height: 1.5;
  }
  .post-type-archive-okakujo .reason__title .title span {
    display: block;
  }
  .post-type-archive-okakujo .reason__title .txt {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.5;
  }
  .post-type-archive-okakujo .reason__title .txt span {
    display: block;
  }
  .post-type-archive-okakujo .reason__contents {
    margin-top: 26px;
  }
  .post-type-archive-okakujo .reason .item {
    display: block;
  }
  .post-type-archive-okakujo .reason .item + .item {
    margin-top: 28px;
  }
  .post-type-archive-okakujo .reason .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .post-type-archive-okakujo .reason .item__body {
    padding-left: 0;
    padding-top: 10px;
  }
  .post-type-archive-okakujo .reason .item__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-type-archive-okakujo .reason .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .post-type-archive-okakujo .reason .item__title {
    padding-left: 6px;
  }
  .post-type-archive-okakujo .reason .item__title p {
    font-size: 18px;
  }
  .post-type-archive-okakujo .reason .item__txt {
    margin-top: 4px;
  }
  .post-type-archive-okakujo .reason .item__txt p {
    font-size: 13px;
  }
}
/* ===================================

  安心の公認業者

====================================== */
.post-type-archive-okakujo .vendor {
  padding: 60px 0 80px;
  background-color: #fff9be;
}
.post-type-archive-okakujo .vendor .container {
  width: 1200px;
}
.post-type-archive-okakujo .vendor__title {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
.post-type-archive-okakujo .vendor__contents {
  margin-top: 50px;
}
.post-type-archive-okakujo .vendor__contents .items {
  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;
}
.post-type-archive-okakujo .vendor__contents .item {
  width: calc((100% - 24px) / 2);
}
.post-type-archive-okakujo .vendor__contents .item__img {
  display: block;
  width: 100%;
}
.post-type-archive-okakujo .vendor__txt {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .vendor {
    padding: 40px 0 50px;
  }
  .post-type-archive-okakujo .vendor .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-okakujo .vendor__title {
    font-size: 38px;
  }
  .post-type-archive-okakujo .vendor__contents {
    margin-top: 40px;
  }
  .post-type-archive-okakujo .vendor__txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .vendor {
    padding: 20px 0 40px;
  }
  .post-type-archive-okakujo .vendor__title {
    font-size: 30px;
  }
  .post-type-archive-okakujo .vendor__contents {
    margin-top: 30px;
  }
  .post-type-archive-okakujo .vendor__contents .items {
    display: block;
  }
  .post-type-archive-okakujo .vendor__contents .item {
    width: 100%;
  }
  .post-type-archive-okakujo .vendor__contents .item + .item {
    margin-top: 20px;
  }
  .post-type-archive-okakujo .vendor__txt {
    margin-top: 30px;
    line-height: 2;
  }
}
/* ===================================

  まずはお気軽にご相談ください！

====================================== */
.post-type-archive-okakujo .cv {
  padding: 80px 0 87px;
  background-color: #320000;
}
.post-type-archive-okakujo .cv .container {
  width: 1200px;
}
.post-type-archive-okakujo .cv__title {
  font-size: 54px;
  font-weight: 700;
  color: #f4c113;
  text-align: center;
}
.post-type-archive-okakujo .cv__title .sp {
  display: none;
}
.post-type-archive-okakujo .cv__txt {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.post-type-archive-okakujo .cv__contents {
  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;
  margin-top: 54px;
}
.post-type-archive-okakujo .cv .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;
  height: 110px;
}
.post-type-archive-okakujo .cv .item.tel {
  width: 480px;
  background-color: #fff;
}
.post-type-archive-okakujo .cv .item.tel .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-okakujo .cv .item.tel .item__ico {
  display: block;
  width: 36px;
  margin-top: 0.35em;
}
.post-type-archive-okakujo .cv .item.tel .item__body {
  padding-left: 10px;
}
.post-type-archive-okakujo .cv .item.tel .item__num {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 500;
}
.post-type-archive-okakujo .cv .item.tel span {
  margin-top: 3px;
  display: block;
  text-align: center;
}
.post-type-archive-okakujo .cv .item.line, .post-type-archive-okakujo .cv .item.mail {
  position: relative;
  width: 340px;
  border-radius: 8px;
}
.post-type-archive-okakujo .cv .item.line .item__txt, .post-type-archive-okakujo .cv .item.mail .item__txt {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.post-type-archive-okakujo .cv .item.line {
  background-color: #06c755;
}
.post-type-archive-okakujo .cv .item.line .item__ico {
  display: block;
  width: 46px;
}
.post-type-archive-okakujo .cv .item.line .item__txt {
  margin-left: 25px;
}
.post-type-archive-okakujo .cv .item.mail {
  background-color: #e47d0e;
}
.post-type-archive-okakujo .cv .item.mail .item__ico {
  display: block;
  width: 35px;
}
.post-type-archive-okakujo .cv .item.mail .item__txt {
  margin-left: 27px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .cv {
    padding: 60px 0 70px;
  }
  .post-type-archive-okakujo .cv .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-okakujo .cv__title {
    font-size: 38px;
  }
  .post-type-archive-okakujo .cv__txt {
    margin-top: 24px;
    font-size: 20px;
  }
  .post-type-archive-okakujo .cv__contents {
    display: block;
    margin: 40px auto 0;
    width: 400px;
  }
  .post-type-archive-okakujo .cv .item {
    height: 80px;
  }
  .post-type-archive-okakujo .cv .item.tel {
    width: 100%;
  }
  .post-type-archive-okakujo .cv .item.tel .item__ico {
    width: 30px;
    margin-top: 0.2em;
  }
  .post-type-archive-okakujo .cv .item.tel .item__body {
    padding-left: 12px;
  }
  .post-type-archive-okakujo .cv .item.tel .item__num {
    font-size: 36px;
  }
  .post-type-archive-okakujo .cv .item.tel span {
    margin-top: 2px;
  }
  .post-type-archive-okakujo .cv .item.line, .post-type-archive-okakujo .cv .item.mail {
    margin-top: 15px;
    width: 100%;
  }
  .post-type-archive-okakujo .cv .item.line .item__txt, .post-type-archive-okakujo .cv .item.mail .item__txt {
    font-size: 22px;
  }
  .post-type-archive-okakujo .cv .item.line .item__ico {
    width: 36px;
  }
  .post-type-archive-okakujo .cv .item.line .item__txt {
    margin-left: 20px;
  }
  .post-type-archive-okakujo .cv .item.mail .item__ico {
    width: 30px;
  }
  .post-type-archive-okakujo .cv .item.mail .item__txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .cv {
    padding: 31px 0 40px;
  }
  .post-type-archive-okakujo .cv__title {
    font-size: 34px;
    line-height: 1.5;
  }
  .post-type-archive-okakujo .cv__title .sp {
    display: block;
  }
  .post-type-archive-okakujo .cv__txt {
    margin-top: 14px;
    font-size: 14px;
  }
  .post-type-archive-okakujo .cv__contents {
    margin: 31px auto 0;
    width: 100%;
    max-width: 300px;
  }
  .post-type-archive-okakujo .cv .item {
    height: 80px;
  }
  .post-type-archive-okakujo .cv .item.tel .item__ico {
    width: 27px;
    margin-top: 0.2em;
  }
  .post-type-archive-okakujo .cv .item.tel .item__body {
    padding-left: 16px;
  }
  .post-type-archive-okakujo .cv .item.tel .item__num {
    font-size: 32px;
  }
  .post-type-archive-okakujo .cv .item.tel span {
    margin-top: 3px;
    font-size: 12px;
  }
  .post-type-archive-okakujo .cv .item.line, .post-type-archive-okakujo .cv .item.mail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
    padding-left: 25px;
  }
  .post-type-archive-okakujo .cv .item.line .item__txt, .post-type-archive-okakujo .cv .item.mail .item__txt {
    font-size: 20px;
  }
  .post-type-archive-okakujo .cv .item.line .item__ico {
    width: 35px;
  }
  .post-type-archive-okakujo .cv .item.line .item__txt {
    margin-left: 32px;
  }
  .post-type-archive-okakujo .cv .item.mail .item__ico {
    width: 26px;
  }
  .post-type-archive-okakujo .cv .item.mail .item__txt {
    margin-left: 35px;
  }
}
/* ===================================

  ご利用の流れ

====================================== */
.post-type-archive-okakujo .flow {
  padding: 83px 0 75px;
  background-color: #f5db62;
}
.post-type-archive-okakujo .flow .container {
  width: 1000px;
}
.post-type-archive-okakujo .flow__title {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
}
.post-type-archive-okakujo .flow__contents {
  margin-top: 82px;
}
.post-type-archive-okakujo .flow .item {
  position: relative;
  width: 100%;
  padding: 90px 120px 70px;
  background-color: #fff;
  border: 2px solid #543d1e;
  word-break: break-all;
}
.post-type-archive-okakujo .flow .item + .item {
  margin-top: 80px;
}
.post-type-archive-okakujo .flow .item + .item::before {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0 30px;
  border-color: #543d1e transparent transparent transparent;
}
.post-type-archive-okakujo .flow .item.step4 {
  margin-top: 80px;
}
.post-type-archive-okakujo .flow .item.step4::before {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0 30px;
  border-color: #543d1e transparent transparent transparent;
}
.post-type-archive-okakujo .flow .item-badge {
  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: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 50px;
  background-color: #543d1e;
  z-index: 1;
}
.post-type-archive-okakujo .flow .item-badge__txt {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.post-type-archive-okakujo .flow .item-badge__txt span {
  color: #fad919;
}
.post-type-archive-okakujo .flow .item__title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.post-type-archive-okakujo .flow .item__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fad919;
  border-radius: 9999px;
}
.post-type-archive-okakujo .flow .item__title .title {
  font-size: 42px;
  font-weight: 700;
  color: #bf4800;
}
.post-type-archive-okakujo .flow .item__txt {
  margin-top: 32px;
}
.post-type-archive-okakujo .flow .item__txt p {
  font-size: 18px;
  line-height: 2;
}
.post-type-archive-okakujo .flow .item:last-child .item-badge {
  top: -2px;
  left: -2px;
  background-color: #bf4800;
}
.post-type-archive-okakujo .flow .sepa {
  margin-top: 30px;
}
.post-type-archive-okakujo .flow .sepa__body {
  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;
  width: 100%;
  height: 90px;
  background-color: #db2b2b;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.post-type-archive-okakujo .flow .sepa__txt {
  padding: 18px 0 22px;
  font-size: 18px;
  color: #db2b2b;
  text-align: center;
}
.post-type-archive-okakujo .flow .sepa__bar {
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #db2b2b 14px, transparent 14px);
  background-size: 28px 4px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .flow {
    padding: 60px 0;
  }
  .post-type-archive-okakujo .flow .container {
    width: 100%;
    max-width: 760px;
    padding: 0 30px;
  }
  .post-type-archive-okakujo .flow__title {
    font-size: 38px;
  }
  .post-type-archive-okakujo .flow__contents {
    margin-top: 50px;
  }
  .post-type-archive-okakujo .flow .item {
    padding: 70px 50px 50px;
  }
  .post-type-archive-okakujo .flow .item + .item {
    margin-top: 60px;
  }
  .post-type-archive-okakujo .flow .item + .item::before {
    top: -45px;
    border-width: 30px 24px 0 24px;
  }
  .post-type-archive-okakujo .flow .item.step4 {
    margin-top: 60px;
  }
  .post-type-archive-okakujo .flow .item.step4::before {
    top: -45px;
    border-width: 30px 24px 0 24px;
  }
  .post-type-archive-okakujo .flow .item-badge {
    width: 120px;
    height: 40px;
  }
  .post-type-archive-okakujo .flow .item-badge__txt {
    font-size: 22px;
  }
  .post-type-archive-okakujo .flow .item__title {
    padding-bottom: 17px;
  }
  .post-type-archive-okakujo .flow .item__title::after {
    height: 4px;
  }
  .post-type-archive-okakujo .flow .item__title .title {
    font-size: 30px;
  }
  .post-type-archive-okakujo .flow .item__txt {
    margin-top: 25px;
  }
  .post-type-archive-okakujo .flow .item__txt p {
    font-size: 16px;
  }
  .post-type-archive-okakujo .flow .sepa {
    margin-top: 20px;
  }
  .post-type-archive-okakujo .flow .sepa__body {
    height: 60px;
    font-size: 30px;
  }
  .post-type-archive-okakujo .flow .sepa__foot {
    padding-top: 0;
  }
  .post-type-archive-okakujo .flow .sepa__txt {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .flow {
    padding: 40px 0 42px;
  }
  .post-type-archive-okakujo .flow .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .post-type-archive-okakujo .flow__title {
    font-size: 30px;
  }
  .post-type-archive-okakujo .flow__contents {
    margin-top: 40px;
  }
  .post-type-archive-okakujo .flow .item {
    padding: 60px 20px 40px;
  }
  .post-type-archive-okakujo .flow .item + .item {
    margin-top: 52px;
  }
  .post-type-archive-okakujo .flow .item + .item::before {
    top: -40px;
    border-width: 30px 22px 0 22px;
  }
  .post-type-archive-okakujo .flow .item.step4 {
    margin-top: 52px;
  }
  .post-type-archive-okakujo .flow .item.step4::before {
    top: -40px;
    border-width: 30px 22px 0 22px;
  }
  .post-type-archive-okakujo .flow .item-badge {
    width: 85px;
    height: 35px;
  }
  .post-type-archive-okakujo .flow .item-badge__txt {
    font-size: 18px;
  }
  .post-type-archive-okakujo .flow .item__title .title {
    font-size: 24px;
  }
  .post-type-archive-okakujo .flow .item__txt {
    margin-top: 13px;
  }
  .post-type-archive-okakujo .flow .item__txt p {
    font-size: 14px;
  }
  .post-type-archive-okakujo .flow .sepa {
    margin-top: 15px;
  }
  .post-type-archive-okakujo .flow .sepa__body {
    font-size: 28px;
  }
  .post-type-archive-okakujo .flow .sepa__txt {
    padding: 15px 0 22px;
    font-size: 14px;
  }
}
/* ===================================

  害虫駆除のお役立ち記事

====================================== */
.post-type-archive-okakujo .blogs {
  padding: 80px 0;
}
.post-type-archive-okakujo .blogs .container {
  width: 1200px;
}
.post-type-archive-okakujo .blogs__title {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
}
.post-type-archive-okakujo .blogs__title .sp {
  display: none;
}
.post-type-archive-okakujo .blogs__contents {
  margin-top: 80px;
}
.post-type-archive-okakujo .blogs .entries {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-okakujo .blogs .entries::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.post-type-archive-okakujo .blogs .entry {
  width: calc((100% - 60px) / 3);
  word-break: break-all;
}
.post-type-archive-okakujo .blogs .entry__link {
  display: block;
}
.post-type-archive-okakujo .blogs .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-okakujo .blogs .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-okakujo .blogs .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-okakujo .blogs .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-okakujo .blogs .entry__body {
  padding-top: 16px;
}
.post-type-archive-okakujo .blogs .entry__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.post-type-archive-okakujo .blogs .entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
  font-weight: 500;
}
.post-type-archive-okakujo .blogs .entry__btn::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url(img/ico/ico-link-btn-bl.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-okakujo .blogs {
    padding: 50px 0;
  }
  .post-type-archive-okakujo .blogs .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-okakujo .blogs__title {
    font-size: 38px;
  }
  .post-type-archive-okakujo .blogs__contents {
    margin-top: 40px;
  }
  .post-type-archive-okakujo .blogs .entries::after {
    width: calc((100% - 40px) / 3);
  }
  .post-type-archive-okakujo .blogs .entry {
    width: calc((100% - 40px) / 3);
  }
  .post-type-archive-okakujo .blogs .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-okakujo .blogs .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-okakujo .blogs .entry__body {
    padding-top: 12px;
  }
  .post-type-archive-okakujo .blogs .entry__title {
    font-size: 16px;
  }
  .post-type-archive-okakujo .blogs .entry__btn {
    margin-top: 20px;
  }
  .post-type-archive-okakujo .blogs .entry__btn::before {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-size: 22px 22px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-okakujo .blogs {
    padding: 32px 0 45px;
  }
  .post-type-archive-okakujo .blogs .container {
    padding: 0 20px;
  }
  .post-type-archive-okakujo .blogs__title {
    font-size: 30px;
    line-height: 1.5;
  }
  .post-type-archive-okakujo .blogs__title .sp {
    display: block;
  }
  .post-type-archive-okakujo .blogs__contents {
    margin-top: 30px;
  }
  .post-type-archive-okakujo .blogs .entries {
    display: block;
  }
  .post-type-archive-okakujo .blogs .entries::after {
    display: none;
  }
  .post-type-archive-okakujo .blogs .entry {
    width: 100%;
  }
  .post-type-archive-okakujo .blogs .entry + .entry {
    margin-top: 36px;
  }
  .post-type-archive-okakujo .blogs .entry__body {
    padding-top: 13px;
  }
  .post-type-archive-okakujo .blogs .entry__title {
    font-size: 14px;
  }
  .post-type-archive-okakujo .blogs .entry__btn {
    margin-top: 13px;
  }
  .post-type-archive-okakujo .blogs .entry__btn::before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-size: 18px 18px;
  }
}
/* ===================================

  お知らせ一覧

====================================== */
.blog .page-contents,
.category .page-contents {
  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;
  padding: 140px 0 0;
  margin: 0 auto;
  width: 1000px;
}
.blog .main,
.category .main {
  width: 740px;
}
.blog .main .entry,
.category .main .entry {
  width: 100%;
  border-bottom: 2px solid #ccc;
}
.blog .main .entry + .entry .entry__link,
.category .main .entry + .entry .entry__link {
  padding-top: 30px;
}
.blog .main .entry__link,
.category .main .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 10px 30px;
}
.blog .main .entry__head,
.category .main .entry__head {
  width: 195px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
}
.blog .main .entry__thumb,
.category .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.blog .main .entry__thumb-img,
.category .main .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog .main .entry__link:hover,
.category .main .entry__link:hover {
  opacity: 0.6;
}
.blog .main .entry__link:hover .entry__thumb-img,
.category .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.blog .main .entry__body,
.category .main .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 16px;
  padding-left: 30px;
  word-break: break-all;
}
.blog .main .entry__info,
.category .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .main .entry__date,
.category .main .entry__date {
  font-family: "Roboto", sans-serif;
}
.blog .main .entry__cates,
.category .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 23px;
}
.blog .main .entry__cate,
.category .main .entry__cate {
  position: relative;
  font-size: 14px;
  padding: 6px 15px;
  background-color: #ccc;
  border-radius: 9999px;
  z-index: 1;
}
.blog .main .entry__title,
.category .main .entry__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.blog .breadcrumb-wrap,
.category .breadcrumb-wrap {
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .blog .page-contents,
  .category .page-contents {
    display: block;
    padding: 80px 30px 0;
    width: 100%;
  }
  .blog .main,
  .category .main {
    width: 100%;
  }
  .blog .main .entry + .entry .entry__link,
  .category .main .entry + .entry .entry__link {
    padding-top: 20px;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    padding: 0 5px 20px;
  }
  .blog .main .entry__head,
  .category .main .entry__head {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  .blog .main .entry__link:hover,
  .category .main .entry__link:hover {
    opacity: 1;
  }
  .blog .main .entry__link:hover .entry__thumb-img,
  .category .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    padding-top: 10px;
    padding-left: 20px;
  }
  .blog .main .entry__cates,
  .category .main .entry__cates {
    margin-left: 16px;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    font-size: 12px;
    padding: 5px 10px;
  }
  .blog .main .entry__title,
  .category .main .entry__title {
    margin-top: 15px;
    font-size: 16px;
  }
  .blog .breadcrumb-wrap,
  .category .breadcrumb-wrap {
    margin-top: 80px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 758px) {
  .blog .page-contents,
  .category .page-contents {
    padding: 60px 30px 0;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    display: block;
  }
  .blog .main .entry + .entry .entry__link,
  .category .main .entry + .entry .entry__link {
    padding-top: 20px;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    padding: 0 10px 25px;
  }
  .blog .main .entry__head,
  .category .main .entry__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    padding-top: 15px;
    padding-left: 0;
  }
  .blog .main .entry__cates,
  .category .main .entry__cates {
    margin-left: 16px;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    font-size: 12px;
    padding: 4px 8px;
  }
  .blog .main .entry__title,
  .category .main .entry__title {
    margin-top: 12px;
    font-size: 14px;
  }
  .blog .breadcrumb-wrap,
  .category .breadcrumb-wrap {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}
/* ===================================

  お知らせ詳細

====================================== */
.single.post-template-default .main {
  padding-top: 140px;
  padding-bottom: 60px;
}
.single.post-template-default .main .container {
  width: 1000px;
}
.single.post-template-default .main .entry {
  word-break: break-all;
}
.single.post-template-default .main .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 30px;
}
.single.post-template-default .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single.post-template-default .main .entry__date {
  font-family: "Roboto", sans-serif;
}
.single.post-template-default .main .entry__cates {
  margin-left: 23px;
}
.single.post-template-default .main .entry__cate {
  position: relative;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 9999px;
  background-color: #ccc;
  z-index: 1;
}
.single.post-template-default .main .entry__title {
  margin-top: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.single.post-template-default .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.single.post-template-default .main .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single .breadcrumb-wrap {
  padding: 0 30px 30px;
}

@media screen and (max-width: 1199px) {
  .single.post-template-default .main {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .single.post-template-default .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single.post-template-default .main .entry__head {
    padding-bottom: 25px;
  }
  .single.post-template-default .main .entry__cates {
    margin-left: 16px;
  }
  .single.post-template-default .main .entry__cate {
    padding: 5px 10px;
  }
  .single.post-template-default .main .entry__title {
    margin-top: 15px;
    font-size: 26px;
  }
  .single .breadcrumb-wrap {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 758px) {
  .single.post-template-default .main {
    padding-top: 100px;
  }
  .single.post-template-default .main .entry__head {
    padding-bottom: 20px;
  }
  .single.post-template-default .main .entry__cate {
    padding: 4px 8px;
    font-size: 12px;
  }
  .single.post-template-default .main .entry__title {
    margin-top: 12px;
    font-size: 22px;
  }
  .single .breadcrumb-wrap {
    padding: 0 30px 20px;
  }
}
/* ===================================

  衛生管理事業：詳細ページ

====================================== */
/* ---------------------------------
  カラー設定
----------------------------------- */
/* ---------------------------------
  ページ共通
----------------------------------- */
.single-okakujo {
  background-color: #fff9be;
  color: #1a1a1a;
}
.single-okakujo .main {
  padding-top: 140px;
}

@media screen and (max-width: 1199px) {
  .single-okakujo .main {
    padding-top: 85px;
  }
}
@media screen and (max-width: 758px) {
  .single-okakujo .main {
    padding-top: 75px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.single-okakujo .main .art__body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-okakujo .main .art__body h1 {
  margin-top: 25px;
  padding-bottom: 9px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #1a1a1a;
}
.single-okakujo .main .art__body > p {
  line-height: 2;
}
.single-okakujo .main .art__body .wp-block-image.size-full {
  width: 100%;
}
.single-okakujo .main .art__body .wp-block-image.size-full img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.single-okakujo .main .art__body > ol, .single-okakujo .main .art__body > ul {
  margin-top: 3em;
}
.single-okakujo .main .art__body ol li,
.single-okakujo .main .art__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.single-okakujo .main .art__body ol li + li,
.single-okakujo .main .art__body ul li + li {
  margin-top: 0.5em;
}
.single-okakujo .main .art__body ul li::before {
  content: "";
  position: relative;
  top: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-color: #e47d0e;
  border-radius: 50%;
}
.single-okakujo .main .art__body ol {
  counter-reset: num;
  list-style-type: none;
}
.single-okakujo .main .art__body ol li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.single-okakujo .main .art__body ol li::before {
  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;
  content: counter(num) ". ";
  counter-increment: num;
  position: relative;
  top: 0.22em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 5px;
  padding-bottom: 0;
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  width: 25px;
  height: 25px;
  color: #e47d0e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  border-radius: 50%;
}
.single-okakujo .main .blogs {
  margin-top: 140px;
}
.single-okakujo .main .blogs .container {
  width: 100%;
  max-width: 1200px;
}
.single-okakujo .main .blogs__title {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
}
.single-okakujo .main .blogs__title .sp {
  display: none;
}
.single-okakujo .main .blogs__contents {
  margin-top: 80px;
}
.single-okakujo .main .blogs .entries {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-okakujo .main .blogs .entries::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.single-okakujo .main .blogs .entry {
  width: calc((100% - 60px) / 3);
  word-break: break-all;
}
.single-okakujo .main .blogs .entry__link {
  display: block;
}
.single-okakujo .main .blogs .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.single-okakujo .main .blogs .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-okakujo .main .blogs .entry__link:hover {
  opacity: 0.6;
}
.single-okakujo .main .blogs .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.single-okakujo .main .blogs .entry__body {
  padding-top: 16px;
}
.single-okakujo .main .blogs .entry__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.single-okakujo .main .blogs .entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
  font-weight: 500;
}
.single-okakujo .main .blogs .entry__btn::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url(img/ico/ico-link-btn-bl.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .single-okakujo .main .art__body {
    max-width: 100%;
    padding: 0 30px;
  }
  .single-okakujo .main .art__body h1 {
    margin-top: 20px;
    font-size: 48px;
    padding-bottom: 8px;
  }
  .single-okakujo .main .art__body > ul, .single-okakujo .main .art__body > ol {
    margin-top: 2em;
  }
  .single-okakujo .main .art__body ul li,
  .single-okakujo .main .art__body ol li {
    font-size: 20px;
  }
  .single-okakujo .main .art__body ul li::before {
    top: 0.5em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .single-okakujo .main .art__body ol li::before {
    top: 0.23em;
    margin-right: 5px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .single-okakujo .main .blogs {
    margin-top: 80px;
  }
  .single-okakujo .main .blogs .container {
    padding: 0;
  }
  .single-okakujo .main .blogs__title {
    font-size: 38px;
  }
  .single-okakujo .main .blogs__contents {
    margin-top: 40px;
  }
  .single-okakujo .main .blogs .entries::after {
    width: calc((100% - 40px) / 3);
  }
  .single-okakujo .main .blogs .entry {
    width: calc((100% - 40px) / 3);
  }
  .single-okakujo .main .blogs .entry__link:hover {
    opacity: 1;
  }
  .single-okakujo .main .blogs .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .single-okakujo .main .blogs .entry__body {
    padding-top: 12px;
  }
  .single-okakujo .main .blogs .entry__title {
    font-size: 16px;
  }
  .single-okakujo .main .blogs .entry__btn {
    margin-top: 20px;
  }
  .single-okakujo .main .blogs .entry__btn::before {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-size: 22px 22px;
  }
}
@media screen and (max-width: 758px) {
  .single-okakujo .main .art__body {
    padding: 0 20px;
  }
  .single-okakujo .main .art__body h1 {
    margin-top: 20px;
    font-size: 36px;
    padding-bottom: 6px;
  }
  .single-okakujo .main .art__body > ul li, .single-okakujo .main .art__body > ol li {
    font-size: 18px;
  }
  .single-okakujo .main .art__body ul li,
  .single-okakujo .main .art__body ol li {
    font-size: 18px;
  }
  .single-okakujo .main .art__body ul li::before {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .single-okakujo .main .art__body ol li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: auto;
    top: 0;
    margin-right: 5px;
    padding-bottom: 0;
    font-size: 14px;
  }
  .single-okakujo .main .blogs {
    margin-top: 60px;
  }
  .single-okakujo .main .blogs .container {
    padding: 0;
  }
  .single-okakujo .main .blogs__title {
    font-size: 30px;
    line-height: 1.5;
  }
  .single-okakujo .main .blogs__title .sp {
    display: block;
  }
  .single-okakujo .main .blogs__contents {
    margin-top: 30px;
  }
  .single-okakujo .main .blogs .entries {
    display: block;
  }
  .single-okakujo .main .blogs .entries::after {
    display: none;
  }
  .single-okakujo .main .blogs .entry {
    width: 100%;
  }
  .single-okakujo .main .blogs .entry + .entry {
    margin-top: 36px;
  }
  .single-okakujo .main .blogs .entry__body {
    padding-top: 13px;
  }
  .single-okakujo .main .blogs .entry__title {
    font-size: 14px;
  }
  .single-okakujo .main .blogs .entry__btn {
    margin-top: 13px;
  }
  .single-okakujo .main .blogs .entry__btn::before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-size: 18px 18px;
  }
}
/* ===================================

  バイオケミカル詳細

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.single-bio-chemical .main {
  padding-top: 140px;
}
.single-bio-chemical .main .contents {
  width: 1200px;
  margin: 0 auto;
}
.single-bio-chemical .main .contents > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 1199px) {
  .single-bio-chemical .main {
    padding-top: 60px;
  }
  .single-bio-chemical .main .contents {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .single-bio-chemical .main {
    padding-top: 40px;
  }
}
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.single-bio-chemical .service-mv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  color: #618fe8;
}

@media screen and (max-width: 1199px) {
  .single-bio-chemical .service-mv__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 758px) {
  .single-bio-chemical .service-mv__title {
    font-size: 28px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.single-bio-chemical .contents > ol, .single-bio-chemical .contents > ul {
  margin-top: 3em;
}
.single-bio-chemical .contents ol li,
.single-bio-chemical .contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.single-bio-chemical .contents ol li + li,
.single-bio-chemical .contents ul li + li {
  margin-top: 0.5em;
}
.single-bio-chemical .contents ul li::before {
  content: "";
  position: relative;
  top: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-color: #618fe8;
  border-radius: 50%;
}
.single-bio-chemical .contents ol {
  counter-reset: num;
  list-style-type: none;
}
.single-bio-chemical .contents ol li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.single-bio-chemical .contents ol li::before {
  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;
  content: counter(num) ". ";
  counter-increment: num;
  position: relative;
  top: 0.22em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 5px;
  padding-bottom: 0;
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  width: 25px;
  height: 25px;
  color: #618fe8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .single-bio-chemical .contents > ul, .single-bio-chemical .contents > ol {
    margin-top: 2em;
  }
  .single-bio-chemical .contents > ul li, .single-bio-chemical .contents > ol li {
    font-size: 20px;
  }
  .single-bio-chemical .contents ul li,
  .single-bio-chemical .contents ol li {
    font-size: 20px;
  }
  .single-bio-chemical .contents ul li::before {
    top: 0.5em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .single-bio-chemical .contents ol li::before {
    top: 0.23em;
    margin-right: 5px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .single-bio-chemical .contents ul li,
  .single-bio-chemical .contents ol li {
    font-size: 18px;
  }
  .single-bio-chemical .contents ul li::before {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .single-bio-chemical .contents ol li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: auto;
    top: 0;
    margin-right: 5px;
    padding-bottom: 0;
    font-size: 14px;
  }
}
/* ===================================

  カスタムブロック

====================================== */
/* ===================================

  オカクジョ詳細

====================================== */
/* ---------------------------------
  オカクジョ:: H２
----------------------------------- */
.kujo-heading2 {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  background-color: #f4c113;
  padding: 8px 30px;
  word-break: break-all;
}
.kujo-heading2 .title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .kujo-heading2 {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 6px 20px;
  }
  .kujo-heading2 .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 758px) {
  .kujo-heading2 {
    margin: 35px auto 0;
    padding: 5px 15px;
  }
  .kujo-heading2 .title {
    font-size: 26px;
  }
}
/* ---------------------------------
  オカクジョ:: H3
----------------------------------- */
.kujo-heading3 {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  word-break: break-all;
}
.kujo-heading3 .title {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .kujo-heading3 {
    max-width: 100%;
    margin: 40px auto 0;
  }
  .kujo-heading3 .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 758px) {
  .kujo-heading3 {
    margin: 35px auto 0;
  }
  .kujo-heading3 .title {
    font-size: 30px;
  }
}
/* ---------------------------------
  オカクジョ:: POINT
----------------------------------- */
.kujo-point {
  padding: 90px 0 0;
  background-color: #fff9be;
}
.kujo-point .container {
  width: 100%;
  max-width: 1200px;
}
.kujo-point__title {
  text-align: center;
}
.kujo-point__title .title {
  font-size: 60px;
  font-weight: 900;
}
.kujo-point__title .title span {
  color: #ba9500;
}
.kujo-point__title .txt {
  margin-top: 25px;
  font-size: 42px;
  font-weight: 700;
}
.kujo-point__contents {
  margin-top: 0;
}
.kujo-point .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kujo-point .item + .item {
  margin-top: 30px;
}
.kujo-point .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
}
.kujo-point .item__img {
  display: block;
  width: 100%;
}
.kujo-point .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 80px;
  word-break: break-all;
}
.kujo-point .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kujo-point .item__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  width: 122px;
}
.kujo-point .item__ico_img {
  display: block;
  width: 100%;
}
.kujo-point .item__title {
  padding-left: 16px;
}
.kujo-point .item__title p {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.33;
}
.kujo-point .item__txt {
  margin-top: 24px;
}
.kujo-point .item__txt p {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .kujo-point {
    padding: 60px 0 0;
  }
  .kujo-point__title .title {
    font-size: 36px;
  }
  .kujo-point__title .txt {
    margin-top: 20px;
    font-size: 24px;
  }
  .kujo-point .item + .item {
    margin-top: 35px;
  }
  .kujo-point .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    width: 38%;
  }
  .kujo-point .item__body {
    padding-left: 30px;
  }
  .kujo-point .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
  }
  .kujo-point .item__title {
    padding-left: 15px;
  }
  .kujo-point .item__title p {
    font-size: 26px;
  }
  .kujo-point .item__txt {
    margin-top: 20px;
  }
  .kujo-point .item__txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .kujo-point {
    padding: 40px 0 0;
  }
  .kujo-point__title .title {
    font-size: 34px;
    line-height: 1.5;
  }
  .kujo-point__title .title span {
    display: block;
  }
  .kujo-point__title .txt {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.5;
  }
  .kujo-point__title .txt span {
    display: block;
  }
  .kujo-point .item {
    display: block;
  }
  .kujo-point .item + .item {
    margin-top: 28px;
  }
  .kujo-point .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .kujo-point .item__body {
    padding-left: 0;
    padding-top: 10px;
  }
  .kujo-point .item__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kujo-point .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .kujo-point .item__title {
    padding-left: 6px;
  }
  .kujo-point .item__title p {
    font-size: 18px;
  }
  .kujo-point .item__txt {
    margin-top: 4px;
  }
  .kujo-point .item__txt p {
    font-size: 13px;
  }
}
/* ---------------------------------
  オカクジョ:: CV
----------------------------------- */
.kujo-cv {
  width: 100vw;
  background-color: #320000;
  margin-top: 68px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 70px;
  padding-bottom: 70px;
}
.kujo-cv .container {
  width: 100%;
}
.kujo-cv__title {
  font-size: 54px;
  font-weight: 700;
  color: #f4c113;
  text-align: center;
}
.kujo-cv__title .sp {
  display: none;
}
.kujo-cv__txt {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.kujo-cv__contents {
  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;
  margin-top: 54px;
}
.kujo-cv .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;
  height: 110px;
}
.kujo-cv .item.tel {
  width: 480px;
  background-color: #fff;
}
.kujo-cv .item.tel .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kujo-cv .item.tel .item__ico {
  display: block;
  width: 36px;
  margin-top: 0.35em;
}
.kujo-cv .item.tel .item__body {
  padding-left: 10px;
}
.kujo-cv .item.tel .item__num {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 500;
}
.kujo-cv .item.tel span {
  margin-top: 3px;
  display: block;
  text-align: center;
}
.kujo-cv .item.line, .kujo-cv .item.mail {
  position: relative;
  width: 340px;
  border-radius: 8px;
}
.kujo-cv .item.line .item__txt, .kujo-cv .item.mail .item__txt {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.kujo-cv .item.line {
  background-color: #06c755;
}
.kujo-cv .item.line .item__ico {
  display: block;
  width: 46px;
}
.kujo-cv .item.line .item__txt {
  margin-left: 25px;
}
.kujo-cv .item.mail {
  background-color: #e47d0e;
}
.kujo-cv .item.mail .item__ico {
  display: block;
  width: 35px;
}
.kujo-cv .item.mail .item__txt {
  margin-left: 27px;
}

@media screen and (max-width: 1199px) {
  .kujo-cv {
    padding: 60px 0 70px;
  }
  .kujo-cv .container {
    width: 100%;
    padding: 0 30px;
  }
  .kujo-cv__title {
    font-size: 38px;
  }
  .kujo-cv__txt {
    margin-top: 24px;
    font-size: 20px;
  }
  .kujo-cv__contents {
    display: block;
    margin: 40px auto 0;
    width: 400px;
  }
  .kujo-cv .item {
    height: 80px;
  }
  .kujo-cv .item.tel {
    width: 100%;
  }
  .kujo-cv .item.tel .item__ico {
    width: 30px;
    margin-top: 0.2em;
  }
  .kujo-cv .item.tel .item__body {
    padding-left: 12px;
  }
  .kujo-cv .item.tel .item__num {
    font-size: 36px;
  }
  .kujo-cv .item.tel span {
    margin-top: 2px;
  }
  .kujo-cv .item.line, .kujo-cv .item.mail {
    margin-top: 15px;
    width: 100%;
  }
  .kujo-cv .item.line .item__txt, .kujo-cv .item.mail .item__txt {
    font-size: 22px;
  }
  .kujo-cv .item.line .item__ico {
    width: 36px;
  }
  .kujo-cv .item.line .item__txt {
    margin-left: 20px;
  }
  .kujo-cv .item.mail .item__ico {
    width: 30px;
  }
  .kujo-cv .item.mail .item__txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 758px) {
  .kujo-cv {
    padding: 31px 0 40px;
  }
  .kujo-cv__title {
    font-size: 34px;
    line-height: 1.5;
  }
  .kujo-cv__title .sp {
    display: block;
  }
  .kujo-cv__txt {
    margin-top: 14px;
    font-size: 14px;
  }
  .kujo-cv__contents {
    margin: 31px auto 0;
    width: 100%;
    max-width: 300px;
  }
  .kujo-cv .item {
    height: 80px;
  }
  .kujo-cv .item.tel .item__ico {
    width: 27px;
    margin-top: 0.2em;
  }
  .kujo-cv .item.tel .item__body {
    padding-left: 16px;
  }
  .kujo-cv .item.tel .item__num {
    font-size: 32px;
  }
  .kujo-cv .item.tel span {
    margin-top: 3px;
    font-size: 12px;
  }
  .kujo-cv .item.line, .kujo-cv .item.mail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
    padding-left: 25px;
  }
  .kujo-cv .item.line .item__txt, .kujo-cv .item.mail .item__txt {
    font-size: 20px;
  }
  .kujo-cv .item.line .item__ico {
    width: 35px;
  }
  .kujo-cv .item.line .item__txt {
    margin-left: 32px;
  }
  .kujo-cv .item.mail .item__ico {
    width: 26px;
  }
  .kujo-cv .item.mail .item__txt {
    margin-left: 35px;
  }
}
/* ---------------------------------
  オカクジョ:: ご利用の流れ
----------------------------------- */
.kujo-flow {
  padding: 85px 0 0;
}
.kujo-flow .container {
  width: 100%;
  max-width: 1000px;
}
.kujo-flow__title {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
}
.kujo-flow__contents {
  margin-top: 82px;
}
.kujo-flow .item {
  position: relative;
  width: 100%;
  padding: 90px 120px 41px;
  background-color: #fff;
  border: 2px solid #543d1e;
  word-break: break-all;
}
.kujo-flow .item + .item {
  margin-top: 80px;
}
.kujo-flow .item + .item::before {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0 30px;
  border-color: #543d1e transparent transparent transparent;
}
.kujo-flow .item.step4 {
  margin-top: 80px;
}
.kujo-flow .item.step4::before {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0 30px;
  border-color: #543d1e transparent transparent transparent;
}
.kujo-flow .item-badge {
  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: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 50px;
  background-color: #543d1e;
  z-index: 1;
}
.kujo-flow .item-badge__txt {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.kujo-flow .item-badge__txt span {
  color: #fad919;
}
.kujo-flow .item__title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.kujo-flow .item__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fad919;
  border-radius: 9999px;
}
.kujo-flow .item__title .title {
  font-size: 42px;
  font-weight: 700;
  color: #bf4800;
}
.kujo-flow .item__txt {
  margin-top: 32px;
}
.kujo-flow .item__txt p {
  font-size: 18px;
  line-height: 2;
}
.kujo-flow .item:last-child .item-badge {
  top: -2px;
  left: -2px;
  background-color: #bf4800;
}
.kujo-flow .sepa {
  margin-top: 30px;
}
.kujo-flow .sepa__body {
  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;
  width: 100%;
  height: 90px;
  background-color: #db2b2b;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.kujo-flow .sepa__txt {
  padding: 18px 0 22px;
  font-size: 18px;
  color: #db2b2b;
  text-align: center;
}
.kujo-flow .sepa__bar {
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #db2b2b 14px, transparent 14px);
  background-size: 28px 4px;
}

@media screen and (max-width: 1199px) {
  .kujo-flow {
    padding: 60px 0;
  }
  .kujo-flow .container {
    width: 100%;
    max-width: 760px;
    padding: 0;
  }
  .kujo-flow__title {
    font-size: 38px;
  }
  .kujo-flow__contents {
    margin-top: 50px;
  }
  .kujo-flow .item {
    padding: 70px 50px 30px;
  }
  .kujo-flow .item + .item {
    margin-top: 60px;
  }
  .kujo-flow .item + .item::before {
    top: -45px;
    border-width: 30px 24px 0 24px;
  }
  .kujo-flow .item.step4 {
    margin-top: 60px;
  }
  .kujo-flow .item.step4::before {
    top: -45px;
    border-width: 30px 24px 0 24px;
  }
  .kujo-flow .item-badge {
    width: 120px;
    height: 40px;
  }
  .kujo-flow .item-badge__txt {
    font-size: 22px;
  }
  .kujo-flow .item__title {
    padding-bottom: 17px;
  }
  .kujo-flow .item__title::after {
    height: 4px;
  }
  .kujo-flow .item__title .title {
    font-size: 30px;
  }
  .kujo-flow .item__txt {
    margin-top: 25px;
  }
  .kujo-flow .item__txt p {
    font-size: 16px;
  }
  .kujo-flow .sepa {
    margin-top: 20px;
  }
  .kujo-flow .sepa__body {
    height: 60px;
    font-size: 30px;
  }
  .kujo-flow .sepa__foot {
    padding-top: 0;
  }
  .kujo-flow .sepa__txt {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .kujo-flow {
    padding: 50px 0;
  }
  .kujo-flow .container {
    max-width: 100%;
    padding: 0;
  }
  .kujo-flow__title {
    font-size: 30px;
  }
  .kujo-flow__contents {
    margin-top: 40px;
  }
  .kujo-flow .item {
    padding: 60px 20px 30px;
  }
  .kujo-flow .item + .item {
    margin-top: 52px;
  }
  .kujo-flow .item + .item::before {
    top: -40px;
    border-width: 30px 22px 0 22px;
  }
  .kujo-flow .item.step4 {
    margin-top: 52px;
  }
  .kujo-flow .item.step4::before {
    top: -40px;
    border-width: 30px 22px 0 22px;
  }
  .kujo-flow .item-badge {
    width: 85px;
    height: 35px;
  }
  .kujo-flow .item-badge__txt {
    font-size: 18px;
  }
  .kujo-flow .item__title .title {
    font-size: 24px;
  }
  .kujo-flow .item__txt {
    margin-top: 13px;
  }
  .kujo-flow .item__txt p {
    font-size: 14px;
  }
  .kujo-flow .sepa {
    margin-top: 15px;
  }
  .kujo-flow .sepa__body {
    font-size: 28px;
  }
  .kujo-flow .sepa__txt {
    padding: 15px 0 22px;
    font-size: 14px;
  }
}
/* ---------------------------------
  オカクジョ： FAQ
----------------------------------- */
.kujo-faq {
  width: 100%;
  max-width: 1000px;
  padding: 60px 40px 55px 60px;
  margin: 30px auto 0;
  background-color: #fff;
  border: 1px solid #ccc;
  word-break: break-all;
}
.kujo-faq__que {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.kujo-faq__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
}
.kujo-faq__ico {
  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;
  width: 50px;
  height: 50px;
  background-color: #f4c113;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.kujo-faq__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.kujo-faq__title {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 30px;
}
.kujo-faq__arrow {
  position: relative;
  top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 26px;
  height: 20px;
  background-image: url(img/ico/ico-kujo-faq-btm.png);
  background-repeat: no-repeat;
  background-size: 26px 20px;
  background-position: center center;
}
.kujo-faq__arrow.show {
  background-image: url(img/ico/ico-kujo-faq-top.png);
}
.kujo-faq__ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #ccc;
}
.kujo-faq__txt {
  padding-right: 58px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .kujo-faq {
    margin-top: 15px;
    padding: 30px 20px 30px 30px;
  }
  .kujo-faq__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .kujo-faq__ico {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .kujo-faq__title {
    margin-top: 0.2em;
    font-size: 18px;
    padding-right: 25px;
  }
  .kujo-faq__arrow {
    top: 0.75em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 22px;
    height: 14px;
    background-size: 22px 14px;
  }
  .kujo-faq__ans {
    margin-top: 25px;
    padding-top: 15px;
  }
  .kujo-faq__txt {
    padding-right: 48px;
  }
}
@media screen and (max-width: 758px) {
  .kujo-faq {
    margin-top: 10px;
    padding: 20px 10px 20px 20px;
  }
  .kujo-faq__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
  }
  .kujo-faq__ico {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .kujo-faq__title {
    margin-top: 0.25em;
    font-size: 14px;
    padding-right: 5px;
  }
  .kujo-faq__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
  }
  .kujo-faq__ans {
    margin-top: 10px;
    padding-top: 10px;
  }
  .kujo-faq__txt {
    padding-right: 23px;
  }
}
/* ===================================

  バイオケミカル詳細

====================================== */
/* ---------------------------------
  バイオケミカル：H2
----------------------------------- */
.bio-heading2 {
  margin-top: 50px;
  word-break: break-all;
}
.bio-heading2 .title {
  font-size: 36px;
  font-weight: 700;
  color: #618fe8;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .bio-heading2 {
    margin-top: 40px;
  }
  .bio-heading2 .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 758px) {
  .bio-heading2 {
    margin-top: 35px;
  }
  .bio-heading2 .title {
    font-size: 20px;
  }
}
/* ---------------------------------------
  バイオケミカル：用途別取扱薬品・機器ボックス
----------------------------------------- */
.biobox {
  margin-top: 80px;
  background-color: #f3f8fc;
  word-break: break-all;
}
.biobox__inner {
  padding: 69px 80px 80px;
}
.biobox__title {
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  color: #618fe8;
  border-bottom: 2px solid #618fe8;
}
.biobox__items {
  margin-top: 55px;
}
.biobox__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 40px 60px 32px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.biobox__items .item + .item {
  margin-top: 30px;
}
.biobox__items .item__head {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  padding-right: 20px;
  word-break: break-all;
}
.biobox__items .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #618fe8;
}
.biobox__items .item__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 20px;
  background-color: #618fe8;
}
.biobox__items .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.biobox__items .item__txt {
  line-height: 2;
  margin-top: -0.2em;
}

@media screen and (max-width: 1199px) {
  .biobox {
    margin-top: 50px;
  }
  .biobox__inner {
    padding: 40px 30px;
  }
  .biobox__title {
    padding-bottom: 8px;
    padding-left: 15px;
    font-size: 32px;
  }
  .biobox__items {
    margin-top: 40px;
  }
  .biobox__items .item {
    padding: 30px 30px;
  }
  .biobox__items .item + .item {
    margin-top: 20px;
  }
  .biobox__items .item__head {
    width: 135px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    padding-right: 18px;
  }
  .biobox__items .item__title {
    padding-left: 16px;
    font-size: 20px;
  }
  .biobox__items .item__title::before {
    width: 4px;
    height: 18px;
  }
}
@media screen and (max-width: 758px) {
  .biobox {
    margin-top: 30px;
  }
  .biobox__inner {
    padding: 20px 15px;
  }
  .biobox__title {
    padding-bottom: 6px;
    padding-left: 5px;
    font-size: 22px;
  }
  .biobox__items {
    margin-top: 15px;
  }
  .biobox__items .item {
    display: block;
    padding: 20px 15px;
  }
  .biobox__items .item + .item {
    margin-top: 15px;
  }
  .biobox__items .item__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .biobox__items .item__title {
    padding-left: 12px;
    font-size: 16px;
  }
  .biobox__items .item__title::before {
    height: 16px;
  }
  .biobox__items .item__body {
    width: 100%;
    margin-top: 15px;
  }
  .biobox__items .item__txt {
    margin-top: 0;
  }
}
/* -----------------------------------------
  バイオケミカル：取扱メーカー・納入先ブロック
------------------------------------------- */
.handling {
  margin-top: 80px;
  padding: 120px 80px;
  background-color: #f2f2f2;
}
.handling__title {
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #618fe8;
  border-bottom: 1px solid #618fe8;
}
.handling__contents {
  padding: 0 20px;
}
.handling__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.handling__items p {
  font-size: 14px;
  line-height: 2;
}
.handling__notice {
  margin-top: 1.5em;
  font-size: 14px;
}
.handling__txt {
  margin-top: 40px;
  font-size: 14px;
  color: #618fe8;
}

@media screen and (max-width: 1199px) {
  .handling {
    margin-top: 60px;
    padding: 60px 30px;
  }
  .handling__title {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .handling__contents {
    padding: 0 15px;
  }
  .handling__items {
    margin-top: 30px;
  }
  .handling__items p {
    font-size: 13px;
  }
  .handling__notice {
    font-size: 14px;
  }
  .handling__txt {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 758px) {
  .handling {
    margin-top: 40px;
    padding: 40px 15px;
  }
  .handling__title {
    padding-bottom: 8px;
    font-size: 13px;
  }
  .handling__contents {
    padding: 0px 10px;
  }
  .handling__items {
    display: block;
    margin-top: 25px;
  }
  .handling__items p {
    font-size: 12px;
  }
  .handling__notice {
    font-size: 12px;
  }
  .handling__txt {
    margin-top: 20px;
    font-size: 12px;
  }
}