@charset "UTF-8";
/*
Theme Name: SMART BLUE inc.
Theme URL: https://smartblue-k.com/
Description: SMART BLUE inc.のWordPressテーマ
Author: SMART BLUE inc.
Version: 1.0.0
License: SMART BLUE inc.
License URI: https://smartblue-k.com/
*/
:root {
  --cl-pri: #333;
  --cl-ac: #004596;
  --cl-sec: #29a3cc;
  --cl-thi: #e48f26;
  --cl-fou: #1c7eb0;
}

/* --- 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: 1px solid transparent;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  max-width: 100%;
  color: var(--cl-pri);
  font-family: "Noto Sans JP", 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 {
  font-weight: 700;
  text-align: center;
}
.section-title .title {
  font-size: 40px;
}
.section-title .txt {
  margin-top: 35px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: var(--cl-ac);
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 32px;
  }
  .section-title .txt {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .section-title .title {
    font-size: 28px;
  }
  .section-title .txt {
    margin-top: 35px;
    font-size: 16px;
  }
}
/* ===================================

  リンクボタン

====================================== */
.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  background-color: var(--cl-sec);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .link-btn {
    max-width: calc(100% - 30px);
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .link-btn {
    font-size: 15px;
  }
}
/* ===================================

  固定ページメインビジュアル: page-mv

====================================== */
.page-mv {
  margin-top: 120px;
  background-color: #fff;
}
.page-mv__inner {
  width: 1200px;
  padding: 60px 0 72px;
  margin: 0 auto;
}
.page-mv__title {
  margin-top: 22px;
}
.page-mv__title .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.page-mv__title .subtitle {
  display: block;
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--cl-ac);
  text-transform: uppercase;
}
.page-mv__bg {
  width: 100%;
  height: 520px;
  background-image: url(img/page-company-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .page-mv {
    margin-top: 50px;
  }
  .page-mv__inner {
    width: 100%;
    padding: 40px 30px;
  }
  .page-mv__title {
    margin-top: 20px;
  }
  .page-mv__title .title {
    font-size: 36px;
  }
  .page-mv__title .subtitle {
    margin-top: 10px;
    font-size: 20px;
  }
  .page-mv__bg {
    height: 300px;
  }
}
@media screen and (max-width: 758px) {
  .page-mv__inner {
    padding: 38px 20px 36px;
  }
  .page-mv__title {
    margin-top: 12px;
  }
  .page-mv__title .title {
    font-size: 32px;
  }
  .page-mv__title .subtitle {
    margin-top: 14px;
    font-size: 16px;
  }
  .page-mv__bg {
    height: 180px;
  }
}
/* ===================================

  詳細ページメインビジュアル

====================================== */
.single-mv {
  margin-top: 120px;
  padding: 60px 0 30px;
}
.single-mv__inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .single-mv {
    margin-top: 50px;
    padding: 40px 0 30px;
  }
  .single-mv__inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .single-mv {
    padding: 38px 0 20px;
  }
  .single-mv__inner {
    padding: 0 20px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.breadcrumb-wrap {
  width: 100%;
  word-break: break-all;
}
.breadcrumb-wrap .breadcrumb {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap .breadcrumb {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap .breadcrumb {
    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: 120px;
}
.pagination-wrap .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-wrap .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  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 {
  background-color: var(--cl-pri);
  color: #fff;
  border: 1px solid var(--cl-pri);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .pagination-wrap {
    margin-top: 80px;
  }
  .pagination-wrap .pagination .page-numbers {
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pagination-wrap .pagination .page-numbers + .page-numbers {
    margin-left: 5px;
  }
  .pagination-wrap .pagination .page-numbers:hover {
    background-color: #fff;
    color: var(--cl-pri);
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 758px) {
  .pagination-wrap {
    margin-top: 60px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.header-logo {
  width: 320px;
}
.header-logo__link, .header-logo__img {
  display: block;
  width: 100%;
}
.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.header-nav {
  padding-right: 28px;
  padding-bottom: 7px;
  border-right: 1px solid #ccc;
}
.header-nav__bloglink {
  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: 200px;
  height: 35px;
  font-weight: 700;
  color: #fff;
  background-color: var(--cl-sec);
  border-radius: 9999px;
  z-index: 1;
}
.header-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav__top li {
  margin-left: 20px;
}
.header-nav__top li a {
  font-size: 14px;
  font-weight: 700;
}
.header-nav__btm {
  margin-top: 14px;
}
.header-nav .g-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .g-nav .menu-item + .menu-item {
  margin-left: 20px;
}
.header-nav .g-nav .menu-item a {
  font-size: 15px;
  font-weight: 700;
}
.header-tel {
  padding-left: 22px;
}
.header-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-tel__ico {
  width: 25px;
}
.header-tel__num {
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
.header-tel__txt {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.header-line, .header-contact {
  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;
  padding-top: 15px;
  height: 70px;
  color: #fff;
}
.header-line__ico, .header-contact__ico {
  display: block;
  width: auto;
  height: 20px;
}
.header-line__txt, .header-contact__txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.header-line {
  margin-left: 15px;
  width: 80px;
  background-color: #4cc764;
}
.header-contact {
  margin-left: 10px;
  width: 120px;
  background-color: var(--cl-thi);
}
.header.show, .header.l-header {
  position: fixed;
  background-color: #fff;
}
.header.show .header__contents, .header.l-header .header__contents {
  color: var(--cl-pri);
}
.header.show .header-tel__num, .header.l-header .header-tel__num {
  color: #000;
}
.header .menu-btn {
  display: none;
}

@media screen and (max-width: 1439px) {
  .header-logo {
    width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    height: 50px;
  }
  .header__inner {
    padding: 0 0 0 15px;
  }
  .header-nav {
    display: none;
  }
  .header-tel {
    display: none;
  }
  .header-line, .header-contact {
    display: none;
  }
  .header .menu-btn {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    background-color: var(--cl-sec);
    overflow: hidden;
    outline: none;
  }
  .header .menu-btn span {
    position: absolute;
    top: 25px;
    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: 18px;
  }
  .header .menu-btn span:last-of-type {
    top: 32px;
  }
  .header .menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 24px;
    left: 15px;
  }
  .header .menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 15px;
    top: auto;
    bottom: 24px;
  }
}
@media screen and (max-width: 758px) {
  .header-logo {
    width: 160px;
  }
}
/* ===================================

  スマホメニュー

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

@media screen and (max-width: 1199px) {
  .dnav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: -10;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dnav.show {
    right: 0;
    z-index: 100;
    opacity: 1;
  }
  .dnav-header {
    width: 100%;
    height: 50px;
  }
  .dnav-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 15px;
  }
  .dnav-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .dnav-body__inner {
    width: 420px;
    padding: 30px 20px 100px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-y: none;
  }
  .dnav-body__inner::-webkit-scrollbar {
    display: none;
  }
  .dnav .sp-nav .menu-item {
    border-bottom: 1px solid #ccc;
  }
  .dnav .sp-nav .menu-item a {
    display: block;
    padding: 10px 26px 10px 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background-image: url(img/ico/ico-arrow-right-bl.svg);
    background-repeat: no-repeat;
    background-size: 15px 4px;
    background-position: center right 10px;
  }
  .dnav .sp-nav-btm {
    padding: 0 10px;
  }
  .dnav .sp-nav-btm li {
    margin-top: 18px;
  }
  .dnav .sp-nav-btm li a {
    font-size: 12px;
    font-weight: 700;
  }
  .dnav-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    margin-top: 27px;
    width: 100%;
    height: 105px;
    border: 1px solid #ccc;
  }
  .dnav-tel__title {
    font-size: 15px;
    font-weight: 700;
  }
  .dnav-tel__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px;
  }
  .dnav-tel__ico {
    width: 20px;
  }
  .dnav-tel__num {
    margin-left: 3px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
  }
  .dnav-tel__txt {
    margin-top: 3px;
  }
  .dnav .dnav-line,
  .dnav .dnav-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    width: 100%;
    height: 80px;
  }
  .dnav .dnav-line__txt,
  .dnav .dnav-contact__txt {
    margin-left: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
  }
  .dnav .dnav-line {
    background-color: #4cc764;
  }
  .dnav .dnav-line__ico {
    width: 30px;
  }
  .dnav .dnav-contact {
    background-color: #e48f26;
  }
  .dnav .dnav-contact__ico {
    width: 20px;
  }
}
@media screen and (max-width: 758px) {
  .dnav-body__inner {
    width: 100%;
  }
}
/* ===================================

  CTA

====================================== */
.cta {
  background-color: #e9f4fa;
}
.cta__bg {
  width: 100%;
  height: 650px;
  background-image: url(img/cta-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cta__contents {
  position: relative;
  margin-top: -50px;
  z-index: 1;
}
.cta__inner {
  width: 1200px;
  margin: 0 auto;
}
.cta-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.cta-tel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  width: 390px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
  height: 80px;
  border-right: 1px solid #ccc;
}
.cta-tel__title {
  font-size: 20px;
  font-weight: 700;
}
.cta-tel__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 80px;
  padding-left: 55px;
}
.cta-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-tel__ico {
  width: 33px;
}
.cta-tel__num {
  margin-left: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 500;
}
.cta-tel__txt {
  margin-left: 27px;
  font-weight: 500;
}
.cta .items {
  margin-top: 5px;
  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;
}
.cta .item {
  width: calc((100% - 5px) / 2);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.cta .item__link {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  background-repeat: no-repeat;
  background-size: 20px 5px;
  background-position: center right 30px;
}
.cta .item__txt {
  margin-left: 40px;
}
.cta .item-line {
  background-color: #4cc764;
}
.cta .item-line .item__ico {
  width: 35px;
}
.cta .item-mail {
  background-color: var(--cl-thi);
}
.cta .item-mail .item__ico {
  width: 25px;
}

@media screen and (max-width: 1199px) {
  .cta__bg {
    height: 350px;
  }
  .cta__inner {
    width: 100%;
    padding: 0 30px;
  }
  .cta-tel {
    display: block;
    padding: 22px 0;
  }
  .cta-tel__head {
    display: block;
    padding-left: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    border-right: none;
  }
  .cta-tel__title {
    font-size: 16px;
    text-align: center;
  }
  .cta-tel__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-left: 0;
    margin-top: 15px;
  }
  .cta-tel__ico {
    width: 28px;
  }
  .cta-tel__num {
    margin-left: 5px;
    font-size: 36px;
  }
  .cta-tel__txt {
    margin-left: 0;
    margin-top: 8px;
  }
  .cta .items {
    margin-top: 8px;
  }
  .cta .item {
    width: calc((100% - 8px) / 2);
    font-size: 16px;
  }
  .cta .item__link {
    height: 105px;
    background-size: 16px 4px;
    background-position: center right 20px;
  }
  .cta .item__txt {
    margin-left: 25px;
  }
  .cta .item-line .item__ico {
    width: 28px;
  }
  .cta .item-mail .item__ico {
    width: 20px;
  }
}
@media screen and (max-width: 758px) {
  .cta__bg {
    height: 220px;
  }
  .cta__inner {
    padding: 0 20px;
  }
  .cta-tel {
    padding: 18px 0 16px;
  }
  .cta-tel__title {
    font-size: 15px;
  }
  .cta-tel__body {
    margin-top: 10px;
  }
  .cta-tel__ico {
    width: 20px;
  }
  .cta-tel__num {
    margin-left: 3px;
    font-size: 30px;
  }
  .cta-tel__txt {
    margin-top: 5px;
  }
  .cta .items {
    display: block;
  }
  .cta .item {
    width: 100%;
    font-size: 15px;
  }
  .cta .item + .item {
    margin-top: 8px;
  }
  .cta .item__txt {
    margin-left: 30px;
  }
  .cta .item-line .item__ico {
    width: 28px;
  }
  .cta .item-mail .item__ico {
    width: 20px;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  background-color: #e9f4fa;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1120px;
  margin: 0 auto;
  padding-top: 95px;
}
.footer__contents {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-logo {
  width: 320px;
}
.footer-logo__link, .footer-logo__img {
  display: block;
  width: 100%;
}
.footer__info {
  margin-top: 40px;
}
.footer__name {
  font-weight: 700;
}
.footer__addr {
  margin-top: 20px;
  font-weight: 700;
}
.footer__snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.footer__sns {
  width: 25px;
}
.footer__sns + .footer__sns {
  margin-left: 12px;
}
.footer__body {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-nav .menu-item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-nav .menu-item:nth-child(n+3) {
  margin-top: 35px;
}
.footer-nav .menu-item a {
  font-weight: 500;
}
.footer-banner {
  padding: 100px 0;
}
.footer-banner__inner {
  width: 1120px;
  margin: 0 auto;
}
.footer-banner__link {
  display: block;
  width: 240px;
}
.footer-banner__img {
  display: block;
  width: 100%;
}
.footer-btm {
  padding: 33px 0;
  background-color: var(--cl-pri);
  font-size: 14px;
  color: #fff;
}
.footer-btm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1120px;
  padding: 0 38px;
  margin: 0 auto;
}
.footer-btm .copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .footer__inner {
    width: 100%;
    padding: 60px 30px 0;
  }
  .footer__contents {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .footer-logo {
    width: 240px;
  }
  .footer__info {
    margin-top: 30px;
  }
  .footer__addr {
    margin-top: 15px;
  }
  .footer__snss {
    margin-top: 30px;
  }
  .footer__sns {
    width: 18px;
  }
  .footer__sns + .footer__sns {
    margin-left: 10px;
  }
  .footer__body {
    width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .footer-nav .menu-item:nth-child(n+3) {
    margin-top: 25px;
  }
  .footer-nav .menu-item a {
    line-height: 1.3;
  }
  .footer-banner {
    padding: 60px 0;
  }
  .footer-banner__inner {
    width: 100%;
    padding: 0 30px;
  }
  .footer-btm {
    padding: 22px 0;
    font-size: 12px;
  }
  .footer-btm__inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .footer__inner {
    display: block;
    padding: 60px 20px 0;
  }
  .footer__contents {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer__body {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 38px;
  }
  .footer-nav .menu-item {
    padding-right: 10px;
  }
  .footer-nav .menu-item:nth-child(n+3) {
    margin-top: 25px;
  }
  .footer-banner {
    padding: 40px 0;
  }
  .footer-banner__inner {
    width: calc(100% - 30px);
  }
  .footer-banner__link {
    margin: 0 auto;
  }
  .footer-btm {
    padding: 16px 0;
    font-size: 11px;
    text-align: center;
  }
  .footer-btm__inner {
    display: block;
    padding: 0;
  }
  .footer-btm .copyright {
    margin-top: 12px;
  }
}
.trg {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.trg.fadeUp {
  -webkit-animation-name: fadeUpAction;
          animation-name: fadeUpAction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.trg_fi {
  opacity: 0;
}
.trg_fi.fadeIn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-name: fadeInAction;
          animation-name: fadeInAction;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInAction {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAction {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===================================

  メインビジュアル
  ニュース

====================================== */
.home .mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.home .mv__inner {
  width: 100%;
  height: 100%;
  background: url(img/top-mv-100.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .mv__copy {
  position: absolute;
  top: 33.5%;
  left: 4.2vw;
  color: #fff;
}
.home .mv__copy .sp {
  display: none;
}
.home .mv__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.5;
}
.home .mv__txt {
  margin-top: 28px;
  font-size: 22px;
  font-weight: 700;
}
.home .info {
  position: absolute;
  right: 0;
  bottom: 4.39vh;
  width: 960px;
  height: 90px;
  background-color: #fff;
}
.home .info__inner {
  padding: 0 30px;
}
.home .info .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
}
.home .info .entry__head {
  width: 192px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .info .entry__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 25px;
  font-size: 14px;
  color: var(--cl-fou);
  border: 1px solid var(--cl-fou);
}
.home .info .entry__date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.home .info .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 35px;
  word-break: break-all;
}
.home .info .entry__title {
  margin-top: -0.25em;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .home .mv {
    height: 65vh;
  }
  .home .mv__copy {
    top: 40%;
    left: 30px;
  }
  .home .mv__title {
    font-size: 40px;
  }
  .home .mv__txt {
    margin-top: 20px;
    font-size: 18px;
  }
  .home .info {
    bottom: 30px;
    width: calc(100% - 60px);
    max-width: 710px;
    height: 60px;
  }
  .home .info__inner {
    padding: 0 15px 0 30px;
  }
  .home .info .entry__link {
    height: 60px;
  }
  .home .info .entry__head {
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
  .home .info .entry__cate {
    width: 65px;
    height: 22px;
    font-size: 12px;
  }
  .home .info .entry__body {
    padding-left: 30px;
  }
  .home .info .entry__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .home .mv {
    height: 640px;
  }
  .home .mv__inner {
    background-image: url(img/sp-mv@3x-100.jpg);
  }
  .home .mv__copy {
    top: 28.9%;
    left: 0;
    padding: 0 15px;
  }
  .home .mv__copy .sp {
    display: block;
  }
  .home .mv__title {
    font-size: 32px;
  }
  .home .mv__txt {
    margin-top: 28px;
    font-size: 16px;
    line-height: 2;
  }
  .home .info {
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 100%;
    height: auto;
  }
  .home .info__inner {
    padding: 15px 15px 12px;
  }
  .home .info .entry__link {
    display: block;
    height: auto;
  }
  .home .info .entry__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .home .info .entry__cate {
    width: 60px;
    height: 20px;
    font-size: 11px;
  }
  .home .info .entry__date {
    margin-left: 13px;
    font-size: 12px;
  }
  .home .info .entry__body {
    padding-left: 0;
  }
  .home .info .entry__title {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.5;
  }
}
/* ===================================

  サービス案内

====================================== */
.home .main .service {
  padding: 120px 0;
}
.home .main .service .container {
  width: 1280px;
  padding: 0 40px;
  max-width: 100%;
}
.home .main .service__txt {
  margin-top: 65px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.home .main .service__txt .sp {
  display: none;
}
.home .main .service__contents {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .main .service__contents .item {
  position: relative;
  width: 33.3333333333%;
  border-right: 1px solid #ccc;
}
.home .main .service__contents .item:first-child {
  border-left: 1px solid #ccc;
}
.home .main .service__contents .item__link {
  display: block;
  padding: 37px 40px 32px;
  width: 100%;
}
.home .main .service__contents .item__img {
  display: block;
  margin: 0 auto;
  height: 120px;
}
.home .main .service__contents .item__title {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.home .main .service__contents .item__txt {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .service__contents .item__ico {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--cl-sec);
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  background-repeat: no-repeat;
  background-size: 20px 5px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .home .main .service {
    padding: 80px 0;
  }
  .home .main .service .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .main .service__txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .home .main .service__contents {
    margin-top: 50px;
  }
  .home .main .service__contents .item__link {
    padding: 30px;
  }
  .home .main .service__contents .item__img {
    height: 90px;
  }
  .home .main .service__contents .item__title {
    margin-top: 35px;
    font-size: 18px;
  }
  .home .main .service__contents .item__txt {
    margin-top: 20px;
    font-size: 15px;
  }
  .home .main .service__contents .item__ico {
    width: 30px;
    height: 30px;
    background-size: 15px 4px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .service {
    padding: 80px 0 30px;
  }
  .home .main .service .container {
    padding: 0 20px;
  }
  .home .main .service__txt {
    margin-top: 30px;
  }
  .home .main .service__txt .sp {
    display: block;
  }
  .home .main .service__contents {
    display: block;
    margin-top: 20px;
  }
  .home .main .service__contents .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .home .main .service__contents .item:first-child {
    border-left: none;
  }
  .home .main .service__contents .item__link {
    padding: 40px 40px 30px;
  }
}
/* ===================================

  SOLUTION

====================================== */
.home .solution {
  padding: 120px 0 130px;
  background-color: #e9f4fa;
}
.home .solution__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .solution-thumb {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.home .solution-thumb__inner {
  width: 100%;
  padding-top: 69.8%;
  background-image: url(img/top-solution-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .solution__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 4.5vw;
}
.home .solution__contents-inner {
  width: 520px;
}
.home .solution__contents .title {
  line-height: 1.75;
}
.home .solution__contents .title .sp {
  display: none;
}
.home .solution__contents .txt {
  margin-top: 25px;
}
.home .solution__txt {
  margin-top: 47px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.home .solution__body {
  margin-top: -130px;
  z-index: 1;
}
.home .solution__body .items {
  width: 1410px;
  margin: 0 auto;
  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 .solution__body .item {
  position: relative;
  width: calc((100% - 90px) / 4);
  height: 330px;
  background-color: #fff;
}
.home .solution__body .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 330px;
}
.home .solution__body .item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.home .solution__body .item__title .accent {
  color: var(--cl-ac);
}
.home .solution__body .item__ico {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--cl-sec);
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  background-repeat: no-repeat;
  background-size: 20px 5px;
  background-position: center center;
}

@media screen and (max-width: 1471px) {
  .home .solution__body {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1410px) {
  .home .solution__contents {
    padding-top: 30px;
  }
  .home .solution__body {
    margin-top: -10px;
  }
  .home .solution__body .items {
    width: calc(100% - 20px);
  }
  .home .solution__body .item {
    height: 300px;
  }
  .home .solution__body .item__link {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .home .solution {
    padding: 80px 0 100px;
  }
  .home .solution-thumb {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .home .solution-thumb__inner {
    padding-top: 100%;
  }
  .home .solution__contents {
    padding-top: 0;
  }
  .home .solution__contents-inner {
    width: 100%;
    padding: 0 30px;
  }
  .home .solution__contents .title {
    font-size: 28px;
  }
  .home .solution__contents .title .sp {
    display: block;
  }
  .home .solution__contents .txt {
    margin-top: 22px;
  }
  .home .solution__txt {
    margin-top: 25px;
    font-size: 15px;
  }
  .home .solution__txt .pc {
    display: none;
  }
  .home .solution__body {
    margin-top: -20px;
  }
  .home .solution__body .items {
    margin: 0 auto;
  }
  .home .solution__body .item {
    width: calc((100% - 45px) / 4);
    height: 160px;
  }
  .home .solution__body .item__link {
    height: 160px;
  }
  .home .solution__body .item__title {
    font-size: 18px;
  }
  .home .solution__body .item__ico {
    width: 30px;
    height: 30px;
    background-size: 15px 4px;
  }
}
@media screen and (max-width: 758px) {
  .home .solution {
    padding: 53px 0 60px;
  }
  .home .solution__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .solution-thumb {
    margin-top: 35px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home .solution-thumb__inner {
    padding-top: 87.5%;
  }
  .home .solution__contents .txt {
    margin-top: 32px;
  }
  .home .solution__txt {
    margin-top: 33px;
    font-size: 15px;
  }
  .home .solution__txt .pc {
    display: none;
  }
  .home .solution__body {
    margin-top: -15px;
  }
  .home .solution__body .items {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .home .solution__body .item {
    width: 100%;
    height: 200px;
  }
  .home .solution__body .item + .item {
    margin-top: 15px;
  }
  .home .solution__body .item__link {
    height: 200px;
  }
  .home .solution__body .item__title {
    font-size: 20px;
  }
}
/* ===================================

  スマートブルーの強み

====================================== */
.home .strength {
  padding: 120px 0;
  background-image: url(img/top-strength-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 center;
}
.home .strength .container {
  width: 1280px;
  padding: 0 40px;
  max-width: 100%;
}
.home .strength__txt {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.home .strength__body {
  margin-top: 80px;
}
.home .strength__cts {
  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 .strength__cts.btm {
  margin-top: 60px;
}
.home .strength .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;
  width: calc((100% - 60px) / 2);
}
.home .strength .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.home .strength .item__thumb {
  width: 185px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
}
.home .strength .item__img {
  display: block;
  width: 100%;
}
.home .strength .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .strength .item__num {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--cl-ac);
}
.home .strength .item__txt {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 700;
}
.home .strength .item__title {
  margin-top: 15px;
  font-size: 26px;
  font-weight: 700;
  color: var(--cl-ac);
}
.home .strength .item__inner {
  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;
}
.home .strength .item-lg {
  padding: 18px 20px;
  width: calc((100% - 60px) / 2);
}
.home .strength .item-sm {
  padding: 33px 0 40px;
  width: calc((100% - 30px) / 2);
}

@media screen and (max-width: 1199px) {
  .home .strength {
    padding: 40px 0 80px;
  }
  .home .strength .container {
    width: 100%;
    padding: 0 10px;
  }
  .home .strength__txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .home .strength__body {
    margin-top: 50px;
  }
  .home .strength__cts.btm {
    margin-top: 10px;
  }
  .home .strength .items {
    width: calc((100% - 10px) / 2);
  }
  .home .strength .item {
    display: block;
  }
  .home .strength .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home .strength .item__img {
    width: 185px;
    margin: 0 auto 15px;
  }
  .home .strength .item__body {
    display: block;
    text-align: center;
  }
  .home .strength .item__num {
    font-size: 23px;
  }
  .home .strength .item__txt {
    margin-top: 14px;
    font-size: 15px;
  }
  .home .strength .item__title {
    margin-top: 11px;
    font-size: 18px;
  }
  .home .strength .item-lg {
    padding: 15px 15px 25px;
    width: calc((100% - 10px) / 2);
  }
  .home .strength .item-sm {
    padding: 40px 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 758px) {
  .home .strength {
    padding: 0 0 60px;
    background-image: url(img/sp-top-strength-bg-80.jpg);
    background-position: bottom 0 center;
  }
  .home .strength .container {
    padding: 0 15px;
  }
  .home .strength__txt {
    margin-top: 28px;
    padding: 0 15px;
    text-align: left;
  }
  .home .strength__txt br {
    display: none;
  }
  .home .strength__body {
    margin-top: 35px;
  }
  .home .strength__cts {
    display: block;
  }
  .home .strength__cts.btm {
    margin-top: 15px;
  }
  .home .strength .items {
    display: block;
    width: 100%;
  }
  .home .strength .items + .items {
    margin-top: 15px;
  }
  .home .strength .item {
    display: block;
  }
  .home .strength .item + .item {
    margin-top: 15px;
  }
  .home .strength .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home .strength .item__img {
    width: 185px;
    margin: 0 auto 15px;
  }
  .home .strength .item__body {
    display: block;
    text-align: center;
  }
  .home .strength .item__txt {
    font-size: 18px;
  }
  .home .strength .item__title {
    font-size: 21px;
  }
  .home .strength .item-lg {
    width: 100%;
  }
  .home .strength .item-sm {
    padding: 40px 15px 45px;
    width: 100%;
  }
}
/* ===================================

  施工事例

====================================== */
.home .works {
  padding: 120px 0;
}
.home .works .container {
  width: 1280px;
  padding: 0 40px;
  max-width: 100%;
}
.home .works__txt {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.home .works__contents {
  margin-top: 70px;
}
.home .works .entry__link {
  display: block;
  width: 100%;
}
.home .works .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .works .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;
}
.home .works .entry__link:hover {
  opacity: 0.6;
}
.home .works .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .works .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.home .works .entry__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;
}
.home .works .entry__cate {
  margin: 0 5px 5px 0;
  padding: 5px 9px;
  border: 1px solid var(--cl-fou);
  font-size: 14px;
  color: var(--cl-fou);
}
.home .works .entry__title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.home .works__btn {
  margin-top: 85px;
}

@media screen and (max-width: 1199px) {
  .home .works {
    padding: 80px 0;
  }
  .home .works .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .works__txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .home .works__contents {
    margin-top: 50px;
  }
  .home .works .entry__link:hover {
    opacity: 1;
  }
  .home .works .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .works .entry__body {
    padding-top: 15px;
  }
  .home .works .entry__cate {
    margin: 0 3px 3px 0;
    padding: 4px 8px;
    font-size: 11px;
  }
  .home .works .entry__title {
    margin-top: 11px;
    font-size: 15px;
  }
  .home .works__btn {
    margin-top: 46px;
  }
}
@media screen and (max-width: 758px) {
  .home .works {
    padding: 60px 0;
  }
  .home .works .container {
    padding: 0 20px;
  }
  .home .works__txt {
    margin-top: 28px;
  }
  .home .works__contents {
    margin-top: 40px;
  }
}
/* ===================================

  よくある質問
  ご相談の流れ

====================================== */
.home .fafl {
  padding: 120px 0;
  background-color: #e9f4fa;
}
.home .fafl .container {
  width: 1400px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.home .fafl .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .fafl .item {
  position: relative;
  width: calc((100% - 60px) / 2);
  height: 200px;
  background-color: #fff;
  text-align: center;
}
.home .fafl .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 100%;
  height: 200px;
}
.home .fafl .item__title {
  font-size: 32px;
  font-weight: 700;
}
.home .fafl .item__txt {
  margin-top: 18px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--cl-ac);
}
.home .fafl .item__ico {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--cl-sec);
  background-image: url(img/ico/ico-arrow-right-wh.svg);
  background-repeat: no-repeat;
  background-size: 20px 5px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .home .fafl {
    padding: 80px 0;
  }
  .home .fafl .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .fafl .item {
    width: calc((100% - 30px) / 2);
  }
  .home .fafl .item__title {
    font-size: 24px;
  }
  .home .fafl .item__txt {
    margin-top: 16px;
    font-size: 18px;
  }
  .home .fafl .item__ico {
    width: 30px;
    height: 30px;
    background-size: 15px 4px;
  }
}
@media screen and (max-width: 758px) {
  .home .fafl {
    padding: 60px 0;
  }
  .home .fafl .container {
    padding: 0 35px;
  }
  .home .fafl .items {
    display: block;
  }
  .home .fafl .item {
    width: 100%;
  }
  .home .fafl .item + .item {
    margin-top: 15px;
  }
}
/* ===================================

  会社案内

====================================== */
.home .company {
  padding: 240px 0;
  background-image: url(img/top-company-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .company .container {
  width: 1400px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.home .company__inner {
  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;
}
.home .company__body {
  width: 660px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 660px;
          flex: 0 0 660px;
}
.home .company__body .section-title {
  text-align: left;
}
.home .company__body .section-title .title {
  color: #fff;
}
.home .company__txt {
  margin-top: 55px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
.home .company__txt .sp {
  display: none;
}
.home .company__btn {
  margin: 65px 0 0;
}
.home .company__contents {
  width: 480px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}
.home .company__contents li {
  border-bottom: 2px solid #fff;
}
.home .company__contents li a {
  display: block;
  padding: 50px 10px 20px 20px;
  background-image: url(img/ico/ico-arrow-s.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: bottom 10px right 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .home .company {
    padding: 120px 0;
  }
  .home .company .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .company__body {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 15px;
  }
  .home .company__txt {
    font-size: 15px;
    margin-top: 25px;
  }
  .home .company__btn {
    margin-top: 30px;
  }
  .home .company__contents {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 15px;
  }
  .home .company__contents li a {
    padding: 35px 5px 15px 15px;
    background-size: 30px 30px;
    background-position: bottom 8px right 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .home .company {
    padding: 60px 0;
  }
  .home .company .container {
    padding: 0 20px;
  }
  .home .company__inner {
    display: block;
  }
  .home .company__body {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .home .company__txt .sp {
    display: block;
  }
  .home .company__btn {
    width: 100%;
    max-width: 100%;
  }
  .home .company__contents {
    margin-top: 12px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}
/* ===================================

  採用情報

====================================== */
.home .recruit {
  padding: 120px 0;
}
.home .recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .recruit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.home .recruit__contents {
  width: 520px;
}
.home .recruit__txt {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.home .recruit__btn {
  margin-top: 72px;
}
.home .recruit__head {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.home .recruit__img {
  width: 100%;
  padding-top: 69.8%;
  background-image: url(img/top-recruit-img-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .home .recruit {
    padding: 80px 0;
  }
  .home .recruit__body {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .home .recruit__contents {
    width: 100%;
    padding: 1em 30px 0;
  }
  .home .recruit__txt {
    margin-top: 25px;
    font-size: 15px;
    text-align: left;
  }
  .home .recruit__btn {
    margin-top: 40px;
  }
  .home .recruit__head {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .home .recruit__img {
    padding-top: 100%;
  }
}
@media screen and (max-width: 758px) {
  .home .recruit {
    padding: 60px 0 0;
  }
  .home .recruit__inner {
    display: block;
  }
  .home .recruit__body {
    width: 100%;
  }
  .home .recruit__contents {
    padding: 0 20px;
  }
  .home .recruit__btn {
    width: 100%;
    max-width: 100%;
  }
  .home .recruit__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 40px;
  }
  .home .recruit__img {
    padding-top: 75%;
  }
}
/* ===================================

  ブログ

====================================== */
.home .weblog {
  padding-top: 60px;
}
.home .weblog .container {
  width: 1120px;
  margin: 0 auto;
}
.home .weblog__contents {
  margin-top: 70px;
}
.home .weblog .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;
}
.home .weblog .entries::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
.home .weblog .entry {
  width: calc((100% - 40px) / 3);
}
.home .weblog .entry:nth-child(n+4) {
  margin-top: 40px;
}
.home .weblog .entry__link {
  display: block;
  width: 100%;
}
.home .weblog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .weblog .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;
}
.home .weblog .entry__link:hover {
  opacity: 0.6;
}
.home .weblog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .weblog .entry__body {
  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-top: 20px;
  word-break: break-all;
}
.home .weblog .entry__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.home .weblog .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .weblog .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .weblog .entry__cate {
  margin-right: 20px;
  padding: 5px 9px;
  font-size: 14px;
  color: var(--cl-fou);
  border: 1px solid var(--cl-fou);
}
.home .weblog .entry__date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.home .weblog__btn {
  margin-top: 85px;
}

@media screen and (max-width: 1199px) {
  .home .weblog .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .weblog__contents {
    margin-top: 50px;
  }
  .home .weblog .entries::after {
    width: calc((100% - 30px) / 3);
  }
  .home .weblog .entry {
    width: calc((100% - 30px) / 3);
  }
  .home .weblog .entry:nth-child(n+4) {
    margin-top: 30px;
  }
  .home .weblog .entry__link:hover {
    opacity: 1;
  }
  .home .weblog .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .weblog .entry__body {
    padding-top: 13px;
  }
  .home .weblog .entry__title {
    margin-top: 8px;
    font-size: 14px;
  }
  .home .weblog .entry__cate {
    margin-right: 15px;
    padding: 4px 6px;
    font-size: 11px;
  }
  .home .weblog .entry__date {
    font-size: 12px;
  }
  .home .weblog__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .home .weblog .container {
    padding: 0 20px;
  }
  .home .weblog__contents {
    margin-top: 35px;
  }
  .home .weblog .entries {
    padding: 0 25px;
  }
  .home .weblog .entries::after {
    display: none;
  }
  .home .weblog .entries {
    display: block;
  }
  .home .weblog .entry {
    width: 100%;
  }
  .home .weblog .entry:nth-child(n+1) {
    margin-top: 38px;
  }
  .home .weblog__btn {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
/* ===================================

  新着情報

====================================== */
.home .news {
  padding: 210px 0 165px;
}
.home .news .container {
  width: 1120px;
  margin: 0 auto;
}
.home .news__contents {
  margin-top: 55px;
}
.home .news .entry {
  border-bottom: 1px solid #ccc;
}
.home .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 35px 10px 30px 0;
}
.home .news .entry__head {
  width: 192px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  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;
}
.home .news .entry__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 25px;
  font-size: 14px;
  color: var(--cl-fou);
  border: 1px solid var(--cl-fou);
}
.home .news .entry__date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
.home .news .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 35px;
  word-break: break-all;
}
.home .news .entry__title {
  margin-top: -0.2em;
  font-size: 18px;
  font-weight: 700;
}
.home .news__btn {
  margin-top: 85px;
}

@media screen and (max-width: 1199px) {
  .home .news {
    padding: 120px 0 80px;
  }
  .home .news .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .news__contents {
    margin-top: 30px;
  }
  .home .news .entry__link {
    padding: 20px 0px 15px 0;
  }
  .home .news .entry__head {
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  .home .news .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 22px;
    font-size: 12px;
  }
  .home .news .entry__body {
    padding-left: 30px;
  }
  .home .news .entry__title {
    font-size: 15px;
  }
  .home .news__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .home .news {
    padding: 60px 0;
  }
  .home .news .container {
    padding: 0 20px;
  }
  .home .news__contents {
    margin-top: 25px;
  }
  .home .news .entry__link {
    display: block;
    padding: 20px 0px 16px 0;
  }
  .home .news .entry__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home .news .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    width: 62px;
    height: 20px;
    font-size: 11px;
  }
  .home .news .entry__date {
    margin-left: 22px;
    text-align: left;
  }
  .home .news .entry__body {
    padding-left: 0;
  }
  .home .news .entry__title {
    margin-top: 12px;
    line-height: 1.5;
  }
  .home .news__btn {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
}
/* ===================================

  固定ページ共通

====================================== */
.page .main {
  padding-top: 120px;
}
.page .section-title .sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page .main {
    padding-top: 80px;
  }
  .page .section-title .txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .page .main {
    padding-top: 60px;
  }
  .page .section-title .sp {
    display: block;
  }
  .page .section-title .title {
    font-size: 26px;
    line-height: 1.5;
  }
  .page .section-title .txt {
    margin-top: 10px;
  }
}
/* ===================================

  共通パーツ

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

  会社案内

====================================== */
/* ---------------------------------
  代表挨拶
----------------------------------- */
.page-company .main .msg {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-company .main .msg .container {
  width: 1000px;
  margin: 0 auto;
}
.page-company .main .msg__contents {
  margin-top: 70px;
  font-family: serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-company .main .msg__contents p + p {
  margin-top: 2em;
}
.page-company .main .msg__btm {
  margin-top: 52px;
  text-align: right;
}
.page-company .main .msg__name {
  font-size: 18px;
  font-weight: 700;
}
.page-company .main .msg__name span {
  display: inline-block;
  font-size: 24px;
  margin-left: 18px;
}

@media screen and (max-width: 1199px) {
  .page-company .main .msg {
    padding-bottom: 80px;
  }
  .page-company .main .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .main .msg__contents {
    margin-top: 50px;
    font-size: 15px;
  }
  .page-company .main .msg__btm {
    margin-top: 2em;
  }
  .page-company .main .msg__name {
    font-size: 15px;
  }
  .page-company .main .msg__name span {
    font-size: 20px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main .msg {
    padding-bottom: 60px;
  }
  .page-company .main .msg .container {
    padding: 0 20px;
  }
  .page-company .main .msg__contents {
    margin-top: 40px;
    font-size: 14px;
  }
  .page-company .main .msg__name {
    font-size: 14px;
  }
  .page-company .main .msg__name span {
    font-size: 18px;
    margin-left: 10px;
  }
}
/* ---------------------------------
  会社概要
----------------------------------- */
.page-company .main .overview {
  padding: 120px 0;
  background-color: #e9f4fa;
}
.page-company .main .overview .container {
  width: 1200px;
  margin: 0 auto;
}
.page-company .main .overview__contents {
  margin-top: 78px;
}
.page-company .main .overview__body {
  padding: 68px 100px 75px;
  background-color: #fff;
}
.page-company .main .overview__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.page-company .main .overview__body dl:last-child {
  border-bottom: none;
}
.page-company .main .overview__body dt {
  padding: 32px 0 32px 20px;
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.page-company .main .overview__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 32px 0;
}
.page-company .main .overview__body dd .iframe-wrap {
  position: relative;
  margin-top: 22px;
  padding-top: 31.7%;
  width: 100%;
  overflow: hidden;
}
.page-company .main .overview__body dd .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .page-company .main .overview {
    padding: 80px 0;
  }
  .page-company .main .overview .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .main .overview__contents {
    margin-top: 50px;
  }
  .page-company .main .overview__body {
    padding: 40px 30px;
  }
  .page-company .main .overview__body dl {
    font-size: 15px;
  }
  .page-company .main .overview__body dt {
    padding: 20px 0 20px 15px;
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
  .page-company .main .overview__body dd {
    padding: 20px 0;
  }
  .page-company .main .overview__body dd .iframe-wrap {
    margin-top: 1.5em;
    padding-top: 50%;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main .overview {
    padding: 60px 0;
  }
  .page-company .main .overview .container {
    padding: 0 20px;
  }
  .page-company .main .overview__contents {
    margin-top: 40px;
  }
  .page-company .main .overview__body {
    padding: 30px 20px;
  }
  .page-company .main .overview__body dl {
    display: block;
    font-size: 14px;
    padding: 12px 0;
  }
  .page-company .main .overview__body dt {
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-company .main .overview__body dd {
    padding: 0;
    margin-top: 10px;
  }
  .page-company .main .overview__body dd .iframe-wrap {
    margin-top: 1em;
  }
}
/* ===================================

  経営理念/ ビジョン

====================================== */
.page-company .main .vision {
  padding: 120px 0;
}
.page-company .main .vision .container {
  width: 1000px;
  margin: 0 auto;
}
.page-company .main .vision__contents {
  margin-top: 120px;
}
.page-company .main .vision__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-company .main .vision__dl + .vision__dl {
  margin-top: 140px;
}
.page-company .main .vision__dt {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
.page-company .main .vision__heading {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--cl-ac);
}
.page-company .main .vision__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-company .main .vision__group + .vision__group {
  margin-top: 72px;
}
.page-company .main .vision__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 700;
}
.page-company .main .vision__num {
  margin-right: 23px;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  color: var(--cl-ac);
}
.page-company .main .vision__txt {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-company .main .vision {
    padding: 80px 0;
  }
  .page-company .main .vision .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .main .vision__contents {
    margin-top: 60px;
  }
  .page-company .main .vision__dl + .vision__dl {
    margin-top: 80px;
  }
  .page-company .main .vision__dt {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  .page-company .main .vision__heading {
    font-size: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--cl-ac);
  }
  .page-company .main .vision__group + .vision__group {
    margin-top: 50px;
  }
  .page-company .main .vision__title {
    font-size: 32px;
  }
  .page-company .main .vision__num {
    margin-right: 18px;
    font-size: 50px;
  }
  .page-company .main .vision__txt {
    margin-top: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main .vision {
    padding: 60px 0;
  }
  .page-company .main .vision .container {
    padding: 0 20px;
  }
  .page-company .main .vision__contents {
    margin-top: 50px;
  }
  .page-company .main .vision__dl {
    display: block;
  }
  .page-company .main .vision__dl + .vision__dl {
    margin-top: 60px;
  }
  .page-company .main .vision__dt {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-company .main .vision__heading {
    font-size: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--cl-ac);
  }
  .page-company .main .vision__group + .vision__group {
    margin-top: 40px;
  }
  .page-company .main .vision__dd {
    margin-top: 30px;
  }
  .page-company .main .vision__title {
    font-size: 26px;
  }
  .page-company .main .vision__num {
    margin-right: 12px;
    font-size: 42px;
  }
  .page-company .main .vision__txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* ===================================

  スタッフ紹介

====================================== */
.page-company .main .staff {
  padding: 120px 0;
  background-color: #e9f4fa;
}
.page-company .main .staff .container {
  width: 1200px;
  margin: 0 auto;
}
.page-company .main .staff__contents {
  margin-top: 78px;
}
.page-company .main .staff .entries {
  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;
}
.page-company .main .staff .entry {
  width: calc((100% - 120px) / 4);
}
.page-company .main .staff .entry + .entry {
  margin-left: 40px;
}
.page-company .main .staff .entry:nth-child(4n+1) {
  margin-left: 0;
}
.page-company .main .staff .entry:nth-child(n+5) {
  margin-top: 40px;
}
.page-company .main .staff .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-company .main .staff .entry__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-company .main .staff .entry__body {
  padding-top: 10px;
  word-break: break-all;
}
.page-company .main .staff .entry__posi {
  font-size: 14px;
  font-weight: 700;
  color: var(--cl-ac);
}
.page-company .main .staff .entry__name {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .page-company .main .staff {
    padding: 80px 0;
  }
  .page-company .main .staff .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .main .staff__contents {
    margin-top: 50px;
  }
  .page-company .main .staff .entry {
    width: calc((100% - 60px) / 3);
  }
  .page-company .main .staff .entry + .entry {
    margin-left: 30px;
  }
  .page-company .main .staff .entry:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-company .main .staff .entry:nth-child(n+4) {
    margin-top: 30px;
  }
  .page-company .main .staff .entry__body {
    padding-top: 8px;
  }
  .page-company .main .staff .entry__posi {
    font-size: 12px;
  }
  .page-company .main .staff .entry__name {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .main .staff {
    padding: 60px 0;
  }
  .page-company .main .staff .container {
    padding: 0 20px;
  }
  .page-company .main .staff__contents {
    margin-top: 40px;
  }
  .page-company .main .staff .entry {
    width: calc((100% - 15px) / 2);
  }
  .page-company .main .staff .entry + .entry {
    margin-left: 15px;
  }
  .page-company .main .staff .entry:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-company .main .staff .entry:nth-child(n+3) {
    margin-top: 25px;
  }
  .page-company .main .staff .entry__posi {
    font-size: 11px;
  }
  .page-company .main .staff .entry__name {
    margin-top: 5px;
    font-size: 14px;
  }
}
/* ===================================

  太陽光パネルメンテナンス・洗浄

====================================== */
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page-maintenance-cleaning .page-mv__bg {
  background-image: url(img/page-maintenance-mv-80.jpg);
}

/* ---------------------------------
  こんなお悩みありませんか
----------------------------------- */
.page-maintenance-cleaning .worries .container {
  width: 1200px;
  margin: 0 auto;
}
.page-maintenance-cleaning .worries__contents {
  margin-top: 60px;
}
.page-maintenance-cleaning .worries__contents .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;
}
.page-maintenance-cleaning .worries__contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 80px) / 3);
  height: 120px;
  border: 1px solid #ccc;
}
.page-maintenance-cleaning .worries__contents .item__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.page-maintenance-cleaning .worries__contents .triangle {
  margin: 60px auto 35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0px 30px;
  border-color: var(--cl-thi) transparent transparent transparent;
}
.page-maintenance-cleaning .worries-box {
  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;
  width: 100%;
  padding: 35px 0 30px;
  background-color: #e9f4fa;
  border: 1px solid #29a3cc;
  text-align: center;
}
.page-maintenance-cleaning .worries-box__title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cl-ac);
}
.page-maintenance-cleaning .worries-box__txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .page-maintenance-cleaning .worries .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-maintenance-cleaning .worries__contents {
    margin-top: 50px;
  }
  .page-maintenance-cleaning .worries__contents .item {
    width: calc((100% - 30px) / 3);
    height: 100px;
  }
  .page-maintenance-cleaning .worries__contents .item__txt {
    font-size: 16px;
  }
  .page-maintenance-cleaning .worries__contents .triangle {
    margin: 30px auto;
    border-width: 24px 24px 0px 24px;
  }
  .page-maintenance-cleaning .worries-box {
    padding: 25px 0;
  }
  .page-maintenance-cleaning .worries-box__title {
    margin-top: 12px;
    font-size: 28px;
  }
  .page-maintenance-cleaning .worries-box__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-maintenance-cleaning .worries .container {
    padding: 0 20px;
  }
  .page-maintenance-cleaning .worries__contents {
    margin-top: 40px;
  }
  .page-maintenance-cleaning .worries__contents .items {
    display: block;
  }
  .page-maintenance-cleaning .worries__contents .item {
    width: 100%;
    height: 80px;
  }
  .page-maintenance-cleaning .worries__contents .item + .item {
    margin-top: 10px;
  }
  .page-maintenance-cleaning .worries__contents .item__txt {
    font-size: 14px;
  }
  .page-maintenance-cleaning .worries__contents .triangle {
    margin: 20px auto;
    border-width: 18px 18px 0px 18px;
  }
  .page-maintenance-cleaning .worries-box {
    padding: 20px 10px;
  }
  .page-maintenance-cleaning .worries-box__title {
    margin-top: 10px;
    font-size: 20px;
  }
  .page-maintenance-cleaning .worries-box__title br {
    display: none;
  }
  .page-maintenance-cleaning .worries-box__txt {
    font-size: 14px;
  }
}
/* ------------------------------------
  汚れで失われている収益を取り戻しませんか？
-------------------------------------- */
.page-maintenance-cleaning .clm2 {
  margin-top: 120px;
}
.page-maintenance-cleaning .clm2 .container {
  width: 1200px;
  margin: 0 auto;
}
.page-maintenance-cleaning .clm2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-maintenance-cleaning .clm2__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: calc(-1 * (100vw - 1200px) / 2);
}
.page-maintenance-cleaning .clm2__img {
  width: 100%;
  height: 600px;
  background-image: url(img/page-consumption-img-1-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-maintenance-cleaning .clm2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 600px;
  padding-left: 90px;
  font-weight: 700;
}
.page-maintenance-cleaning .clm2__title {
  font-size: 40px;
  line-height: 1.5;
  color: var(--cl-ac);
}
.page-maintenance-cleaning .clm2__txt {
  margin-top: 34px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-maintenance-cleaning .clm2 {
    margin-top: 80px;
  }
  .page-maintenance-cleaning .clm2 .container {
    width: 100%;
    padding: 0;
  }
  .page-maintenance-cleaning .clm2__head {
    margin-left: 0;
  }
  .page-maintenance-cleaning .clm2__img {
    width: 100%;
    height: 368px;
  }
  .page-maintenance-cleaning .clm2__body {
    width: 52%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    height: 368px;
    padding: 0 30px;
  }
  .page-maintenance-cleaning .clm2__title {
    font-size: 28px;
  }
  .page-maintenance-cleaning .clm2__txt {
    margin-top: 25px;
    padding-right: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-maintenance-cleaning .clm2 {
    margin-top: 60px;
  }
  .page-maintenance-cleaning .clm2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-maintenance-cleaning .clm2__head {
    margin-top: 30px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-maintenance-cleaning .clm2__img {
    height: auto;
    padding-top: 62.5%;
  }
  .page-maintenance-cleaning .clm2__body {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    padding: 0 20px;
  }
  .page-maintenance-cleaning .clm2__title {
    font-size: 22px;
  }
  .page-maintenance-cleaning .clm2__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* ---------------------------------
  発電ロスが売電収入減少に直結
  〜
  発電不良・故障トラブル
----------------------------------- */
.page-maintenance-cleaning .ttltxt-group {
  margin-top: 120px;
  font-weight: 700;
}
.page-maintenance-cleaning .ttltxt-group .container {
  width: 1200px;
  margin: 0 auto;
}
.page-maintenance-cleaning .ttltxt-group h2 {
  font-size: 40px;
  line-height: 1.5;
  color: var(--cl-ac);
}
.page-maintenance-cleaning .ttltxt-group p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
.page-maintenance-cleaning .ttltxt-group__figure {
  margin: 53px auto 0;
}
.page-maintenance-cleaning .ttltxt-group__figure.w960 {
  width: 960px;
}
.page-maintenance-cleaning .ttltxt-group__figure.w900 {
  width: 900px;
}
.page-maintenance-cleaning .ttltxt-group__figure img {
  display: block;
  width: 100%;
}
.page-maintenance-cleaning .ttltxt-group__figure figcaption {
  margin-top: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.page-maintenance-cleaning .ttltxt-group .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-maintenance-cleaning .ttltxt-group .items .item {
  width: calc((100% - 60px) / 2);
}
.page-maintenance-cleaning .ttltxt-group .items .item__img {
  display: block;
  width: 100%;
}
.page-maintenance-cleaning .ttltxt-group .items .item__txt {
  margin-top: 12px;
}
.page-maintenance-cleaning .ttltxt-group .triangle {
  margin: 100px auto 35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0px 30px;
  border-color: var(--cl-thi) transparent transparent transparent;
}
.page-maintenance-cleaning .ttltxt-group-box {
  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;
  width: 100%;
  padding: 35px 110px 30px;
  background-color: #e9f4fa;
  border: 1px solid #29a3cc;
  text-align: center;
}
.page-maintenance-cleaning .ttltxt-group-box__title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cl-ac);
}
.page-maintenance-cleaning .ttltxt-group-box__txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .page-maintenance-cleaning .ttltxt-group {
    margin-top: 80px;
  }
  .page-maintenance-cleaning .ttltxt-group .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-maintenance-cleaning .ttltxt-group h2 {
    font-size: 28px;
  }
  .page-maintenance-cleaning .ttltxt-group p {
    margin-top: 25px;
    font-size: 15px;
  }
  .page-maintenance-cleaning .ttltxt-group__figure {
    margin: 40px auto 0;
  }
  .page-maintenance-cleaning .ttltxt-group__figure.w960 {
    width: calc(100% - 60px);
    max-width: 500px;
  }
  .page-maintenance-cleaning .ttltxt-group__figure.w900 {
    width: calc(100% - 60px);
    max-width: 500px;
  }
  .page-maintenance-cleaning .ttltxt-group__figure figcaption {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.5;
  }
  .page-maintenance-cleaning .ttltxt-group .items {
    margin-top: 30px;
  }
  .page-maintenance-cleaning .ttltxt-group .items .item {
    width: calc((100% - 30px) / 2);
  }
  .page-maintenance-cleaning .ttltxt-group .triangle {
    margin: 50px auto 30px;
    border-width: 24px 24px 0px 24px;
  }
  .page-maintenance-cleaning .ttltxt-group-box {
    padding: 25px 80px;
  }
  .page-maintenance-cleaning .ttltxt-group-box__title {
    margin-top: 12px;
    font-size: 28px;
  }
}
@media screen and (max-width: 758px) {
  .page-maintenance-cleaning .ttltxt-group {
    margin-top: 60px;
  }
  .page-maintenance-cleaning .ttltxt-group .container {
    padding: 0 20px;
  }
  .page-maintenance-cleaning .ttltxt-group h2 {
    font-size: 22px;
  }
  .page-maintenance-cleaning .ttltxt-group p {
    margin-top: 15px;
    font-size: 14px;
  }
  .page-maintenance-cleaning .ttltxt-group__figure {
    margin: 20px auto 0;
  }
  .page-maintenance-cleaning .ttltxt-group__figure.w960 {
    width: 100%;
    max-width: 100%;
  }
  .page-maintenance-cleaning .ttltxt-group__figure.w900 {
    width: 100%;
    max-width: 100%;
  }
  .page-maintenance-cleaning .ttltxt-group__figure figcaption {
    font-size: 12px;
  }
  .page-maintenance-cleaning .ttltxt-group .items {
    display: block;
    margin-top: 30px;
  }
  .page-maintenance-cleaning .ttltxt-group .items .item {
    width: 100%;
  }
  .page-maintenance-cleaning .ttltxt-group .items .item + .item {
    margin-top: 30px;
  }
  .page-maintenance-cleaning .ttltxt-group .triangle {
    margin: 30px auto 20px;
    border-width: 18px 18px 0px 18px;
  }
  .page-maintenance-cleaning .ttltxt-group-box {
    padding: 20px 10px;
  }
  .page-maintenance-cleaning .ttltxt-group-box__title {
    margin-top: 10px;
    font-size: 20px;
  }
}
/* ---------------------------------
  POINT01 〜 POINT03
----------------------------------- */
.page-maintenance-cleaning .point {
  margin-top: 120px;
}
.page-maintenance-cleaning .point .container {
  width: 1200px;
  margin: 0 auto;
}
.page-maintenance-cleaning .point__group + .point__group {
  margin-top: 120px;
}
.page-maintenance-cleaning .point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-maintenance-cleaning .point__ico {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--cl-ac);
}
.page-maintenance-cleaning .point__ico .txt {
  font-size: 24px;
}
.page-maintenance-cleaning .point__ico .num {
  font-size: 60px;
}
.page-maintenance-cleaning .point__title {
  margin-left: 50px;
  padding-top: 0.5em;
}
.page-maintenance-cleaning .point__title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.page-maintenance-cleaning .point__body {
  margin-top: 45px;
}
.page-maintenance-cleaning .point__body p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-maintenance-cleaning .point__img {
  display: block;
  margin: 50px auto 0;
  width: 900px;
}
.page-maintenance-cleaning .point .items-c2 {
  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-maintenance-cleaning .point .items-c2 .item {
  width: calc((100% - 60px) / 2);
}
.page-maintenance-cleaning .point .items-c2 .item__img {
  display: block;
  width: 100%;
}
.page-maintenance-cleaning .point .items-c2 .item__body {
  padding: 20px 30px 30px;
  border: 1px solid #ccc;
  border-top-color: transparent;
}
.page-maintenance-cleaning .point .items-c2 .item__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--cl-ac);
}
.page-maintenance-cleaning .point .items-c2 .item__txt {
  margin-top: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.page-maintenance-cleaning .point .items-c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.page-maintenance-cleaning .point .items-c3 .item {
  width: calc((100% - 80px) / 3);
}
.page-maintenance-cleaning .point .items-c3 .item:nth-child(n+4) {
  margin-top: 40px;
}
.page-maintenance-cleaning .point .items-c3 .item__img {
  display: block;
  width: 100%;
}
.page-maintenance-cleaning .point .items-c3 .item__body {
  padding: 25px;
  min-height: 213px;
  font-weight: 700;
  border: 1px solid #ccc;
  border-top-color: transparent;
}
.page-maintenance-cleaning .point .items-c3 .item__title {
  font-size: 30px;
}
.page-maintenance-cleaning .point .items-c3 .item__txt {
  margin-top: 23px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-maintenance-cleaning .point {
    margin-top: 80px;
  }
  .page-maintenance-cleaning .point .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-maintenance-cleaning .point__group + .point__group {
    margin-top: 80px;
  }
  .page-maintenance-cleaning .point__ico {
    white-space: nowrap;
  }
  .page-maintenance-cleaning .point__ico .txt {
    font-size: 16px;
  }
  .page-maintenance-cleaning .point__ico .num {
    font-size: 42px;
  }
  .page-maintenance-cleaning .point__title {
    margin-left: 25px;
  }
  .page-maintenance-cleaning .point__title h2 {
    font-size: 28px;
  }
  .page-maintenance-cleaning .point__body {
    margin-top: 25px;
  }
  .page-maintenance-cleaning .point__body p {
    font-size: 15px;
  }
  .page-maintenance-cleaning .point__img {
    margin: 40px auto 0;
    max-width: 500px;
  }
  .page-maintenance-cleaning .point .items-c2 {
    margin-top: 40px;
  }
  .page-maintenance-cleaning .point .items-c2 .item {
    width: calc((100% - 30px) / 2);
  }
  .page-maintenance-cleaning .point .items-c2 .item__body {
    padding: 20px 15px;
  }
  .page-maintenance-cleaning .point .items-c2 .item__title {
    font-size: 22px;
  }
  .page-maintenance-cleaning .point .items-c2 .item__txt {
    margin-top: 20px;
  }
  .page-maintenance-cleaning .point .items-c3 {
    margin-top: 40px;
  }
  .page-maintenance-cleaning .point .items-c3 .item {
    width: calc((100% - 30px) / 3);
  }
  .page-maintenance-cleaning .point .items-c3 .item:nth-child(n+4) {
    margin-top: 15px;
  }
  .page-maintenance-cleaning .point .items-c3 .item__body {
    padding: 16px 10px;
    min-height: auto;
  }
  .page-maintenance-cleaning .point .items-c3 .item__title {
    font-size: 20px;
  }
  .page-maintenance-cleaning .point .items-c3 .item__txt {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-maintenance-cleaning .point {
    margin-top: 60px;
  }
  .page-maintenance-cleaning .point .container {
    padding: 0 20px;
  }
  .page-maintenance-cleaning .point__group + .point__group {
    margin-top: 60px;
  }
  .page-maintenance-cleaning .point__ico .txt {
    font-size: 14px;
  }
  .page-maintenance-cleaning .point__ico .num {
    font-size: 34px;
  }
  .page-maintenance-cleaning .point__title {
    margin-left: 16px;
  }
  .page-maintenance-cleaning .point__title h2 {
    font-size: 22px;
  }
  .page-maintenance-cleaning .point__body {
    margin-top: 16px;
  }
  .page-maintenance-cleaning .point__body p {
    font-size: 14px;
  }
  .page-maintenance-cleaning .point__img {
    margin: 25px auto 0;
    max-width: 100%;
  }
  .page-maintenance-cleaning .point .items-c2 {
    margin-top: 30px;
    display: block;
  }
  .page-maintenance-cleaning .point .items-c2 .item {
    width: 100%;
  }
  .page-maintenance-cleaning .point .items-c2 .item + .item {
    margin-top: 10px;
  }
  .page-maintenance-cleaning .point .items-c2 .item__body {
    padding: 20px 15px;
  }
  .page-maintenance-cleaning .point .items-c2 .item__title {
    font-size: 20px;
  }
  .page-maintenance-cleaning .point .items-c2 .item__txt {
    margin-top: 15px;
  }
  .page-maintenance-cleaning .point .items-c3 {
    margin-top: 30px;
    display: block;
  }
  .page-maintenance-cleaning .point .items-c3 .item {
    width: 100%;
  }
  .page-maintenance-cleaning .point .items-c3 .item:nth-child(n+2) {
    margin-top: 10px;
  }
  .page-maintenance-cleaning .point .items-c3 .item__body {
    padding: 20px 15px;
  }
  .page-maintenance-cleaning .point .items-c3 .item__title {
    font-size: 20px;
  }
  .page-maintenance-cleaning .point .items-c3 .item__txt {
    margin-top: 12px;
    font-size: 14px;
  }
}
/* ---------------------------------
  導入までの流れ
----------------------------------- */
.page-maintenance-cleaning .flow {
  padding: 120px 0;
}
.page-maintenance-cleaning .flow .container {
  width: 1200px;
  margin: 0 auto;
}
.page-maintenance-cleaning .flow__txt {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page-maintenance-cleaning .flow__contents {
  margin-top: 60px;
}
.page-maintenance-cleaning .flow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-maintenance-cleaning .flow .item + .item {
  margin-top: 30px;
}
.page-maintenance-cleaning .flow .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 50px;
  height: 320px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  word-break: break-all;
}
.page-maintenance-cleaning .flow .item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-maintenance-cleaning .flow .item__ico {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--cl-ac);
  white-space: nowrap;
  text-align: center;
}
.page-maintenance-cleaning .flow .item__ico .txt {
  font-size: 18px;
}
.page-maintenance-cleaning .flow .item__ico .num {
  font-size: 40px;
}
.page-maintenance-cleaning .flow .item__title {
  margin-left: 30px;
}
.page-maintenance-cleaning .flow .item__title h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.page-maintenance-cleaning .flow .item__txt {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-maintenance-cleaning .flow .item__thumb {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 320px;
}
.page-maintenance-cleaning .flow .item__thumb-inner {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .page-maintenance-cleaning .flow {
    padding: 80px 0;
  }
  .page-maintenance-cleaning .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-maintenance-cleaning .flow__txt {
    font-size: 15px;
  }
  .page-maintenance-cleaning .flow__contents {
    margin-top: 50px;
  }
  .page-maintenance-cleaning .flow .item + .item {
    margin-top: 20px;
  }
  .page-maintenance-cleaning .flow .item__body {
    padding: 0 20px;
    height: 250px;
  }
  .page-maintenance-cleaning .flow .item__ico .txt {
    font-size: 14px;
  }
  .page-maintenance-cleaning .flow .item__ico .num {
    font-size: 34px;
  }
  .page-maintenance-cleaning .flow .item__title {
    margin-left: 20px;
    padding-top: 0.35em;
  }
  .page-maintenance-cleaning .flow .item__title h3 {
    font-size: 24px;
  }
  .page-maintenance-cleaning .flow .item__txt {
    margin-top: 15px;
    font-size: 15px;
  }
  .page-maintenance-cleaning .flow .item__thumb {
    height: 250px;
  }
  .page-maintenance-cleaning .flow .item__thumb-inner {
    height: 250px;
  }
}
@media screen and (max-width: 758px) {
  .page-maintenance-cleaning .flow {
    padding: 60px 0;
  }
  .page-maintenance-cleaning .flow .container {
    padding: 0 20px;
  }
  .page-maintenance-cleaning .flow__txt {
    margin-top: 30px;
    line-height: 2;
    text-align: left;
  }
  .page-maintenance-cleaning .flow__contents {
    margin-top: 40px;
  }
  .page-maintenance-cleaning .flow .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-maintenance-cleaning .flow .item + .item {
    margin-top: 10px;
  }
  .page-maintenance-cleaning .flow .item__body {
    width: 100%;
    padding: 20px 15px;
    height: auto;
    border: 1px solid #ccc;
    border-top-color: transparent;
  }
  .page-maintenance-cleaning .flow .item__ico .txt {
    font-size: 14px;
  }
  .page-maintenance-cleaning .flow .item__ico .num {
    font-size: 34px;
  }
  .page-maintenance-cleaning .flow .item__title {
    margin-left: 16px;
  }
  .page-maintenance-cleaning .flow .item__title h3 {
    font-size: 22px;
  }
  .page-maintenance-cleaning .flow .item__txt {
    margin-top: 12px;
    font-size: 14px;
  }
  .page-maintenance-cleaning .flow .item__thumb {
    width: 100%;
    height: auto;
  }
  .page-maintenance-cleaning .flow .item__thumb-inner {
    height: auto;
    padding-top: 53.3%;
  }
}
/* ===================================

  産業用太陽光発電

====================================== */
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page-consumption-systems .page-mv__bg {
  background-image: url(img/page-consys-mv-80.jpg);
}

/* ---------------------------------
  こんなお悩みありませんか
----------------------------------- */
.page-consumption-systems .worries .container {
  width: 1200px;
  margin: 0 auto;
}
.page-consumption-systems .worries__contents {
  margin-top: 60px;
}
.page-consumption-systems .worries__contents .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;
}
.page-consumption-systems .worries__contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 120px) / 4);
  height: 120px;
  border: 1px solid #ccc;
}
.page-consumption-systems .worries__contents .item__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.page-consumption-systems .worries__contents .triangle {
  margin: 60px auto 35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0px 30px;
  border-color: var(--cl-thi) transparent transparent transparent;
}
.page-consumption-systems .worries-box {
  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;
  width: 100%;
  padding: 35px 0 30px;
  background-color: #e9f4fa;
  border: 1px solid #29a3cc;
  text-align: center;
}
.page-consumption-systems .worries-box__title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cl-ac);
}
.page-consumption-systems .worries-box__txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .page-consumption-systems .worries .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-consumption-systems .worries__contents {
    margin-top: 50px;
  }
  .page-consumption-systems .worries__contents .item {
    width: calc((100% - 30px) / 4);
    height: 100px;
  }
  .page-consumption-systems .worries__contents .item__txt {
    font-size: 15px;
  }
  .page-consumption-systems .worries__contents .triangle {
    margin: 30px auto;
    border-width: 24px 24px 0px 24px;
  }
  .page-consumption-systems .worries-box {
    padding: 25px 0;
  }
  .page-consumption-systems .worries-box__title {
    margin-top: 12px;
    font-size: 28px;
  }
  .page-consumption-systems .worries-box__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-consumption-systems .worries .container {
    padding: 0 20px;
  }
  .page-consumption-systems .worries__contents {
    margin-top: 40px;
  }
  .page-consumption-systems .worries__contents .items {
    display: block;
  }
  .page-consumption-systems .worries__contents .item {
    width: 100%;
    height: 80px;
  }
  .page-consumption-systems .worries__contents .item + .item {
    margin-top: 10px;
  }
  .page-consumption-systems .worries__contents .item__txt {
    font-size: 14px;
  }
  .page-consumption-systems .worries__contents .triangle {
    margin: 20px auto;
    border-width: 18px 18px 0px 18px;
  }
  .page-consumption-systems .worries-box {
    padding: 20px 10px;
  }
  .page-consumption-systems .worries-box__title {
    margin-top: 10px;
    font-size: 20px;
  }
  .page-consumption-systems .worries-box__title br {
    display: none;
  }
  .page-consumption-systems .worries-box__txt {
    font-size: 14px;
  }
}
/* ------------------------------------
  自家消費型太陽光発電とは
-------------------------------------- */
.page-consumption-systems .clm2 {
  margin-top: 120px;
}
.page-consumption-systems .clm2 .container {
  width: 1200px;
  margin: 0 auto;
}
.page-consumption-systems .clm2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-consumption-systems .clm2__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: calc(-1 * (100vw - 1200px) / 2);
}
.page-consumption-systems .clm2__img {
  width: 100%;
  height: 600px;
  background-image: url(img/page-system-img1-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-consumption-systems .clm2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 600px;
  padding-left: 90px;
  font-weight: 700;
}
.page-consumption-systems .clm2__title {
  font-size: 40px;
  line-height: 1.5;
  color: var(--cl-ac);
}
.page-consumption-systems .clm2__txt {
  margin-top: 34px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-consumption-systems .clm2 {
    margin-top: 80px;
  }
  .page-consumption-systems .clm2 .container {
    width: 100%;
    padding: 0;
  }
  .page-consumption-systems .clm2__head {
    margin-left: 0;
  }
  .page-consumption-systems .clm2__img {
    width: 100%;
    height: 368px;
  }
  .page-consumption-systems .clm2__body {
    width: 52%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    height: 368px;
    padding: 0 30px;
  }
  .page-consumption-systems .clm2__title {
    font-size: 28px;
  }
  .page-consumption-systems .clm2__txt {
    margin-top: 25px;
    padding-right: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-consumption-systems .clm2 {
    margin-top: 60px;
  }
  .page-consumption-systems .clm2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-consumption-systems .clm2__head {
    margin-top: 30px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-consumption-systems .clm2__img {
    height: auto;
    padding-top: 62.5%;
  }
  .page-consumption-systems .clm2__body {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    padding: 0 20px;
  }
  .page-consumption-systems .clm2__title {
    font-size: 22px;
  }
  .page-consumption-systems .clm2__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* ---------------------------------
  このような場所に設置できます
----------------------------------- */
.page-consumption-systems .inst {
  padding: 80px 0 120px;
}
.page-consumption-systems .inst .container {
  width: 1200px;
  padding: 0 30px;
}
.page-consumption-systems .inst__title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
  text-align: center;
}
.page-consumption-systems .inst__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  background-color: var(--cl-ac);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-consumption-systems .inst__contents {
  margin-top: 60px;
}
.page-consumption-systems .inst__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;
}
.page-consumption-systems .inst__contents .item {
  width: 300px;
}
.page-consumption-systems .inst__contents .item__thumb {
  width: 100%;
}
.page-consumption-systems .inst__contents .item__img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 250px;
}
.page-consumption-systems .inst__contents .item__body {
  padding-top: 30px;
}
.page-consumption-systems .inst__contents .item__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-consumption-systems .inst {
    padding: 50px 0 80px;
  }
  .page-consumption-systems .inst .container {
    width: 100%;
  }
  .page-consumption-systems .inst__title {
    font-size: 22px;
    padding-bottom: 22px;
  }
  .page-consumption-systems .inst__title::after {
    width: 60px;
  }
  .page-consumption-systems .inst__contents {
    margin-top: 50px;
  }
  .page-consumption-systems .inst__contents .item {
    width: calc((100% - 100px) / 3);
  }
  .page-consumption-systems .inst__contents .item__img {
    width: 100%;
    height: auto;
  }
  .page-consumption-systems .inst__contents .item__body {
    padding-top: 25px;
  }
  .page-consumption-systems .inst__contents .item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-consumption-systems .inst {
    padding: 40px 0 60px;
  }
  .page-consumption-systems .inst .container {
    padding: 0 20px;
  }
  .page-consumption-systems .inst__title {
    font-size: 20px;
  }
  .page-consumption-systems .inst__title::after {
    width: 50px;
  }
  .page-consumption-systems .inst__contents {
    margin-top: 40px;
  }
  .page-consumption-systems .inst__contents .items {
    display: block;
  }
  .page-consumption-systems .inst__contents .item {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .page-consumption-systems .inst__contents .item + .item {
    margin-top: 50px;
  }
  .page-consumption-systems .inst__contents .item__body {
    padding-top: 15px;
  }
  .page-consumption-systems .inst__contents .item__title {
    font-size: 15px;
  }
}
/* ---------------------------------
  MERIT
----------------------------------- */
.page-consumption-systems .merit .container {
  width: 1200px;
  margin: 0 auto;
}
.page-consumption-systems .merit__group {
  padding: 120px 0;
}
.page-consumption-systems .merit__group:nth-child(odd) {
  background-color: #e9f4fa;
}
.page-consumption-systems .merit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-consumption-systems .merit__ico {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--cl-ac);
}
.page-consumption-systems .merit__ico .txt {
  font-size: 24px;
}
.page-consumption-systems .merit__ico .num {
  font-size: 60px;
}
.page-consumption-systems .merit__title {
  margin-left: 50px;
  padding-top: 0.5em;
}
.page-consumption-systems .merit__title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.page-consumption-systems .merit__txt {
  margin-top: 45px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-consumption-systems .merit__body {
  margin-top: 50px;
}
.page-consumption-systems .merit .items-c2 {
  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;
}
.page-consumption-systems .merit .items-c2 .item {
  width: 570px;
}
.page-consumption-systems .merit .items-c2 .item__img {
  display: block;
  width: 100%;
}
.page-consumption-systems .merit .box {
  margin-top: 60px;
  padding: 65px 110px 60px;
  background-color: #fff;
}
.page-consumption-systems .merit .box__title {
  position: relative;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.page-consumption-systems .merit .box__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 80px;
  height: 2px;
  background-color: var(--cl-ac);
}
.page-consumption-systems .merit .box table {
  margin-top: 60px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.page-consumption-systems .merit .box table thead {
  border: 1px solid var(--cl-ac);
}
.page-consumption-systems .merit .box table tbody {
  border: 1px solid #ccc;
  border-top-color: transparent;
}
.page-consumption-systems .merit .box table th,
.page-consumption-systems .merit .box table td {
  height: 80px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-consumption-systems .merit .box table th {
  background-color: var(--cl-ac);
  color: #fff;
}
.page-consumption-systems .merit .box table th + th {
  border-left: 1px solid #ccc;
}
.page-consumption-systems .merit .box table td + td {
  border-left: 1px solid #ccc;
}
.page-consumption-systems .merit .box__triangle {
  display: block;
  margin: 20px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0px 30px;
  border-color: var(--cl-thi) transparent transparent transparent;
}
.page-consumption-systems .merit .box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.page-consumption-systems .merit .box__items .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;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.page-consumption-systems .merit .box__items .item + .item {
  border-left: 1px solid #ccc;
}
.page-consumption-systems .merit .box__items .item__img {
  width: auto;
  height: 105px;
}
.page-consumption-systems .merit .box__items .item__title {
  margin-top: 27px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cl-ac);
}
.page-consumption-systems .merit .box__items .item__txt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
}
.page-consumption-systems .merit .box-bar {
  margin-top: 30px;
  padding: 8px 20px;
  width: 100%;
  background-color: #e9f4fa;
  border: 1px solid #29a3cc;
}
.page-consumption-systems .merit .box-bar__txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cl-ac);
  text-align: center;
}
.page-consumption-systems .merit__notice {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.page-consumption-systems .merit__figure {
  display: block;
  margin: 0 auto;
}
.page-consumption-systems .merit__figure.w100p {
  width: 100%;
}
.page-consumption-systems .merit__figure.w960 {
  width: 960px;
}
.page-consumption-systems .merit__figure.w840 {
  width: 840px;
}
.page-consumption-systems .merit__figure.w720 {
  width: 720px;
}

@media screen and (max-width: 1199px) {
  .page-consumption-systems .merit .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-consumption-systems .merit__group {
    padding: 80px 0;
  }
  .page-consumption-systems .merit__ico {
    white-space: nowrap;
  }
  .page-consumption-systems .merit__ico .txt {
    font-size: 16px;
  }
  .page-consumption-systems .merit__ico .num {
    font-size: 42px;
  }
  .page-consumption-systems .merit__title {
    margin-left: 25px;
  }
  .page-consumption-systems .merit__title h2 {
    font-size: 28px;
  }
  .page-consumption-systems .merit__txt {
    margin-top: 25px;
    font-size: 15px;
  }
  .page-consumption-systems .merit__txt br {
    display: none;
  }
  .page-consumption-systems .merit__body {
    margin-top: 40px;
  }
  .page-consumption-systems .merit .items-c2 .item {
    width: 48.3%;
  }
  .page-consumption-systems .merit .box {
    margin-top: 25px;
    padding: 40px 30px;
  }
  .page-consumption-systems .merit .box__title {
    padding-bottom: 22px;
    font-size: 22px;
  }
  .page-consumption-systems .merit .box__title::after {
    width: 60px;
  }
  .page-consumption-systems .merit .box table {
    margin-top: 40px;
  }
  .page-consumption-systems .merit .box table th,
  .page-consumption-systems .merit .box table td {
    height: 60px;
    font-size: 15px;
  }
  .page-consumption-systems .merit .box__triangle {
    margin-top: 25px;
    border-width: 24px 24px 0px 24px;
  }
  .page-consumption-systems .merit .box__items {
    margin-top: 25px;
  }
  .page-consumption-systems .merit .box__items .item {
    padding: 0 15px;
  }
  .page-consumption-systems .merit .box__items .item__img {
    height: 80px;
  }
  .page-consumption-systems .merit .box__items .item__title {
    margin-top: 20px;
    font-size: 20px;
  }
  .page-consumption-systems .merit .box__items .item__txt {
    margin-top: 8px;
    font-size: 15px;
  }
  .page-consumption-systems .merit .box-bar {
    margin-top: 28px;
    padding: 15px 30px;
  }
  .page-consumption-systems .merit .box-bar__txt {
    font-size: 24px;
  }
  .page-consumption-systems .merit__notice {
    margin-top: 15px;
    font-size: 14px;
  }
  .page-consumption-systems .merit__figure.w100p {
    width: 100%;
    max-width: 840px;
  }
  .page-consumption-systems .merit__figure.w960, .page-consumption-systems .merit__figure.w840, .page-consumption-systems .merit__figure.w720 {
    width: 100%;
    max-width: 580px;
  }
}
@media screen and (max-width: 758px) {
  .page-consumption-systems .merit .container {
    padding: 0 20px;
  }
  .page-consumption-systems .merit__group {
    padding: 60px 0;
  }
  .page-consumption-systems .merit__ico .txt {
    font-size: 14px;
  }
  .page-consumption-systems .merit__ico .num {
    font-size: 34px;
  }
  .page-consumption-systems .merit__title {
    margin-left: 16px;
  }
  .page-consumption-systems .merit__title h2 {
    font-size: 22px;
  }
  .page-consumption-systems .merit__txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-consumption-systems .merit__body {
    margin-top: 25px;
  }
  .page-consumption-systems .merit .items-c2 {
    display: block;
  }
  .page-consumption-systems .merit .items-c2 .item {
    width: 100%;
  }
  .page-consumption-systems .merit .items-c2 .item + .item {
    margin-top: 15px;
  }
  .page-consumption-systems .merit .box {
    margin-top: 15px;
    padding: 25px 10px;
  }
  .page-consumption-systems .merit .box__title {
    font-size: 20px;
  }
  .page-consumption-systems .merit .box__title::after {
    width: 50px;
  }
  .page-consumption-systems .merit .box table {
    margin-top: 25px;
  }
  .page-consumption-systems .merit .box table th,
  .page-consumption-systems .merit .box table td {
    height: 72px;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 5px;
  }
  .page-consumption-systems .merit .box__triangle {
    margin-top: 20px;
    border-width: 18px 18px 0px 18px;
  }
  .page-consumption-systems .merit .box__items {
    margin-top: 20px;
  }
  .page-consumption-systems .merit .box__items .item {
    padding: 0 10px;
  }
  .page-consumption-systems .merit .box__items .item__img {
    height: 60px;
  }
  .page-consumption-systems .merit .box__items .item__title {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-consumption-systems .merit .box__items .item__txt {
    font-size: 12px;
  }
  .page-consumption-systems .merit .box-bar {
    margin-top: 25px;
    padding: 20px 10px;
  }
  .page-consumption-systems .merit .box-bar__txt {
    font-size: 20px;
  }
  .page-consumption-systems .merit__notice {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-consumption-systems .merit__figure.w100p, .page-consumption-systems .merit__figure.w960, .page-consumption-systems .merit__figure.w840, .page-consumption-systems .merit__figure.w720 {
    max-width: 100%;
  }
}
/* ---------------------------------
  導入までの流れ
----------------------------------- */
.page-consumption-systems .flow {
  padding-top: 120px;
}
.page-consumption-systems .flow .container {
  width: 1200px;
  margin: 0 auto;
}
.page-consumption-systems .flow__txt {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page-consumption-systems .flow__contents {
  margin-top: 60px;
}
.page-consumption-systems .flow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-consumption-systems .flow .item + .item {
  margin-top: 30px;
}
.page-consumption-systems .flow .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 50px;
  height: 320px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  word-break: break-all;
}
.page-consumption-systems .flow .item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-consumption-systems .flow .item__ico {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--cl-ac);
  white-space: nowrap;
  text-align: center;
}
.page-consumption-systems .flow .item__ico .txt {
  font-size: 18px;
}
.page-consumption-systems .flow .item__ico .num {
  font-size: 40px;
}
.page-consumption-systems .flow .item__title {
  margin-left: 30px;
}
.page-consumption-systems .flow .item__title h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.page-consumption-systems .flow .item__txt {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-consumption-systems .flow .item__thumb {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 320px;
}
.page-consumption-systems .flow .item__thumb-inner {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .page-consumption-systems .flow {
    padding-top: 80px;
  }
  .page-consumption-systems .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-consumption-systems .flow__txt {
    font-size: 15px;
  }
  .page-consumption-systems .flow__contents {
    margin-top: 50px;
  }
  .page-consumption-systems .flow .item + .item {
    margin-top: 20px;
  }
  .page-consumption-systems .flow .item__body {
    padding: 0 20px;
    height: 250px;
  }
  .page-consumption-systems .flow .item__ico .txt {
    font-size: 14px;
  }
  .page-consumption-systems .flow .item__ico .num {
    font-size: 34px;
  }
  .page-consumption-systems .flow .item__title {
    margin-left: 20px;
    padding-top: 0.35em;
  }
  .page-consumption-systems .flow .item__title h3 {
    font-size: 24px;
  }
  .page-consumption-systems .flow .item__txt {
    margin-top: 15px;
    font-size: 15px;
  }
  .page-consumption-systems .flow .item__thumb {
    height: 250px;
  }
  .page-consumption-systems .flow .item__thumb-inner {
    height: 250px;
  }
}
@media screen and (max-width: 758px) {
  .page-consumption-systems .flow {
    padding-top: 60px;
  }
  .page-consumption-systems .flow .container {
    padding: 0 20px;
  }
  .page-consumption-systems .flow__txt {
    margin-top: 30px;
    line-height: 2;
    text-align: left;
  }
  .page-consumption-systems .flow__contents {
    margin-top: 40px;
  }
  .page-consumption-systems .flow .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-consumption-systems .flow .item + .item {
    margin-top: 10px;
  }
  .page-consumption-systems .flow .item__body {
    width: 100%;
    padding: 20px 15px;
    height: auto;
    border: 1px solid #ccc;
    border-top-color: transparent;
  }
  .page-consumption-systems .flow .item__ico .txt {
    font-size: 14px;
  }
  .page-consumption-systems .flow .item__ico .num {
    font-size: 34px;
  }
  .page-consumption-systems .flow .item__title {
    margin-left: 16px;
  }
  .page-consumption-systems .flow .item__title h3 {
    font-size: 22px;
  }
  .page-consumption-systems .flow .item__txt {
    margin-top: 12px;
    font-size: 14px;
  }
  .page-consumption-systems .flow .item__thumb {
    width: 100%;
    height: auto;
  }
  .page-consumption-systems .flow .item__thumb-inner {
    height: auto;
    padding-top: 53.3%;
  }
}
/* ---------------------------------
  施工事例
----------------------------------- */
.page-consumption-systems .works {
  padding: 120px 0;
}
.page-consumption-systems .works .container {
  width: 1280px;
  padding: 0 40px;
  max-width: 100%;
}
.page-consumption-systems .works__txt {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.page-consumption-systems .works__contents {
  margin-top: 70px;
}
.page-consumption-systems .works .entry__link {
  display: block;
  width: 100%;
}
.page-consumption-systems .works .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-consumption-systems .works .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;
}
.page-consumption-systems .works .entry__link:hover {
  opacity: 0.6;
}
.page-consumption-systems .works .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-consumption-systems .works .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.page-consumption-systems .works .entry__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;
}
.page-consumption-systems .works .entry__cate {
  margin: 0 5px 5px 0;
  padding: 5px 9px;
  border: 1px solid var(--cl-fou);
  font-size: 14px;
  color: var(--cl-fou);
}
.page-consumption-systems .works .entry__title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.page-consumption-systems .works__btn {
  margin-top: 85px;
}

@media screen and (max-width: 1199px) {
  .page-consumption-systems .works {
    padding: 80px 0;
  }
  .page-consumption-systems .works .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-consumption-systems .works__txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .page-consumption-systems .works__contents {
    margin-top: 50px;
  }
  .page-consumption-systems .works .entry__link:hover {
    opacity: 1;
  }
  .page-consumption-systems .works .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-consumption-systems .works .entry__body {
    padding-top: 15px;
  }
  .page-consumption-systems .works .entry__cate {
    margin: 0 3px 3px 0;
    padding: 4px 8px;
    font-size: 11px;
  }
  .page-consumption-systems .works .entry__title {
    margin-top: 11px;
    font-size: 15px;
  }
  .page-consumption-systems .works__btn {
    margin-top: 46px;
  }
}
@media screen and (max-width: 758px) {
  .page-consumption-systems .works {
    padding: 60px 0;
  }
  .page-consumption-systems .works .container {
    padding: 0 20px;
  }
  .page-consumption-systems .works__txt {
    margin-top: 28px;
  }
  .page-consumption-systems .works__contents {
    margin-top: 40px;
  }
}
/* ===================================

  住宅用太陽光発電工事（LP）

====================================== */
/* ---------------------------------
  共通パーツ
----------------------------------- */
.page-residence {
  color: #000;
}
.page-residence .resi-title {
  text-align: center;
}
.page-residence .resi-title .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
}
.page-residence .resi-title .txt {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
}

@media screen and (max-width: 1199px) {
  .page-residence .resi-title .title {
    font-size: 28px;
  }
  .page-residence .resi-title .txt {
    margin-top: 1em;
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .resi-title .title {
    font-size: 24px;
  }
  .page-residence .resi-title .txt {
    font-size: 15px;
    text-align: center;
  }
  .page-residence .resi-title .txt br {
    display: none;
  }
}
/* ---------------------------------
  ヘッダー
----------------------------------- */
.page-residence .header__contents {
  color: var(--cl-pri);
}

/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page-residence .resi-mv {
  width: 100%;
  height: 100vh;
  background-image: url(img/resi-mv-100.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #000;
}
.page-residence .resi-mv__inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-weight: 700;
}
.page-residence .resi-mv__copy {
  position: absolute;
  top: 18%;
}
.page-residence .resi-mv__txt {
  font-size: 32px;
}
.page-residence .resi-mv__title {
  margin-top: 22px;
  font-size: 64px;
  line-height: 1.5;
  font-weight: 900;
}
.page-residence .resi-mv__btm {
  margin-top: 27px;
}
.page-residence .resi-mv__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-residence .resi-mv__panel {
  width: 150px;
}
.page-residence .resi-mv__panel + .resi-mv__panel {
  margin-left: 20px;
}
.page-residence .resi-mv-link {
  width: 507px;
}
.page-residence .resi-mv-link__txt {
  margin-top: 110px;
  font-size: 18px;
  text-align: center;
}
.page-residence .resi-mv-link__btn {
  position: relative;
  display: block;
  margin-top: 11px;
  width: 100%;
  height: 80px;
  background-color: #ffd700;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #000;
  z-index: 1;
  border-radius: 9999px;
}

@media screen and (max-width: 1570px) {
  .page-residence .resi-mv__copy {
    top: 18%;
  }
  .page-residence .resi-mv__title {
    margin-top: 10px;
  }
  .page-residence .resi-mv__btm {
    margin-top: 24px;
  }
  .page-residence .resi-mv-link__txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .page-residence .resi-mv {
    height: 80vh;
  }
  .page-residence .resi-mv__inner {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .resi-mv__copy {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-residence .resi-mv__txt {
    font-size: 24px;
  }
  .page-residence .resi-mv__title {
    margin-top: 18px;
    font-size: 50px;
  }
  .page-residence .resi-mv__btm {
    margin-top: 80px;
  }
  .page-residence .resi-mv__panel {
    width: 110px;
  }
  .page-residence .resi-mv__panel + .resi-mv__panel {
    margin-left: 15px;
  }
  .page-residence .resi-mv-link {
    width: 380px;
  }
  .page-residence .resi-mv-link__txt {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-residence .resi-mv-link__btn {
    margin-top: 10px;
    height: 60px;
    font-size: 22px;
    line-height: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .resi-mv {
    height: 640px;
    background-image: url(img/sp-resi-mv@3x-100.jpg);
    background-position: center center;
  }
  .page-residence .resi-mv__inner {
    padding: 0;
  }
  .page-residence .resi-mv__copy {
    width: 100%;
    padding: 0 20px;
    top: auto;
    left: 0;
    bottom: 25px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .page-residence .resi-mv__txt {
    font-size: 22px;
  }
  .page-residence .resi-mv__title {
    margin-top: 17px;
    font-size: 40px;
  }
  .page-residence .resi-mv__btm {
    margin-top: 168px;
  }
  .page-residence .resi-mv__panel {
    width: 90px;
  }
  .page-residence .resi-mv-link {
    width: 100%;
    max-width: 100%;
  }
  .page-residence .resi-mv-link__txt {
    margin-top: 26px;
    font-size: 14px;
  }
  .page-residence .resi-mv-link__btn {
    width: 100%;
    border-width: 2px;
    font-size: 20px;
    line-height: 52px;
  }
}
/* ---------------------------------
  なぜ電気料金は上がるの？
----------------------------------- */
.page-residence .main .why {
  padding: 100px 0;
  background-color: #e6e6e6;
}
.page-residence .main .why .container {
  width: 1000px;
  margin: 0 auto;
}
.page-residence .main .why__contents {
  margin-top: 38px;
}
.page-residence .main .why__img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .page-residence .main .why {
    padding: 80px 0;
  }
  .page-residence .main .why .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .main .why__contents {
    margin-top: 30px;
  }
  .page-residence .main .why__img {
    max-width: 708px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .main .why {
    padding: 60px 0;
  }
  .page-residence .main .why .container {
    padding: 0 20px;
  }
  .page-residence .main .why__img {
    max-width: 100%;
    border-radius: 4px;
  }
}
/* ---------------------------------
  太陽光発電導入件数は年々増加！
----------------------------------- */
.page-residence .main .incre {
  padding: 100px 0;
  background-color: #bee58a;
}
.page-residence .main .incre .container {
  width: 1000px;
  margin: 0 auto;
}
.page-residence .main .incre__contents {
  margin-top: 38px;
}
.page-residence .main .incre__img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
}
.page-residence .main .incre__caption {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-residence .main .incre {
    padding: 80px 0;
  }
  .page-residence .main .incre .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .main .incre__contents {
    margin-top: 30px;
  }
  .page-residence .main .incre__img {
    max-width: 708px;
    border-radius: 6px;
  }
  .page-residence .main .incre__caption {
    margin-top: 1em;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .main .incre {
    padding: 60px 0;
  }
  .page-residence .main .incre .container {
    padding: 0 20px;
  }
  .page-residence .main .incre__img {
    max-width: 100%;
    border-radius: 4px;
  }
  .page-residence .main .incre__caption {
    font-size: 12px;
    text-align: left;
  }
}
/* ---------------------------------
  電気代をグッと抑える理由がここに！
----------------------------------- */
.page-residence .main .reason {
  position: relative;
  padding: 100px 0;
  background-color: #94d0de;
}
.page-residence .main .reason::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0px 50vw;
  border-color: #94d0de transparent transparent transparent;
}
.page-residence .main .reason .container {
  width: 1000px;
  margin: 0 auto;
}
.page-residence .main .reason__title .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.page-residence .main .reason__title .txt {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}
.page-residence .main .reason__contents {
  margin-top: 35px;
}
.page-residence .main .reason__img {
  display: block;
  margin: 0 auto;
  width: 660px;
}

@media screen and (max-width: 1199px) {
  .page-residence .main .reason {
    padding: 80px 0 60px;
  }
  .page-residence .main .reason::after {
    bottom: -60px;
    border-width: 60px 50vw 0px 50vw;
  }
  .page-residence .main .reason .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .main .reason__title .title {
    font-size: 28px;
  }
  .page-residence .main .reason__title .txt {
    margin-top: 1em;
    font-size: 18px;
  }
  .page-residence .main .reason__contents {
    margin-top: 30px;
  }
  .page-residence .main .reason__img {
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .main .reason {
    padding: 60px 0 40px;
  }
  .page-residence .main .reason::after {
    bottom: -30px;
    border-top-width: 30px;
  }
  .page-residence .main .reason .container {
    padding: 0 20px;
  }
  .page-residence .main .reason__title .title {
    font-size: 24px;
  }
  .page-residence .main .reason__title .txt {
    font-size: 15px;
  }
  .page-residence .main .reason__img {
    max-width: 280px;
  }
}
/* ---------------------------------
  電気料金シミュレーション
----------------------------------- */
.page-residence .main .sim {
  padding: 180px 0 120px;
  background-color: #fff;
}
.page-residence .main .sim .container {
  width: 1200px;
  margin: 0 auto;
}
.page-residence .main .sim__contents {
  width: 100%;
}
.page-residence .main .sim__head {
  position: relative;
  width: 100%;
  padding: 20px 10px;
  background-color: #f7e76a;
  border-radius: 8px 8px 0 0;
  z-index: 1;
}
.page-residence .main .sim__title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
.page-residence .main .sim__body {
  position: relative;
  padding: 130px 100px 100px;
  background-color: #f4eec8;
  border-radius: 0 0 8px 8px;
  z-index: 1;
}
.page-residence .main .sim .item {
  border: 4px solid #94d0de;
  border-radius: 8px;
}
.page-residence .main .sim .item + .item {
  margin-top: 130px;
}
.page-residence .main .sim .item-head {
  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;
  padding: 22px 0 16px;
  background-color: #94d0de;
  z-index: 1;
}
.page-residence .main .sim .item-head__circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-top: 18px;
  width: 100px;
  height: 100px;
  background-color: #94d0de;
  border-radius: 50%;
  z-index: -1;
}
.page-residence .main .sim .item-head__num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.page-residence .main .sim .item-head__title {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  height: 40px;
  background-color: #fff;
  z-index: 1;
  border-radius: 9999px;
}
.page-residence .main .sim .item-head__title p {
  font-size: 24px;
  font-weight: 700;
  color: #f25454;
}
.page-residence .main .sim .item-head__body {
  margin-left: 20px;
}
.page-residence .main .sim .item-head__body p {
  font-size: 36px;
  font-weight: 700;
}
.page-residence .main .sim .item-head__body span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.page-residence .main .sim .item__body {
  padding: 70px 145px;
  background-color: #fff;
}
.page-residence .main .sim .item__figure {
  display: block;
  width: 100%;
}
.page-residence .main .sim .item__price {
  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;
  margin-top: 55px;
  font-size: 20px;
  font-weight: 500;
}
.page-residence .main .sim .item__price span {
  margin-left: 40px;
  font-size: 36px;
  font-weight: 700;
  color: #f25454;
}
.page-residence .main .sim__notes {
  margin-top: 0.5em;
  font-size: 16px;
  line-height: 2;
}
.page-residence .main .sim .point {
  margin-top: 90px;
}
.page-residence .main .sim .point__title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
.page-residence .main .sim .point .boxes {
  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-residence .main .sim .point .box {
  position: relative;
  padding: 53px 50px 48px;
  width: calc((100% - 80px) / 2);
  background-color: #fff;
  z-index: 1;
  border-radius: 8px;
}
.page-residence .main .sim .point .box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.page-residence .main .sim .point .box__img {
  display: block;
  width: 150px;
  height: auto;
}
.page-residence .main .sim .point .box__body {
  margin-top: 50px;
}
.page-residence .main .sim .point .box__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.page-residence .main .sim .point .box__title span {
  color: #f25454;
}
.page-residence .main .sim .point .box__txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.page-residence .main .sim__btn {
  position: relative;
  display: block;
  margin: 75px auto 0;
  width: 507px;
  height: 80px;
  background-color: #ffd700;
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  border: 3px solid #000;
  z-index: 1;
  border-radius: 9999px;
}

@media screen and (max-width: 1199px) {
  .page-residence .main .sim {
    padding: 100px 0 80px;
  }
  .page-residence .main .sim .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .main .sim__head {
    padding: 15px 10px;
    border-radius: 6px 6px 0 0;
  }
  .page-residence .main .sim__title {
    font-size: 28px;
  }
  .page-residence .main .sim__body {
    padding: 80px 30px 60px;
    border-radius: 0 0 6px 6px;
  }
  .page-residence .main .sim .item {
    border: 3px solid #94d0de;
    border-radius: 6px;
  }
  .page-residence .main .sim .item + .item {
    margin-top: 80px;
  }
  .page-residence .main .sim .item-head {
    padding: 20px 0 16px;
  }
  .page-residence .main .sim .item-head__circle {
    padding-top: 15px;
    width: 80px;
    height: 80px;
  }
  .page-residence .main .sim .item-head__num {
    font-size: 20px;
  }
  .page-residence .main .sim .item-head__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    height: 35px;
  }
  .page-residence .main .sim .item-head__title p {
    font-size: 18px;
  }
  .page-residence .main .sim .item-head__body {
    margin-left: 16px;
  }
  .page-residence .main .sim .item-head__body p {
    font-size: 30px;
  }
  .page-residence .main .sim .item-head__body span {
    margin-top: 8px;
    font-size: 15px;
  }
  .page-residence .main .sim .item__body {
    padding: 60px;
  }
  .page-residence .main .sim .item__price {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.2;
  }
  .page-residence .main .sim .item__price span {
    margin-left: 30px;
    font-size: 28px;
    line-height: 1;
  }
  .page-residence .main .sim__notes {
    font-size: 15px;
  }
  .page-residence .main .sim .point {
    margin-top: 60px;
  }
  .page-residence .main .sim .point__title {
    font-size: 28px;
  }
  .page-residence .main .sim .point .boxes {
    margin-top: 40px;
  }
  .page-residence .main .sim .point .box {
    padding: 40px 30px;
    width: calc((100% - 30px) / 2);
    border-radius: 6px;
  }
  .page-residence .main .sim .point .box__head {
    height: 120px;
  }
  .page-residence .main .sim .point .box__img {
    width: 120px;
  }
  .page-residence .main .sim .point .box__body {
    margin-top: 30px;
  }
  .page-residence .main .sim .point .box__title {
    font-size: 22px;
  }
  .page-residence .main .sim .point .box__txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-residence .main .sim__btn {
    margin-top: 50px;
    height: 60px;
    font-size: 22px;
    line-height: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .main .sim {
    padding: 60px 0;
  }
  .page-residence .main .sim .container {
    width: 100%;
    padding: 0 20px;
  }
  .page-residence .main .sim__head {
    padding: 12px 10px;
  }
  .page-residence .main .sim__title {
    font-size: 20px;
  }
  .page-residence .main .sim__body {
    padding: 60px 10px 50px;
  }
  .page-residence .main .sim .item + .item {
    margin-top: 60px;
  }
  .page-residence .main .sim .item-head {
    display: block;
    padding: 20px 10px 15px;
  }
  .page-residence .main .sim .item-head__circle {
    padding-top: 10px;
    width: 60px;
    height: 60px;
  }
  .page-residence .main .sim .item-head__num {
    font-size: 16px;
  }
  .page-residence .main .sim .item-head__title {
    margin: 0 auto;
    width: 120px;
    height: 22px;
  }
  .page-residence .main .sim .item-head__title p {
    font-size: 13px;
  }
  .page-residence .main .sim .item-head__body {
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
  }
  .page-residence .main .sim .item-head__body p {
    font-size: 24px;
  }
  .page-residence .main .sim .item-head__body span {
    margin-top: 10px;
    font-size: 14px;
  }
  .page-residence .main .sim .item__body {
    padding: 30px 15px 40px;
  }
  .page-residence .main .sim .item__price {
    display: block;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
  }
  .page-residence .main .sim .item__price span {
    display: block;
    margin-left: 0;
    margin-top: 12px;
    font-size: 32px;
  }
  .page-residence .main .sim__notes {
    font-size: 12px;
    line-height: 1.5;
  }
  .page-residence .main .sim .point {
    margin-top: 40px;
  }
  .page-residence .main .sim .point__title {
    font-size: 22px;
  }
  .page-residence .main .sim .point .boxes {
    display: block;
    margin-top: 30px;
  }
  .page-residence .main .sim .point .box {
    padding: 40px 15px;
    width: 100%;
  }
  .page-residence .main .sim .point .box + .box {
    margin-top: 15px;
  }
  .page-residence .main .sim .point .box__head {
    height: 110px;
  }
  .page-residence .main .sim .point .box__img {
    width: 110px;
  }
  .page-residence .main .sim .point .box__body {
    margin-top: 20px;
  }
  .page-residence .main .sim .point .box__title {
    font-size: 22px;
  }
  .page-residence .main .sim .point .box__txt {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-residence .main .sim__btn {
    width: calc(100% - 20px);
    border-width: 2px;
    font-size: 18px;
    line-height: 52px;
  }
}
/* ---------------------------------
  岡山で選ばれる理由は安心と実績！
----------------------------------- */
.page-residence .main .achive {
  padding: 100px 0;
  background-color: #bee58a;
}
.page-residence .main .achive .container {
  width: 1000px;
  margin: 0 auto;
}
.page-residence .main .achive__contents {
  margin-top: 90px;
}
.page-residence .main .achive .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-residence .main .achive .item + .item {
  margin-top: 30px;
}
.page-residence .main .achive .item__thumb {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.page-residence .main .achive .item__img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
}
.page-residence .main .achive .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 34px 0 0 45px;
  word-break: break-all;
}
.page-residence .main .achive .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-residence .main .achive .item__title .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  width: 88px;
  height: 88px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #f25454;
  border: 3px solid #f25454;
  border-radius: 8px;
  z-index: 1;
}
.page-residence .main .achive .item__title .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 0.6em;
  margin-left: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.page-residence .main .achive .item__txt {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-residence .main .achive {
    padding: 80px 0;
  }
  .page-residence .main .achive .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .main .achive__contents {
    margin-top: 50px;
  }
  .page-residence .main .achive .item__thumb {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .page-residence .main .achive .item__img {
    border-radius: 6px;
  }
  .page-residence .main .achive .item__body {
    padding: 20px 0 0 30px;
  }
  .page-residence .main .achive .item__title .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    height: 60px;
    font-size: 28px;
    border: 2px solid #f25454;
    border-radius: 6px;
  }
  .page-residence .main .achive .item__title .title {
    padding-top: 0.5em;
    margin-left: 20px;
    font-size: 24px;
  }
  .page-residence .main .achive .item__txt {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .main .achive {
    padding: 60px 0;
  }
  .page-residence .main .achive .container {
    padding: 0 20px;
  }
  .page-residence .main .achive__contents {
    margin-top: 40px;
  }
  .page-residence .main .achive .item__thumb {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .page-residence .main .achive .item__body {
    padding: 5px 0 0 15px;
  }
  .page-residence .main .achive .item__title .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .page-residence .main .achive .item__title .title {
    padding-top: 0.26em;
    margin-left: 10px;
    font-size: 18px;
  }
  .page-residence .main .achive .item__txt {
    margin-top: 20px;
    font-size: 13px;
  }
}
/* ---------------------------------
  ご相談の流れ
----------------------------------- */
.page-residence .main .flow {
  padding: 100px 0;
  background-color: #fd994e;
}
.page-residence .main .flow .container {
  width: 1200px;
  margin: 0 auto;
}
.page-residence .main .flow__contents {
  margin-top: 67px;
}
.page-residence .main .flow .items {
  padding: 100px 250px 95px;
  background-color: #fff;
}
.page-residence .main .flow .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 17px;
  background-color: #fddbc2;
  border: 3px solid #fd994e;
  border-radius: 8px;
  z-index: 1;
}
.page-residence .main .flow .item + .item {
  margin-top: 75px;
}
.page-residence .main .flow .item + .item::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0px 15px;
  border-color: #fc8d4c transparent transparent transparent;
}
.page-residence .main .flow .item__head {
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.page-residence .main .flow .item__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 30px;
  background-color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.page-residence .main .flow .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.page-residence .main .flow .item__txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .page-residence .main .flow {
    padding: 80px 0;
  }
  .page-residence .main .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .main .flow__contents {
    margin-top: 50px;
  }
  .page-residence .main .flow .items {
    padding: 60px 60px 55px;
  }
  .page-residence .main .flow .item {
    padding: 10px 15px;
    border-radius: 6px;
    z-index: 1;
  }
  .page-residence .main .flow .item + .item {
    margin-top: 60px;
  }
  .page-residence .main .flow .item + .item::before {
    top: -41px;
  }
  .page-residence .main .flow .item__head {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .page-residence .main .flow .item__step {
    width: 60px;
    height: 28px;
    font-size: 16px;
    border-radius: 6px;
  }
  .page-residence .main .flow .item__txt {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .main .flow {
    padding: 60px 0;
  }
  .page-residence .main .flow .resi-title .txt {
    text-align: center;
  }
  .page-residence .main .flow .container {
    padding: 0 20px;
  }
  .page-residence .main .flow__contents {
    margin-top: 40px;
  }
  .page-residence .main .flow .items {
    padding: 40px 20px;
  }
  .page-residence .main .flow .item {
    display: block;
    padding: 15px;
  }
  .page-residence .main .flow .item__step {
    height: 25px;
    font-size: 13px;
  }
  .page-residence .main .flow .item__txt {
    margin-top: 10px;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
  }
}
/* ---------------------------------
  よくある質問
----------------------------------- */
.page-residence .main .faq {
  padding: 100px 0;
  background-color: #94d0de;
}
.page-residence .main .faq .container {
  width: 1000px;
  margin: 0 auto;
}
.page-residence .main .faq__contents {
  position: relative;
  padding: 100px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.page-residence .main .faq__title .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.page-residence .main .faq .items {
  margin-top: 54px;
}
.page-residence .main .faq .item {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.page-residence .main .faq .item:first-child {
  border-top: 1px solid #000;
}
.page-residence .main .faq .item__head {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}
.page-residence .main .faq .item__ico {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-residence .main .faq .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.page-residence .main .faq .item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-residence .main .faq .item__mark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-color: #000;
  background-image: url(img/ico/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  border-radius: 50%;
}
.page-residence .main .faq .item__mark:hover {
  opacity: 0.6;
}
.page-residence .main .faq .item__mark.active {
  background-color: #94d0de;
  background-image: url(img/ico/ico-minus.svg);
}
.page-residence .main .faq .item__txt {
  margin-top: -0.5em;
  line-height: 2;
}
.page-residence .main .faq .item-q, .page-residence .main .faq .item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-residence .main .faq .item-q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.page-residence .main .faq .item-q .item__ico {
  color: #f25454;
}
.page-residence .main .faq .item-q .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-residence .main .faq .item-q .item__contents {
  padding-right: 32px;
}
.page-residence .main .faq .item-a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
}
.page-residence .main .faq .item-a .item__body {
  padding-right: 55px;
}

@media screen and (max-width: 1199px) {
  .page-residence .main .faq {
    padding: 80px 0;
  }
  .page-residence .main .faq .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-residence .main .faq__contents {
    padding: 60px 30px 40px;
    border-radius: 6px;
  }
  .page-residence .main .faq__title .title {
    font-size: 28px;
  }
  .page-residence .main .faq .items {
    margin-top: 50px;
  }
  .page-residence .main .faq .item {
    padding: 18px 0;
  }
  .page-residence .main .faq .item__head {
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
  .page-residence .main .faq .item__ico {
    font-size: 16px;
  }
  .page-residence .main .faq .item__title {
    font-size: 16px;
    margin-top: -1px;
  }
  .page-residence .main .faq .item__mark:hover {
    opacity: 1;
  }
  .page-residence .main .faq .item__txt {
    font-size: 15px;
    margin-top: -0.56em;
  }
  .page-residence .main .faq .item-q, .page-residence .main .faq .item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-residence .main .faq .item-q .item__contents {
    padding-right: 30px;
  }
  .page-residence .main .faq .item-a {
    margin-top: 20px;
  }
  .page-residence .main .faq .item-a .item__body {
    padding-right: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-residence .main .faq {
    padding: 60px 0;
  }
  .page-residence .main .faq .container {
    padding: 0 20px;
  }
  .page-residence .main .faq__contents {
    padding: 40px 20px 30px;
  }
  .page-residence .main .faq__title .title {
    font-size: 24px;
  }
  .page-residence .main .faq .items {
    margin-top: 30px;
  }
  .page-residence .main .faq .item {
    padding: 15px 0;
  }
  .page-residence .main .faq .item__head {
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
  .page-residence .main .faq .item-q, .page-residence .main .faq .item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-residence .main .faq .item-q .item__contents {
    padding-right: 15px;
  }
  .page-residence .main .faq .item-a .item__body {
    padding-right: 37px;
  }
}
/* ===================================

  採用情報

====================================== */
.page-recruit .page-mv__bg {
  background-image: url(img/page-recruit-mv-80.jpg);
}
.page-recruit .main .container {
  width: 1000px;
  margin: 0 auto;
}
.page-recruit .rec__msg {
  padding-bottom: 120px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-recruit .rec__contents {
  padding: 120px 0;
  background-color: #e9f4fa;
}
.page-recruit .rec__contents .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 88px;
}
.page-recruit .rec__contents .tab {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 700;
  color: var(--cl-sec);
  background-color: #fff;
  background-image: url(img/ico/ico-arrow-btm-bl.svg);
  background-repeat: no-repeat;
  background-size: 14px 11px;
  background-position: center right 18px;
  border: 2px solid var(--cl-sec);
  border-radius: 9999px;
  z-index: 1;
}
.page-recruit .rec__contents .items {
  margin-top: 60px;
}
.page-recruit .rec__contents .item {
  background: #fff;
}
.page-recruit .rec__contents .item + .item {
  margin-top: 60px;
}
.page-recruit .rec__contents .item__head {
  padding: 60px 0 30px;
  border-bottom: 2px solid var(--cl-ac);
}
.page-recruit .rec__contents .item__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--cl-ac);
  text-align: center;
}
.page-recruit .rec__contents .item__body {
  padding: 0 60px 60px;
}
.page-recruit .rec__contents .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ccc;
}
.page-recruit .rec__contents .item dt,
.page-recruit .rec__contents .item dd {
  padding: 32px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-recruit .rec__contents .item dt {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.page-recruit .rec__contents .item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-recruit .rec__btn {
  width: 570px;
  height: 80px;
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .page-recruit .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-recruit .rec__msg {
    padding-bottom: 80px;
    font-size: 15px;
  }
  .page-recruit .rec__contents {
    padding: 80px 0;
  }
  .page-recruit .rec__contents .tabs {
    margin-top: 60px;
  }
  .page-recruit .rec__contents .tab {
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 12px 36px;
    font-size: 15px;
    background-size: 12px 9px;
    background-position: center right 15px;
  }
  .page-recruit .rec__contents .items {
    margin-top: 40px;
  }
  .page-recruit .rec__contents .item + .item {
    margin-top: 40px;
  }
  .page-recruit .rec__contents .item__head {
    padding: 30px 0;
  }
  .page-recruit .rec__contents .item__title {
    font-size: 24px;
  }
  .page-recruit .rec__contents .item__body {
    padding: 0 30px 40px;
  }
  .page-recruit .rec__contents .item dt,
  .page-recruit .rec__contents .item dd {
    padding: 24px 0;
    font-size: 15px;
  }
  .page-recruit .rec__contents .item dt {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  .page-recruit .rec__btn {
    width: 400px;
    height: 50px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .page-recruit .main .container {
    padding: 0 20px;
  }
  .page-recruit .rec__msg {
    padding-bottom: 60px;
    font-size: 14px;
  }
  .page-recruit .rec__contents {
    padding: 40px 0 60px;
  }
  .page-recruit .rec__contents .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .page-recruit .rec__contents .tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background-size: 10px 8px;
    background-position: top 55% right 15px;
  }
  .page-recruit .rec__contents .items {
    margin-top: 30px;
  }
  .page-recruit .rec__contents .item + .item {
    margin-top: 30px;
  }
  .page-recruit .rec__contents .item__head {
    padding: 20px 0;
  }
  .page-recruit .rec__contents .item__title {
    font-size: 18px;
  }
  .page-recruit .rec__contents .item__body {
    padding: 0 20px 30px;
  }
  .page-recruit .rec__contents .item dl {
    display: block;
    padding: 12px 0;
  }
  .page-recruit .rec__contents .item dt,
  .page-recruit .rec__contents .item dd {
    padding: 0;
    font-size: 14px;
  }
  .page-recruit .rec__contents .item dt {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-recruit .rec__contents .item dd {
    margin-top: 10px;
  }
  .page-recruit .rec__btn {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
}
/* ===================================

  ご相談の流れ

====================================== */
.page-flow .main {
  padding: 0 0 120px;
}
.page-flow .main .container {
  width: 1200px;
  margin: 0 auto;
}
.page-flow .main .flow__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-flow .main .flow__contents {
  margin-top: 50px;
}
.page-flow .main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-flow .main .item + .item {
  margin-top: 30px;
}
.page-flow .main .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 50px;
  height: 320px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  word-break: break-all;
}
.page-flow .main .item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-flow .main .item__ico {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--cl-ac);
  white-space: nowrap;
  text-align: center;
}
.page-flow .main .item__ico .txt {
  font-size: 18px;
}
.page-flow .main .item__ico .num {
  font-size: 40px;
}
.page-flow .main .item__title {
  margin-left: 30px;
}
.page-flow .main .item__title h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.page-flow .main .item__txt {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.page-flow .main .item__thumb {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 320px;
}
.page-flow .main .item__thumb-inner {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .page-flow .main {
    padding-bottom: 80px;
  }
  .page-flow .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-flow .main .flow__txt {
    font-size: 15px;
  }
  .page-flow .main .flow__contents {
    margin-top: 40px;
  }
  .page-flow .main .item + .item {
    margin-top: 20px;
  }
  .page-flow .main .item__body {
    padding: 0 20px;
    height: 250px;
  }
  .page-flow .main .item__ico .txt {
    font-size: 14px;
  }
  .page-flow .main .item__ico .num {
    font-size: 34px;
  }
  .page-flow .main .item__title {
    margin-left: 20px;
    padding-top: 0.35em;
  }
  .page-flow .main .item__title h3 {
    font-size: 24px;
  }
  .page-flow .main .item__txt {
    margin-top: 15px;
    font-size: 15px;
  }
  .page-flow .main .item__thumb {
    height: 250px;
  }
  .page-flow .main .item__thumb-inner {
    height: 250px;
  }
}
@media screen and (max-width: 758px) {
  .page-flow .main {
    padding-bottom: 60px;
  }
  .page-flow .main .container {
    padding: 0 20px;
  }
  .page-flow .main .flow__txt {
    font-size: 14px;
  }
  .page-flow .main .flow__contents {
    margin-top: 30px;
  }
  .page-flow .main .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-flow .main .item + .item {
    margin-top: 10px;
  }
  .page-flow .main .item__body {
    width: 100%;
    padding: 20px 15px;
    height: auto;
    border: 1px solid #ccc;
    border-top-color: transparent;
  }
  .page-flow .main .item__ico .txt {
    font-size: 14px;
  }
  .page-flow .main .item__ico .num {
    font-size: 34px;
  }
  .page-flow .main .item__title {
    margin-left: 16px;
  }
  .page-flow .main .item__title h3 {
    font-size: 22px;
  }
  .page-flow .main .item__txt {
    margin-top: 12px;
    font-size: 14px;
  }
  .page-flow .main .item__thumb {
    width: 100%;
    height: auto;
  }
  .page-flow .main .item__thumb-inner {
    height: auto;
    padding-top: 53.3%;
  }
}
/* ===================================

  エントリー

====================================== */
.page-entry .main {
  padding-bottom: 120px;
  background-color: #e9f4fa;
}
.page-entry .main .container {
  width: 1200px;
  margin: 0 auto;
}
.page-entry .main .contents {
  padding: 120px;
  background-color: #fff;
}
.page-entry .main .contents__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.page-entry .main .contents__body {
  margin-top: 60px;
}
.page-entry .main .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
}
.page-entry .main .form__group + .form__group {
  margin-top: 40px;
}
.page-entry .main .form__head {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding-top: 0.25em;
}
.page-entry .main .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.page-entry .main .form__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 30px;
  color: #fff;
}
.page-entry .main .form__label span.require {
  background-color: #dd4545;
}
.page-entry .main .form__label span.any {
  background-color: var(--cl-pri);
}
.page-entry .main .form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-entry .main .form__body input[type=text],
.page-entry .main .form__body input[type=tel],
.page-entry .main .form__body input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 0;
  outline: none;
}
.page-entry .main .form__body .select-wrap {
  position: relative;
  width: 340px;
  height: 40px;
}
.page-entry .main .form__body .select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0px 8px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}
.page-entry .main .form__body .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  color: inherit;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.page-entry .main .form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  padding: 15px;
  width: 100%;
  height: 160px;
  background-color: #f2f2f2;
}
.page-entry .main .form__body.radio-btn {
  padding-top: 0.5em;
}
.page-entry .main .form__body .wpcf7-list-item:first-child {
  margin-left: 0;
}
.page-entry .main .form__body .wpcf7-list-item-label {
  margin-left: 8px;
}
.page-entry .main .form__body .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 55px;
}
.page-entry .main .form__body.zipaddr input[type=text] {
  width: 340px;
}
.page-entry .main .form-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px auto 0;
  width: 570px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: var(--cl-sec);
  border: 1px solid var(--cl-sec);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-entry .main .form-submit:hover {
  opacity: 0.6;
}
.page-entry .main .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.page-entry .main .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 1199px) {
  .page-entry .main {
    padding-bottom: 80px;
  }
  .page-entry .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-entry .main .contents {
    padding: 60px 30px;
  }
  .page-entry .main .contents__title {
    font-size: 28px;
  }
  .page-entry .main .contents__body {
    margin-top: 50px;
  }
  .page-entry .main .form__group {
    display: block;
    font-size: 16px;
  }
  .page-entry .main .form__group + .form__group {
    margin-top: 35px;
  }
  .page-entry .main .form__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
  }
  .page-entry .main .form__label span {
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 24px;
  }
  .page-entry .main .form__body {
    width: 100%;
    margin-top: 15px;
  }
  .page-entry .main .form__body input[type=text],
  .page-entry .main .form__body input[type=tel],
  .page-entry .main .form__body input[type=email] {
    padding: 0 10px;
  }
  .page-entry .main .form__body .select-wrap {
    width: 300px;
  }
  .page-entry .main .form__body .select-wrap::after {
    right: 12px;
    border-width: 8px 6px 0px 6px;
  }
  .page-entry .main .form__body .select-wrap select {
    padding-right: 30px;
    padding-left: 10px;
  }
  .page-entry .main .form__body textarea {
    padding: 15px 10px;
    height: 120px;
  }
  .page-entry .main .form__body.radio-btn {
    padding: 0.5em 0 1.5em;
  }
  .page-entry .main .form__body .wpcf7-list-item-label {
    margin-left: 0.25em;
  }
  .page-entry .main .form__body .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 3em;
  }
  .page-entry .main .form__body.zipaddr input[type=text] {
    width: 300px;
  }
  .page-entry .main .form-submit {
    margin: 60px auto 0;
    width: 400px;
    height: 60px;
    font-size: 18px;
  }
  .page-entry .main .form-submit:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .page-entry .main {
    padding-bottom: 60px;
  }
  .page-entry .main .container {
    padding: 0 20px;
  }
  .page-entry .main .contents {
    padding: 40px 15px;
  }
  .page-entry .main .contents__title {
    font-size: 20px;
  }
  .page-entry .main .contents__body {
    margin-top: 40px;
  }
  .page-entry .main .form__group + .form__group {
    margin-top: 35px;
  }
  .page-entry .main .form__label span {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    width: 42px;
    height: 22px;
    font-size: 14px;
  }
  .page-entry .main .form__body {
    margin-top: 12px;
  }
  .page-entry .main .form__body .select-wrap {
    width: 100%;
  }
  .page-entry .main .form__body .select-wrap::after {
    right: 10px;
  }
  .page-entry .main .form__body.radio-btn {
    padding: 0.5em 0 1.2em;
  }
  .page-entry .main .form__body.zipaddr input[type=text] {
    width: 60%;
  }
  .page-entry .main .form-submit {
    margin-top: 40px;
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
}
/* ===================================

  お問い合わせ

====================================== */
.page-contact .contact-head {
  padding: 48px 0 120px;
}
.page-contact .contact-head__inner {
  width: 1200px;
  margin: 0 auto;
}
.page-contact .contact-head .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .contact-head .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 60px) / 2);
  height: 155px;
  border: 1px solid #ccc;
}
.page-contact .contact-head .item-tel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact .contact-head .item-tel__title {
  font-size: 18px;
  font-weight: 700;
}
.page-contact .contact-head .item-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-contact .contact-head .item-tel__ico {
  position: relative;
  top: 0.45em;
  width: 30px;
}
.page-contact .contact-head .item-tel__num {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 500;
  margin-left: 8px;
}
.page-contact .contact-head .item-tel__txt {
  padding-left: 1em;
  margin-top: 6px;
  font-weight: 500;
}
.page-contact .contact-head .item-line__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact .contact-head .item-line__ico {
  width: 70px;
}
.page-contact .contact-head .item-line__txt {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46;
}
.page-contact .main {
  padding-bottom: 120px;
  background-color: #e9f4fa;
}
.page-contact .main .container {
  width: 1200px;
  margin: 0 auto;
}
.page-contact .main .contents {
  padding: 120px;
  background-color: #fff;
}
.page-contact .main .contents__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.page-contact .main .contents__body {
  margin-top: 60px;
}
.page-contact .main .form__group {
  display: block;
  font-size: 18px;
}
.page-contact .main .form__group + .form__group {
  margin-top: 60px;
}
.page-contact .main .form__head {
  width: 100%;
}
.page-contact .main .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.page-contact .main .form__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 30px;
  color: #fff;
}
.page-contact .main .form__label span.require {
  background-color: var(--cl-ac);
}
.page-contact .main .form__label span.any {
  background-color: var(--cl-pri);
}
.page-contact .main .form__body {
  width: 100%;
  margin-top: 20px;
}
.page-contact .main .form__body input[type=text],
.page-contact .main .form__body input[type=tel],
.page-contact .main .form__body input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px;
  width: 100%;
  height: 60px;
  background-color: #f2f2f2;
  border-radius: 0;
  outline: none;
}
.page-contact .main .form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 15px;
  outline: none;
  width: 100%;
  height: 180px;
  background-color: #f2f2f2;
}
.page-contact .main .form__body.radio-btn {
  padding-top: 0.5em;
}
.page-contact .main .form__body .wpcf7-list-item:first-child {
  margin-left: 0;
}
.page-contact .main .form__body .wpcf7-list-item-label {
  margin-left: 8px;
}
.page-contact .main .form__body .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 55px;
}
.page-contact .main .form-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px auto 0;
  width: 570px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: var(--cl-sec);
  border: 1px solid var(--cl-sec);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-contact .main .form-submit:hover {
  opacity: 0.6;
}
.page-contact .main .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.page-contact .main .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 1199px) {
  .page-contact .contact-head {
    padding: 30px 0 60px;
  }
  .page-contact .contact-head__inner {
    width: 100%;
    padding: 0 30px;
  }
  .page-contact .contact-head .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-contact .contact-head .item {
    width: 100%;
    max-width: 480px;
    height: 140px;
  }
  .page-contact .contact-head .item + .item {
    margin-top: 15px;
  }
  .page-contact .contact-head .item-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contact .contact-head .item-tel__title {
    font-size: 16px;
  }
  .page-contact .contact-head .item-tel__ico {
    top: 0.45em;
    width: 24px;
  }
  .page-contact .contact-head .item-tel__num {
    margin-top: 12px;
    font-size: 32px;
    margin-left: 10px;
  }
  .page-contact .contact-head .item-tel__txt {
    margin-top: 5px;
  }
  .page-contact .contact-head .item-line__ico {
    width: 60px;
  }
  .page-contact .contact-head .item-line__txt {
    margin-left: 15px;
    font-size: 20px;
  }
  .page-contact .main {
    padding: 60px 0 80px;
  }
  .page-contact .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-contact .main .contents {
    padding: 60px 30px;
  }
  .page-contact .main .contents__title {
    font-size: 28px;
  }
  .page-contact .main .contents__body {
    margin-top: 50px;
  }
  .page-contact .main .form__group {
    display: block;
    font-size: 16px;
  }
  .page-contact .main .form__group + .form__group {
    margin-top: 35px;
  }
  .page-contact .main .form__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
  }
  .page-contact .main .form__label span {
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 24px;
  }
  .page-contact .main .form__body {
    width: 100%;
    margin-top: 15px;
  }
  .page-contact .main .form__body input[type=text],
  .page-contact .main .form__body input[type=tel],
  .page-contact .main .form__body input[type=email] {
    padding: 0 10px;
    height: 40px;
  }
  .page-contact .main .form__body textarea {
    height: 120px;
    padding: 15px 10px;
  }
  .page-contact .main .form__body.radio-btn {
    padding: 1em 0;
    font-size: 15px;
  }
  .page-contact .main .form__body.radio-btn .wpcf7-list-item {
    display: block;
  }
  .page-contact .main .form__body.radio-btn .wpcf7-list-item-label {
    margin-left: 0.25em;
  }
  .page-contact .main .form__body.radio-btn .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
    margin-top: 1.2em;
  }
  .page-contact .main .form-submit {
    margin: 60px auto 0;
    width: 400px;
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .contact-head {
    padding: 24px 0 40px;
  }
  .page-contact .contact-head__inner {
    padding: 0 20px;
  }
  .page-contact .contact-head .items {
    display: block;
  }
  .page-contact .contact-head .item {
    width: 100%;
    max-width: 100%;
    height: 105px;
  }
  .page-contact .contact-head .item-tel__title {
    font-size: 15px;
  }
  .page-contact .contact-head .item-tel__link {
    margin-top: 8px;
  }
  .page-contact .contact-head .item-tel__ico {
    top: 0;
    width: 20px;
  }
  .page-contact .contact-head .item-tel__num {
    margin-left: 3px;
    margin-top: 0;
    font-size: 30px;
  }
  .page-contact .contact-head .item-tel__txt {
    margin-top: 3px;
  }
  .page-contact .contact-head .item-line__ico {
    width: 40px;
  }
  .page-contact .contact-head .item-line__txt {
    margin-left: 10px;
    font-size: 16px;
  }
  .page-contact .main {
    padding: 40px 0 60px;
  }
  .page-contact .main .container {
    padding: 0 20px;
  }
  .page-contact .main .contents {
    padding: 40px 15px;
  }
  .page-contact .main .contents__title {
    font-size: 20px;
  }
  .page-contact .main .contents__body {
    margin-top: 40px;
  }
  .page-contact .main .form__group + .form__group {
    margin-top: 35px;
  }
  .page-contact .main .form__label span {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    width: 42px;
    height: 22px;
    font-size: 14px;
  }
  .page-contact .main .form__body {
    margin-top: 12px;
  }
  .page-contact .main .form__body.radio-btn {
    padding: 0.5em 0 1.2em;
  }
  .page-contact .main .form-submit {
    margin-top: 40px;
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
}
/* ===================================

  汎用固定ページテンプレート

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

@media screen and (max-width: 1199px) {
  .page-template-page-general .main {
    padding-bottom: 80px;
  }
  .page-template-page-general .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-template-page-general .main .container .entry__body > h2, .page-template-page-general .main .container .entry__body > h3, .page-template-page-general .main .container .entry__body > h4 {
    margin-top: 45px;
  }
  .page-template-page-general .main .container .entry__body > h5, .page-template-page-general .main .container .entry__body > h6 {
    margin-top: 35px;
  }
  .page-template-page-general .main .container .entry__body > p {
    margin-top: 30px;
  }
  .page-template-page-general .main .container .entry__body > .wp-block-image, .page-template-page-general .main .container .entry__body > .wp-block-buttons, .page-template-page-general .main .container .entry__body > .wp-block-liquid-speech-balloon, .page-template-page-general .main .container .entry__body > .toc-mokuji-content, .page-template-page-general .main .container .entry__body > figure.wp-block-embed-youtube, .page-template-page-general .main .container .entry__body > table, .page-template-page-general .main .container .entry__body > ol, .page-template-page-general .main .container .entry__body > ul, .page-template-page-general .main .container .entry__body > blockquote, .page-template-page-general .main .container .entry__body > iframe, .page-template-page-general .main .container .entry__body > details {
    margin-top: 35px;
  }
  .page-template-page-general .main .container .entry__body h2 {
    padding-bottom: 0.75em;
    font-size: 26px;
  }
  .page-template-page-general .main .container .entry__body h3 {
    font-size: 24px;
  }
  .page-template-page-general .main .container .entry__body h4 {
    font-size: 22px;
  }
  .page-template-page-general .main .container .entry__body h5 {
    font-size: 20px;
  }
  .page-template-page-general .main .container .entry__body h6 {
    font-size: 18px;
  }
  .page-template-page-general .main .container .entry__body p {
    font-size: 15px;
  }
  .page-template-page-general .main .container .entry__body p + p {
    margin-top: 1em;
  }
  .page-template-page-general .main .container .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .page-template-page-general .main .container .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .page-template-page-general .main .container .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .page-template-page-general .main .container .entry__body table td {
    height: 58px;
  }
  .page-template-page-general .main .container .entry__body ul li {
    font-size: 15px;
  }
  .page-template-page-general .main .container .entry__body ul li::before {
    top: 0.3em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .page-template-page-general .main .container .entry__body ol li {
    font-size: 15px;
  }
  .page-template-page-general .main .container .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: 12px;
  }
  .page-template-page-general .main .container .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .page-template-page-general .main .container .entry__body blockquote {
    padding: 30px 50px;
  }
  .page-template-page-general .main .container .entry__body blockquote::before {
    left: 25px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .page-template-page-general .main .container .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .page-template-page-general .main .container .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .page-template-page-general .main .container .entry__body iframe {
    margin-top: 35px;
  }
  .page-template-page-general .main .container .entry__body .wp-block-columns.is-layout-flex {
    gap: 1.5em;
  }
}
@media screen and (max-width: 758px) {
  .page-template-page-general .main {
    padding-bottom: 60px;
  }
  .page-template-page-general .main .container {
    padding: 0 20px;
  }
  .page-template-page-general .main .container .entry__body > h2, .page-template-page-general .main .container .entry__body > h3, .page-template-page-general .main .container .entry__body > h4 {
    margin-top: 40px;
  }
  .page-template-page-general .main .container .entry__body > h5, .page-template-page-general .main .container .entry__body > h6 {
    margin-top: 30px;
  }
  .page-template-page-general .main .container .entry__body > p {
    margin-top: 25px;
  }
  .page-template-page-general .main .container .entry__body > .wp-block-image, .page-template-page-general .main .container .entry__body > .wp-block-buttons, .page-template-page-general .main .container .entry__body > .wp-block-liquid-speech-balloon, .page-template-page-general .main .container .entry__body > .toc-mokuji-content, .page-template-page-general .main .container .entry__body > figure.wp-block-embed-youtube, .page-template-page-general .main .container .entry__body > table, .page-template-page-general .main .container .entry__body > ol, .page-template-page-general .main .container .entry__body > ul, .page-template-page-general .main .container .entry__body > blockquote, .page-template-page-general .main .container .entry__body > iframe, .page-template-page-general .main .container .entry__body > details {
    margin-top: 30px;
  }
  .page-template-page-general .main .container .entry__body h2 {
    padding-bottom: 0.6em;
    font-size: 20px;
  }
  .page-template-page-general .main .container .entry__body h3 {
    font-size: 18px;
  }
  .page-template-page-general .main .container .entry__body h3::before {
    top: 0.5em;
  }
  .page-template-page-general .main .container .entry__body h4 {
    font-size: 17px;
  }
  .page-template-page-general .main .container .entry__body h5 {
    font-size: 16px;
  }
  .page-template-page-general .main .container .entry__body h6 {
    font-size: 15px;
  }
  .page-template-page-general .main .container .entry__body p {
    font-size: 14px;
  }
  .page-template-page-general .main .container .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .page-template-page-general .main .container .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .page-template-page-general .main .container .entry__body table td {
    height: 45px;
  }
  .page-template-page-general .main .container .entry__body ul li {
    font-size: 14px;
  }
  .page-template-page-general .main .container .entry__body ul li::before {
    top: 0.45em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  .page-template-page-general .main .container .entry__body ol li {
    font-size: 14px;
  }
  .page-template-page-general .main .container .entry__body ol li::before {
    top: 0;
    margin-right: 8px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .page-template-page-general .main .container .entry__body blockquote {
    padding: 20px 20px 20px 30px;
  }
  .page-template-page-general .main .container .entry__body blockquote::before {
    left: 15px;
    height: calc(100% - 30px);
  }
  .page-template-page-general .main .container .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 11px;
  }
  .page-template-page-general .main .container .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .page-template-page-general .main .container .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .page-template-page-general .main .container .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .page-template-page-general .main .container .entry__body .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
}
/* ===================================

  サンクスページ
  404エラー

====================================== */
.error404 .main,
.page-thanks .main {
  padding: 60px 0 120px;
}
.error404 .main .container,
.page-thanks .main .container {
  width: 910px;
  margin: 0 auto;
}
.error404 .main .contents__body h2,
.page-thanks .main .contents__body h2 {
  position: relative;
  padding-bottom: 25px;
  font-size: 40px;
}
.error404 .main .contents__body h2::before, .error404 .main .contents__body h2::after,
.page-thanks .main .contents__body h2::before,
.page-thanks .main .contents__body h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
}
.error404 .main .contents__body h2::before,
.page-thanks .main .contents__body h2::before {
  width: 100%;
  background-color: #ccc;
}
.error404 .main .contents__body h2::after,
.page-thanks .main .contents__body h2::after {
  width: 45px;
  background-color: var(--cl-ac);
  z-index: 1;
}
.error404 .main .contents__body p,
.page-thanks .main .contents__body p {
  margin-top: 5em;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.error404 .main .contents__body a,
.page-thanks .main .contents__body a {
  margin: 5em 0 0;
}

@media screen and (max-width: 1199px) {
  .error404 .main,
  .page-thanks .main {
    padding: 40px 0 80px;
  }
  .error404 .main .container,
  .page-thanks .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .error404 .main .contents__body h2,
  .page-thanks .main .contents__body h2 {
    padding-bottom: 0.75em;
    font-size: 26px;
  }
  .error404 .main .contents__body p,
  .page-thanks .main .contents__body p {
    margin-top: 3em;
    font-size: 15px;
  }
  .error404 .main .contents__body a,
  .page-thanks .main .contents__body a {
    margin: 3em 0 0;
  }
}
@media screen and (max-width: 758px) {
  .error404 .main,
  .page-thanks .main {
    padding: 30px 0 60px;
  }
  .error404 .main .container,
  .page-thanks .main .container {
    padding: 0 20px;
  }
  .error404 .main .contents__body h2,
  .page-thanks .main .contents__body h2 {
    padding-bottom: 0.6em;
    font-size: 20px;
  }
  .error404 .main .contents__body p,
  .page-thanks .main .contents__body p {
    margin-top: 3em;
    font-size: 14px;
  }
  .error404 .main .contents__body .link-btn,
  .page-thanks .main .contents__body .link-btn {
    max-width: 100%;
    width: 100%;
  }
}
/* ===================================

  新着情報

====================================== */
.blog .main {
  padding: 16px 0 120px;
}
.blog .main .container {
  width: 1120px;
  margin: 0 auto;
}
.blog .main .entry {
  border-bottom: 1px solid #ccc;
}
.blog .main .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 10px 30px 0;
}
.blog .main .entry__head {
  width: 192px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  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;
}
.blog .main .entry__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 25px;
  font-size: 14px;
  color: var(--cl-fou);
  border: 1px solid var(--cl-fou);
}
.blog .main .entry__date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
.blog .main .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 35px;
  word-break: break-all;
}
.blog .main .entry__title {
  margin-top: -0.2em;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .blog .main {
    padding: 10px 0 80px;
  }
  .blog .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .blog .main .entry__link {
    padding: 20px 0px 15px 0;
  }
  .blog .main .entry__head {
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  .blog .main .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 22px;
    font-size: 12px;
  }
  .blog .main .entry__body {
    padding-left: 30px;
  }
  .blog .main .entry__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .blog .main {
    padding: 10px 0 60px;
  }
  .blog .main .container {
    padding: 0 20px;
  }
  .blog .main .entry__link {
    display: block;
    padding: 20px 0px 16px 0;
  }
  .blog .main .entry__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .blog .main .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    width: 62px;
    height: 20px;
    font-size: 11px;
  }
  .blog .main .entry__date {
    margin-left: 22px;
    text-align: left;
  }
  .blog .main .entry__body {
    padding-left: 0;
  }
  .blog .main .entry__title {
    margin-top: 12px;
    line-height: 1.5;
  }
}
/* ===================================

  施工事例一覧：post-type-archive-works
  施工事例カテゴリー一覧：tax-works_cate

====================================== */
.post-type-archive-works .main,
.tax-works_cate .main {
  padding-bottom: 120px;
}
.post-type-archive-works .main .container,
.tax-works_cate .main .container {
  width: 1200px;
  margin: 0 auto;
}
.post-type-archive-works .main .works__txt,
.tax-works_cate .main .works__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.post-type-archive-works .main .works__contents,
.tax-works_cate .main .works__contents {
  margin-top: 70px;
}
.post-type-archive-works .main .tabs,
.tax-works_cate .main .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-works .main .tabs .tab,
.tax-works_cate .main .tabs .tab {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-works .main .tabs .tab.current, .post-type-archive-works .main .tabs .tab:hover,
.tax-works_cate .main .tabs .tab.current,
.tax-works_cate .main .tabs .tab:hover {
  opacity: 1;
  color: var(--cl-ac);
}
.post-type-archive-works .main .tabs .tab.current::after, .post-type-archive-works .main .tabs .tab:hover::after,
.tax-works_cate .main .tabs .tab.current::after,
.tax-works_cate .main .tabs .tab:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--cl-ac);
}
.post-type-archive-works .main .tabs .tab + .tab,
.tax-works_cate .main .tabs .tab + .tab {
  margin-left: 60px;
}
.post-type-archive-works .main .entries,
.tax-works_cate .main .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;
  margin-top: 60px;
}
.post-type-archive-works .main .entries::after,
.tax-works_cate .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 120px) / 3);
}
.post-type-archive-works .main .entry,
.tax-works_cate .main .entry {
  width: calc((100% - 120px) / 3);
}
.post-type-archive-works .main .entry:nth-child(n+4),
.tax-works_cate .main .entry:nth-child(n+4) {
  margin-top: 55px;
}
.post-type-archive-works .main .entry__link,
.tax-works_cate .main .entry__link {
  display: block;
  width: 100%;
}
.post-type-archive-works .main .entry__thumb,
.tax-works_cate .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-works .main .entry__thumb-img,
.tax-works_cate .main .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-works .main .entry__link:hover,
.tax-works_cate .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-works .main .entry__link:hover .entry__thumb-img,
.tax-works_cate .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-works .main .entry__body,
.tax-works_cate .main .entry__body {
  padding-top: 20px;
  word-break: break-all;
}
.post-type-archive-works .main .entry__cates,
.tax-works_cate .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-works .main .entry__cate,
.tax-works_cate .main .entry__cate {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 9px;
  font-size: 14px;
  color: var(--cl-fou);
  border: 1px solid var(--cl-fou);
}
.post-type-archive-works .main .entry__title,
.tax-works_cate .main .entry__title {
  margin-top: 11px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.post-type-archive-works .main .entry__info,
.tax-works_cate .main .entry__info {
  margin-top: 16px;
}
.post-type-archive-works .main .entry__info dl,
.tax-works_cate .main .entry__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  line-height: 1.5;
}
.post-type-archive-works .main .entry__info dl + dl,
.tax-works_cate .main .entry__info dl + dl {
  margin-top: 0.5em;
}
.post-type-archive-works .main .entry__info dt,
.tax-works_cate .main .entry__info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}
.post-type-archive-works .main .entry__info dt span,
.tax-works_cate .main .entry__info dt span {
  position: relative;
  display: block;
  top: -0.15em;
}
.post-type-archive-works .main .entry__info dd,
.tax-works_cate .main .entry__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 6px;
}
.post-type-archive-works .main .entry__places,
.tax-works_cate .main .entry__places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.post-type-archive-works .main .entry__place,
.tax-works_cate .main .entry__place {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 100px;
  height: 30px;
  font-weight: 700;
  border: 2px solid var(--cl-pri);
  border-radius: 9999px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-works .main,
  .tax-works_cate .main {
    padding-bottom: 80px;
  }
  .post-type-archive-works .main .container,
  .tax-works_cate .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-works .main .works__txt,
  .tax-works_cate .main .works__txt {
    font-size: 15px;
  }
  .post-type-archive-works .main .works__contents,
  .tax-works_cate .main .works__contents {
    margin-top: 40px;
  }
  .post-type-archive-works .main .tabs .tab,
  .tax-works_cate .main .tabs .tab {
    font-size: 15px;
  }
  .post-type-archive-works .main .tabs .tab:hover,
  .tax-works_cate .main .tabs .tab:hover {
    color: #999;
  }
  .post-type-archive-works .main .tabs .tab:hover::after,
  .tax-works_cate .main .tabs .tab:hover::after {
    display: none;
  }
  .post-type-archive-works .main .tabs .tab + .tab,
  .tax-works_cate .main .tabs .tab + .tab {
    margin-left: 30px;
  }
  .post-type-archive-works .main .entries,
  .tax-works_cate .main .entries {
    margin-top: 40px;
  }
  .post-type-archive-works .main .entries::after,
  .tax-works_cate .main .entries::after {
    width: calc((100% - 60px) / 3);
  }
  .post-type-archive-works .main .entry,
  .tax-works_cate .main .entry {
    width: calc((100% - 60px) / 3);
  }
  .post-type-archive-works .main .entry:nth-child(n+4),
  .tax-works_cate .main .entry:nth-child(n+4) {
    margin-top: 40px;
  }
  .post-type-archive-works .main .entry__link:hover,
  .tax-works_cate .main .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-works .main .entry__link:hover .entry__thumb-img,
  .tax-works_cate .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-works .main .entry__body,
  .tax-works_cate .main .entry__body {
    padding-top: 15px;
  }
  .post-type-archive-works .main .entry__cate,
  .tax-works_cate .main .entry__cate {
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 4px 8px;
    font-size: 12px;
  }
  .post-type-archive-works .main .entry__title,
  .tax-works_cate .main .entry__title {
    margin-top: 10px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .post-type-archive-works .main .entry__info,
  .tax-works_cate .main .entry__info {
    margin-top: 12px;
  }
  .post-type-archive-works .main .entry__info dt,
  .tax-works_cate .main .entry__info dt {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .post-type-archive-works .main .entry__info dt span,
  .tax-works_cate .main .entry__info dt span {
    top: -0.1em;
  }
  .post-type-archive-works .main .entry__info dd,
  .tax-works_cate .main .entry__info dd {
    margin-left: 5px;
  }
  .post-type-archive-works .main .entry__places,
  .tax-works_cate .main .entry__places {
    margin-top: 15px;
  }
  .post-type-archive-works .main .entry__place,
  .tax-works_cate .main .entry__place {
    margin-right: 8px;
    margin-bottom: 5px;
    width: 90px;
    height: 25px;
    font-size: 13px;
    border: 1px solid var(--cl-pri);
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-works .main,
  .tax-works_cate .main {
    padding-bottom: 60px;
  }
  .post-type-archive-works .main .container,
  .tax-works_cate .main .container {
    padding: 0 20px;
  }
  .post-type-archive-works .main .works__contents,
  .tax-works_cate .main .works__contents {
    margin-top: 30px;
  }
  .post-type-archive-works .main .entries,
  .tax-works_cate .main .entries {
    display: block;
    margin-top: 30px;
  }
  .post-type-archive-works .main .entries::after,
  .tax-works_cate .main .entries::after {
    display: none;
  }
  .post-type-archive-works .main .entry,
  .tax-works_cate .main .entry {
    width: 100%;
  }
  .post-type-archive-works .main .entry:nth-child(n+2),
  .tax-works_cate .main .entry:nth-child(n+2) {
    margin-top: 40px;
  }
  .post-type-archive-works .main .entry__info,
  .tax-works_cate .main .entry__info {
    font-size: 14px;
  }
  .post-type-archive-works .main .entry__info dd,
  .tax-works_cate .main .entry__info dd {
    margin-left: 8px;
  }
  .post-type-archive-works .main .entry__places,
  .tax-works_cate .main .entry__places {
    margin-top: 15px;
  }
  .post-type-archive-works .main .entry__place,
  .tax-works_cate .main .entry__place {
    margin-right: 8px;
    margin-bottom: 5px;
    width: 90px;
    height: 25px;
    font-size: 13px;
    border: 1px solid var(--cl-pri);
  }
}
/* ===================================

  よくある質問

====================================== */
.post-type-archive-faq .main {
  padding-bottom: 120px;
}
.post-type-archive-faq .main .container {
  width: 1200px;
  margin: 0 auto;
}
.post-type-archive-faq .main .item {
  padding: 30px;
  border: 1px solid #ccc;
}
.post-type-archive-faq .main .item + .item {
  margin-top: -1px;
}
.post-type-archive-faq .main .item__head {
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.post-type-archive-faq .main .item__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--cl-ac);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post-type-archive-faq .main .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.post-type-archive-faq .main .item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post-type-archive-faq .main .item__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-image: url(img/ico/ico-faq-plus.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}
.post-type-archive-faq .main .item__mark:hover {
  opacity: 0.6;
}
.post-type-archive-faq .main .item__mark.active {
  background-image: url(img/ico/ico-faq-minus.svg);
}
.post-type-archive-faq .main .item__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.post-type-archive-faq .main .item__txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
  width: 280px;
  height: 60px;
  background-color: var(--cl-sec);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.post-type-archive-faq .main .item-q, .post-type-archive-faq .main .item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
.post-type-archive-faq .main .item-q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.post-type-archive-faq .main .item-q .item__ico {
  background-color: var(--cl-ac);
}
.post-type-archive-faq .main .item-q .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-faq .main .item-q .item__contents {
  padding-right: 32px;
}
.post-type-archive-faq .main .item-a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.post-type-archive-faq .main .item-a .item__ico {
  background-color: var(--cl-pri);
}
.post-type-archive-faq .main .item-a .item__body {
  padding-right: 55px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-faq .main {
    padding-bottom: 80px;
  }
  .post-type-archive-faq .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-faq .main .item {
    padding: 20px;
  }
  .post-type-archive-faq .main .item__head {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .post-type-archive-faq .main .item__ico {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .post-type-archive-faq .main .item__title {
    font-size: 16px;
    margin-top: -1px;
  }
  .post-type-archive-faq .main .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .post-type-archive-faq .main .item__mark:hover {
    opacity: 1;
  }
  .post-type-archive-faq .main .item__txt {
    font-size: 15px;
    margin-top: 0.12em;
  }
  .post-type-archive-faq .main .item__txt a {
    max-width: 100%;
    width: 220px;
    height: 50px;
    font-size: 16px;
  }
  .post-type-archive-faq .main .item-q, .post-type-archive-faq .main .item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-type-archive-faq .main .item-q .item__contents {
    padding-right: 30px;
  }
  .post-type-archive-faq .main .item-a {
    margin-top: 20px;
  }
  .post-type-archive-faq .main .item-a .item__body {
    padding-right: 50px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-faq .main {
    padding-bottom: 60px;
  }
  .post-type-archive-faq .main .container {
    padding: 0 20px;
  }
  .post-type-archive-faq .main .item {
    padding: 15px;
  }
  .post-type-archive-faq .main .item__head {
    width: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .post-type-archive-faq .main .item__ico {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .post-type-archive-faq .main .item__title {
    font-size: 15px;
  }
  .post-type-archive-faq .main .item__txt {
    margin-top: -0.1em;
    font-size: 14px;
  }
  .post-type-archive-faq .main .item__txt a {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .post-type-archive-faq .main .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .post-type-archive-faq .main .item-q, .post-type-archive-faq .main .item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-type-archive-faq .main .item-q .item__contents {
    padding-right: 15px;
  }
  .post-type-archive-faq .main .item-a .item__body {
    padding-right: 30px;
  }
}
/* ===================================

  カテゴリーブログ一覧：category-blog

====================================== */
.category-blog .main {
  padding-bottom: 120px;
}
.category-blog .main .container {
  width: 1200px;
  margin: 0 auto;
}
.category-blog .main .category__contents {
  margin-top: 70px;
}
.category-blog .main .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.category-blog .main .tabs .tab {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category-blog .main .tabs .tab.current, .category-blog .main .tabs .tab:hover {
  opacity: 1;
  color: var(--cl-ac);
}
.category-blog .main .tabs .tab.current::after, .category-blog .main .tabs .tab:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--cl-ac);
}
.category-blog .main .tabs .tab + .tab {
  margin-left: 60px;
}
.category-blog .main .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;
  margin-top: 60px;
}
.category-blog .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 120px) / 3);
}
.category-blog .main .entry {
  width: calc((100% - 120px) / 3);
}
.category-blog .main .entry:nth-child(n+4) {
  margin-top: 55px;
}
.category-blog .main .entry__link {
  display: block;
  width: 100%;
}
.category-blog .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.category-blog .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;
}
.category-blog .main .entry__link:hover {
  opacity: 0.6;
}
.category-blog .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.category-blog .main .entry__body {
  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-top: 20px;
  word-break: break-all;
}
.category-blog .main .entry__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.category-blog .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-blog .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-blog .main .entry__cate {
  margin-right: 20px;
  padding: 5px 9px;
  font-size: 14px;
  color: var(--cl-fou);
  border: 1px solid var(--cl-fou);
}
.category-blog .main .entry__date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .category-blog .main {
    padding-bottom: 80px;
  }
  .category-blog .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .category-blog .main .category__contents {
    margin-top: 40px;
  }
  .category-blog .main .tabs .tab {
    font-size: 15px;
  }
  .category-blog .main .tabs .tab:hover {
    color: #999;
  }
  .category-blog .main .tabs .tab:hover::after {
    display: none;
  }
  .category-blog .main .tabs .tab + .tab {
    margin-left: 30px;
  }
  .category-blog .main .entries {
    margin-top: 40px;
  }
  .category-blog .main .entries::after {
    width: calc((100% - 60px) / 3);
  }
  .category-blog .main .entry {
    width: calc((100% - 60px) / 3);
  }
  .category-blog .main .entry:nth-child(n+4) {
    margin-top: 40px;
  }
  .category-blog .main .entry__link:hover {
    opacity: 1;
  }
  .category-blog .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .category-blog .main .entry__body {
    padding-top: 13px;
  }
  .category-blog .main .entry__title {
    margin-top: 8px;
    font-size: 14px;
  }
  .category-blog .main .entry__cate {
    margin-right: 15px;
    padding: 4px 6px;
    font-size: 11px;
  }
  .category-blog .main .entry__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .category-blog .main {
    padding-bottom: 60px;
  }
  .category-blog .main .container {
    padding: 0 20px;
  }
  .category-blog .main .category__contents {
    margin-top: 30px;
  }
  .category-blog .main .entries {
    display: block;
    margin-top: 30px;
    padding: 0 25px;
  }
  .category-blog .main .entries::after {
    display: none;
  }
  .category-blog .main .entry {
    width: 100%;
  }
  .category-blog .main .entry:nth-child(n+1) {
    margin-top: 38px;
  }
}
/* ===================================

  詳細

====================================== */
.single .main {
  padding-bottom: 120px;
}
.single .main .container {
  width: 1200px;
  margin: 0 auto;
}
.single .main .entry {
  width: 100%;
  word-break: break-all;
}
.single .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .main .entry__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 10px 0;
  width: 90px;
  height: 28px;
  color: var(--cl-fou);
  border: 1px solid var(--cl-fou);
}
.single .main .entry__title {
  margin-top: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.single .main .entry__inner {
  padding: 0 100px;
}
.single .main .entry__thumb {
  margin-top: 90px;
}
.single .main .entry__thumb img {
  display: block;
  width: 100%;
}
.single .main .entry__img {
  display: block;
  width: 100%;
}
.single .main .entry__body {
  padding-top: 80px;
  word-break: break-all;
  font-family: "Noto Sans JP", serif;
}
.single .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single .main .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single .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 {
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", serif;
}
.single .main .entry__body > h2, .single .main .entry__body > h3, .single .main .entry__body > h4 {
  margin-top: 60px;
}
.single .main .entry__body > h5, .single .main .entry__body > h6 {
  margin-top: 40px;
}
.single .main .entry__body > p {
  margin-top: 40px;
}
.single .main .entry__body > .wp-block-image, .single .main .entry__body > .wp-block-buttons, .single .main .entry__body > .wp-block-liquid-speech-balloon, .single .main .entry__body > .toc-mokuji-content, .single .main .entry__body > figure.wp-block-embed-youtube, .single .main .entry__body > table, .single .main .entry__body > ol, .single .main .entry__body > ul, .single .main .entry__body > blockquote, .single .main .entry__body > iframe {
  margin-top: 40px;
}
.single .main .entry__body > details {
  margin-top: 2em;
}
.single .main .entry__body h2 {
  position: relative;
  padding-bottom: 25px;
  font-size: 40px;
}
.single .main .entry__body h2::before, .single .main .entry__body h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
}
.single .main .entry__body h2::before {
  width: 100%;
  background-color: #ccc;
}
.single .main .entry__body h2::after {
  width: 45px;
  background-color: var(--cl-ac);
  z-index: 1;
}
.single .main .entry__body h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 30px;
}
.single .main .entry__body h3::before {
  content: "";
  position: relative;
  top: 0.65em;
  display: block;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.single .main .entry__body h4 {
  font-size: 26px;
}
.single .main .entry__body h5 {
  font-size: 22px;
}
.single .main .entry__body h6 {
  font-size: 20px;
}
.single .main .entry__body p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.single .main .entry__body p + p {
  margin-top: 1.5em;
}
.single .main .entry__body .wp-block-image img {
  margin: 0;
}
.single .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single .main .entry__body .alignright {
  margin-left: auto;
}
.single .main .entry__body .wp-caption {
  max-width: 100%;
}
.single .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .main .entry__body pre {
  overflow-x: auto;
}
.single .main .entry__body table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .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 {
  color: inherit;
}
.single .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 {
  color: inherit;
}
.single .main .entry__body ol,
.single .main .entry__body ul {
  font-size: 18px;
  font-weight: 700;
}
.single .main .entry__body ol li,
.single .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 {
  margin-top: 0.75em;
}
.single .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: var(--cl-ac);
  border-radius: 50%;
}
.single .main .entry__body ol {
  counter-reset: num;
  list-style-type: none;
}
.single .main .entry__body ol li {
  line-height: 1.5;
}
.single .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: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 10px;
  padding-bottom: 0;
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-color: var(--cl-ac);
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50%;
}
.single .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .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: var(--cl-ac) !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 {
  margin-top: 2em;
}
.single .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single .main .entry__body blockquote {
  word-break: break-all;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 40px 35px 60px;
  border: 1px solid #ccc;
}
.single .main .entry__body blockquote::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: calc(100% - 60px);
  background-color: var(--cl-ac);
}
.single .main .entry__body blockquote p {
  margin-top: 0;
}
.single .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.single .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-style: normal;
  color: var(--cl-ac);
}
.single .main .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--cl-ac);
}
.single .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid var(--cl-ac);
  border-top: none;
}
.single .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed var(--cl-ac);
}
.single .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .main .entry__body iframe {
  max-width: 100%;
  width: 100%;
}
.single .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 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single .main .entry__body .wp-block-columns.is-layout-flex {
  gap: 2em;
}
.single__btn {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .single .main {
    padding-bottom: 80px;
  }
  .single .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single .main .entry__cate {
    margin: 0 6px 6px 0;
    width: 80px;
    height: 26px;
  }
  .single .main .entry__title {
    margin-top: 12px;
    font-size: 28px;
  }
  .single .main .entry__inner {
    padding: 0 30px;
  }
  .single .main .entry__thumb {
    margin-top: 60px;
  }
  .single .main .entry__body {
    padding-top: 50px;
  }
  .single .main .entry__body > h2, .single .main .entry__body > h3, .single .main .entry__body > h4 {
    margin-top: 45px;
  }
  .single .main .entry__body > h5, .single .main .entry__body > h6 {
    margin-top: 35px;
  }
  .single .main .entry__body > p {
    margin-top: 30px;
  }
  .single .main .entry__body > .wp-block-image, .single .main .entry__body > .wp-block-buttons, .single .main .entry__body > .wp-block-liquid-speech-balloon, .single .main .entry__body > .toc-mokuji-content, .single .main .entry__body > figure.wp-block-embed-youtube, .single .main .entry__body > table, .single .main .entry__body > ol, .single .main .entry__body > ul, .single .main .entry__body > blockquote, .single .main .entry__body > iframe, .single .main .entry__body > details {
    margin-top: 35px;
  }
  .single .main .entry__body h2 {
    padding-bottom: 0.75em;
    font-size: 26px;
  }
  .single .main .entry__body h3 {
    font-size: 24px;
  }
  .single .main .entry__body h4 {
    font-size: 22px;
  }
  .single .main .entry__body h5 {
    font-size: 20px;
  }
  .single .main .entry__body h6 {
    font-size: 18px;
  }
  .single .main .entry__body p {
    font-size: 15px;
  }
  .single .main .entry__body p + p {
    margin-top: 1em;
  }
  .single .main .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single .main .entry__body table td {
    height: 58px;
  }
  .single .main .entry__body ul li {
    font-size: 15px;
  }
  .single .main .entry__body ul li::before {
    top: 0.3em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .single .main .entry__body ol li {
    font-size: 15px;
  }
  .single .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: 12px;
  }
  .single .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 {
    padding: 30px 50px;
  }
  .single .main .entry__body blockquote::before {
    left: 25px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .single .main .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single .main .entry__body iframe {
    margin-top: 35px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1.5em;
  }
  .single__btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .single .main {
    padding-bottom: 60px;
  }
  .single .main .container {
    padding: 0 20px;
  }
  .single .main .entry__cate {
    margin: 0 5px 5px 0;
    width: 68px;
    height: 24px;
  }
  .single .main .entry__title {
    margin-top: 8px;
    font-size: 22px;
  }
  .single .main .entry__inner {
    padding: 0;
  }
  .single .main .entry__thumb {
    margin-top: 30px;
  }
  .single .main .entry__body {
    padding-top: 30px;
  }
  .single .main .entry__body > h2, .single .main .entry__body > h3, .single .main .entry__body > h4 {
    margin-top: 40px;
  }
  .single .main .entry__body > h5, .single .main .entry__body > h6 {
    margin-top: 30px;
  }
  .single .main .entry__body > p {
    margin-top: 25px;
  }
  .single .main .entry__body > .wp-block-image, .single .main .entry__body > .wp-block-buttons, .single .main .entry__body > .wp-block-liquid-speech-balloon, .single .main .entry__body > .toc-mokuji-content, .single .main .entry__body > figure.wp-block-embed-youtube, .single .main .entry__body > table, .single .main .entry__body > ol, .single .main .entry__body > ul, .single .main .entry__body > blockquote, .single .main .entry__body > iframe, .single .main .entry__body > details {
    margin-top: 30px;
  }
  .single .main .entry__body h2 {
    padding-bottom: 0.6em;
    font-size: 20px;
  }
  .single .main .entry__body h3 {
    font-size: 18px;
  }
  .single .main .entry__body h3::before {
    top: 0.5em;
  }
  .single .main .entry__body h4 {
    font-size: 17px;
  }
  .single .main .entry__body h5 {
    font-size: 16px;
  }
  .single .main .entry__body h6 {
    font-size: 15px;
  }
  .single .main .entry__body p {
    font-size: 14px;
  }
  .single .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single .main .entry__body table td {
    height: 45px;
  }
  .single .main .entry__body ul li {
    font-size: 14px;
  }
  .single .main .entry__body ul li::before {
    top: 0.45em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  .single .main .entry__body ol li {
    font-size: 14px;
  }
  .single .main .entry__body ol li::before {
    top: 0;
    margin-right: 8px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .single .main .entry__body blockquote {
    padding: 20px 20px 20px 30px;
  }
  .single .main .entry__body blockquote::before {
    left: 15px;
    height: calc(100% - 30px);
  }
  .single .main .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 11px;
  }
  .single .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 {
    min-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
  .single__btn {
    margin-top: 60px;
  }
}
/* ----------------------------------------
  目次プラグイン:
  Table of Contents Plus用CSS
------------------------------------------ */
#toc_container {
  width: 100%;
  max-width: 500px;
  margin: 5em auto 0;
  padding: 3em 2em;
}
#toc_container li {
  display: block;
  font-size: 1em;
}
#toc_container li + li {
  margin-top: 0.5em;
}
#toc_container li::before {
  display: none;
}
#toc_container ul ul {
  margin-top: 0.5em;
  font-weight: 400;
  font-size: 0.8em;
}

@media screen and (max-width: 1199px) {
  #toc_container li {
    font-size: 15px;
  }
  #toc_container li a:hover {
    text-decoration: none;
  }
  #toc_container ul ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  #toc_container {
    max-width: 100%;
    margin: 4em auto 0;
    padding: 2em 15px;
  }
  #toc_container li {
    font-size: 12px;
  }
  #toc_container ul ul {
    margin-top: 0.75em;
  }
  #toc_container ul ul li {
    font-size: 10px;
  }
}
/* ===================================

  施工事例詳細：single-works

====================================== */
.single-works .main .entry__title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.single-works .main .entry__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
.single-works .main .entry__thumb {
  width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  margin: 0;
  overflow: hidden;
}
.single-works .main .entry__thumb-img {
  width: 100%;
  padding-top: 66.7%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-works .main .entry__info {
  padding-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.single-works .main .entry__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.single-works .main .entry__info dt {
  width: 165px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
}
.single-works .main .entry__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.single-works .main .entry__body {
  padding-top: 120px;
}

@media screen and (max-width: 1199px) {
  .single-works .main .entry__title {
    padding-bottom: 22px;
  }
  .single-works .main .entry__contents {
    margin-top: 40px;
  }
  .single-works .main .entry__thumb {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .single-works .main .entry__info {
    padding-left: 30px;
  }
  .single-works .main .entry__info dl {
    padding: 10px 0;
    font-size: 15px;
  }
  .single-works .main .entry__info dt {
    width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
  .single-works .main .entry__body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .single-works .main .entry__title {
    padding-bottom: 16px;
  }
  .single-works .main .entry__contents {
    display: block;
    margin-top: 20px;
  }
  .single-works .main .entry__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .single-works .main .entry__info {
    margin-top: 12px;
    width: 100%;
    padding-left: 0;
  }
  .single-works .main .entry__info dl {
    padding: 10px 0;
    font-size: 14px;
  }
  .single-works .main .entry__info dt {
    width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  .single-works .main .entry__body {
    padding-top: 50px;
  }
}