/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@media screeen and (width: 1024px) {
  @font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/font/YakuHanJP-Regular.woff2") format("woff2"), url("/assets/font/YakuHanJP-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    src: url("/assets/font/YakuHanJP-Bold.woff2") format("woff2"), url("/assets/font/YakuHanJP-Bold.woff") format("woff");
  }
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

@media all {
  .white {
    color: #ffffff;
  }

  .bg-white {
    background-color: #ffffff;
  }

  .black {
    color: #000000;
  }

  .bg-black {
    background-color: #000000;
  }

  .red {
    color: #d11b1a;
  }

  .bg-red {
    background-color: #d11b1a;
  }

  .light-gray {
    color: #F8F8F8;
  }

  .bg-light-gray {
    background-color: #F8F8F8;
  }

  .gray {
    color: #959595;
  }

  .bg-gray {
    background-color: #959595;
  }

  .dark-gray {
    color: #474645;
  }

  .bg-dark-gray {
    background-color: #474645;
  }

  .orange {
    color: #FF9900;
  }

  .bg-orange {
    background-color: #FF9900;
  }

  .yellow {
    color: #FFFF00;
  }

  .bg-yellow {
    background-color: #FFFF00;
  }

  .green {
    color: #80BC2A;
  }

  .bg-green {
    background-color: #80BC2A;
  }

  .blue {
    color: #285095;
  }

  .bg-blue {
    background-color: #285095;
  }

  .screen-reader-text {
    display: none;
  }

  .show {
    display: block !important;
  }

  .hide {
    display: none !important;
  }

  .table {
    display: table;
  }

  .inline-block {
    display: inline-block;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-center {
    justify-content: center;
  }

  .space-between {
    justify-content: space-between;
  }

  .space-around {
    justify-content: space-around;
  }

  .flex-align-center {
    align-items: center;
  }

  .flex-align-end {
    align-items: flex-end;
  }

  .fixed {
    position: fixed;
  }

  .align-left {
    text-align: left;
  }

  .align-center {
    text-align: center;
  }

  .align-right {
    text-align: right;
  }

  .font-smaller {
    font-size: 0.9em;
  }

  .font-small {
    font-size: 0.85em;
  }

  .font-large {
    font-size: 1.25em;
  }

  .line-height2 {
    line-height: 2;
  }

  .ls1 {
    letter-spacing: 1px;
  }

  .ls2 {
    letter-spacing: 2px;
  }

  .three-column {
    width: 33.33%;
  }

  .two-column {
    width: 50%;
  }

  .marker {
    background: linear-gradient(transparent 76%, #FFFF00 24%);
  }

  .underline {
    text-decoration: underline;
  }
  .underline:hover {
    text-decoration: underline;
  }

  .clearfix {
    content: "";
    display: table;
    clear: both;
  }

  .mt0 {
    margin-top: calc(0.5em * 0);
  }

  .mr0 {
    margin-right: calc(0.5em * 0);
  }

  .mb0 {
    margin-bottom: calc(0.5em * 0);
  }

  .ml0 {
    margin-left: calc(0.5em * 0);
  }

  .pt0 {
    padding-top: calc(0.5em * 0);
  }

  .pr0 {
    padding-right: calc(0.5em * 0);
  }

  .pb0 {
    padding-bottom: calc(0.5em * 0);
  }

  .pl0 {
    padding-left: calc(0.5em * 0);
  }

  .mt10 {
    margin-top: calc(0.5em * 1);
  }

  .mr10 {
    margin-right: calc(0.5em * 1);
  }

  .mb10 {
    margin-bottom: calc(0.5em * 1);
  }

  .ml10 {
    margin-left: calc(0.5em * 1);
  }

  .pt10 {
    padding-top: calc(0.5em * 1);
  }

  .pr10 {
    padding-right: calc(0.5em * 1);
  }

  .pb10 {
    padding-bottom: calc(0.5em * 1);
  }

  .pl10 {
    padding-left: calc(0.5em * 1);
  }

  .mt20 {
    margin-top: calc(0.5em * 2);
  }

  .mr20 {
    margin-right: calc(0.5em * 2);
  }

  .mb20 {
    margin-bottom: calc(0.5em * 2);
  }

  .ml20 {
    margin-left: calc(0.5em * 2);
  }

  .pt20 {
    padding-top: calc(0.5em * 2);
  }

  .pr20 {
    padding-right: calc(0.5em * 2);
  }

  .pb20 {
    padding-bottom: calc(0.5em * 2);
  }

  .pl20 {
    padding-left: calc(0.5em * 2);
  }

  .mt30 {
    margin-top: calc(0.5em * 3);
  }

  .mr30 {
    margin-right: calc(0.5em * 3);
  }

  .mb30 {
    margin-bottom: calc(0.5em * 3);
  }

  .ml30 {
    margin-left: calc(0.5em * 3);
  }

  .pt30 {
    padding-top: calc(0.5em * 3);
  }

  .pr30 {
    padding-right: calc(0.5em * 3);
  }

  .pb30 {
    padding-bottom: calc(0.5em * 3);
  }

  .pl30 {
    padding-left: calc(0.5em * 3);
  }

  .mt40 {
    margin-top: calc(0.5em * 4);
  }

  .mr40 {
    margin-right: calc(0.5em * 4);
  }

  .mb40 {
    margin-bottom: calc(0.5em * 4);
  }

  .ml40 {
    margin-left: calc(0.5em * 4);
  }

  .pt40 {
    padding-top: calc(0.5em * 4);
  }

  .pr40 {
    padding-right: calc(0.5em * 4);
  }

  .pb40 {
    padding-bottom: calc(0.5em * 4);
  }

  .pl40 {
    padding-left: calc(0.5em * 4);
  }

  .mt50 {
    margin-top: calc(0.5em * 5);
  }

  .mr50 {
    margin-right: calc(0.5em * 5);
  }

  .mb50 {
    margin-bottom: calc(0.5em * 5);
  }

  .ml50 {
    margin-left: calc(0.5em * 5);
  }

  .pt50 {
    padding-top: calc(0.5em * 5);
  }

  .pr50 {
    padding-right: calc(0.5em * 5);
  }

  .pb50 {
    padding-bottom: calc(0.5em * 5);
  }

  .pl50 {
    padding-left: calc(0.5em * 5);
  }

  .mt60 {
    margin-top: calc(0.5em * 6);
  }

  .mr60 {
    margin-right: calc(0.5em * 6);
  }

  .mb60 {
    margin-bottom: calc(0.5em * 6);
  }

  .ml60 {
    margin-left: calc(0.5em * 6);
  }

  .pt60 {
    padding-top: calc(0.5em * 6);
  }

  .pr60 {
    padding-right: calc(0.5em * 6);
  }

  .pb60 {
    padding-bottom: calc(0.5em * 6);
  }

  .pl60 {
    padding-left: calc(0.5em * 6);
  }

  .mt70 {
    margin-top: calc(0.5em * 7);
  }

  .mr70 {
    margin-right: calc(0.5em * 7);
  }

  .mb70 {
    margin-bottom: calc(0.5em * 7);
  }

  .ml70 {
    margin-left: calc(0.5em * 7);
  }

  .pt70 {
    padding-top: calc(0.5em * 7);
  }

  .pr70 {
    padding-right: calc(0.5em * 7);
  }

  .pb70 {
    padding-bottom: calc(0.5em * 7);
  }

  .pl70 {
    padding-left: calc(0.5em * 7);
  }

  .mt80 {
    margin-top: calc(0.5em * 8);
  }

  .mr80 {
    margin-right: calc(0.5em * 8);
  }

  .mb80 {
    margin-bottom: calc(0.5em * 8);
  }

  .ml80 {
    margin-left: calc(0.5em * 8);
  }

  .pt80 {
    padding-top: calc(0.5em * 8);
  }

  .pr80 {
    padding-right: calc(0.5em * 8);
  }

  .pb80 {
    padding-bottom: calc(0.5em * 8);
  }

  .pl80 {
    padding-left: calc(0.5em * 8);
  }

  .mt90 {
    margin-top: calc(0.5em * 9);
  }

  .mr90 {
    margin-right: calc(0.5em * 9);
  }

  .mb90 {
    margin-bottom: calc(0.5em * 9);
  }

  .ml90 {
    margin-left: calc(0.5em * 9);
  }

  .pt90 {
    padding-top: calc(0.5em * 9);
  }

  .pr90 {
    padding-right: calc(0.5em * 9);
  }

  .pb90 {
    padding-bottom: calc(0.5em * 9);
  }

  .pl90 {
    padding-left: calc(0.5em * 9);
  }

  .mt100 {
    margin-top: calc(0.5em * 10);
  }

  .mr100 {
    margin-right: calc(0.5em * 10);
  }

  .mb100 {
    margin-bottom: calc(0.5em * 10);
  }

  .ml100 {
    margin-left: calc(0.5em * 10);
  }

  .pt100 {
    padding-top: calc(0.5em * 10);
  }

  .pr100 {
    padding-right: calc(0.5em * 10);
  }

  .pb100 {
    padding-bottom: calc(0.5em * 10);
  }

  .pl100 {
    padding-left: calc(0.5em * 10);
  }

  .divider::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #101010;
    margin: 12px 0 24px;
    display: block;
  }

  .divider-line::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #959595 20px, #F8F8F8 21px, #F8F8F8);
    margin: 12px 0 24px;
    display: block;
  }

  .hline::after {
    width: 1px;
    height: 128px;
    background-color: #101010;
    margin: 20px 0 0;
    display: block;
    transform-origin: 50% 0;
  }

  .u-button {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .u-button a {
    background-color: #285095;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    padding: 12px 200px;
    position: relative;
  }
  .u-button a::after {
    content: "";
    right: 20px;
    top: 50%;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/assets/img/icon-right_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
  }

  .u-label {
    border-radius: 8px;
    margin: 0 10px 8px 0;
    padding: 2px 6px;
  }
}
@media all and (max-width: 820px) {
  .sp-none,
.pc-none {
    display: inherit;
  }

  .tab-none {
    display: none;
  }
}
@media all and (max-width: 414px) {
  .u-button {
    width: 100%;
    text-align: center;
  }
  .u-button a {
    max-width: 100%;
    padding: 12px 32px 12px 12px;
    display: block;
  }
  .u-button a::after {
    right: 4px;
  }

  .sp-none {
    display: none;
  }

  .tab-none,
.pc-none {
    display: inherit;
  }

  .sp-flex-wrap {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .sp-none,
.tab-none {
    display: inherit;
  }

  .pc-none {
    display: none;
  }

  .u-button a:hover {
    color: #ffffff;
    background-color: #FF9900;
    transition: 0.4s;
  }

  .hover-underline:hover {
    text-decoration: underline;
  }

  .hover-opacity:hover {
    opacity: 0.7;
    transition: 0.4s;
  }

  .circle-button:hover {
    color: #ffffff;
    transform: scale(1.1);
    transition: 400ms;
  }
}
@media all {
  input[type=submit],
input[type=button] {
    border-radius: 0;
    border: none;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none;
  }

  input[type=submit]:focus,
input[type=button]:focus {
    outline-offset: -2px;
  }

  .wpcf7 .wpcf7-not-valid-tip {
    margin-left: 0.75rem;
  }
  .wpcf7 .require {
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #e41111;
    white-space: nowrap;
    margin: 0 0 0 10px;
    padding: 0 4px;
  }
  .wpcf7 label {
    margin: 0 0 0.35rem 0.35em;
    display: block;
  }
  .wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime],
.wpcf7 textarea {
    max-width: 96%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ababab;
    box-shadow: inset 0 0 5px #F8F8F8;
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.35rem;
    padding: 0.75rem 1rem;
    display: inline-block;
  }
  .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=password]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    color: #AAB0BB;
  }
  .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=password]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
    color: #AAB0BB;
  }
  .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=password]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 textarea::placeholder {
    color: #AAB0BB;
  }
  .wpcf7 input[type=text]:hover,
.wpcf7 input[type=number]:hover,
.wpcf7 input[type=email]:hover,
.wpcf7 input[type=tel]:hover,
.wpcf7 input[type=password]:hover,
.wpcf7 input[type=date]:hover,
.wpcf7 input[type=datetime]:hover,
.wpcf7 textarea:hover {
    border-color: #285095;
    outline: #285095;
  }
  .wpcf7 input[type=text]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 textarea:focus {
    outline-color: #285095;
  }
  .wpcf7 input[type=text]:disabled,
.wpcf7 input[type=number]:disabled,
.wpcf7 input[type=email]:disabled,
.wpcf7 input[type=tel]:disabled,
.wpcf7 input[type=password]:disabled,
.wpcf7 input[type=date]:disabled,
.wpcf7 input[type=datetime]:disabled,
.wpcf7 textarea:disabled {
    border: 1px solid #959595;
    background-color: #959595;
  }
  .wpcf7 select {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ababab;
    border-radius: 4px;
    box-shadow: inset 0 0 5px #F8F8F8;
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.35rem;
    padding: 0.75rem;
    display: inline-block;
  }
  .wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
    width: 0 !important;
    position: absolute;
    visibility: hidden;
  }
  .wpcf7 input[type=radio]:disabled + label::before,
.wpcf7 input[type=checkbox]:disabled + label::before {
    border: 1px solid #959595;
    background-color: #959595;
  }
  .wpcf7 input[type=radio] + label,
.wpcf7 input[type=checkbox] + label {
    width: 96%;
    display: block;
    position: relative;
    padding-left: 2rem;
    box-sizing: border-box;
    cursor: pointer;
  }
  .wpcf7 input[type=radio] + label::before,
.wpcf7 input[type=checkbox] + label::before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
  }
  .wpcf7 input[type=radio]:checked + label::before {
    border-width: 8px;
    border-color: #ababab;
  }
  .wpcf7 input[type=radio] + label::before {
    top: 50%;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #959595;
    border-radius: 100%;
    display: block;
  }
  .wpcf7 input[type=checkbox]:checked + label::before {
    top: 0;
    border-left: 2px solid #000000;
    border-bottom: 4px solid #000000;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    transform: rotate(-45deg) scaleY(0.5);
  }
  .wpcf7 input[type=checkbox] + label::before {
    top: 12px;
    left: 5px;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #5a5a5a;
    color: #1d1d1d;
    outline-color: #eaeaea;
    padding: 0;
    display: inline-block;
    transition: all 0.2s ease-in-out;
  }
  .wpcf7 input[type=submit],
.wpcf7 input[type=button] {
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    color: #000000;
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 1rem 80px;
    display: table;
    transition: 0.3s;
  }
  .wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus,
.wpcf7 input[type=button]:hover,
.wpcf7 input[type=button]:focus {
    box-shadow: 0 0 5px #959595;
  }
}
@media all and (min-width: 1024px) {
  .entry-content {
    /* 入力系インプット */
  }
  .entry-content input[type=text],
.entry-content input[type=number],
.entry-content input[type=email],
.entry-content input[type=tel],
.entry-content input[type=password],
.entry-content input[type=date],
.entry-content input[type=datetime] {
    margin-left: 0.5rem;
    padding: 0.375rem;
  }
}
@media all {
  .menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    width: 40px;
    height: 34px;
    background: none;
    border: none;
    outline: none;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  .menu-trigger span {
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000000;
    border-radius: 4px;
    position: absolute;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
            animation: active-menu-bar02 0.8s forwards;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@media screen and (min-width: 1505px) {
  .menu-trigger {
    display: none;
  }
}
@media all {
  .image-set {
    display: flex;
    align-items: center;
  }
  .image-set .image {
    width: 33.3%;
  }
  .image-set .image.image10 {
    width: 10%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image20 {
    width: 20%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image30 {
    width: 30%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image40 {
    width: 40%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image50 {
    width: 50%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image60 {
    width: 60%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image70 {
    width: 70%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image80 {
    width: 80%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .image.image90 {
    width: 90%;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  .image-set .text {
    width: 66.6%;
    padding: 36px 32px 28px;
  }
}
@media all and (max-width: 414px) {
  .image-set {
    flex-wrap: wrap;
  }
  .image-set .image, .image-set .text {
    width: 100%;
  }
  .image-set .image.image10, .image-set .text.image10 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image20, .image-set .text.image20 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image30, .image-set .text.image30 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image40, .image-set .text.image40 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image50, .image-set .text.image50 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image60, .image-set .text.image60 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image70, .image-set .text.image70 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image80, .image-set .text.image80 {
    width: 100%;
    flex: auto;
  }
  .image-set .image.image90, .image-set .text.image90 {
    width: 100%;
    flex: auto;
  }
  .image-set .text {
    padding: 16px 14px 12px;
  }
}
@media all {
  .list-title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    margin: 24px 0 12px;
  }

  .list {
    list-style: none;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 24px;
    padding: 0 0 0 30px;
  }
  .list li {
    position: relative;
  }
  .list li::before {
    top: 0;
    position: absolute;
  }
  .list.list-dot li::before {
    content: "";
    top: 0.6em;
    left: -14px;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: #959595;
    display: inline-block;
  }
  .list.list-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .list.list-flex li {
    margin: 0 0 1.25em;
  }
  .list.list-number {
    counter-reset: mylist;
  }
  .list.list-number li {
    counter-increment: mylist;
  }
  .list.list-number li::before {
    content: counter(mylist) ".";
    left: -16px;
  }
  .list.list-check li::before {
    top: 4px;
    left: -18px;
    content: "";
    width: 1em;
    height: 1em;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48ZyBmaWxsPSIjMTAxMDEwIj48cG9seWdvbiBwb2ludHM9IjMzNS42LDQxNC4zIDUzLjUsNDE0LjMgNTMuNSwxMzIuMSAyOTEuMSwxMzIuMSAzNDQuNiw3OC42IDAsNzguNiAwLDQ2Ny44IDM4OS4xLDQ2Ny44IDM4OS4xLDQ0MSAzODkuMSwzMjMuNyAzMzUuNiwzNzcuMiAiLz48cG9seWdvbiBwb2ludHM9IjE1OC45LDE2My4zIDEwMy45LDIxOC4zIDE5My40LDMwNy44IDI0OC40LDM2Mi44IDMwMy40LDMwNy44IDUxMiw5OS4yIDQ1Nyw0NC4yIDI0OC40LDI1Mi44ICIvPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .list.list-info {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 0 0 15px;
  }
  .list.list-info li::before {
    content: "※";
    left: -14px;
    display: inline-block;
  }
}
@media all and (max-width: 414px) {
  .list-title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.4117647059;
  }
}
@media all {
  .table-wrapper {
    max-width: 100%;
    display: flex;
    overflow-x: scroll;
  }

  .table {
    width: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    border-collapse: collapse;
  }
  .table th, .table td {
    border: #959595 1px solid;
    padding: 5px 10px;
  }
  .table th {
    background-color: #F8F8F8;
  }
}
@media all and (min-width: 1024px) {
  .table-wrapper {
    overflow-x: auto;
  }
}
/* ----------------------------------------------------------------
 Setting
-------------------------------------------------------------------*/
@media all {
  html,
body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    color: #000000;
    font-family: YakuHanJP, "UD Shin Go Regular", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    letter-spacing: 1px;
  }

  p {
    letter-spacing: 0.5px;
  }

  img {
    vertical-align: middle;
  }

  a,
a:hover {
    color: #000000;
    text-decoration: none;
  }
}
@media all {
  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
  }
  .wrapper .inner {
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .wrapper::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media all and (max-width: 820px) {
  .wrapper {
    min-width: 768px;
  }
}
@media all and (max-width: 414px) {
  .wrapper {
    min-width: 275px;
  }
}
@media all and (min-width: 1024px) {
  .wrapper {
    min-width: 1024px;
  }
  .wrapper .inner {
    width: 1024px;
    padding: 0;
  }
  .wrapper .inner .inner {
    width: 960px;
  }
}
/* ----------------------------------------------------------------
header
-------------------------------------------------------------------*/
@media all {
  #header,
#breadcrumbs {
    color: #ffffff;
    background-color: #80BC2A;
  }
  #header .inner,
#breadcrumbs .inner {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    letter-spacing: 1px;
    padding: 7px 10px;
  }

  #breadcrumbs .inner {
    text-align: left;
    padding: 7px 0;
  }
  #breadcrumbs .inner a {
    color: #ffffff;
    padding: 0 4px;
  }

  #globalNavBar.fixed {
    left: 0;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 1px 5px #ccc;
    position: fixed;
    z-index: 100;
  }
  #globalNavBar #logo {
    padding: 10px 0;
    display: inline-block;
  }
  #globalNavBar #logo img {
    width: 220px;
  }
  #globalNavBar .menu-trigger {
    right: 10px;
    top: 15px;
    position: absolute;
  }
  #globalNavBar .menu-trigger.active ~ #globalNav .menu-content {
    opacity: 1;
    transition: 0.4s;
  }
  #globalNavBar #globalNav {
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    border-right: #F8F8F8 1px solid;
    position: fixed;
    z-index: 999;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  #globalNavBar #globalNav.active {
    transform: translateX(0);
  }
  #globalNavBar #globalNav .menu-content::before {
    content: "MENU";
    background-color: #F8F8F8;
    border-bottom: #959595 1px solid;
    font-weight: 600;
    padding: 10px;
    display: block;
  }
  #globalNavBar #globalNav .menu-content > li {
    list-style: none;
  }
  #globalNavBar #globalNav .menu-content > li a,
#globalNavBar #globalNav .menu-content > li .nav-title {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: solid 1px #959595;
    padding: 9px 65px 10px 10px;
    display: block;
    position: relative;
  }
  #globalNavBar #globalNav .menu-content > li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #959595;
    border-right: solid 2px #959595;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #globalNavBar #contactTel {
    padding: 10px 0;
  }
  #globalNavBar #contactTel a {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
  }
  #globalNavBar #contactTel a::before {
    content: "";
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/assets/img/icon-phone_orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 4px;
    display: inline-block;
    transform: translateY(2px);
  }
  #globalNavBar #contactTel a span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 10px;
    display: inline-block;
  }
}
@media all and (min-width: 1024px) {
  #breadcrumbs a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1505px) {
  #globalNavBar .inner {
    height: 71px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #globalNavBar .logo {
    width: 220px;
  }
  #globalNavBar #globalNav {
    height: auto;
    border-right: none;
    background-color: transparent;
    position: relative;
    transform: none;
  }
  #globalNavBar #globalNav .menu-content {
    width: auto;
    height: auto;
    display: flex;
  }
  #globalNavBar #globalNav .menu-content::before {
    content: none;
  }
  #globalNavBar #globalNav .menu-content > li:last-child a {
    border-right: #707070 1px solid;
  }
  #globalNavBar #globalNav .menu-content > li a {
    width: auto;
    font-size: 16px;
    border-bottom: none;
    border-left: #707070 1px solid;
    padding: 0px 25px;
    display: inline-block;
  }
  #globalNavBar #globalNav .menu-content > li a::before {
    content: none;
  }
  #globalNavBar #globalNav .menu-content > li a:hover {
    color: #FF9900;
    transition: 0.4s;
  }
  #globalNavBar #contactTel {
    right: 0;
    padding: 0;
    position: absolute;
  }
  #globalNavBar #contactTel a {
    background-color: #FF9900;
    color: #ffffff;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 5px 20px 15px 30px;
    display: inline-block;
  }
  #globalNavBar #contactTel a::before {
    width: 30px;
    height: 30px;
    background-image: url("/assets/img/icon-phone.svg");
    transform: translate(-5px, 15px);
  }
  #globalNavBar #contactTel a span {
    margin: 5px 0 0 34px;
    display: block;
  }
  #globalNavBar #contactTel a:hover {
    background-color: #80BC2A;
  }
}
@media all {
  .hero {
    width: 100%;
    height: 70vh;
    content: "";
    background-image: url("/assets/img/top-mv_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .hero .inner {
    width: 100%;
    height: 100%;
  }
  .hero .inner h2 {
    top: 40px;
    position: absolute;
  }
  .hero .inner #footer-mark {
    right: 0;
    bottom: 30px;
    position: absolute;
  }
  .hero .inner #footer-mark i {
    top: -140px;
    right: 30px;
    width: 300px;
    position: absolute;
    z-index: 1;
  }
  .hero .inner #footer-mark .footer-mark-icons {
    width: 40%;
    margin-right: 10px;
    display: table;
    float: right;
  }
  .hero .inner #footer-mark .footer-mark-icons img {
    width: 47%;
  }
  .hero .inner #footer-mark .footer-mark-icons img:last-child {
    margin-left: 4%;
  }
}
@media all and (max-width: 414px) {
  .hero .inner #footer-mark {
    bottom: 15px;
  }
  .hero .inner #footer-mark .footer-mark-icons {
    width: 65%;
  }
}
@media all and (min-width: 1024px) {
  .hero .inner {
    max-width: 1024px;
    position: relative;
  }
  .hero .inner h2 {
    top: 60px;
    left: -30px;
  }
  .hero .inner #footer-mark {
    right: 0;
    bottom: 30px;
    position: absolute;
  }
  .hero .inner #footer-mark i {
    top: -150px;
    right: 0;
    width: 380px;
  }
  .hero .inner #footer-mark .footer-mark-icons {
    width: 360px;
    margin-right: 0;
  }
}
@media all {
  #footer {
    padding-top: 20px;
    content: "";
    background-image: url("/assets/img/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  #footer .inner {
    padding-top: 20px;
    border-top: #e1e1e1 1px solid;
  }
  #footer .footer-logo {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 20px;
  }
  #footer #footerNav {
    margin-top: 20px;
  }
  #footer #footerNav ul {
    display: flex;
    flex-wrap: wrap;
  }
  #footer #footerNav ul li {
    width: 50%;
  }
  #footer #footerNav ul li a {
    padding: 10px 0 10px 15px;
    display: block;
    position: relative;
  }
  #footer #footerNav ul li a:before {
    content: "";
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    content: "";
    background-image: url("/assets/img/icon-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
  }
  #footer .copyright {
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 200px 0 10px;
    display: block;
  }

  #to-top {
    bottom: 20px;
    right: 30px;
    display: inline-block;
    position: fixed;
    z-index: 99;
  }
}
@media all and (max-width: 414px) {
  #footer {
    padding: 0;
  }
  #footer .copyright {
    padding-top: 160px;
  }
}
@media all and (min-width: 1024px) {
  #footer {
    background-position: bottom;
    background-size: contain;
  }
  #footer .footer-logo {
    width: 40%;
    float: left;
  }
  #footer .footer-logo a:hover {
    opacity: 0.8;
    transiton: 0.4s;
  }
  #footer #footerNav {
    width: 400px;
    margin: 0;
    float: right;
  }
  #footer #footerNav ul li {
    width: 200px;
  }
  #footer #footerNav ul li a:before {
    content: none;
  }
  #footer #footerNav ul li a:hover {
    text-decoration: underline;
  }
  #footer .copyright {
    clear: both;
  }
}
@media all {
  .main header {
    height: 430px;
    background-color: #F8F8F8;
    position: relative;
  }
  .main header .inner {
    padding-top: 250px;
  }
  .main header h1 {
    font-family: "Shimanami JIS2004", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    text-align: center;
  }
  .main header h1::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #959595;
    margin-top: 4px;
    display: block;
  }
  .main header p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin: 20px auto;
    display: table;
  }
  .main header::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
  }
  .main header#page-header-single {
    height: 240px;
  }
  .main header#page-header-single::before {
    top: 20px;
    background-image: url("/assets/img/header-information.webp");
    background-size: auto 200px;
    background-position: center;
  }
  .main header#page-header-custom-home::before {
    background-image: url("/assets/img/header-custom-home.webp");
  }
  .main header#page-header-renovation::before {
    background-image: url("/assets/img/header-renovation.webp");
  }
  .main header#page-header-demolition-work::before {
    background-image: url("/assets/img/header-demolition-work.webp");
  }
  .main header + .page-content {
    padding: 60px 0;
  }

  .page-content h2 {
    font-family: "Shimanami JIS2004", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.6428571429;
    font-weight: 500;
  }
  .page-content h2 span:not([class]),
.page-content h2 span:not(.marker).typesquare_option {
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
  }
  .page-content h2 + p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    margin: 40px auto;
    display: table;
  }
  .page-content h2 + p .marker {
    font-weight: 500;
    font-size: 1.1em;
  }
  .page-content .bg-black {
    color: #ffffff;
  }
  .page-content .list-three-column {
    flex-wrap: wrap;
  }
  .page-content .list-three-column li {
    width: 100%;
    border: #959595 1px solid;
    margin-bottom: 30px;
    display: flex;
  }
  .page-content .list-three-column li figure {
    width: 40%;
    border-right: #959595 1px solid;
    display: inherit;
  }
  .page-content .list-three-column li h3 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-content .list-three-column li .text {
    width: 60%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    padding: 26px;
  }
  .page-content .model-case {
    width: 90%;
    background-color: #ffffff;
    border-radius: 8px;
    border: #959595 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 30px;
    flex-wrap: wrap;
  }
  .page-content .model-case .image {
    width: 100%;
    text-align: center;
  }
  .page-content .model-case .text {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    padding: 0;
  }
  .page-content .model-case .text h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin: 1.25em 0 1em;
  }
  .page-content .model-case:last-of-type {
    margin-bottom: 60px;
  }
  .page-content .faq dl dt {
    width: 100%;
    color: #ffffff;
    border-radius: 4px;
    background-color: #000000;
    margin-bottom: -2px;
    padding: 0.75em 1em 0.75em 4em;
    position: relative;
    cursor: pointer;
  }
  .page-content .faq dl dt:not(:first-of-type) {
    margin-top: 40px;
  }
  .page-content .faq dl dt::before {
    content: "Q.";
    left: 20px;
    top: 4px;
    font-size: 22px;
    font-size: 1.375rem;
    position: absolute;
  }
  .page-content .faq dl dt::after {
    content: "";
    right: 15px;
    top: 20px;
    width: 14px;
    height: 10px;
    content: "";
    background-image: url("/assets/img/icon-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    transition: 0.4s;
  }
  .page-content .faq dl dt.active::after {
    transform: rotate(-180deg);
  }
  .page-content .faq dl dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.5px;
    border: #000000 1px solid;
    padding: 1.25em 1em 1.5em 4em;
    position: relative;
  }
  .page-content .faq dl dd::before {
    content: "A.";
    left: 20px;
    top: 15px;
    font-size: 22px;
    font-size: 1.375rem;
    position: absolute;
  }

  header.error-404 {
    height: auto;
    background-color: #515151;
    padding-bottom: 40px;
  }
  header.error-404 h1 {
    color: #ffffff;
  }

  section.error-404 {
    padding: 60px 0;
  }

  #page-home {
    position: relative;
    overflow: hidden;
  }
  #page-home .zeh-target {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #page-home .bg-stripe,
#page-home .bg-black {
    padding: 60px 0;
  }
  #page-home .bg-stripe::before, #page-home .bg-stripe::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  #page-home .bg-stripe::before {
    top: -30px;
    left: 0;
    border-bottom: 20vw solid transparent;
    border-left: 100vw solid #F8F8F8;
  }
  #page-home .bg-stripe::after {
    right: 0;
    bottom: -30px;
    border-bottom: 20vw solid #F8F8F8;
    border-left: 100vw solid transparent;
  }
  #page-home #about-zeh .flex {
    margin: 60px 0 30px;
  }
  #page-home #about-zeh .flex li {
    width: 30%;
    background-color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    padding: 0 20px 20px;
    border: #959595 1px solid;
    position: relative;
  }
  #page-home #about-zeh .flex li i {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background-color: #285095;
    margin: 20px auto;
    display: table;
    position: relative;
  }
  #page-home #about-zeh .flex li i img {
    left: 50%;
    top: 50%;
    width: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  #page-home #about-zeh .flex li h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin: 10px 0;
  }
  #page-home #about-zeh .flex li .point {
    left: 50%;
    top: -16px;
    font-family: "Shimanami JIS2004", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px;
    background-color: #ffffff;
    padding: 0 20px;
    position: absolute;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  #page-home #syb-feature ul li {
    width: 45%;
    margin: 0 0 50px;
  }
  #page-home #syb-feature ul li figure {
    position: relative;
  }
  #page-home #syb-feature ul li figure h3 {
    top: 20px;
    left: 50%;
    color: #000000;
    background-color: #ffffff;
    padding: 2px 10px;
    display: table;
    white-space: nowrap;
    position: absolute;
    transform: translateX(-50%);
  }
  #page-home #syb-feature ul li p {
    text-align: center;
    margin: 1em 0 0;
  }
  #page-home #reservation h2 + p + p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px auto;
    display: table;
  }
  #page-home #reservation ul {
    justify-content: center;
    margin-bottom: 50px;
  }
  #page-home #reservation ul li {
    width: 240px;
    text-align: center;
    margin: 10px;
  }
  #page-home #reservation ul li a {
    background-color: #ffffff;
    border: #959595 1px solid;
    padding: 20px 10px;
    display: block;
  }
  #page-home #reservation ul li a img {
    height: 100px;
    margin: 15px 0;
  }
  #page-home #news ul li {
    width: 100%;
    border-bottom: #F8F8F8 1px solid;
    margin-bottom: 20px;
  }
  #page-home #news ul li a {
    color: #ffffff;
    padding: 10px;
    display: flex;
  }
  #page-home #news ul li a .date {
    margin-right: 1em;
    display: inline-block;
    white-space: nowrap;
  }

  #page-renovation #renovation-menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #page-renovation #renovation-menu ul li {
    width: 30%;
    margin-bottom: 40px;
  }
  #page-renovation #renovation-menu ul li figure {
    text-align: center;
    display: block;
  }
  #page-renovation #renovation-menu ul li figure img {
    margin-bottom: 10px;
  }
  #page-renovation #renovation-menu ul li:nth-child(3n+1), #page-renovation #renovation-menu ul li:nth-child(3n+2) {
    margin-right: 5%;
  }

  #page-demolition-work #construction-operation ol {
    list-style: none;
    margin-bottom: 70px;
  }
  #page-demolition-work #construction-operation ol li {
    border-radius: 8px;
    border: #707070 1px solid;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 0.75em 1.25em;
    position: relative;
  }
  #page-demolition-work #construction-operation ol li:not(:last-of-type)::after {
    content: "";
    left: 50%;
    bottom: -13px;
    width: 30px;
    height: 12px;
    content: "";
    background-image: url("/assets/img/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    transform: translateX(-50%);
  }

  #page-company .image-set {
    align-items: flex-start;
  }
  #page-company .image-set .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    padding: 0;
  }
  #page-company .table {
    width: 100%;
  }
  #page-company .table th {
    text-align: center;
    padding: 1em;
    white-space: nowrap;
  }
  #page-company .table td {
    padding: 1em;
  }

  #page-contact form .form-field {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #page-contact form .form-field label {
    width: 100%;
    margin: 1.25rem 0 0.25rem 0.75rem;
  }
  #page-contact form .form-field .wpcf7-form-control-wrap {
    width: 98%;
    display: block;
  }
  #page-contact form input[type=email],
#page-contact form textarea {
    width: 100%;
  }
  #page-contact form input[type=tel] {
    max-width: 80%;
  }
  #page-contact form input[type=submit] {
    color: #ffffff;
    border: none;
    background-color: #285095;
  }

  .privacy-policy {
    width: 98%;
    height: 240px;
    border: #AEAEAE 1px solid;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 30px 0;
    padding: 20px;
    overflow-y: scroll;
  }
  .privacy-policy h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
  }
  .privacy-policy dt {
    font-weight: 600;
    margin-top: 1em;
  }
  .privacy-policy ul {
    list-style: disc inside;
    padding: 8px 10px 4px;
  }

  #page-single {
    margin: 70px 0 50px;
  }
  #page-single .inner {
    width: 90%;
  }
}
@media all and (max-width: 414px) {
  .main header .inner {
    padding-top: 230px;
  }
  .main header#page-header-single .inner {
    padding-top: 258px;
  }

  .page-content h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .page-content h2 span:not([class]) {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .page-content .list-three-column li {
    flex-wrap: wrap;
  }
  .page-content .list-three-column li figure {
    width: 100%;
    border-bottom: #959595 1px solid;
    border-right: none;
  }
  .page-content .list-three-column li h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-content .list-three-column li .text {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    padding: 26px;
  }
  .page-content .model-case .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .page-content .faq dl dt {
    padding: 0.75em 2em 0.75em 2.5em;
  }
  .page-content .faq dl dt::before {
    left: 10px;
  }
  .page-content .faq dl dt::after {
    right: 10px;
  }
  .page-content .faq dl dd {
    padding: 1.25em 1em 1.5em 2.5em;
  }
  .page-content .faq dl dd::before {
    left: 12px;
  }

  #page-home .bg-stripe::before {
    top: 0px;
  }
  #page-home .bg-stripe::after {
    bottom: 0px;
  }
  #page-home #about-zeh .flex {
    flex-wrap: wrap;
  }
  #page-home #about-zeh .flex li {
    width: 100%;
    margin-bottom: 60px;
  }
  #page-home #about-zeh .flex li:last-child {
    margin-bottom: 0;
  }
  #page-home #syb-feature ul li {
    width: 100%;
  }
  #page-home #syb-feature ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #page-home #news ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  #page-renovation #renovation-menu ul {
    justify-content: space-between;
  }
  #page-renovation #renovation-menu ul li {
    width: 45%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #page-renovation #renovation-menu ul li:nth-child(3n+1), #page-renovation #renovation-menu ul li:nth-child(3n+2) {
    margin-right: 0;
  }

  #page-company .image-set .text {
    margin-top: 30px;
  }
  #page-company .slide-after-text {
    margin: 30px 0 60px;
  }
}
@media all and (min-width: 1024px) {
  .main header .inner {
    padding-left: 600px;
    padding-top: 0;
  }
  .main header h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    padding: 50px 0 10px;
  }
  .main header h1::after {
    content: none;
  }
  .main header p {
    width: 380px;
    margin-top: 30px;
  }
  .main header::before {
    width: 50%;
    height: 100%;
  }
  .main header#page-header-single .inner {
    padding-left: 300px;
    padding-top: 50px;
  }

  .page-content .list-three-column {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-content .list-three-column li {
    width: 30%;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page-content .list-three-column li figure {
    width: 100%;
    border-bottom: #959595 1px solid;
    border-right: none;
  }
  .page-content .list-three-column li .text {
    width: 100%;
  }
  .page-content .model-case {
    align-items: flex-start;
  }
  .page-content .model-case .image {
    width: 38%;
  }
  .page-content .model-case .text {
    width: 62%;
    padding-left: 40px;
  }
  .page-content .model-case .text h3 {
    margin-top: 0;
  }

  #page-home .bg-stripe,
#page-home .bg-black {
    padding: 80px 0;
  }
  #page-home .bg-stripe::before {
    top: -80px;
  }
  #page-home .bg-stripe::after {
    bottom: -80px;
  }
  #page-home #about-zeh .flex li .point {
    top: -20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #page-home #reservation ul li a:hover {
    border-color: #FF9900;
    box-shadow: 0 2px 3px #ccc;
    transition: 0.4s;
  }
  #page-home #news .inner .inner {
    display: flex;
  }
  #page-home #news .inner .inner h2 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: left;
    padding-right: 90px;
    display: inline-block;
  }
  #page-home #news .inner .inner ul {
    width: 610px;
  }
  #page-home #news .inner .inner ul a:hover {
    transform: translateX(10px);
    transition: 0.4s;
  }

  #page-custom-home .list-three-column li .text p {
    min-height: 8.5em;
  }

  #page-renovation #renovation-menu ul {
    width: 1080px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  #page-renovation #renovation-menu ul li {
    width: 23%;
  }
  #page-renovation #renovation-menu ul li:nth-child(3n+1), #page-renovation #renovation-menu ul li:nth-child(3n+2) {
    margin-right: 0;
  }

  #page-demolition-work .list-three-column li .text p {
    min-height: 6.5em;
  }
  #page-demolition-work #construction-operation ol {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #page-company .slide-wrapper {
    width: 800px;
    margin: 0 auto;
  }
  #page-company .slide-after-text {
    width: 800px;
    margin: 30px auto 60px;
  }
  #page-company .image-set .image {
    width: 400px;
  }
  #page-company .image-set .text {
    width: calc(100% - 485px);
  }

  #page-contact .wpcf7 form {
    width: 760px;
    margin: 0 auto;
  }
  #page-contact .wpcf7 form .form-field {
    margin-bottom: 20px;
    display: flex;
  }
  #page-contact .wpcf7 form .form-field label {
    width: 28%;
    margin: 0;
  }
  #page-contact .wpcf7 form .form-field .wpcf7-form-control-wrap {
    width: 72%;
  }
  #page-contact .wpcf7 form input[type=submit]:hover, #page-contact .wpcf7 form input[type=submit]:focus {
    box-shadow: none;
    background-color: #FF9900;
  }

  #page-single {
    margin: 0;
  }
  #page-single .inner {
    width: 960px;
    margin: 50px auto 80px;
  }
}

/*# sourceMappingURL=style.css.map*/