@charset "UTF-8";
/*
Theme Name: 有限会社葵一級建築士事務所
Description: WordPressテンプレート「有限会社葵一級建築士事務所テーマ」
Version: 1.0.0
Author: TGCompany
*/

/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
@font-face {
  font-family: "HelveticaNLTStd75B";
  src: url("css/fonts/HelveticaNeue/Helvetica Neue LT Std 75 Bold.otf") format("opentype");
}
@font-face {
  font-family: "HelveticaNL";
  src: url("css/fonts/HelveticaNeue/Helvetica Neue Light.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNLTStd45L";
  src: url("css/fonts/HelveticaNeue/Helvetica Neue LT Std 45 Light.otf") format("opentype");
}
@font-face {
  font-family: "normsL";
  src: url("css/fonts/TTNorms/TT Norms Pro Light.off") format("opentype");
}
@font-face {
  font-family: "normsR";
  src: url("css/fonts/TTNorms/TT Norms Pro Regular.off") format("opentype");
}
@font-face {
  font-family: "normsM";
  src: url("css/fonts/TTNorms/TT Norms Pro Medium.off") format("opentype");
}
.f-weight100 {
  font-weight: 100;
}

.f-weight200 {
  font-weight: 200;
}

.f-weight300 {
  font-weight: 300;
}

.f-weight400 {
  font-weight: 400;
}

.f-weight500 {
  font-weight: 500;
}

.f-weight600 {
  font-weight: 600;
}

.f-weight700 {
  font-weight: 700;
}

.f-weight800 {
  font-weight: 800;
}

.f-weight900 {
  font-weight: 900;
}

.f-bold {
  font-weight: bold;
}

.f-HelveticaNLTStd75B {
  font-family: "HelveticaNLTStd75B", sans-serif;
}

.f-HelveticaNL {
  font-family: "HelveticaNL", sans-serif;
}

.f-HelveticaNLTStd45L {
  font-family: "HelveticaNLTStd45L", sans-serif;
}

.TTNormsL {
  font-family: "TTNormsL";
}

.TTNormsR {
  font-family: "TTNormsR";
}

.TTNormsM {
  font-family: "TTNormsM";
}

.f-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.f-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
html {
  font-size: 62.5%;
  line-height: 1.65;
  font-family: "normsL", "Yu Gothic", "Yu Gothic Medium", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック", sans-serif;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  background: #fff;
  margin: 0;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.w-auto {
  width: auto;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}

ul {
  list-style-type: none;
}

.flex {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  -o-align-content: stretch;
  align-content: stretch;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.wide2 {
  width: 90%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wide {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.small {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 90%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.min2 {
  width: 90%;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
}

.min3 {
  width: 90%;
  max-width: 781px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.micro2 {
  width: 90%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.position-relative {
  position: relative;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.block-tb {
  display: none;
}

.block-sp {
  display: none;
}

/*
//------------------------------------------------
//	Original Module Content Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.easingWrap .easingFade {
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.show {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::before, .easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #3f86b2;
}
.easingWrap .easingImg.show::before, .easingWrap .easingImg.show::after {
  transform: translateX(101%);
}

.marker-animation {
  background-image: linear-gradient(90deg, rgb(226, 197, 0) 90%, transparent);
  background-image: linear-gradient(90deg, rgb(255, 235, 102) 90%, transparent);
  background-repeat: no-repeat;
  background-size: 200% 0.6rem;
  background-position: right -100% bottom;
  transition: all 4s ease;
  font-weight: bold;
  font-weight: 500;
}
.marker-animation.active {
  background-position: 0% bottom;
}

/*ハンバーガー(1)始*/
#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
#modal .modal-box {
  height: 100%;
  overflow: auto;
  padding: 65px 0 20px 0;
  padding: 85px 0 20px 0;
  padding: 95px 0 20px 0;
}
#modal .modal-box .modal-content-area {
  width: 93%;
  margin: 0 auto;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-nav-ul {
  list-style: none;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-nav-ul .modal-nav-li:not(:first-child) {
  margin-top: 0.75em;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-nav-ul .modal-nav-li .modal-nav-link {
  line-height: 1.65;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1em;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-contact-area {
  margin: 2em 0 0;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex {
  height: 38px;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
  padding: 0 1.25em;
  letter-spacing: 0.14em;
  font-weight: 600;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-logo-area {
  margin-top: 3em;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-logo-area .modal-logo-box {
  width: 60%;
  max-width: 105px;
  margin: 0 auto;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-info-area {
  margin-top: 1em;
  text-align: center;
  line-height: 1.65;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-info-area .modal-info-box .modal-info-text.ltd-text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-info-area .modal-info-box .modal-info-text.address-text {
  letter-spacing: 0.05em;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-tel-area {
  margin-top: 1em;
  text-align: center;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-tel-area .modal-tel-link {
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-tel-area .modal-tel-link .modal-tel-box .modal-tel-text .modal-tel-text-small {
  font-size: 1.6rem;
}
#modal .modal-box .modal-content-area .modal-content-box .modal-tel-area .modal-tel-link .modal-tel-box .modal-tel-text .modal-tel-text-big {
  font-size: 2.4rem;
}

body.opened #modal {
  z-index: 4000;
  display: block;
  opacity: 1;
  transform: scale(1);
}

body.opened #modal {
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

body.closed #modal {
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
/*ハンバーガー(1)終*/
/*
//------------------------------------------------
//	全ページ共通
//------------------------------------------------
*/
#header-area {
  color: #3f86b2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 3000;
  transition: all 0.3s;
}
#header-area .header-inner {
  height: 100%;
}
#header-area .header-inner .header-box {
  height: 100%;
}
#header-area .header-inner .header-box .header-flex {
  padding: 5px 0;
  height: 100%;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#header-area .header-inner .header-box .header-flex .header-left-box {
  min-width: 194px;
}
#header-area .header-inner .header-box .header-flex .header-left-box .pc-nav-area .pc-nav-ul .pc-nav-li {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#header-area .header-inner .header-box .header-flex .header-left-box .pc-nav-area .pc-nav-ul .pc-nav-li .pc-nav-link {
  position: relative;
  top: 0;
  letter-spacing: 0.14em;
  line-height: 1.3;
  font-weight: 700;
  padding: 0.65em 0.8em 0.65em;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
#header-area .header-inner .header-box .header-flex .header-left-box .pc-nav-area .pc-nav-ul .pc-nav-li .pc-nav-link:hover {
  top: 0.35em;
}
#header-area .header-inner .header-box .header-flex .header-center-box .logo-box {
  width: 84px;
}
#header-area .header-inner .header-box .header-flex .header-center-box .spacer {
  clear: both;
  height: 0;
  font-size: 0px;
}
#header-area .header-inner .header-box .header-flex .header-right-box {
  min-width: 194px;
}
#header-area .header-inner .header-box .header-flex .header-right-box .header-info-area .header-info-box .header-tel-area {
  margin-bottom: 0.25em;
  text-align: right;
}
#header-area .header-inner .header-box .header-flex .header-right-box .header-info-area .header-info-box .header-tel-area .header-tel-link {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
}
#header-area .header-inner .header-box .header-flex .header-right-box .header-info-area .header-info-box .header-contact-area {
  margin-top: 0.25em;
}
#header-area .header-inner .header-box .header-flex .header-right-box .header-info-area .header-info-box .header-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex {
  height: 36px;
}
#header-area .header-inner .header-box .header-flex .header-right-box .header-info-area .header-info-box .header-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
  padding: 0 2em;
  letter-spacing: 0.14em;
  font-weight: 600;
}
#header-area.is_fixed {
  background-color: #fff;
}
#header-area.color-header {
  background-color: #fff;
}

.site-content {
  position: relative;
  padding-top: 110px;
}

#site-footer {
  position: relative;
  background-image: url(images/fotter-bg-picture-01-02.jpg);
  background-repeat: no-repeat;
  background-position: top 50% right 50%;
  background-size: cover;
}
#site-footer .footer-top .md-footer-top {
  padding: 96px 0 26px;
  padding: 66px 0 26px;
}
#site-footer .footer-top .md-footer-top .footer-logo-area .footer-logo-box {
  width: 60%;
  max-width: 192px;
  max-width: 159px;
  margin: 0 auto;
  max-width: 90px;
}
#site-footer .footer-top .md-footer-top .footer-info-area {
  margin-top: 40px;
  text-align: center;
  line-height: 1.65;
  margin-top: 35px;
}
#site-footer .footer-top .md-footer-top .footer-info-area .footer-info-box .footer-info-text.ltd-text {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 2rem;
}
#site-footer .footer-top .md-footer-top .footer-info-area .footer-info-box .footer-info-text.address-text {
  letter-spacing: 0.05em;
}
#site-footer .footer-top .md-footer-top .footer-connection-area {
  margin-top: 40px;
  margin-top: 35px;
}
#site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-tel-area {
  margin-bottom: 0.45em;
  text-align: center;
}
#site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-tel-area .footer-tel-link {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
}
#site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area {
  margin-top: 0.45em;
}
#site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex {
  height: 36px;
}
#site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
  padding: 0 2em;
  letter-spacing: 0.14em;
  font-weight: 600;
}
#site-footer .footer-top .md-footer-top .footer-nav-area {
  margin: 35px auto 0;
  line-height: 1.65;
}
#site-footer .footer-top .md-footer-top .footer-nav-area .footer-nav-ul {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#site-footer .footer-top .md-footer-top .footer-nav-area .footer-nav-ul .footer-nav-li {
  position: relative;
  font-size: 1.7rem;
}
#site-footer .footer-top .md-footer-top .footer-nav-area .footer-nav-ul .footer-nav-li:not(:last-child)::after {
  content: "●";
  font-size: 0.88em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  display: inline-block;
  color: #000;
}
#site-footer .footer-top .md-footer-top .footer-nav-area .footer-nav-ul .footer-nav-li .footer-nav-link {
  padding: 0 1.5em;
  color: #000;
  font-weight: 700;
}
#site-footer .copyright-area {
  background-color: #b29d83;
  color: #fff;
}
#site-footer .copyright-area .copyright-border {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#site-footer .copyright-area .copyright-border .copyright-box {
  font-size: 1.2rem;
  padding: 1em 0 1em;
}
#site-footer .copyright-area .copyright-border .copyright-box .copy-text {
  line-height: 1.33;
  text-align: center;
  font-style: normal;
  color: #fff;
}

/*ハンバーガー(1)始*/
#nav-btn {
  display: none;
}

.hamburger {
  display: none;
  width: 65px;
  height: 65px;
  background: transparent;
  outline: none;
  position: fixed;
  z-index: 5000;
  top: 0px;
  right: 0px;
  border: none;
}
.hamburger .nav-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  width: 30px;
  height: 17px;
  margin: 0 auto;
}
.hamburger .nav-toggle::after {
  font-size: 1rem;
  position: absolute;
  top: 150%;
  left: 0%;
  content: "MENU";
  font-family: "HelveticaNLTStd45L", sans-serif;
  white-space: nowrap;
  color: #000;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}
.hamburger .nav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 1px;
  transition: all 0.5s;
}
.hamburger .nav-toggle span:nth-of-type(1) {
  top: 0%;
}
.hamburger .nav-toggle span:nth-of-type(2) {
  top: 49%;
}
.hamburger .nav-toggle span:nth-of-type(3) {
  top: 100%;
}
.hamburger .nav-toggle.is-active::after {
  content: "ClOSE";
  color: #fff;
}
.hamburger .nav-toggle.is-active span {
  background-color: #fff;
}
.hamburger .nav-toggle.is-active span:nth-of-type(1) {
  top: 50%;
  transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-30deg);
}
.hamburger .nav-toggle.is-active span:nth-of-type(2) {
  top: 50%;
  opacity: 0;
}
.hamburger .nav-toggle.is-active span:nth-of-type(3) {
  width: 100%;
  top: 50%;
  transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(30deg);
}
/*ハンバーガー(1)終*/
.content-ttl-area-a .content-ttl-box .content-ttl-flex {
  height: 41px;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-left {
  width: 10px;
  height: 100%;
  transition: all 0.3s;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-left .content-ttl-left-flex {
  width: 100%;
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-left .content-ttl-left-flex .content-ttl-left-top {
  width: 100%;
  height: 35%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-top-left-radius: 100px;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-left .content-ttl-left-flex .content-ttl-left-bottom {
  width: 100%;
  height: 35%;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  border-bottom-left-radius: 100px;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-center {
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: all 0.3s;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-center .content-ttl-center-flex {
  width: 100%;
  height: 100%;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-center .content-ttl-center-flex .content-ttl-center-text {
  padding: 0 1em;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  transition: all 0.3s;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-right {
  width: 10px;
  height: 100%;
  transition: all 0.3s;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-right .content-ttl-right-flex {
  width: 100%;
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-right .content-ttl-right-flex .content-ttl-right-top {
  width: 100%;
  height: 35%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-top-right-radius: 100px;
}
.content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-right .content-ttl-right-flex .content-ttl-right-bottom {
  width: 100%;
  height: 35%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-bottom-right-radius: 100px;
}

.content-ttl-area-b {
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 600;
}
.content-ttl-area-b .content-ttl-box .content-ttl-text::after {
  display: block;
  margin-top: 8px;
  width: 60px;
  height: 3px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  content: "";
}

.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex {
  height: 41px;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-left {
  width: 10px;
  height: 100%;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-left .view-more-btn-left-flex {
  width: 100%;
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-left .view-more-btn-left-flex .view-more-btn-left-top {
  width: 100%;
  height: 35%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-top-left-radius: 100px;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-left .view-more-btn-left-flex .view-more-btn-left-middle {
  width: 100%;
  height: 30%;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-left .view-more-btn-left-flex .view-more-btn-left-bottom {
  width: 100%;
  height: 35%;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  border-bottom-left-radius: 100px;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center {
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: all 0.3s;
  transition: color 0.2s, background-color 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box {
  width: 100%;
  height: 100%;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
  padding: 0 1em;
  text-align: center;
  white-space: nowrap;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-right {
  width: 10px;
  height: 100%;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-right .view-more-btn-right-flex {
  width: 100%;
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-right .view-more-btn-right-flex .view-more-btn-right-top {
  width: 100%;
  height: 35%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-top-right-radius: 100px;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-right .view-more-btn-right-flex .view-more-btn-right-middle {
  width: 100%;
  height: 30%;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-right .view-more-btn-right-flex .view-more-btn-right-bottom {
  width: 100%;
  height: 35%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-bottom-right-radius: 100px;
  transition: all 0.3s;
}
.view-more-btn-a-box .view-more-btn-a:hover .view-more-btn-flex .view-more-btn-left .view-more-btn-left-flex .view-more-btn-left-top {
  background-color: #000;
}
.view-more-btn-a-box .view-more-btn-a:hover .view-more-btn-flex .view-more-btn-left .view-more-btn-left-flex .view-more-btn-left-middle {
  background-color: #000;
}
.view-more-btn-a-box .view-more-btn-a:hover .view-more-btn-flex .view-more-btn-left .view-more-btn-left-flex .view-more-btn-left-bottom {
  background-color: #000;
}
.view-more-btn-a-box .view-more-btn-a:hover .view-more-btn-flex .view-more-btn-center {
  background-color: #000;
  color: #fff;
}
.view-more-btn-a-box .view-more-btn-a:hover .view-more-btn-flex .view-more-btn-right .view-more-btn-right-flex .view-more-btn-right-top {
  background-color: #000;
}
.view-more-btn-a-box .view-more-btn-a:hover .view-more-btn-flex .view-more-btn-right .view-more-btn-right-flex .view-more-btn-right-middle {
  background-color: #000;
}
.view-more-btn-a-box .view-more-btn-a:hover .view-more-btn-flex .view-more-btn-right .view-more-btn-right-flex .view-more-btn-right-bottom {
  background-color: #000;
}

.view-more-btn-b-box {
  margin-top: 10rem;
}
.view-more-btn-b-box .view-more-btn-b {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.view-more-btn-b-box .view-more-btn-b .view-more-btn-box {
  width: -moz-fit-content;
  width: fit-content;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 0.75em 1em;
}
.view-more-btn-b-box .view-more-btn-b .view-more-btn-arrow {
  position: relative;
  left: -2%;
  width: 100%;
  height: 17px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(0%) translateX(-7%) skew(-55deg, 0deg);
  content: "";
  transition: 0.3s;
}
.view-more-btn-b-box .view-more-btn-b:hover .view-more-btn-arrow {
  transform: translateY(0%) translateX(0%) skew(-55deg, 0deg);
}

.decoration-area {
  position: relative;
  overflow: hidden;
}
.decoration-area.not-over-hidden {
  overflow: visible;
}
.decoration-area div [class^=md] {
  position: relative;
  z-index: 15;
}
.decoration-area .illustration-bg {
  position: absolute;
  z-index: 1;
}

.global-form-box .form {
  width: 100%;
  margin-bottom: 40px;
  background: none;
  border: none;
  line-height: 1.5;
}
.global-form-box .form tr:nth-child(odd) {
  background: #eeeeee;
}
.global-form-box .form tr:last-child {
  border-bottom: #d0d0d0 1px solid;
}
.global-form-box .form tr.tel td input {
  width: 15%;
}
.global-form-box .form tr.postal td input:first-child {
  width: 15%;
}
.global-form-box .form tr.postal td input:last-child {
  width: 20%;
}
.global-form-box .form tr.pref select {
  padding: 5px 40px 5px 10px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
}
.global-form-box .form tr.pref .wrap {
  position: relative;
  display: inline-block;
}
.global-form-box .form tr.pref .wrap::after {
  font-family: "Font Awesome 5 Free", fontawesome;
  content: "\f107";
  font-size: 12px;
  position: absolute;
  right: 0;
  display: inline-block;
  top: 7px;
  right: 10px;
}
.global-form-box .form tr.email td input {
  width: 100%;
}
.global-form-box .form tr.email td input:first-child {
  margin-bottom: 3px;
}
.global-form-box .form tr.kinds td .mwform-checkbox-field {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.global-form-box .form tr.kinds td .mwform-checkbox-field:not(:last-child) {
  margin-bottom: 0.25em;
}
.global-form-box .form th, .global-form-box .form td {
  background: none;
  border: none;
  padding: 20px 20px;
  vertical-align: middle;
}
.global-form-box .form th {
  text-align: left;
  width: 20%;
  min-width: 200px;
  min-width: 220px;
  word-break: break-all;
}
.global-form-box .form th span {
  font-weight: normal;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.global-form-box .form th span.req {
  background-color: #3f86b2;
}
.global-form-box .form th span.any {
  background-color: #b29d83;
}
.global-form-box .form td input[type=text], .global-form-box .form td input[type=email], .global-form-box .form td input[type=tel] {
  padding: 8px 15px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  border-radius: 5px;
}
.global-form-box .form td textarea, .global-form-box .form td select {
  padding: 8px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  border-radius: 5px;
}
.global-form-box .form td select.select {
  color: gray;
}
.global-form-box .form td .mwform-checkbox-field,
.global-form-box .form td .mwform-radio-field {
  margin-left: 0;
}
.global-form-box .form td .mwform-checkbox-field:not(:last-of-type),
.global-form-box .form td .mwform-radio-field:not(:last-of-type) {
  margin-right: 1em;
}
.global-form-box .form td .mwform-checkbox-field .mwform-radio-field input,
.global-form-box .form td .mwform-radio-field .mwform-radio-field input {
  margin-right: 0.25em;
}
.global-form-box .form td .etc {
  margin-top: 0.3em;
}
.global-form-box .form textarea {
  width: 100%;
  height: 200px;
}
.global-form-box .termslink {
  color: #1c55b3;
  text-align: center;
  margin-bottom: 40px;
}
.global-form-box .termslink a {
  color: #1c55b3;
  text-decoration: underline;
}
.global-form-box .submitbtn {
  text-align: center;
  position: relative;
}
.global-form-box .submitbtn input {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #3f86b2;
  border-radius: 50px;
  background: #3f86b2;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  padding: 15px 102px 14px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: 0.3s;
  margin-bottom: 15px;
}
.global-form-box .submitbtn input:hover {
  opacity: 0.85;
}

.global-styled-tbl {
  width: 100%;
  border-spacing: 0;
  line-height: 1.7;
  font-size: 1.8rem;
}
.global-styled-tbl .styled-th {
  text-align: right;
  text-align: left;
  border-bottom: solid 1px #000;
  width: 132px;
  font-weight: 400;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 1em 0.75em 1em 2.5em;
  width: 150px;
}
.global-styled-tbl .styled-td {
  text-align: left;
  border-bottom: solid 1px #000;
  padding: 1em 2.5em 1em 0.75em;
}
.global-styled-tbl .styled-td .styled-td-area .styled-td-box:not(:first-child) {
  margin-top: 1.5em;
}
.global-styled-tbl .styled-td .styled-td-area .styled-td-box .styled-td-job-area .styled-td-job-box:not(:first-child) {
  margin-top: 1em;
}
.global-styled-tbl .styled-td .styled-td-area .styled-td-box .styled-td-job-area .styled-td-job-box .styled-td-job-description-area {
  margin-top: 0.1em;
}
.global-styled-tbl .styled-td .styled-td-area .styled-td-box .styled-td-job-area .styled-td-job-box .styled-td-job-description-area .styled-td-job-description-box .styled-td-job-description-ul .styled-td-job-description-li {
  padding-left: 0.9em;
  text-indent: -0.5em;
}
.global-styled-tbl .styled-td .styled-td-area .styled-td-box .styled-td-job-area .styled-td-job-box .styled-td-job-description-area .styled-td-job-description-box .styled-td-job-description-ul .styled-td-job-description-li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.2em;
  left: -0.2em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
}
.global-styled-tbl.works-styled-tbl {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.global-styled-tbl.works-styled-tbl .styled-th {
  position: relative;
  border: none;
  background-color: transparent;
  width: 120px;
  font-weight: 400;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 0 1em 0 0;
}
.global-styled-tbl.works-styled-tbl .styled-th::after {
  content: ":";
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translateY(0%) translateX(-50%);
}
.global-styled-tbl.works-styled-tbl .styled-td {
  border: none;
  padding: 0 0 0 1em;
  word-break: break-all;
}

/*
//------------------------------------------------
//	トップページ
//------------------------------------------------
*/
#hero {
  position: relative;
  background-image: url(images/first-view-picture01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 200px);
  height: calc(100vh - 220px);
}
#hero .hero-slider-area {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 200px);
  height: calc(100vh - 220px);
}
#hero .hero-slider-area #hero-slider {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
}
#hero .hero-slider-area #hero-slider .hero-slide {
  height: 100vh;
  height: calc(100vh - 200px);
  height: calc(100vh - 220px);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1424px;
  max-width: 1094px;
}
#hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4rem;
  padding: 1.2em;
  background: rgba(255, 255, 255, 0.65);
  margin: 0 auto 0 0;
}
#hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box .slide-ttl-text {
  color: #000;
  line-height: 1.6;
}
_::-webkit-full-page-media, _:future, :root #hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box .slide-ttl-text .slide-ttl-ja {
  font-family: "normsL", "Yu Gothic", "Yu Gothic Medium", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

#hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box .slide-ttl-text .slide-ttl-ja .slide-ttl-ja-second-line {
  padding-left: 2em;
}
#hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box .slide-ttl-text .slide-ttl-en {
  margin-top: 0.1em;
  font-size: 0.7em;
  text-align: center;
}
#hero .hero-slider-area .slick-dots {
  z-index: 25;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  bottom: 2.5rem;
  left: 7.5rem;
}
#hero .hero-slider-area .slick-dots li {
  width: 75px;
  height: 75px;
  margin: 0 3px;
}
#hero .hero-slider-area .slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-family: "HelveticaNLTStd75B", sans-serif;
  font-size: 2rem;
  color: initial;
  background: initial;
  background-color: #fff;
}
#hero .hero-slider-area .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.3s;
  display: none;
}
#hero .hero-slider-area .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 2px;
  height: 44%;
  background-color: #000;
  border-radius: 2px;
  opacity: 0;
  transition: background-color 0.3s;
  transition: opacity 0.3s;
}
#hero .hero-slider-area .slick-dots li.slick-active button::after {
  opacity: 1;
}
#hero .hero-inner {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
}
#hero .hero-inner .scroll-area {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-33%) translateX(-50%);
}
#hero .hero-inner .scroll-area .scroll-box .scroll-flex {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#hero .hero-inner .scroll-area .scroll-box .scroll-flex .scroll-arrow-area {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(-15%) translateX(-50%) skew(0deg, 45deg);
  width: 18px;
  height: 133px;
  content: "";
  transition: 0.3s;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
#hero .hero-inner .scroll-area .scroll-box .scroll-flex .scroll-letter-area .scroll-letter-box .scroll-letter-text {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

#thought {
  position: relative;
  z-index: 5;
}
#thought .md-thought {
  position: relative;
  padding: 229px 0 168px;
}
#thought .md-thought .thought-content-area {
  margin-top: 14rem;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item {
  width: 23.5%;
  overflow: hidden;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item:not(:nth-child(3n+1)) {
  margin-left: 2%;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item:nth-child(n+4) {
  margin-top: 4%;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex {
  width: 100%;
  height: 100%;
  position: relative;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-picture-area {
  width: 100%;
  position: relative;
  z-index: 30;
  max-height: 441.6693px;
  height: 27.9184134vw;
  border-radius: 10px;
  overflow: hidden;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-picture-area .thought-content-item-picture-box {
  height: 100%;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-picture-area .thought-content-item-picture-box .thought-content-item-picture-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-description-area {
  display: none;
  width: 48%;
  margin-left: 4%;
  overflow-y: auto;
  position: absolute;
  left: 52%;
  margin-left: 0;
  height: 100%;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Google Chrome、Safariへの対応*/
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-description-area::-webkit-scrollbar {
  display: none;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-description-area .thought-content-item-description-box .thought-content-item-description-ttl-area {
  font-size: 2.1rem;
  line-height: 1.65;
  font-weight: 600;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-description-area .thought-content-item-description-box .thought-content-item-description-body-area {
  font-size: 1.5rem;
  line-height: 2.2;
  margin-top: 1em;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item.is-active {
  width: 49%;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item.is-active .thought-content-item-flex .thought-content-item-picture-area {
  width: 48%;
}
#thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item.is-active .thought-content-item-flex .thought-content-item-description-area {
  display: block;
}
#thought .md-thought .thought-content-area.content-sp {
  display: none;
}
#thought .md-thought .view-more-btn-b-design-box {
  margin-top: 10rem;
}
#thought .illustration-bg.illustration-bg1 {
  width: 610px;
  top: 12.5rem;
  left: 0rem;
}
#thought .illustration-bg.illustration-bg2 {
  width: 540px;
  bottom: 4.75rem;
  right: 0rem;
}

#construction_example {
  background-color: #edf5ef;
}

.md-construction_example {
  padding: 134px 0 147px;
}
.md-construction_example .construction_example-content-area {
  margin-top: 10.5rem;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item {
  width: 48%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item:nth-child(odd) {
  margin-right: 2%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item:nth-child(even) {
  margin-left: 2%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item:nth-child(n+3) {
  margin-top: 6%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.08);
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-picture-area {
  width: calc(100% - 120px);
  height: 100%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-picture-area .construction_example-content-item-picture-box {
  height: 100%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-picture-area .construction_example-content-item-picture-box .construction_example-content-item-picture-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area {
  background-color: #fff;
  width: 120px;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box {
  padding: 21px 22px 23px;
  height: 100%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex {
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #3f86b2;
  color: #fff;
  border-radius: 200px;
  overflow: hidden;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  height: 90%;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex {
  width: 100%;
  height: 100%;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-ttl-area {
  font-size: 1rem;
  margin-bottom: 0.25em;
  line-height: 1.5;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-bar-area {
  width: 69.2%;
  height: 1px;
  background-color: #fff;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-number-area {
  margin-top: 0.2em;
  font-size: 2.1rem;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.sp-serial-area {
  display: none;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-name-area {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-top: 1em;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-name-area .construction_example-content-item-description-name-box {
  letter-spacing: 0.13em;
  line-height: 1.3;
  font-weight: 600;
  font-size: 2rem;
}
.md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-preparation-area {
  width: 100%;
  text-align: center;
}
.md-construction_example .view-more-btn-b-design-box {
  margin-top: 11rem;
}
.md-construction_example.pd-archive {
  padding: 65px 0 35px;
}

#home_report .md-report {
  padding: 150px 0 83px;
}
#home_report .md-report .report-content-area {
  position: relative;
  margin-top: 70px;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 443px;
  max-width: 600px;
  margin: 0 auto;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box {
  padding: 25px 20px;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  border-bottom: #000 2px dotted;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .time-box {
  width: 9.2rem;
  margin-right: 14px;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .report-item-category {
  width: 102px;
  padding: 5px 6px 5px;
  margin-right: 17px;
  color: #fff;
  text-align: center;
  display: none;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .report-item-category.news {
  background-color: #3f86b2;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .report-item-category.blog {
  background-color: #b29d83;
}
#home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-right .report-ttl-area .report-link {
  line-height: 1.5;
  letter-spacing: 0.14em;
}
#home_report .md-report .report-content-area .report-content-box .view-more-btn-b-design-box {
  margin-top: 60px;
}
#home_report .md-report .report-content-area .report-content-box .sns-area {
  margin-top: 60px;
}
#home_report .md-report .report-content-area .report-content-box .sns-area .sns-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#home_report .md-report .report-content-area .report-content-box .sns-area .sns-box .sns-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#home_report .md-report .report-content-area .report-content-box .sns-area .sns-box .sns-flex .sns-item {
  width: 64px;
  margin: 0 32px;
}
#access .md-access {
  padding: 83px 0 50px;
  padding: 83px 0 83px;
}
#access .map-content-area .map-content-box {
  position: relative;
  height: 0;
  padding-top: 573px;
  overflow: hidden;
}
#access .map-content-area .map-content-box .map-content-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer_contact .footer_contact-inner {
  width: 92.828338541%;
  margin: 0 auto;
}
#footer_contact .footer_contact-inner .md-footer_contact {
  padding: 180px 0 64px;
  padding: 165px 0 64px;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex {
  position: relative;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-left-edge {
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-top-left-radius: 100px;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-left-bar {
  border-top: 2px solid #000;
  width: calc(100% - 16px - 16px - (50% - 16px));
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-center-icon {
  position: absolute;
  z-index: 5;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  width: 74px;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-right-bar {
  border-top: 2px solid #000;
  width: calc(100% - 16px - 16px - (50% - 16px));
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-right-edge {
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-top-right-radius: 100px;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area {
  padding: 105px 0 105px;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex {
  position: relative;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-width: 1000px;
  padding: 0 10%;
  margin: 0 auto;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-word-box {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  text-align: center;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-word-box .footer_contact-word-ttl-area {
  font-weight: 600;
  line-height: 1.3;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-word-box .footer_contact-word-description-area {
  margin-top: 1em;
  font-weight: 300;
  line-height: 2.2222222222;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-arrow-box {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(-100%);
  max-width: 2rem;
  width: 5%;
  transition: all 0.3s;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-left-edge {
  width: 16px;
  height: 16px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  border-bottom-left-radius: 100px;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-left-bar {
  border-top: 2px solid #000;
  width: calc(100% - 16px - 16px - (50% - 16px));
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-right-bar {
  border-top: 2px solid #000;
  width: calc(100% - 16px - 16px - (50% - 16px));
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-right-edge {
  width: 16px;
  height: 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-bottom-right-radius: 100px;
}
#footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link:hover .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-arrow-box {
  transform: translateY(-50%) translateX(-50%);
}
#footer_contact .md-access {
  padding: 83px 0 50px;
  padding: 83px 0 83px;
}
#footer_contact .map-content-area .map-content-box {
  position: relative;
  height: 0;
  padding-top: 573px;
  overflow: hidden;
}
#footer_contact .map-content-area .map-content-box .map-content-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer_contact.is-contact {
  display: none;
}

/*
//------------------------------------------------
//	固定ページ
//------------------------------------------------
*/
#sub-hero {
  height: 455px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-position: top 50% left 50%;
  position: relative;
  z-index: 5;
}
#sub-hero.sample-hero {
  background-image: url(images/download/AdobeStock_198744278.jpeg);
  background-position: top 50% left 50%;
}
#sub-hero.company-hero {
  background-image: url(images/company-hero-01.jpg);
  background-position: top 50% left 50%;
}
#sub-hero.contact-hero {
  background-image: url(images/download/AdobeStock_138980689.jpeg);
  background-position: top 50% left 50%;
}
#sub-hero.archive-hero {
  background-image: url(images/download/AdobeStock_479731229.jpeg);
  background-position: top 50% left 50%;
}
#sub-hero.works-hero {
  background-image: url(images/construction-example-hero-01.jpg);
  background-position: top 50% left 50%;
}
#sub-hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
}
#sub-hero .sub-hero-inner {
  position: relative;
  height: 100%;
}
#sub-hero .page-ttl-box {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.375);
}
#sub-hero .page-ttl-box .page-ttl {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#sub-hero .page-ttl-box .page-ttl.page-ttl-ja-font {
  font-weight: 600;
}
#sub-hero .page-ttl-box .page-sub-ttl {
  clear: both;
  height: 0;
  font-size: 0px;
}

#about .md-about {
  padding: 124px 0 137px;
}
#about .md-about .content-ttl-position .content-ttl-box .content-ttl-flex {
  letter-spacing: 0em;
}
#about .md-about .about-content-area {
  margin-top: 12rem;
}
#about .md-about .about-content-area .about-content-box .about-content-flex {
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area {
  width: 49%;
  width: 49.5%;
  width: 404px;
  width: 440px;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area {
  font-size: 2.1rem;
  line-height: 1.65;
  font-weight: 600;
  position: relative;
  padding: 3em 2em;
  margin: 0 auto 4em 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: -moz-fit-content;
  width: fit-content;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets {
  content: "";
  position: absolute;
  width: 50px;
  height: 100px;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-before {
  top: 0;
  left: 0;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-before::before, #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-before::before {
  width: 3px;
  height: 100%;
  width: 2px;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-before::after {
  width: 100%;
  height: 3px;
  height: 2px;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-after {
  bottom: 0;
  right: 0;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-after::before, #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-after::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-after::before {
  width: 3px;
  height: 100%;
  width: 2px;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-after::after {
  width: 100%;
  height: 3px;
  height: 2px;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-description-area {
  margin-top: 1.5em;
  font-size: 1.5rem;
  line-height: 2.4;
  font-size: 1.6rem;
  text-align: justify;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-description-area .about-content-letter-description-box .about-content-letter-description-text:not(:first-child) {
  margin-top: 1em;
}
#about .md-about .about-content-area .about-content-box .about-content-flex .about-content-picture-area {
  width: 44%;
  width: calc(100% - 404px - 5.5%);
  width: calc(100% - 440px - 6.5%);
}

#greeting {
  background-color: #edf5ef;
}
#greeting .md-greeting {
  padding: 154px 0 215px;
}
#greeting .md-greeting .greeting-content-area {
  margin-top: 15rem;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex {
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area {
  width: 46.5%;
  width: 364px;
  width: calc(100% - 351px - 9.2%);
  width: 100%;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area {
  font-size: 2.1rem;
  line-height: 1.65;
  font-weight: 600;
  position: relative;
  padding: 3em 2em;
  padding: 2em 1.75em;
  margin: 0 auto 1em 0;
  width: -moz-fit-content;
  width: fit-content;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets {
  content: "";
  position: absolute;
  width: 50px;
  height: 100px;
  width: 40px;
  height: 80px;
  width: 30px;
  height: 50px;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-before {
  top: 0;
  left: 0;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-before::before, #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-before::before {
  width: 3px;
  height: 100%;
  width: 2px;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-before::after {
  width: 100%;
  height: 3px;
  height: 2px;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-after {
  bottom: 0;
  right: 0;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-after::before, #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-after::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-after::before {
  width: 3px;
  height: 100%;
  width: 2px;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-after::after {
  width: 100%;
  height: 3px;
  height: 2px;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area {
  margin-top: 1.5em;
  font-size: 1.5rem;
  line-height: 2.4;
  font-size: 1.6rem;
  text-align: justify;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area .greeting-content-letter-description-box:not(:last-child) {
  margin-bottom: 1em;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area .greeting-content-letter-description-box .greeting-content-letter-description-text:not(:first-child) {
  margin-top: 1em;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area .greeting-content-letter-description-box .greeting-representative-name-area {
  margin-left: auto;
  width: 80%;
  max-width: 260px;
}
#greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-picture-area {
  width: 41.23%;
  width: calc(100% - 364px - 12.2%);
  width: 351px;
  display: none;
}

#overview .md-overview {
  padding: 154px 0 220px;
}
#overview .md-overview .overview-content-area {
  margin-top: 10.4rem;
}
#overview .md-overview .content-picture-area {
  margin-top: 5em;
}
#overview .md-overview .content-picture-area .content-picture-box {
  height: 48vw;
  max-height: 400px;
}
#overview .md-overview .content-picture-area .content-picture-box .content-picture-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#inquiry .md-contact {
  padding: 100px 0 98px;
  position: relative;
  z-index: 5;
}
#inquiry .md-contact .contact-read-area {
  margin-bottom: 7rem;
}
#inquiry .md-contact .contact-read-area .contact-read-text-box {
  margin-top: 2em;
  line-height: 1.75;
  line-height: 2;
  text-align: center;
}
#inquiry .md-contact .contact-read-area .contact-read-text-box .contact-read-text:not(:last-child) {
  margin-bottom: 1em;
}
#inquiry .md-contact .tel-contact {
  margin-bottom: 7rem;
}
#inquiry .md-contact .tel-contact .tel-area {
  border: 2px solid #edf5ef;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1.2;
}
#inquiry .md-contact .tel-contact .tel-area .tel-box .top {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4px;
}
#inquiry .md-contact .tel-contact .tel-area .tel-box .tel-number-box {
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#inquiry .md-contact .tel-contact .tel-area .tel-box .tel-number-box .number-box .tel-number-text {
  margin-top: 2px;
  font-size: 3.5rem;
  color: #3f86b2;
  line-height: 1.25;
}
#inquiry .md-contact .tel-contact .tel-area .tel-box .tel-number-box .number-box .tel-number-text .tel-text {
  font-size: 2.5rem;
  margin-right: 0.25em;
}
#inquiry .md-contact .tel-contact .tel-area .tel-box .time {
  margin-top: 0.2em;
  font-size: 14px;
  text-align: center;
}
#inquiry .md-contact .web-contact-header .content-ttl {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 1.3em;
  text-align: center;
}
#inquiry .pd-completion {
  padding: 90px 0 70px;
  line-height: 1.75;
}
#inquiry .pd-completion p:not(:last-child) {
  margin-bottom: 1em;
}

/*
//------------------------------------------------
//	アーカイブページ
//------------------------------------------------
*/
.content-wrap {
  padding-top: 65px;
  padding-bottom: 55px;
}

.content-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.content-flex #main-content {
  width: 100%;
  max-width: calc(100% - 285px);
  max-width: calc(100% - 215px);
}
.content-flex #main-content.fullwidth {
  max-width: 464px;
  max-width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.content-flex #main-content .main-content-inner {
  /*padding: 2.5em;
  background: #fff;
  border-radius: 5px;*/
}
.content-flex #sidebar {
  width: 250px;
  width: 180px;
  box-sizing: border-box;
}
.content-flex #sidebar .widget {
  line-height: 1.7;
  margin-bottom: 2em;
}
.content-flex #sidebar .widget-header {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 0.5em;
}
.content-flex #sidebar .widget-header::before, .content-flex #sidebar .widget-header::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  z-index: 0;
}
.content-flex #sidebar .widget-header::before {
  width: 80px;
  background-color: #b29d83;
  border-radius: 5px;
}
.content-flex #sidebar .widget-header::after {
  width: 40px;
  z-index: 1;
  background-color: #3f86b2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-flex #sidebar .widget-header .widget-ttl {
  font-size: 1.8rem;
  margin: 0 0 0.2em;
}
.content-flex #sidebar .md-side-list ul {
  list-style: none;
  padding-left: 20px;
}
.content-flex #sidebar .md-side-list ul ul {
  border-bottom: #f3f3f3 1px solid;
}
.content-flex #sidebar .md-side-list ul li a {
  display: block;
  padding: 1em 0 1em 1.3em;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.content-flex #sidebar .md-side-list ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f054";
  font-size: 1rem;
  color: #3f86b2;
  transition: all ease-in-out 0.2s;
  font-weight: 900;
}
.content-flex #sidebar .md-side-list ul li:not(:last-child) a {
  border-bottom: #b0aba6 1px solid;
}
.content-flex #sidebar .md-side-list ul li ul {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li {
  margin-bottom: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li:first-child {
  margin-top: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a {
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
}
.content-flex #sidebar .md-side-list ul li ul li a::before {
  top: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a:hover {
  background: none;
  color: #3f86b2;
}
.content-flex #sidebar .md-side-list ul li ul li.current-page-item a {
  background: none;
  color: #3f86b2;
}
.content-flex #sidebar .md-side-list.page-year ul li.current-page-item a {
  background: none;
}
.content-flex #sidebar .md-side-banners ul {
  list-style: none;
}
.content-flex #sidebar .md-side-banners ul li:not(:last-child) {
  margin-bottom: 1em;
}

.md-news dl {
  margin-bottom: 1.3em;
  padding-bottom: 1.2em;
  border-bottom: #b0aba6 1px dashed;
  border-bottom: #b0aba6 1px solid;
}
.md-news dl:not(:last-of-type) {
  margin-bottom: 1.3em;
  padding-bottom: 1.2em;
  border-bottom: #b0aba6 1px dashed;
  border-bottom: #b0aba6 1px solid;
}
.md-news dl dt {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.md-news dl dt time {
  display: inline-block;
  margin-right: 1em;
}
.md-news dl dt .post-category {
  display: inline-block;
  line-height: 1;
  padding: 3px 10px;
  background-color: #3f86b2;
  color: #fff;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
.md-news dl dt .post-category.notice {
  color: #fff;
  background: #3f86b2;
}
.md-news dl dt .post-category.news-category {
  background-color: #3f86b2;
}
.md-news dl dt .post-category.blog-category {
  background-color: #b29d83;
}
.md-news dl dd {
  margin-left: 0;
  line-height: 1.4;
}
.wp_pagenavi-area {
  margin: 40px auto 0;
}
.wp_pagenavi-area.wp_pagenavi-works {
  margin: 70px auto 0;
}
.wp_pagenavi-area.wp_pagenavi-works .wp-pagenavi a,
.wp_pagenavi-area.wp_pagenavi-works .wp-pagenavi span {
  border-radius: 100px;
  width: 48px;
  height: 48px;
  padding: 0px 0px;
  line-height: 47px;
  margin: 0 5px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s;
}
.wp_pagenavi-area.wp_pagenavi-works .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #b29d83;
  border: 1px solid #b29d83;
}
.wp_pagenavi-area.wp_pagenavi-works .wp-pagenavi span.current {
  color: #fff;
  background-color: #3f86b2;
  border: 1px solid #3f86b2;
  font-weight: bold;
}
.wp_pagenavi-area.wp_pagenavi-works .wp-pagenavi .pages {
  display: none;
}
.wp_pagenavi-area.wp_pagenavi-works .wp-pagenavi .previouspostslink,
.wp_pagenavi-area.wp_pagenavi-works .wp-pagenavi .nextpostslink {
  font-size: 2.1em;
  font-weight: 100;
  line-height: 1.15em;
}
.wp_pagenavi-area .wp-pagenavi {
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wp_pagenavi-area .wp-pagenavi a,
.wp_pagenavi-area .wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
  width: 50px;
  line-height: 1.6;
}
.wp_pagenavi-area .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #b29d83;
  color: #000;
}
.wp_pagenavi-area .wp-pagenavi span.current {
  color: #fff;
  background-color: #3f86b2;
  font-weight: bold;
}
.wp_pagenavi-area .wp-pagenavi .pages {
  display: none;
}

/*
//------------------------------------------------
//	投稿ページ
//------------------------------------------------
*/
#single-wrapper .single-header {
  padding: 3em 0;
  background: #eee;
  margin-bottom: 3em;
  position: relative;
}
#single-wrapper .single-header .eyecatch {
  margin-bottom: 1.5em;
}
#single-wrapper .single-header .header-box {
  position: relative;
}
#single-wrapper .single-header .header-box .single-ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0.67em 0;
  margin: 1em 0;
}
#single-wrapper .single-header .header-box .meta span {
  margin-right: 2em;
  font-size: 1.4rem;
  color: #999;
  display: inline-block;
}
#single-wrapper .single-header .header-box .meta span i {
  color: #3f86b2;
  margin-right: 0.7em;
}
#single-wrapper .single-header .header-box .meta span .time {
  color: #000;
}
#single-wrapper .single-header .header-box .meta span .post-category {
  display: inline;
}
#single-wrapper #main {
  padding-bottom: 4em;
}
#single-wrapper #main.mgt {
  padding-top: 3em;
}

.works-ttl-area {
  text-align: center;
}
.works-ttl-area .works-ttl-box .serial-number-area {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.works-ttl-area .works-ttl-box .works-ttl-text {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
}
.works-ttl-area .works-ttl-box .works-ttl-text::after {
  content: "";
  display: block;
  position: relative;
  margin: 0.45em auto 0;
  background: #000;
  width: 3.5em;
  height: 2px;
}

.works-info-area {
  margin-top: 2.5em;
}
.works-info-area .works-info-box:not(:first-child) {
  margin-top: 4em;
}
.works-info-area .works-info-box .works-slider-main {
  max-width: 740px;
  width: calc(100% - 128px);
  margin: 0 auto;
}
.works-info-area .works-info-box .works-slider-main .swiper-container {
  position: relative;
}
.works-info-area .works-info-box .works-slider-main .swiper-container .swiper {
  width: 100%;
  height: auto;
}
.works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-prev {
  top: 50%;
  left: 0px;
  width: 64px;
  height: 64px;
  transform: translateY(0%) translateX(-100%);
  transition: all 0.3s;
}
.works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-prev::after {
  content: "prev";
  font-size: 2.5rem;
  margin: auto;
  text-align: center;
  color: #000;
}
.works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-prev:hover {
  transform: translateY(0%) translateX(-105%);
}
.works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-next {
  top: 50%;
  right: 0px;
  width: 64px;
  height: 64px;
  transform: translateY(0%) translateX(100%);
  transition: all 0.3s;
}
.works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-next::after {
  content: "next";
  font-size: 2.5rem;
  margin: auto;
  text-align: center;
  color: #000;
}
.works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-next:hover {
  transform: translateY(0%) translateX(105%);
}
.works-info-area .works-info-box .works-slider-sub {
  margin-top: 1em;
}
.works-info-area .works-info-box .works-slider-sub .swiper-container {
  position: relative;
}
.works-info-area .works-info-box .works-slider-sub .swiper-container .swiper {
  width: 100%;
  height: auto;
}
.works-info-area .works-info-box .works-info-table-area {
  border: 3px solid #E6E6E6;
  padding: 2em 3em;
}

.works-info-description-area {
  margin-top: 3em;
}

.sentry {
  line-height: 1.7;
}
.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
  line-height: 1.4;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h1 {
  font-size: 2em;
}
.sentry h2 {
  font-size: 2.2rem;
  padding: 0.5em 0;
  border-top: #3f86b2 2px solid;
  border-bottom: #3f86b2 2px solid;
}
.sentry h3 {
  padding: 0.5em;
  background: #F2F2F2;
  font-size: 2.1rem;
  background: #3f86b2;
  color: #fff;
}
.sentry h4 {
  font-size: 1.8rem;
  padding-left: 1em;
  border-left: #3f86b2 4px solid;
}
.sentry h5 {
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
}
.sentry h5::before {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3f86b2;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  content: "";
}
.sentry h6 {
  font-size: 1.8rem;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #9C9C9C;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ol {
  padding-left: 1.2em;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry table td {
  background: #fff;
}
.sentry table.company-table th {
  width: 20%;
  background: #E1EBF2;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

.post-archive-btn-box {
  margin-top: 3em;
}
.post-archive-btn-box .post-archive-btn {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 275px;
  border: 2px solid #3f86b2;
  border-radius: 50px;
  background: #3f86b2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding: 0.65em 0em 0.65em;
  transition: all 0.3s;
}
.post-archive-btn-box .post-archive-btn.arrow-btn .post-archive-text {
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
}
.post-archive-btn-box .post-archive-btn.arrow-btn .post-archive-text::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  top: 52%;
  right: 1em;
  transform: translateY(-52%) translateX(0%) rotate(45deg);
  transition: all 0.3s;
}
.post-archive-btn-box .post-archive-btn:hover {
  background-color: #fff;
  color: #3f86b2;
  transition: all 0.3s;
}
.post-archive-btn-box .post-archive-btn:hover.arrow-btn .post-archive-text::after {
  border-top: 2px solid #3f86b2;
  border-right: 2px solid #3f86b2;
  right: 0.5em;
  transform: translateY(-50%) translateX(0%) rotate(45deg);
  transition: all 0.3s;
}

@media (max-width: 1540px) {
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #site-footer .footer-top .md-footer-top {
    padding: 86px 0 26px;
    padding: 66px 0 26px;
  }
  #site-footer .footer-top .md-footer-top .footer-logo-area .footer-logo-box {
    max-width: 149px;
    max-width: 90px;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-description-area .thought-content-item-description-box .thought-content-item-description-ttl-area {
    font-size: 2rem;
    font-size: clamp(1.4rem, 1.4vw, 2rem);
  }
  #thought .md-thought .thought-content-area.content-pc .thought-content-flex .thought-content-item .thought-content-item-link .thought-content-item-flex .thought-content-item-description-area .thought-content-item-description-box .thought-content-item-description-body-area {
    font-size: 1.4rem;
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: 2;
    font-size: clamp(1rem, 0.92vw, 1.4rem);
    line-height: 2.4;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-name-area .construction_example-content-item-description-name-box {
    font-size: 1.8rem;
  }
  #access .map-content-area .map-content-box {
    padding-top: 550px;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #sub-hero {
    height: 425px;
  }
}
@media (max-width: 1368px) {
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #site-footer .footer-top .md-footer-top {
    padding: 76px 0 26px;
    padding: 66px 0 26px;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-name-area .construction_example-content-item-description-name-box {
    font-size: 1.6rem;
  }
  #access .map-content-area .map-content-box {
    padding-top: 500px;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #sub-hero {
    height: 400px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area {
    padding: 2.5em 2em;
    margin: 0 auto 0 0;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets {
    content: "";
    position: absolute;
    width: 50px;
    height: 100px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-before::before {
    width: 2px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-before::after {
    height: 2px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-after::before {
    width: 2px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets.about-content-letter-ttl-brackets-after::after {
    height: 2px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area {
    padding: 2.5em 2em;
    padding: 2.25em 1.75em;
    padding: 2em 1.75em;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets {
    content: "";
    position: absolute;
    width: 50px;
    height: 100px;
    width: 40px;
    height: 80px;
    width: 30px;
    height: 50px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-before::before {
    width: 2px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-before::after {
    height: 2px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-after::before {
    width: 2px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets.greeting-content-letter-ttl-brackets-after::after {
    height: 2px;
  }
}
@media (max-width: 1080px) {
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #site-footer .footer-top .md-footer-top {
    padding: 66px 0 26px;
    padding: 56px 0 26px;
  }
  #site-footer .footer-top .md-footer-top .footer-logo-area .footer-logo-box {
    max-width: 129px;
    max-width: 90px;
  }
  #site-footer .footer-top .md-footer-top .footer-info-area {
    margin-top: 35px;
  }
  #site-footer .footer-top .md-footer-top .footer-info-area .footer-info-box .footer-info-text.ltd-text {
    font-size: 2.1rem;
    font-size: 1.8rem;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area {
    margin-top: 35px;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-tel-area .footer-tel-link {
    font-size: 2rem;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex {
    height: 34px;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
    padding: 0 1.75em;
  }
  #site-footer .footer-top .md-footer-top .footer-nav-area {
    margin: 30px auto 0;
  }
  #site-footer .footer-top .md-footer-top .footer-nav-area .footer-nav-ul .footer-nav-li {
    font-size: 1.6rem;
  }
  #site-footer .copyright-area .copyright-border .copyright-box {
    padding: 0.75em 0 0.75em;
  }
  .global-styled-tbl {
    font-size: 1.6rem;
  }
  .global-styled-tbl .styled-th {
    width: 122px;
    width: 135px;
  }
  .global-styled-tbl.works-styled-tbl {
    font-size: 1.6rem;
  }
  .global-styled-tbl.works-styled-tbl .styled-th {
    width: 105px;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box {
    padding: 1.25em;
    font-size: 3.2rem;
  }
  #hero .hero-slider-area .slick-dots {
    left: 2.5rem;
  }
  #thought .md-thought {
    padding: 179px 0 118px;
  }
  #thought .md-thought .thought-content-area {
    margin-top: 7rem;
  }
  #thought .md-thought .thought-content-area.content-pc {
    display: none;
  }
  #thought .md-thought .thought-content-area.content-sp {
    display: block;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-picture-area {
    max-width: 600px;
    width: 100%;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-description-area {
    margin-top: 3em;
    width: 100%;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-description-area .thought-content-description-box .thought-content-item-description-ttl-area {
    font-size: 2.1rem;
    line-height: 1.65;
    font-weight: 600;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-description-area .thought-content-description-box .thought-content-item-description-body-area {
    font-size: 1.5rem;
    line-height: 2.2;
    margin-top: 1em;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .illustration-house-picture-area {
    margin-top: 3em;
    width: 100%;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .illustration-house-picture-area .illustration-house-picture-box {
    position: relative;
    left: -6%;
    max-width: 720px;
    width: 85%;
  }
  #thought .md-thought .view-more-btn-b-design-box {
    margin-top: 3em;
  }
  #thought .illustration-bg {
    display: none;
  }
  .md-construction_example {
    padding: 124px 0 137px;
  }
  .md-construction_example .construction_example-content-area {
    margin-top: 9rem;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-picture-area {
    width: calc(100% - 85px);
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area {
    width: 85px;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box {
    padding: 16px 12px 16px;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area {
    width: 60px;
    height: 60px;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-ttl-area {
    font-size: 1rem;
    margin-bottom: 0.25em;
    line-height: 1.5;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-number-area {
    margin-top: 0.2em;
    font-size: 1.8rem;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-name-area .construction_example-content-item-description-name-box {
    letter-spacing: 0.06em;
    font-size: 1.4rem;
  }
  .md-construction_example .view-more-btn-b-design-box {
    margin-top: 9rem;
  }
  #access .md-access {
    padding: 78px 0 45px;
    padding: 78px 0 78px;
  }
  #access .map-content-area .map-content-box {
    padding-top: 450px;
  }
  #footer_contact .footer_contact-inner {
    width: 90%;
  }
  #footer_contact .footer_contact-inner .md-footer_contact {
    padding: 150px 0 60px;
    padding: 135px 0 60px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area {
    padding: 95px 0 95px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-word-box {
    font-size: 1.6rem;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-arrow-box {
    max-width: 1.8rem;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #sub-hero {
    height: 425px;
    height: 375px;
  }
  #sub-hero .page-ttl-box .page-ttl {
    font-size: 2.4rem;
  }
  #about .md-about {
    padding: 114px 0 127px;
  }
  #about .md-about .about-content-area {
    margin-top: 10rem;
  }
  #greeting .md-greeting {
    padding: 114px 0 115px;
  }
  #greeting .md-greeting .greeting-content-area {
    margin-top: 10rem;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area {
    width: 400px;
    width: 100%;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-picture-area {
    width: calc(100% - 400px - 9.2%);
  }
  #overview .md-overview {
    padding: 114px 0 120px;
  }
  #overview .md-overview .overview-content-area {
    margin-top: 10rem;
  }
  #overview .md-overview .content-picture-area {
    margin-top: 4em;
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 834px) {
  .block-tb {
    display: block;
  }
  .none-tb {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #site-footer .footer-top .md-footer-top {
    padding: 56px 0 26px;
    padding: 46px 0 26px;
  }
  #site-footer .footer-top .md-footer-top .footer-logo-area .footer-logo-box {
    max-width: 109px;
    max-width: 90px;
  }
  #site-footer .footer-top .md-footer-top .footer-info-area {
    margin-top: 30px;
  }
  #site-footer .footer-top .md-footer-top .footer-info-area .footer-info-box .footer-info-text.ltd-text {
    font-size: 2rem;
    font-size: 1.7rem;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area {
    margin-top: 30px;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
    padding: 0 1.5em;
  }
  #site-footer .footer-top .md-footer-top .footer-nav-area {
    margin: 25px auto 0;
  }
  #site-footer .copyright-area .copyright-border .copyright-box {
    padding: 0.5em 0 0.5em;
  }
  .global-form-box .form {
    display: block;
  }
  .global-form-box .form tbody,
  .global-form-box .form tr,
  .global-form-box .form th,
  .global-form-box .form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .global-form-box .form th,
  .global-form-box .form td {
    padding: 10px;
  }
  .global-form-box .form th {
    padding-bottom: 0;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #hero {
    height: calc(100vh - 200px);
  }
  #hero .hero-slider-area {
    height: calc(100vh - 200px);
  }
  #hero .hero-slider-area #hero-slider .hero-slide {
    height: calc(100vh - 200px);
  }
  #hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box {
    padding: 1.3em;
    font-size: 3rem;
  }
  #hero .hero-slider-area .slick-dots li {
    width: 65px;
    height: 65px;
  }
  #hero .hero-slider-area .slick-dots li button {
    font-size: 1.8rem;
  }
  #hero .hero-inner .scroll-area .scroll-box .scroll-flex .scroll-arrow-area {
    width: 16px;
    height: 120px;
  }
  #hero .hero-inner .scroll-area .scroll-box .scroll-flex .scroll-letter-area .scroll-letter-box .scroll-letter-text {
    font-size: 1.4rem;
  }
  #home_report .md-report {
    padding: 120px 0 83px;
  }
  #access .md-access {
    padding: 73px 0 40px;
    padding: 73px 0 73px;
  }
  #access .map-content-area .map-content-box {
    padding-top: 425px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact {
    padding: 135px 0 55px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area {
    padding: 85px 0 85px;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #sub-hero {
    height: 375px;
    height: 325px;
  }
  #sub-hero .page-ttl-box .page-ttl {
    font-size: 2.3rem;
  }
  #about .md-about {
    padding: 104px 0 117px;
  }
  #about .md-about .about-content-area {
    margin-top: 7rem;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area {
    font-size: 1.8rem;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-description-area {
    font-size: 1.4rem;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-picture-area {
    width: calc(100% - 404px - 2.5%);
  }
  #greeting .md-greeting {
    padding: 104px 0 105px;
  }
  #greeting .md-greeting .greeting-content-area {
    margin-top: 7rem;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area {
    width: calc(100% - 321px - 9.2%);
    width: 364px;
    width: 100%;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area {
    font-size: 1.8rem;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area {
    font-size: 1.4rem;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-picture-area {
    width: 321px;
    width: calc(100% - 364px - 12.2%);
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  .content-wrap {
    padding-bottom: 25px;
  }
  .content-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .content-flex #main-content,
  .content-flex #sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
  .content-flex #sidebar {
    margin-top: 60px;
  }
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
  #single-wrapper .single-header .header-box .single-ttl {
    font-size: 2rem;
  }
  #single-wrapper #main {
    padding-bottom: 3em;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h1 {
    font-size: 2rem;
  }
  .sentry h2 {
    font-size: 1.8rem;
  }
  .sentry h3 {
    font-size: 1.8rem;
  }
  .sentry h5 {
    font-size: 1.6rem;
  }
  .sentry h6 {
    font-size: 1.6rem;
  }
  .sentry dl dd:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .sentry table.company-table, .sentry table.md-table {
    display: block;
  }
  .sentry table.company-table tbody,
  .sentry table.company-table tr,
  .sentry table.company-table th,
  .sentry table.company-table td, .sentry table.md-table tbody,
  .sentry table.md-table tr,
  .sentry table.md-table th,
  .sentry table.md-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .sentry table.company-table th, .sentry table.md-table th {
    border-bottom: none;
  }
  .sentry table.company-table tr:not(:last-child) td, .sentry table.md-table tr:not(:last-child) td {
    border-bottom: none;
  }
}
@media (max-width: 764px) {
  /*ハンバーガー(1)始*/
  #nav-btn {
    display: block;
  }
  #nav-btn.is-active {
    background: #b29d83;
  }
  .hamburger {
    display: block;
  }
  /*ハンバーガー(1)終*/
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #header-area {
    height: 65px;
  }
  #header-area .header-inner .header-box .header-flex {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #header-area .header-inner .header-box .header-flex .header-left-box {
    display: none;
  }
  #header-area .header-inner .header-box .header-flex .header-center-box .logo-box {
    width: 54px;
  }
  #header-area .header-inner .header-box .header-flex .header-right-box {
    display: none;
  }
  .site-content {
    padding-top: 65px;
  }
  #site-footer .footer-top .md-footer-top {
    padding: 51px 0 26px;
    padding: 46px 0 26px;
  }
  #site-footer .footer-top .md-footer-top .footer-logo-area .footer-logo-box {
    max-width: 99px;
    max-width: 60px;
  }
  #site-footer .footer-top .md-footer-top .footer-info-area {
    margin-top: 25px;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area {
    margin-top: 25px;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
    padding: 0 1.25em;
  }
  #site-footer .copyright-area .copyright-border .copyright-box {
    padding: 0.25em 0 0.25em;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #hero {
    height: calc(100vh - 145px);
  }
  #hero .hero-slider-area {
    height: calc(100vh - 145px);
  }
  #hero .hero-slider-area #hero-slider .hero-slide {
    height: calc(100vh - 145px);
  }
  #hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box {
    padding: 1.35em;
    font-size: 2.8rem;
  }
  #hero .hero-slider-area .slick-dots {
    bottom: 2rem;
    left: 2rem;
  }
  #hero .hero-slider-area .slick-dots li {
    width: 55px;
    height: 55px;
  }
  #hero .hero-slider-area .slick-dots li button {
    font-size: 1.6rem;
  }
  #hero .hero-inner .scroll-area .scroll-box .scroll-flex .scroll-arrow-area {
    width: 14px;
    height: 105px;
  }
  .md-construction_example.pd-archive {
    padding: 30px 0 0px;
  }
  #thought .md-thought {
    padding: 149px 0 108px;
  }
  #thought .md-thought .thought-content-area {
    margin-top: 6.5rem;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .illustration-house-picture-area .illustration-house-picture-box {
    width: 100%;
  }
  #access .md-access {
    padding: 68px 0 35px;
    padding: 68px 0 68px;
  }
  #access .map-content-area .map-content-box {
    padding-top: 400px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact {
    padding: 120px 0 50px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area {
    padding: 75px 0 75px;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #sub-hero {
    height: 325px;
    height: 270px;
  }
  #sub-hero .page-ttl-box .page-ttl {
    font-size: 2.2rem;
  }
  #about .md-about {
    padding: 94px 0 97px;
  }
  #about .md-about .about-content-area {
    margin-top: 6rem;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area {
    padding: 1.75em 1.5em;
    margin: 0 auto 0 auto;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets {
    width: 40px;
    height: 80px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-picture-area {
    margin-top: 2em;
    width: 100%;
    max-width: 480px;
  }
  #greeting .md-greeting {
    padding: 94px 0 95px;
  }
  #greeting .md-greeting .greeting-content-area {
    margin-top: 6rem;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex {
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area {
    width: 100%;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area {
    font-size: 2.1rem;
    padding: 1.75em 1.5em;
    margin: 0 auto 0 auto;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets {
    width: 40px;
    height: 80px;
    width: 30px;
    height: 50px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area {
    margin-top: 1em;
    font-size: 1.5rem;
    margin-top: 1.5em;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area .greeting-content-letter-description-box .greeting-content-letter-description-text:not(:first-child) {
    margin-top: 1em;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-picture-area {
    width: 100%;
    width: 75%;
    max-width: 320px;
    margin-bottom: 2.5em;
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 600px) {
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  .md-construction_example {
    padding: 104px 0 117px;
  }
  .md-construction_example .construction_example-content-area {
    margin-top: 5rem;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item {
    width: 100%;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item:nth-child(odd) {
    margin-right: 0;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item:nth-child(even) {
    margin-left: 0;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item:nth-child(n+3) {
    margin-top: 0;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item:nth-child(n+2) {
    margin-top: 5%;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link {
    box-shadow: 2.5px 2.5px 3px 0px rgba(0, 0, 0, 0.08);
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex {
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-picture-area {
    width: 100%;
    height: 45.44592vw;
    max-height: 272.67552px;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area {
    width: 100%;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box {
    padding: 1.25em 1em 0.75em;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area {
    display: none;
    width: 100%;
    height: 1rem;
    background-color: transparent;
    color: #3f86b2;
    border-radius: 0px;
    overflow: inherit;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex {
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-ttl-area {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.25;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-bar-area {
    display: none;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.pc-serial-area .construction_example-content-item-description-serial-box .construction_example-content-item-description-serial-flex .construction_example-content-item-description-serial-number-area {
    margin-top: 0;
    font-size: 1rem;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-serial-area.sp-serial-area {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #3f86b2;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-name-area {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-top: 0.25em;
  }
  .md-construction_example .construction_example-content-area .construction_example-content-flex .construction_example-content-item .construction_example-content-item-link .construction_example-content-item-flex .construction_example-content-item-description-area .construction_example-content-item-description-box .construction_example-content-item-description-flex .construction_example-content-item-description-name-area .construction_example-content-item-description-name-box {
    letter-spacing: 0.13em;
    font-size: 1.6rem;
  }
  .md-construction_example .view-more-btn-b-design-box {
    margin-top: 5rem;
  }
  #access .md-access {
    padding: 63px 0 30px;
    padding: 63px 0 63px;
  }
  #access .map-content-area .map-content-box {
    padding-top: 350px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact {
    padding: 100px 0 40px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-left-edge {
    width: 12px;
    height: 12px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-left-bar {
    width: calc(100% - 12px - 12px - (50% - 12px));
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-center-icon {
    width: 55.5px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-right-bar {
    width: calc(100% - 12px - 12px - (50% - 12px));
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-top_frame-area .footer_contact-top_frame-flex .footer_contact-top_frame-right-edge {
    width: 12px;
    height: 12px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area {
    padding: 65px 0 65px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-word-box {
    font-size: 1.4rem;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-body .footer_contact-word-area .footer_contact-word-flex .footer_contact-arrow-box {
    max-width: 1.6rem;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-left-edge {
    width: 12px;
    height: 12px;
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-left-bar {
    width: calc(100% - 12px - 12px - (50% - 12px));
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-right-bar {
    width: calc(100% - 12px - 12px - (50% - 12px));
  }
  #footer_contact .footer_contact-inner .md-footer_contact .footer_contact-content-area .footer_contact-link .footer_contact-bottom_frame-area .footer_contact-bottom_frame-flex .footer_contact-bottom_frame-right-edge {
    width: 12px;
    height: 12px;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
  .block-sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  /*ハンバーガー(1)始*/
  #modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-nav-ul .modal-nav-li:not(:first-child) {
    margin-top: 0.5em;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-nav-ul .modal-nav-li .modal-nav-link {
    padding: 0.75em 1em;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex {
    height: 34px;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-nav .modal-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
    padding: 0 1em;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-logo-area {
    margin-top: 2.5em;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-logo-area .modal-logo-box {
    width: 60%;
    max-width: 85px;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-info-area {
    margin-top: 1em;
    text-align: center;
    line-height: 1.65;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-info-area .modal-info-box .modal-info-text.ltd-text {
    font-size: 1.8rem;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-tel-area .modal-tel-link .modal-tel-box .modal-tel-text .modal-tel-text-small {
    font-size: 1.4rem;
  }
  #modal .modal-box .modal-content-area .modal-content-box .modal-tel-area .modal-tel-link .modal-tel-box .modal-tel-text .modal-tel-text-big {
    font-size: 2rem;
  }
  /*ハンバーガー(1)終*/
  .content-ttl-area-a .content-ttl-box .content-ttl-flex {
    height: 35px;
    font-size: 1.6rem;
  }
  .content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-left {
    width: 8px;
  }
  .content-ttl-area-a .content-ttl-box .content-ttl-flex .content-ttl-right {
    width: 8px;
  }
  .content-ttl-area-b {
    font-size: 2.2rem;
  }
  .content-ttl-area-b .content-ttl-box .content-ttl-text::after {
    margin-top: 5px;
    width: 40px;
    height: 2px;
  }
  .view-more-btn-a-box .view-more-btn-a .view-more-btn-flex {
    height: 35px;
  }
  .view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-left {
    width: 8px;
  }
  .view-more-btn-a-box .view-more-btn-a .view-more-btn-flex .view-more-btn-right {
    width: 8px;
  }
  .view-more-btn-b-box .view-more-btn-b {
    font-size: 1.6rem;
  }
  .view-more-btn-b-box .view-more-btn-b .view-more-btn-arrow {
    height: 15px;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  #site-footer .footer-top .md-footer-top {
    padding: 41px 0 21px;
  }
  #site-footer .footer-top .md-footer-top .footer-logo-area .footer-logo-box {
    max-width: 89px;
    max-width: 60px;
  }
  #site-footer .footer-top .md-footer-top .footer-info-area {
    margin-top: 25px;
  }
  #site-footer .footer-top .md-footer-top .footer-info-area .footer-info-box .footer-info-text.ltd-text {
    font-size: 1.8rem;
    font-size: 1.6rem;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area {
    margin-top: 25px;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-tel-area .footer-tel-link {
    font-size: 1.8rem;
  }
  #site-footer .footer-top .md-footer-top .footer-connection-area .footer-connection-box .footer-contact-area .view-more-btn-a-design-box .view-more-btn-a .view-more-btn-flex .view-more-btn-center .view-more-box .view-more-text {
    padding: 0 1em;
  }
  #site-footer .footer-top .md-footer-top .footer-nav-area {
    margin: 25px auto 0;
  }
  #site-footer .footer-top .md-footer-top .footer-nav-area .footer-nav-ul .footer-nav-li {
    font-size: 1.4rem;
  }
  #site-footer .footer-top .md-footer-top .footer-nav-area .footer-nav-ul .footer-nav-li .footer-nav-link {
    padding: 0 1.25em;
  }
  .global-form-box .form tr.tel td input {
    width: 24%;
  }
  .global-form-box .form tr.postal td input:first-child {
    width: 24%;
  }
  .global-form-box .form tr.postal td input:last-child {
    width: 34%;
  }
  .global-form-box .form th {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .global-form-box .form td .mwform-checkbox-field,
  .global-form-box .form td .mwform-radio-field {
    display: block;
    display: inline-block;
  }
  .global-form-box .form td .etc {
    margin-top: 0.3em;
  }
  .global-form-box .submitbtn input {
    padding: 13px 100px 12px;
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
  .global-styled-tbl {
    font-size: 1.4rem;
  }
  .global-styled-tbl .styled-th {
    width: 80px;
    padding: 1em 0.75em 1em 0.75em;
    width: 95px;
  }
  .global-styled-tbl .styled-td {
    padding: 1em 0.75em 1em 0.75em;
  }
  .global-styled-tbl.works-styled-tbl {
    font-size: 1.4rem;
  }
  .global-styled-tbl.works-styled-tbl .styled-th {
    width: 85px;
    padding: 0 0.5em 0 0;
  }
  .global-styled-tbl.works-styled-tbl .styled-td {
    padding: 0 0 0 0.5em;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #hero {
    height: calc(100vh - 110px);
  }
  #hero .hero-slider-area {
    height: calc(100vh - 110px);
  }
  #hero .hero-slider-area #hero-slider .hero-slide {
    height: calc(100vh - 110px);
  }
  #hero .hero-slider-area #hero-slider .hero-slide .slide-ttl-area2 .slide-ttl-box {
    padding: 1.4em;
    font-size: 2.6rem;
    font-size: clamp(1rem, 7.3vw, 2.6rem);
  }
  #hero .hero-slider-area .slick-dots {
    bottom: 1rem;
    left: 1rem;
  }
  #hero .hero-slider-area .slick-dots li {
    width: 35px;
    height: 35px;
  }
  #hero .hero-slider-area .slick-dots li button {
    font-size: 1rem;
  }
  #hero .hero-inner .scroll-area .scroll-box .scroll-flex .scroll-arrow-area {
    width: 8px;
    height: 65px;
  }
  #hero .hero-inner .scroll-area .scroll-box .scroll-flex .scroll-letter-area {
    display: none;
  }
  #thought .md-thought {
    padding: 119px 0 88px;
  }
  #thought .md-thought .thought-content-area {
    margin-top: 6rem;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-picture-area {
    width: 111%;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-description-area {
    margin-top: 2.5em;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-description-area .thought-content-description-box .thought-content-item-description-ttl-area {
    font-size: 1.8rem;
    line-height: 1.95;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .thought-content-description-area .thought-content-description-box .thought-content-item-description-body-area {
    font-size: 1.4rem;
    line-height: 2;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .illustration-house-picture-area {
    margin-top: 2.5em;
  }
  #thought .md-thought .thought-content-area.content-sp .thought-content-flex .illustration-house-picture-area .illustration-house-picture-box {
    width: 100%;
  }
  #thought .md-thought .view-more-btn-b-design-box {
    margin-top: 2.5em;
  }
  #thought .illustration-bg {
    display: none;
  }
  .md-construction_example {
    padding: 74px 0 77px;
  }
  .md-construction_example .construction_example-content-area {
    margin-top: 4.5rem;
  }
  .md-construction_example .view-more-btn-b-design-box {
    margin-top: 4.5rem;
  }
  #home_report .md-report {
    padding: 115px 0 53px;
  }
  #home_report .md-report .report-content-area {
    margin-top: 55px;
  }
  #home_report .md-report .report-content-area .report-content-box .report-item-area {
    width: 100%;
  }
  #home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box {
    padding: 20px 5px;
  }
  #home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  #home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left {
    margin-bottom: 0.5em;
  }
  #home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area {
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .time-box {
    width: 7rem;
    margin-right: 0;
  }
  #home_report .md-report .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-right .report-ttl-area .report-link {
    line-height: 1.75;
  }
  #home_report .md-report .report-content-area .report-content-box .view-more-btn-b-design-box {
    margin-top: 55px;
  }
  #home_report .md-report .report-content-area .report-content-box .sns-area {
    margin-top: 55px;
  }
  #home_report .md-report .report-content-area .report-content-box .sns-area .sns-box .sns-flex .sns-item {
    width: 48px;
    margin: 0 16px;
  }
  #access .md-access {
    padding: 58px 0 25px;
    padding: 58px 0 58px;
  }
  #access .map-content-area .map-content-box {
    padding-top: 300px;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  #sub-hero {
    height: 250px;
    height: 200px;
  }
  #sub-hero .page-ttl-box .page-ttl {
    font-size: 2rem;
  }
  #about .md-about {
    padding: 74px 0 87px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area {
    width: 100%;
    width: 90%;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area {
    font-size: 1.9rem;
    line-height: 1.8421052632;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-ttl-area .about-content-letter-ttl-brackets {
    width: 30px;
    height: 70px;
  }
  #about .md-about .about-content-area .about-content-box .about-content-flex .about-content-letter-area .about-content-letter-box .about-content-letter-description-area {
    margin-top: 1em;
    font-size: 1.5rem;
    line-height: 2.1333;
    margin-top: 1.5em;
    font-size: 1.4rem;
  }
  #greeting .md-greeting {
    padding: 74px 0 75px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area {
    font-size: 2.1rem;
    line-height: 1.65;
    font-size: 1.9rem;
    line-height: 1.8421052632;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-ttl-area .greeting-content-letter-ttl-brackets {
    width: 30px;
    height: 70px;
    width: 30px;
    height: 50px;
  }
  #greeting .md-greeting .greeting-content-area .greeting-content-box .greeting-content-flex .greeting-content-letter-area .greeting-content-letter-box .greeting-content-letter-description-area {
    margin-top: 1em;
    font-size: 1.5rem;
    line-height: 2.1333;
    margin-top: 1.5em;
    font-size: 1.4rem;
  }
  #overview .md-overview {
    padding: 84px 0 90px;
  }
  #overview .md-overview .overview-content-area {
    margin-top: 6rem;
  }
  #overview .md-overview .content-picture-area {
    margin-top: 3.5em;
  }
  #inquiry .md-contact {
    padding: 60px 0 50px;
  }
  #inquiry .md-contact .contact-read-area {
    margin-bottom: 5rem;
  }
  #inquiry .md-contact .contact-read-area .contact-read-text-box {
    margin-top: 2rem;
  }
  #inquiry .md-contact .tel-contact .tel-area {
    padding: 16px 0;
  }
  #inquiry .md-contact .tel-contact .tel-area .tel-box .top {
    font-size: 1.4rem;
  }
  #inquiry .md-contact .tel-contact .tel-area .tel-box .bottom {
    font-size: 2.6rem;
  }
  #inquiry .md-contact .tel-contact .tel-area .tel-box .bottom .tel-link .tel-text {
    font-size: 1.6rem;
  }
  #inquiry .md-contact .tel-contact .tel-area .tel-box .tel-number-box .tel-number-icon {
    margin: 0px 6px 0 0;
    width: 24px;
    height: 24px;
  }
  #inquiry .md-contact .tel-contact .tel-area .tel-box .tel-number-box .number-box .tel-number-text {
    font-size: 2.8rem;
  }
  #inquiry .md-contact .tel-contact .tel-area .tel-box .tel-number-box .number-box .tel-number-text .tel-text {
    font-size: 2rem;
  }
  #inquiry .md-contact .tel-contact .tel-area .tel-box .time {
    font-size: 1.2rem;
  }
  #inquiry .md-contact .web-contact-header .content-ttl {
    font-size: 2.2rem;
  }
  #inquiry .pd-completion {
    padding: 60px 0 50px;
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  .content-wrap {
    padding-bottom: 25px;
  }
  .content-flex #sidebar {
    margin-top: 50px;
  }
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
  #single-wrapper .stripe-header {
    text-align: center;
  }
  #single-wrapper .stripe-header .header-box .page-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
  #single-wrapper .stripe-header .header-box .page-ttl span {
    font-size: 1.8rem;
    display: block;
  }
  #single-wrapper #main {
    padding-bottom: 2em;
  }
  .works-ttl-area .works-ttl-box .works-ttl-text {
    font-size: 1.8rem;
  }
  .works-ttl-area .works-ttl-box .works-ttl-text::after {
    margin: 0.35em auto 0;
    width: 3em;
    height: 1px;
  }
  .works-info-area .works-info-box .works-slider-main {
    width: calc(100% - 80px);
  }
  .works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-prev::after {
    font-size: 2rem;
  }
  .works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .works-info-area .works-info-box .works-slider-main .swiper-container .swiper-button-next::after {
    font-size: 2rem;
  }
  .works-info-area .works-info-box .works-info-table-area {
    border: 3px solid #E6E6E6;
    padding: 1.25em 1.5em;
  }
}/*# sourceMappingURL=style.css.map */