@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 10px;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-------------------------------
	変数
-------------------------------*/
/* コンテンツ幅 */
/* ガター */
/* 下層メインビジュアル用 */
/* space計算用 */
/* カラー */
/* Webフォント */
/*-------------------------------
	MIXIN
-------------------------------*/
/* ブレイクポイント */
/* テキスト */
/* バックグラウンド */
/*====================================

	/ Base Ver 1.1 /

  ----------------------------------
    Structure
  ----------------------------------

  1. BASE
    1.1 Basic
		1.2 Color
		1.3 Link
		1.4 Font
    1.5 Space
    1.6 Other
  2. COLUMN
	3. LAYOUT

====================================*/
/*-------------------------------

	1. BASE

-------------------------------*/
html {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #F2F2F0;
  -webkit-text-size-adjust: 100%;
}
body .wrap {
  overflow-x: hidden;
}

/*---------- 1.2 Color ----------*/
body {
  color: #333332;
}

a {
  color: #333332;
}

a:hover {
  color: #333332;
}

a:visited {
  color: #333332;
}

/* text */
.text-white {
  color: #fff;
}

.text-primary {
  color: #333332;
}

.text-color01 {
  color: #3DAA6D;
}

.text-color02 {
  color: #9B9B9B;
}

.text-color03 {
  color: #F2F2F0;
}

.text-color04 {
  color: #E8E8E3;
}

.text-color05 {
  color: #CCCBCA;
}

.text-color06 {
  color: #AA3D3D;
}

/*---------- 1.3 Link ----------*/
a,
a:hover,
a:visited {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a[href^="tel:"] {
  cursor: default;
}

a.text-white:hover,
a.text-white:visited {
  color: #fff !important;
}

@media (any-hover: hover) {
  .hov:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
/*---------- 1.4 Font ----------*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #F2F2F0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

p, span {
  line-height: 1.4;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-1 {
  font-family: "Inter", sans-serif;
}

/*---------- 1.5 Space ----------*/
.mt-xs-0 {
  margin-top: 0px !important;
}

.mb-xs-0 {
  margin-bottom: 0px !important;
}

.mt-xs-5 {
  margin-top: 5px !important;
}

.mb-xs-5 {
  margin-bottom: 5px !important;
}

.mt-xs-10 {
  margin-top: 10px !important;
}

.mb-xs-10 {
  margin-bottom: 10px !important;
}

.mt-xs-15 {
  margin-top: 15px !important;
}

.mb-xs-15 {
  margin-bottom: 15px !important;
}

.mt-xs-20 {
  margin-top: 20px !important;
}

.mb-xs-20 {
  margin-bottom: 20px !important;
}

.mt-xs-25 {
  margin-top: 25px !important;
}

.mb-xs-25 {
  margin-bottom: 25px !important;
}

.mt-xs-30 {
  margin-top: 30px !important;
}

.mb-xs-30 {
  margin-bottom: 30px !important;
}

.mt-xs-35 {
  margin-top: 35px !important;
}

.mb-xs-35 {
  margin-bottom: 35px !important;
}

.mt-xs-40 {
  margin-top: 40px !important;
}

.mb-xs-40 {
  margin-bottom: 40px !important;
}

.mt-xs-45 {
  margin-top: 45px !important;
}

.mb-xs-45 {
  margin-bottom: 45px !important;
}

.mt-xs-50 {
  margin-top: 50px !important;
}

.mb-xs-50 {
  margin-bottom: 50px !important;
}

.mt-xs-55 {
  margin-top: 55px !important;
}

.mb-xs-55 {
  margin-bottom: 55px !important;
}

.mt-xs-60 {
  margin-top: 60px !important;
}

.mb-xs-60 {
  margin-bottom: 60px !important;
}

.mt-xs-65 {
  margin-top: 65px !important;
}

.mb-xs-65 {
  margin-bottom: 65px !important;
}

.mt-xs-70 {
  margin-top: 70px !important;
}

.mb-xs-70 {
  margin-bottom: 70px !important;
}

.mt-xs-75 {
  margin-top: 75px !important;
}

.mb-xs-75 {
  margin-bottom: 75px !important;
}

.mt-xs-80 {
  margin-top: 80px !important;
}

.mb-xs-80 {
  margin-bottom: 80px !important;
}

.mt-xs-85 {
  margin-top: 85px !important;
}

.mb-xs-85 {
  margin-bottom: 85px !important;
}

.mt-xs-90 {
  margin-top: 90px !important;
}

.mb-xs-90 {
  margin-bottom: 90px !important;
}

.mt-xs-95 {
  margin-top: 95px !important;
}

.mb-xs-95 {
  margin-bottom: 95px !important;
}

.mt-xs-100 {
  margin-top: 100px !important;
}

.mb-xs-100 {
  margin-bottom: 100px !important;
}

.mt-xs-105 {
  margin-top: 105px !important;
}

.mb-xs-105 {
  margin-bottom: 105px !important;
}

.mt-xs-110 {
  margin-top: 110px !important;
}

.mb-xs-110 {
  margin-bottom: 110px !important;
}

.mt-xs-115 {
  margin-top: 115px !important;
}

.mb-xs-115 {
  margin-bottom: 115px !important;
}

.mt-xs-120 {
  margin-top: 120px !important;
}

.mb-xs-120 {
  margin-bottom: 120px !important;
}

.mt-xs-125 {
  margin-top: 125px !important;
}

.mb-xs-125 {
  margin-bottom: 125px !important;
}

.mt-xs-130 {
  margin-top: 130px !important;
}

.mb-xs-130 {
  margin-bottom: 130px !important;
}

.mt-xs-135 {
  margin-top: 135px !important;
}

.mb-xs-135 {
  margin-bottom: 135px !important;
}

.mt-xs-140 {
  margin-top: 140px !important;
}

.mb-xs-140 {
  margin-bottom: 140px !important;
}

.mt-xs-145 {
  margin-top: 145px !important;
}

.mb-xs-145 {
  margin-bottom: 145px !important;
}

.mt-xs-150 {
  margin-top: 150px !important;
}

.mb-xs-150 {
  margin-bottom: 150px !important;
}

.ml-xs-0 {
  margin-left: 0px !important;
}

.mr-xs-0 {
  margin-right: 0px !important;
}

.ml-xs-5 {
  margin-left: 5px !important;
}

.mr-xs-5 {
  margin-right: 5px !important;
}

.ml-xs-10 {
  margin-left: 10px !important;
}

.mr-xs-10 {
  margin-right: 10px !important;
}

.ml-xs-15 {
  margin-left: 15px !important;
}

.mr-xs-15 {
  margin-right: 15px !important;
}

.ml-xs-20 {
  margin-left: 20px !important;
}

.mr-xs-20 {
  margin-right: 20px !important;
}

.ml-xs-25 {
  margin-left: 25px !important;
}

.mr-xs-25 {
  margin-right: 25px !important;
}

.ml-xs-30 {
  margin-left: 30px !important;
}

.mr-xs-30 {
  margin-right: 30px !important;
}

.ml-xs-35 {
  margin-left: 35px !important;
}

.mr-xs-35 {
  margin-right: 35px !important;
}

.ml-xs-40 {
  margin-left: 40px !important;
}

.mr-xs-40 {
  margin-right: 40px !important;
}

.ml-xs-45 {
  margin-left: 45px !important;
}

.mr-xs-45 {
  margin-right: 45px !important;
}

.ml-xs-50 {
  margin-left: 50px !important;
}

.mr-xs-50 {
  margin-right: 50px !important;
}

@media screen and (min-width: 640px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-105 {
    margin-top: 105px !important;
  }
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mt-md-115 {
    margin-top: 115px !important;
  }
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mt-md-125 {
    margin-top: 125px !important;
  }
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .mt-md-135 {
    margin-top: 135px !important;
  }
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .mt-md-145 {
    margin-top: 145px !important;
  }
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1440px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
}
/*---------- 1.6 Other ----------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

/* img */
.img-fluid img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: middle;
  border-style: none;
}

.youtube {
  position: relative;
  aspect-ratio: 16/9;
}
.youtube iframe, .youtube embed, .youtube object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------

	2. COLUMN

-------------------------------*/
.container {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto,
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}

.col-xs {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-xs-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-xs-0 {
  margin-left: 0;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

.order-xs-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-xs-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-xs-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-xs-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-xs-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-xs-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-xs-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-xs-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-xs-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-xs-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-xs-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-xs-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-xs-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-xs-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-xs-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

@media screen and (min-width: 640px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
/*-------------------------------

	3. LAYOUT

-------------------------------*/
.d-xs-none {
  display: none !important;
}

.d-xs-inline {
  display: inline !important;
}

.d-xs-inline-block {
  display: inline-block !important;
}

.d-xs-block {
  display: block !important;
}

.d-xs-table {
  display: table !important;
}

.d-xs-table-row {
  display: table-row !important;
}

.d-xs-table-cell {
  display: table-cell !important;
}

.d-xs-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-xs-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.flex-xs-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-xs-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-xs-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-xs-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-xs-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-xs-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-xs-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-xs-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-xs-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-xs-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-xs-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-xs-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-xs-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-xs-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-xs-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-xs-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-xs-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-xs-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-xs-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-xs-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-xs-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-xs-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-xs-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-xs-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-xs-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-xs-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-xs-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-xs-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-xs-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-xs-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-xs-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-xs-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-xs-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-xs-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-xs-25 {
  width: 25%;
}

.w-xs-33 {
  width: 33.33%;
}

.w-xs-50 {
  width: 50%;
}

.w-xs-75 {
  width: 75%;
}

.w-xs-100 {
  width: 100%;
}

.max-xs-width-100 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.h-auto {
  height: auto;
}

.mw-100 {
  max-width: 100%;
}

.text-justify {
  text-align: justify;
}

.text-wrap {
  white-space: normal;
}

.text-nowrap {
  white-space: nowrap;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-sm-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-sm-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-sm-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-sm-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-sm-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-sm-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-sm-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-sm-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-sm-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-sm-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-sm-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-sm-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-sm-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-sm-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-sm-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-sm-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-sm-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-sm-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-sm-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-sm-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-sm-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-33 {
    width: 33.33%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .max-sm-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-md-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-md-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-md-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-md-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-md-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-md-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-md-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-md-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-md-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-md-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-md-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-md-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-md-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-md-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-md-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-md-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-md-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-md-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-md-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-md-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-md-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-33 {
    width: 33.33%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-100 {
    width: 100%;
  }
  .max-md-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-lg-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-lg-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-lg-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-lg-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-lg-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-lg-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-lg-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-lg-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-lg-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-lg-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-lg-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-lg-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-lg-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-lg-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-lg-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-lg-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-lg-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-lg-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-lg-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-33 {
    width: 33.33%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .max-lg-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-xl-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-xl-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-xl-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-xl-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-xl-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-xl-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-xl-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-xl-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-xl-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-xl-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-xl-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-xl-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-xl-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-xl-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-xl-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-xl-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-xl-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-xl-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-xl-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-33 {
    width: 33.33%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .max-xl-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-xxl-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-xxl-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-xxl-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-xxl-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-xxl-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-xxl-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-xxl-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-xxl-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-xxl-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-xxl-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-xxl-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-xxl-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-xxl-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-xxl-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-xxl-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-xxl-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-xxl-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-xxl-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-xxl-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-xxl-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-xxl-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-xxl-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .w-xxl-25 {
    width: 25%;
  }
  .w-xxl-33 {
    width: 33.33%;
  }
  .w-xxl-50 {
    width: 50%;
  }
  .w-xxl-75 {
    width: 75%;
  }
  .w-xxl-100 {
    width: 100%;
  }
  .max-xxl-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-xxl-left {
    text-align: left;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
/*-------------------------------
	single-gutenberg-editor
-------------------------------*/
/* フロント側のカラーパレットの色を指定 */
.has-palette-black-background-color {
  background-color: #000 !important;
}

.has-palette-black-color {
  color: #000 !important;
}

.has-palette-white-background-color {
  background-color: #fff !important;
}

.has-palette-white-color {
  color: #fff !important;
}

.has-palette-primary-background-color {
  background-color: #333332 !important;
}

.has-palette-primary-color {
  color: #333332 !important;
}

.has-palette-secondary-background-color {
  background-color: #3DAA6D !important;
}

.has-palette-secondary-color {
  color: #3DAA6D !important;
}

.has-palette-color-01-background-color {
  background-color: #F2F2F0 !important;
}

.has-palette-color-01-color {
  color: #F2F2F0 !important;
}

.single .posts img[class*=wp-image-],
.single .posts img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.single .posts h2 {
  border-top: 2px solid #3DAA6D;
  border-bottom: 2px solid #3DAA6D;
  color: #333332;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 1.7em;
}
@media screen and (min-width: 768px) {
  .single .posts h2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .single .posts h2 {
    font-size: 19px;
  }
}
.single .posts h3 {
  background-color: rgba(61, 170, 109, 0.2);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 1.7em;
  padding: 10px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .posts h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .single .posts h3 {
    font-size: 17px;
  }
}
.single .posts h4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(60%, rgba(61, 170, 109, 0.2)));
  background: linear-gradient(transparent 65%, rgba(61, 170, 109, 0.2) 60%);
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .single .posts h4 {
    font-size: 16px;
  }
}
.single .posts h4::after {
  content: "";
  display: block;
  margin-bottom: 1.5em;
}
.single .posts p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.single .posts p a {
  color: #0366D6;
  text-decoration: underline;
}
.single .posts p.has-background {
  padding: 1.25em 1.5em;
}
.single .posts ul {
  list-style: disc;
  padding-left: 1.25em;
}
.single .posts ul li {
  list-style: inherit;
}
.single .posts ol {
  list-style: decimal;
  padding-left: 1.25em;
}
.single .posts ol li {
  list-style: inherit;
}
.single .posts .wp-block-image .alignleft, .single .posts .wp-block-image .aligncenter, .single .posts .wp-block-image .alignright {
  display: table;
}
.single .posts .wp-block-site-logo.alignleft {
  text-align: left;
}
.single .posts .wp-block-site-logo.aligncenter {
  text-align: center;
}
.single .posts .wp-block-site-logo.alignright {
  text-align: right;
}
.single .posts .wp-block-quote {
  position: relative;
  padding: 30px 20px 20px 20px;
  background: #fff;
  border: 3px solid #3DAA6D;
  color: #333332;
}
@media screen and (min-width: 768px) {
  .single .posts .wp-block-quote {
    padding: 40px 20px 20px 20px;
  }
}
.single .posts .wp-block-quote::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #3DAA6D;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .single .posts .wp-block-quote::before {
    font-size: 28px;
  }
}
.single .posts .wp-block-quote::after {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #3DAA6D;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .single .posts .wp-block-quote::after {
    font-size: 28px;
  }
}
.single .posts .wp-block-quote p {
  margin: 20px;
}
.single .posts .wp-block-quote cite {
  font-size: 13px;
  text-align: left;
  color: #aaa;
  font-style: italic;
}
.single .posts .wp-block-quote cite::before {
  content: "引用元:";
  color: inherit;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-right: 5px;
}
.single .posts .wp-block-code {
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #f8f8f8;
  border: 1px solid #d9ddda;
  overflow: auto;
  padding: 15px 25px;
  border-radius: 3px;
  margin-top: 20px;
  display: block;
  line-height: 1.5;
}
.single .posts .wp-block-preformatted {
  color: #333332;
  background: #f8f8f8;
  border-left: #333332 solid 5px;
  line-height: 1.5;
  padding: 15px 25px;
}
.single .posts .wp-block-pullquote {
  border-top: #333332 4px solid;
  border-bottom: #333332 4px solid;
}
.single .posts .wp-block-image.is-style-rounded img {
  border-radius: 15px;
}
.single .posts .wp-block-file__button {
  color: #fff;
  text-decoration: none;
}
.single .posts .blocks-gallery-grid {
  list-style: none;
  padding-left: 0;
}
.single .posts .wp-block-cover {
  padding: 1em 2em;
}
.single .posts .wp-block-cover img {
  height: 100%;
}
.single .posts .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.single .posts .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .posts .wp-block-button a {
  text-decoration: inherit;
}

/*-------------------------------
	ヘッダー
-------------------------------*/
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 75px;
  }
}

.js-fixedNav {
  background: #F2F2F0;
}

.js-changeBg {
  background: #F2F2F0;
}

/* ハンバーガー */
#toggleMenu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  z-index: 9000;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  #toggleMenu {
    width: 75px;
    height: 75px;
    right: 20px;
  }
}
#toggleMenu:focus {
  outline: none;
}

#toggleMenu span {
  display: inline-block;
  height: 2px;
  background-color: #F2F2F0;
  position: absolute;
  left: 50%;
  z-index: 9000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#toggleMenu span:first-of-type {
  width: 32px;
  top: 25px;
}
@media screen and (min-width: 1200px) {
  #toggleMenu span:first-of-type {
    top: 32px;
  }
}

#toggleMenu span:nth-of-type(2) {
  width: 32px;
  top: 33px;
}
@media screen and (min-width: 1200px) {
  #toggleMenu span:nth-of-type(2) {
    top: 40px;
  }
}

#toggleMenu.js-active span:first-of-type,
#toggleMenu.js-active span:nth-of-type(2) {
  background-color: #F2F2F0;
  margin: auto;
}

#toggleMenu.js-active span:first-of-type {
  -webkit-transform: translateX(-50%) translateY(4px) rotate(30deg);
      -ms-transform: translateX(-50%) translateY(4px) rotate(30deg);
          transform: translateX(-50%) translateY(4px) rotate(30deg);
}

#toggleMenu.js-active span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) translateY(-4px) rotate(-30deg);
      -ms-transform: translateX(-50%) translateY(-4px) rotate(-30deg);
          transform: translateX(-50%) translateY(-4px) rotate(-30deg);
}

.js-fixedNav #toggleMenu span {
  background-color: #333332;
}

.overlayMenu {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
}
.overlayMenu .wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}

/* PC */
.header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 25px;
}
@media screen and (min-width: 1440px) {
  .header-pc {
    padding-left: 2%;
  }
}
.header-pc .logo a img {
  max-width: 151px;
}
.header-pc .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 105px;
}
.header-pc .navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-pc .navi > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  position: relative;
}
.header-pc .navi > ul > li > a {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 0 18px;
}
@media (any-hover: hover) {
  .header-pc .navi > ul > li > a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.header-pc .navi > ul > li.btn {
  margin-left: 18px;
}
.header-pc .navi > ul > li.btn a {
  border: 1px solid #F2F2F0;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
  height: 32px;
}
.header-pc--02 #toggleMenu span {
  background-color: #333332;
}
.header-pc--02 .navi > ul > li > a {
  color: #333332;
}
.header-pc--02 .navi > ul > li.btn a {
  border: 1px solid #333332;
}
.header-pc .overlayMenu .wrapper {
  background: url(../../../assets/images/overlayMenu-bg.jpg) no-repeat;
  background: url(../../../assets/images/overlayMenu-bg.webp) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.header-pc .overlayMenu .txt01 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.header-pc .overlayMenu .txt02 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.header-pc .overlayMenu__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .header-pc .overlayMenu__conts {
    -ms-grid-columns: 38% 18px 1fr;
    grid-template-columns: 38% 1fr;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .header-pc .overlayMenu__conts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.header-pc .overlayMenu__conts__left .catch {
  color: #F2F2F0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1200px) {
  .header-pc .overlayMenu__conts__left .catch {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .header-pc .overlayMenu__conts__left .catch {
    font-size: 16px;
  }
}
.header-pc .overlayMenu__conts__left .logo a img {
  max-width: 218.4px;
}
@media screen and (min-width: 768px) {
  .header-pc .overlayMenu__conts__left .logo a img {
    max-width: 245.7px;
  }
}
@media screen and (min-width: 1024px) {
  .header-pc .overlayMenu__conts__left .logo a img {
    max-width: 273px;
  }
}
.header-pc .overlayMenu__conts__left .company .info li:nth-child(n+2) {
  margin-top: 8px;
}
.header-pc .overlayMenu__conts__left .company .info li span {
  display: inline-block;
  width: 55px;
}
.header-pc .overlayMenu__conts__left .company .sns li {
  display: inline-block;
  margin-right: 15px;
}
.header-pc .overlayMenu__conts__left .company .sns li a img {
  width: 24px;
  height: 24px;
}
.header-pc .overlayMenu__conts__left .barehaus::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 12px;
  height: 1px;
  margin: 25px 0;
}
.header-pc .overlayMenu__conts__left .barehaus .info li:nth-child(n+2) {
  margin-top: 8px;
}
.header-pc .overlayMenu__conts__left .barehaus .info li span {
  display: inline-block;
  width: 55px;
}
.header-pc .overlayMenu__conts__left .barehaus .link-blank {
  text-decoration: underline;
}
.header-pc .overlayMenu__conts__left .barehaus .link-blank::after {
  content: "";
  background: url(../../../assets/images/icon-blank-white.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.header-pc .overlayMenu__conts__right .parents a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.header-pc .overlayMenu__conts__right .child01 {
  margin-left: 1em;
}
.header-pc .overlayMenu__conts__right .child01 a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.header-pc .overlayMenu__conts__right .child02 {
  margin-left: 1.7em;
}
.header-pc .overlayMenu__conts__right .child02 li {
  padding-left: 1.2em;
  position: relative;
  margin-top: 8px;
}
.header-pc .overlayMenu__conts__right .child02 li:before {
  content: "・";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.header-pc .overlayMenu__conts__right .child02 li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.header-pc .overlayMenu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .header-pc .overlayMenu__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header-pc .overlayMenu__bottom__copy {
  color: #F2F2F0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .header-pc .overlayMenu__bottom__copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-pc .overlayMenu__bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .header-pc .overlayMenu__bottom__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header-pc .overlayMenu__bottom__nav .link:not(:last-of-type) {
  margin-right: 4em;
}
.header-pc .overlayMenu__bottom__nav .link a {
  color: #F2F2F0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: underline;
  position: relative;
}
.header-pc .overlayMenu__bottom__nav .link a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
}

.js-fixedNav .header-pc .navi ul li a {
  color: #333332;
}
@media (any-hover: hover) {
  .js-fixedNav .header-pc .navi ul li:hover a {
    color: #3DAA6D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.js-fixedNav .header-pc .navi ul li.btn a {
  border: 1px solid #333332;
}
@media (any-hover: hover) {
  .js-fixedNav .header-pc .navi ul li.btn:hover a {
    border: 1px solid #3DAA6D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* SP */
.header-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 15px;
}
.header-sp .logo a img {
  max-width: 137px;
}
.header-sp .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 62px;
}
.header-sp .navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-sp .navi > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: relative;
}
.header-sp .navi > ul > li > a {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 0 18px;
}
@media (any-hover: hover) {
  .header-sp .navi > ul > li > a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.header-sp .navi > ul > li.btn {
  margin-left: 18px;
}
.header-sp .navi > ul > li.btn a {
  border: 1px solid #F2F2F0;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
  height: 32px;
}
.header-sp--02 #toggleMenu span {
  background-color: #333332;
}
.header-sp--02 .navi > ul > li > a {
  color: #333332;
}
.header-sp--02 .navi > ul > li.btn a {
  border: 1px solid #333332;
}
.header-sp .overlayMenu .wrapper {
  background-color: #333332;
}
.header-sp .overlayMenu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 15px;
}
.header-sp .overlayMenu__header__logo a img {
  max-width: 137px;
}
.header-sp .overlayMenu__header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 62px;
}
.header-sp .overlayMenu__header__navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-sp .overlayMenu__header__navi > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: relative;
}
.header-sp .overlayMenu__header__navi > ul > li > a {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 0 18px;
}
@media (any-hover: hover) {
  .header-sp .overlayMenu__header__navi > ul > li > a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.header-sp .overlayMenu__header__navi > ul > li.btn {
  margin-left: 18px;
}
.header-sp .overlayMenu__header__navi > ul > li.btn a {
  border: 1px solid #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
  height: 32px;
}
.header-sp .overlayMenu__main {
  padding-top: 25px;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header-sp .overlayMenu__main {
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .header-sp .overlayMenu__main {
    max-width: 50%;
  }
}
.header-sp .overlayMenu__main .parents a, .header-sp .overlayMenu__main .parents span {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 15px 0;
}
.header-sp .overlayMenu__main .child01 {
  margin-left: 2em;
}
.header-sp .overlayMenu__main .child01 a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 10px 0;
}
.header-sp .overlayMenu__main .child02 {
  margin-left: 2.8em;
}
.header-sp .overlayMenu__main .child02 li {
  padding-left: 1.3em;
  margin-top: 8px;
  position: relative;
}
.header-sp .overlayMenu__main .child02 li:before {
  content: "・";
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}
.header-sp .overlayMenu__main .child02 li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 5px 0;
}
.header-sp .overlayMenu__main .btn-secondary a {
  max-width: 100%;
}
.header-sp .overlayMenu__main .accordion-header {
  cursor: pointer;
  position: relative;
}
.header-sp .overlayMenu__main .accordion-header::after {
  content: "";
  background: url(../../../assets/images/icon-accordion-plus-white.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.header-sp .overlayMenu__main .accordion-header.open::after {
  content: "";
  background: url(../../../assets/images/icon-accordion-minus-white.svg) no-repeat;
  background-size: contain;
}
.header-sp .overlayMenu__main .accordion-inner {
  display: none;
  padding-bottom: 10px;
}
.header-sp .overlayMenu__sub {
  padding-bottom: 40px;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header-sp .overlayMenu__sub {
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .header-sp .overlayMenu__sub {
    max-width: 50%;
  }
}
.header-sp .overlayMenu__sub::before {
  content: "";
  background-color: #F2F2F0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 60px auto;
}
.header-sp .overlayMenu__sub .catch {
  color: #F2F2F0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.header-sp .overlayMenu__sub .logo a img {
  max-width: 273px;
}
.header-sp .overlayMenu__sub .txt01 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.header-sp .overlayMenu__sub .txt02 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.header-sp .overlayMenu__sub .company .info li:nth-child(n+2) {
  margin-top: 8px;
}
.header-sp .overlayMenu__sub .company .info li span {
  display: inline-block;
  width: 55px;
}
.header-sp .overlayMenu__sub .company .info li a {
  color: #fff !important;
}
.header-sp .overlayMenu__sub .company .sns li {
  display: inline-block;
  margin-right: 15px;
}
.header-sp .overlayMenu__sub .company .sns li a img {
  width: 24px;
  height: 24px;
}
.header-sp .overlayMenu__sub .barehaus::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 12px;
  height: 1px;
  margin: 25px 0;
}
.header-sp .overlayMenu__sub .barehaus .info li:nth-child(n+2) {
  margin-top: 8px;
}
.header-sp .overlayMenu__sub .barehaus .info li span {
  display: inline-block;
  width: 55px;
}
.header-sp .overlayMenu__sub .barehaus .info li a {
  color: #fff !important;
}
.header-sp .overlayMenu__sub .barehaus .link-blank {
  text-decoration: underline;
}
.header-sp .overlayMenu__sub .barehaus .link-blank::after {
  content: "";
  background: url(../../../assets/images/icon-blank-white.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.header-sp .overlayMenu__sub .link:not(:last-of-type) {
  margin-right: 4em;
}
.header-sp .overlayMenu__sub .link a {
  color: #F2F2F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: underline;
  position: relative;
}
.header-sp .overlayMenu__sub .link a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
}
.header-sp .overlayMenu__sub .copy {
  color: #F2F2F0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.js-fixedNav .header-sp .navi ul li a {
  color: #333332;
}
@media (any-hover: hover) {
  .js-fixedNav .header-sp .navi ul li:hover a {
    color: #3DAA6D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.js-fixedNav .header-sp .navi ul li.btn a {
  border: 1px solid #333332;
}
@media (any-hover: hover) {
  .js-fixedNav .header-sp .navi ul li.btn:hover a {
    border: 1px solid #3DAA6D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*-------------------------------
	フッター
-------------------------------*/
.footer {
  background-color: #333332;
  color: #F2F2F0;
  padding: 60px 0 20px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 80px 0 40px;
  }
}
.footer .txt01 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.footer .txt02 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.footer__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .footer__conts {
    -ms-grid-columns: 38% 18px 1fr;
    grid-template-columns: 38% 1fr;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__conts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__conts__left .catch {
  color: #F2F2F0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1200px) {
  .footer__conts__left .catch {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__conts__left .catch {
    font-size: 16px;
  }
}
.footer__conts__left .logo a img {
  max-width: 218.4px;
}
@media screen and (min-width: 768px) {
  .footer__conts__left .logo a img {
    max-width: 245.7px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__conts__left .logo a img {
    max-width: 273px;
  }
}
.footer__conts__left .company .info li:nth-child(n+2) {
  margin-top: 8px;
}
.footer__conts__left .company .info li span {
  display: inline-block;
  width: 55px;
}
.footer__conts__left .company .info li a {
  color: #fff !important;
}
.footer__conts__left .company .sns li {
  display: inline-block;
  margin-right: 15px;
}
.footer__conts__left .company .sns li a img {
  width: 24px;
  height: 24px;
}
.footer__conts__left .barehaus::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 12px;
  height: 1px;
  margin: 25px 0;
}
.footer__conts__left .barehaus .info li:nth-child(n+2) {
  margin-top: 8px;
}
.footer__conts__left .barehaus .info li span {
  display: inline-block;
  width: 55px;
}
.footer__conts__left .barehaus .info li a {
  color: #fff !important;
}
.footer__conts__left .barehaus .link-blank {
  text-decoration: underline;
}
.footer__conts__left .barehaus .link-blank::after {
  content: "";
  background: url(../../../assets/images/icon-blank-white.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.footer__conts__right .parents a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.footer__conts__right .child01 {
  margin-left: 1em;
}
.footer__conts__right .child01 a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.footer__conts__right .child02 {
  margin-left: 1.7em;
}
.footer__conts__right .child02 li {
  padding-left: 1.2em;
  position: relative;
  margin-top: 8px;
}
.footer__conts__right .child02 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.footer__conts__right .child02 li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__bottom__copy {
  color: #F2F2F0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .footer__bottom__copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .footer__bottom__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__bottom__nav .link:not(:last-of-type) {
  margin-right: 4em;
}
.footer__bottom__nav .link a {
  color: #F2F2F0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: underline;
  position: relative;
}
.footer__bottom__nav .link a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
}

/*-------------------------------
	TOPメインビジュアル
-------------------------------*/
.top__mv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.top__mv .catch {
  color: #fff;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 50%;
  left: 8.33%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.top__mv .catch .jp {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.13em;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .top__mv .catch .jp {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .top__mv .catch .jp {
    font-size: 32px;
  }
}
.top__mv .catch .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.66;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.top__mv__slider .contents {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.top__mv__slider .contents01 {
  background: url(../../../assets/images/top__mv-contents01-sm.jpg) no-repeat center;
  background: url(../../../assets/images/top__mv-contents01-sm.webp) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents01 {
    background: url(../../../assets/images/top__mv-contents01-lg.jpg) no-repeat center;
    background: url(../../../assets/images/top__mv-contents01-lg.webp) no-repeat center;
    background-size: cover;
  }
}
.top__mv__slider .contents02 {
  background: url(../../../assets/images/top__mv-contents02-sm.jpg) no-repeat center;
  background: url(../../../assets/images/top__mv-contents02-sm.webp) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents02 {
    background: url(../../../assets/images/top__mv-contents02-lg.jpg) no-repeat center;
    background: url(../../../assets/images/top__mv-contents02-lg.webp) no-repeat center;
    background-size: cover;
  }
}
.top__mv__slider .contents03 {
  background: url(../../../assets/images/top__mv-contents03-sm.jpg) no-repeat center;
  background: url(../../../assets/images/top__mv-contents03-sm.webp) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents03 {
    background: url(../../../assets/images/top__mv-contents03-lg.jpg) no-repeat center;
    background: url(../../../assets/images/top__mv-contents03-lg.webp) no-repeat center;
    background-size: cover;
  }
}
.top__mv__slider .contents04 {
  background: url(../../../assets/images/top__mv-contents04-sm.jpg) no-repeat center;
  background: url(../../../assets/images/top__mv-contents04-sm.webp) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents04 {
    background: url(../../../assets/images/top__mv-contents04-lg.jpg) no-repeat center;
    background: url(../../../assets/images/top__mv-contents04-lg.webp) no-repeat center;
    background-size: cover;
  }
}

/*-------------------------------
	下層メインビジュアル
-------------------------------*/
.mv-hello {
  background: url(../../../assets/images/mv-hello.jpg) no-repeat center;
  background-size: cover;
}

.mv-story {
  background: url(../../../assets/images/mv-story.jpg) no-repeat center;
  background-size: cover;
}

.mv-service {
  background: url(../../../assets/images/mv-service.jpg) no-repeat center;
  background-size: cover;
}

.mv-house {
  background: url(../../../assets/images/mv-house.jpg) no-repeat center;
  background-size: cover;
}

.mv-support {
  background: url(../../../assets/images/mv-support.jpg) no-repeat center;
  background-size: cover;
}

.mv-reform {
  background: url(../../../assets/images/mv-reform.jpg) no-repeat center;
  background-size: cover;
}

.mv-renovation {
  background: url(../../../assets/images/mv-renovation.jpg) no-repeat center;
  background-size: cover;
}

.mv-furniture-garden {
  background: url(../../../assets/images/mv-furniture-garden.jpg) no-repeat center;
  background-size: cover;
}

.mv-wooden-building {
  background: url(../../../assets/images/mv-wooden-building.jpg) no-repeat center;
  background-size: cover;
}

.mv-showroom {
  background: url(../../../assets/images/mv-showroom.jpg) no-repeat center;
  background-size: cover;
}

.mv-works {
  background: url(../../../assets/images/mv-works.jpg) no-repeat center;
  background-size: cover;
}

.mv-event {
  background: url(../../../assets/images/mv-event.jpg) no-repeat center;
  background-size: cover;
}

.mv-about {
  background: url(../../../assets/images/mv-about.jpg) no-repeat center;
  background-size: cover;
}

.mv-staff {
  background: url(../../../assets/images/mv-staff.jpg) no-repeat center;
  background-size: cover;
}

.mv-blog {
  background: url(../../../assets/images/mv-blog.jpg) no-repeat center;
  background-size: cover;
}

.page-mv-pt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 220px;
  padding-bottom: 4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv-pt1 {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt1 {
    height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt1 {
    height: 100vh;
    height: 100svh;
  }
}
.page-mv-pt1 .ttl .jp {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 1.8em;
  position: relative;
}
.page-mv-pt1 .ttl .jp::before {
  content: "";
  background: url(../../../assets/images/icon-diagonal.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.page-mv-pt1 .ttl .en {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt1 .ttl .en {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt1 .ttl .en {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt1 .ttl .en {
    font-size: 40px;
  }
}

.page-mv-pt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 190px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv-pt2 {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt2 {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt2 {
    height: 270px;
  }
}
.page-mv-pt2 .ttl .jp {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 1.8em;
  position: relative;
}
.page-mv-pt2 .ttl .jp::before {
  content: "";
  background: url(../../../assets/images/icon-diagonal.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.page-mv-pt2 .ttl .en {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt2 .ttl .en {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt2 .ttl .en {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt2 .ttl .en {
    font-size: 40px;
  }
}

.page-mv-pt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 110px;
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt3 {
    height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt3 {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt3 {
    height: 190px;
  }
}
.page-mv-pt3 .ttl .jp {
  color: #9B9B9B;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 1.8em;
  position: relative;
}
.page-mv-pt3 .ttl .jp::before {
  content: "";
  background: url(../../../assets/images/icon-diagonal.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.page-mv-pt3 .ttl .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt3 .ttl .en {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt3 .ttl .en {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt3 .ttl .en {
    font-size: 40px;
  }
}

/*-------------------------------
	レイアウト
-------------------------------*/
.l-inner-col10 {
  width: 100%;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-col8 {
  width: 100%;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}

/* 背景色あり */
.l-bg-color04 {
  background-color: #E8E8E3;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-bg-color04 {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-color04 {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-bg-color04 {
    padding: 120px 0;
  }
}

.l-bg-illust {
  background-color: #E8E8E3;
  border-radius: 8px;
  padding: 35px;
}
.l-bg-illust .half {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .l-bg-illust .half {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .l-bg-illust .half .arrow-lg {
    position: relative;
  }
  .l-bg-illust .half .arrow-lg::after {
    content: "";
    background: url(../../../assets/images/arrow-l-bg-illust.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 15px;
    position: absolute;
    right: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-bg-illust .half .arrow-sp {
  position: relative;
}
.l-bg-illust .half .arrow-sp::after {
  content: "";
  background: url(../../../assets/images/arrow-l-bg-illust.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 50%;
  bottom: -38px;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .l-bg-illust .half .arrow-sp::after {
    content: none;
  }
}

/* リンクバナー */
.l-link-pt01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  width: 100%;
  height: 460px;
}
@media screen and (min-width: 768px) {
  .l-link-pt01 a {
    height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt01 a {
    padding: 32px;
    height: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt01 a {
    height: 480px;
  }
}
.l-link-pt01 a .num {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.l-link-pt01 a .ttl {
  text-align: right;
}
.l-link-pt01 a .ttl .jp {
  color: #F2F2F0;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.l-link-pt01 a .ttl .en {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-link-pt01 a .ttl .en {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt01 a .ttl .en {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt01 a .ttl .en {
    font-size: 28px;
  }
}
.l-link-pt01--custom a {
  background: url(../../../assets/images/bg-link-pt01--custom.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt01--support a {
  background: url(../../../assets/images/bg-link-pt01--support.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt01--reform a {
  background: url(../../../assets/images/bg-link-pt01--reform.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt01--renovation a {
  background: url(../../../assets/images/bg-link-pt01--renovation.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt01--garden a {
  background: url(../../../assets/images/bg-link-pt01--garden.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt01--wood a {
  background: url(../../../assets/images/bg-link-pt01--wood.jpg) no-repeat center;
  background-size: cover;
}

.l-link-pt02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  width: 100%;
  height: 400px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .l-link-pt02 a {
    padding: 32px;
    height: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt02 a {
    height: 490px;
  }
}
.l-link-pt02 a .num {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.l-link-pt02 a .ttl {
  color: #F2F2F0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-link-pt02 a .ttl {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt02 a .ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt02 a .ttl {
    font-size: 24px;
  }
}
.l-link-pt02 a .txt {
  color: #F2F2F0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .l-link-pt02 a .txt {
    font-size: 14px;
    line-height: 1.85;
  }
}
.l-link-pt02 a .txt-arrow {
  color: #F2F2F0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .l-link-pt02 a .txt-arrow {
    margin-top: 30px;
  }
}
.l-link-pt02 a .txt-arrow::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  .l-link-pt02:hover a {
    -webkit-filter: brightness(85%);
            filter: brightness(85%);
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
}
.l-link-pt02--plan a {
  background: url(../../../assets/images/bg-link-pt02--plan.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--design a {
  background: url(../../../assets/images/bg-link-pt02--design.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--insulation a {
  background: url(../../../assets/images/bg-link-pt02--insulation.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--earthquake-resistant a {
  background: url(../../../assets/images/bg-link-pt02--earthquake-resistant.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--quality a {
  background: url(../../../assets/images/bg-link-pt02--quality.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--care a {
  background: url(../../../assets/images/bg-link-pt02--care.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--care02 a {
  background: url(../../../assets/images/bg-link-pt02--care02.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--consult a {
  background: url(../../../assets/images/bg-link-pt02--consult.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt02--tsudoi a {
  background: url(../../../assets/images/bg-link-pt02--tsudoi.jpg) no-repeat center;
  background-size: cover;
}

.l-link-pt03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .l-link-pt03 a {
    height: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt03 a {
    padding: 32px;
    height: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt03 a {
    height: 326px;
  }
}
.l-link-pt03 a .num {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.l-link-pt03 a .ttl {
  color: #F2F2F0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-link-pt03 a .ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt03 a .ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt03 a .ttl {
    font-size: 24px;
  }
}
.l-link-pt03 a .guide {
  color: #F2F2F0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.l-link-pt03 a .guide::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.l-link-pt03--story a {
  background: url(../../../assets/images/bg-link-pt03--story.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt03--staff a {
  background: url(../../../assets/images/bg-link-pt03--staff.jpg) no-repeat center;
  background-size: cover;
}

.l-link-pt04 {
  border-bottom: 1px solid #F2F2F0;
}
.l-link-pt04 a {
  display: block;
  padding: 25px 0 20px;
  width: 100%;
  height: 160px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 768px) {
  .l-link-pt04 a {
    height: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt04 a {
    padding: 30px 0 25px;
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt04 a {
    height: 340px;
  }
}
.l-link-pt04 a .container {
  height: 100%;
}
.l-link-pt04 a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.l-link-pt04 a .num {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.l-link-pt04 a .divide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-link-pt04 a .divide .ttl .jp {
  color: #F2F2F0;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.l-link-pt04 a .divide .ttl .en {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-link-pt04 a .divide .ttl .en {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt04 a .divide .ttl .en {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt04 a .divide .ttl .en {
    font-size: 28px;
  }
}
.l-link-pt04 a .divide .txt-arrow {
  color: #F2F2F0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .l-link-pt04 a .divide .txt-arrow {
    margin-top: 30px;
  }
}
.l-link-pt04 a .divide .txt-arrow::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  .l-link-pt04:hover a {
    -webkit-filter: brightness(85%);
            filter: brightness(85%);
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
}
.l-link-pt04--custom a {
  background: url(../../../assets/images/bg-link-pt04--custom.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt04--support a {
  background: url(../../../assets/images/bg-link-pt04--support.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt04--reform a {
  background: url(../../../assets/images/bg-link-pt04--reform.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt04--renovation a {
  background: url(../../../assets/images/bg-link-pt04--renovation.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt04--garden a {
  background: url(../../../assets/images/bg-link-pt04--garden.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt04--wood a {
  background: url(../../../assets/images/bg-link-pt04--wood.jpg) no-repeat center;
  background-size: cover;
}

.l-link-pt05 {
  border-bottom: 1px solid #F2F2F0;
}
.l-link-pt05 a {
  display: block;
  padding: 25px 0 20px;
  width: 100%;
  height: 360px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 768px) {
  .l-link-pt05 a {
    height: 340px;
    padding: 40px 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt05 a {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt05 a {
    height: 454px;
  }
}
.l-link-pt05 a .container {
  height: 100%;
}
.l-link-pt05 a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.l-link-pt05 a .num {
  color: #F2F2F0;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.l-link-pt05 a .divide .ttl {
  color: #F2F2F0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-link-pt05 a .divide .ttl {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .l-link-pt05 a .divide .ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .l-link-pt05 a .divide .ttl {
    font-size: 24px;
  }
}
.l-link-pt05 a .divide .txt {
  color: #F2F2F0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .l-link-pt05 a .divide .txt {
    font-size: 14px;
    line-height: 1.85;
  }
}
.l-link-pt05 a .divide .txt-arrow {
  color: #F2F2F0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .l-link-pt05 a .divide .txt-arrow {
    margin-top: 30px;
  }
}
.l-link-pt05 a .divide .txt-arrow::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media (any-hover: hover) {
  .l-link-pt05:hover a {
    -webkit-filter: brightness(85%);
            filter: brightness(85%);
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
}
.l-link-pt05--plan a {
  background: url(../../../assets/images/bg-link-pt05--plan.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--design a {
  background: url(../../../assets/images/bg-link-pt05--design.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--insulation a {
  background: url(../../../assets/images/bg-link-pt05--insulation.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--earthquake-resistant a {
  background: url(../../../assets/images/bg-link-pt05--earthquake-resistant.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--quality a {
  background: url(../../../assets/images/bg-link-pt05--quality.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--care a {
  background: url(../../../assets/images/bg-link-pt05--care.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--care02 a {
  background: url(../../../assets/images/bg-link-pt05--care02.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--consult a {
  background: url(../../../assets/images/bg-link-pt05--consult.jpg) no-repeat center;
  background-size: cover;
}
.l-link-pt05--tsudoi a {
  background: url(../../../assets/images/bg-link-pt05--tsudoi.jpg) no-repeat center;
  background-size: cover;
}

/* スライダー */
.slider-service .slick-list {
  overflow: visible;
}
.slider-service .slick-slide {
  padding: 0 4px;
  overflow: visible;
}

.slider-kodawari .slick-list {
  overflow: visible;
}
.slider-kodawari .slick-slide {
  padding: 0 4px;
  overflow: visible;
}

/* パーティションイメージ */
.l-partition-img {
  width: 100%;
  height: 140px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-partition-img {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .l-partition-img {
    height: 285px;
  }
}
@media screen and (min-width: 1200px) {
  .l-partition-img {
    height: 400px;
  }
}
.l-partition-img--top01 {
  background: url(../../../assets/images/l-partition-img--top01.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--top02 {
  background: url(../../../assets/images/l-partition-img--top02.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--hello01 {
  background: url(../../../assets/images/l-partition-img--hello01.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--care01 {
  background: url(../../../assets/images/l-partition-img--care01.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--plan01 {
  background: url(../../../assets/images/l-partition-img--plan01.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--design01 {
  background: url(../../../assets/images/l-partition-img--design01.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--insulation01 {
  background: url(../../../assets/images/l-partition-img--insulation01.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--earthquake-resistant01 {
  background: url(../../../assets/images/l-partition-img--earthquake-resistant01.jpg) no-repeat center;
  background-size: cover;
}
.l-partition-img--quality01 {
  background: url(../../../assets/images/l-partition-img--quality01.jpg) no-repeat center;
  background-size: cover;
}

/* バナー */
.bnr-contact-reform,
.bnr-contact-building,
.bnr-contact-showroom {
  text-align: center;
}
.bnr-contact-reform img,
.bnr-contact-building img,
.bnr-contact-showroom img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .bnr-contact-reform img,
  .bnr-contact-building img,
  .bnr-contact-showroom img {
    max-width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .bnr-contact-reform img,
  .bnr-contact-building img,
  .bnr-contact-showroom img {
    max-width: 100%;
  }
}

/*-------------------------------
	widget
-------------------------------*/
.widget-area .widget-container > h3 {
  color: #9B9B9B;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.widget-area .widget-container > h3::before {
  content: "";
  background: url(../../../assets/images/icon-diagonal.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 12px;
  margin-bottom: 3px;
}
.widget-area .widget-container > ul {
  margin-top: 20px;
}
.widget-area .widget-container > ul > li {
  margin-top: 12px;
}
.widget-area .widget-container > ul > li a {
  color: #333332;
  border: 1px solid #333332;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: 100%;
  height: 38px;
}

.bnr-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 768px) {
  .bnr-area {
    display: block;
  }
}

/*-------------------------------
	include-footer-contact
-------------------------------*/
.include-footer-contact {
  background: url(../../../assets/images/include-footer-contact-bg.jpg) no-repeat center;
  background: url(../../../assets/images/include-footer-contact-bg.webp) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .include-footer-contact {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .include-footer-contact {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .include-footer-contact {
    padding: 100px 0;
  }
}
.include-footer-contact::after {
  content: "";
  background: url(../../../assets/images/include-footer-contact-img01.png) no-repeat center;
  background-size: cover;
  display: block;
  width: 65%;
  height: 37%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .include-footer-contact::after {
    width: 50%;
    height: 100%;
  }
}
.include-footer-contact .ttl01 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.include-footer-contact .ttl01::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 12px;
  height: 1px;
  margin: 10px 0 6px;
}
.include-footer-contact .txt01 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

/*-------------------------------
	include-biography
-------------------------------*/
.include-biography {
  background: url(../../../assets/images/include-biography-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .include-biography {
    background: url(../../../assets/images/include-biography-bg.jpg) no-repeat center left;
    background-size: cover;
  }
}
.include-biography__inner {
  background-color: #F2F2F0;
  padding: 50px 0;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .include-biography__inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .include-biography__inner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .include-biography__inner {
    padding: 120px 0;
    max-width: 994px;
  }
}
.include-biography__inner .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .include-biography__inner .contents {
    -ms-grid-columns: 60.7% 36px 1fr;
    grid-template-columns: 60.7% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 0;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .include-biography__inner .contents {
    padding: 0 100px;
  }
}
.include-biography__inner .contents .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .include-biography__inner .contents .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.include-biography__inner .contents .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .include-biography__inner .contents .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*-------------------------------
	include-youtube
-------------------------------*/
.include-youtube__inner {
  background: url(../../../assets/images/include-youtube-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 25px 45px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .include-youtube__inner {
    padding: 50px 80px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .include-youtube__inner {
    padding: 50px 100px 60px;
  }
}
.include-youtube__inner .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 35px;
}
@media screen and (min-width: 1024px) {
  .include-youtube__inner .contents {
    -ms-grid-columns: 58% 36px 1fr;
    grid-template-columns: 58% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*-------------------------------
	include-showroom
-------------------------------*/
.include-showroom {
  background: url(../../../assets/images/include-showroom-bg.jpg) no-repeat center;
  background: url(../../../assets/images/include-showroom-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.include-showroom__inner {
  background-color: #fff;
  padding: 50px 30px;
  max-width: 80%;
  height: inherit;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .include-showroom__inner {
    padding: 70px 60px;
    max-width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .include-showroom__inner {
    padding: 80px 60px;
    max-width: 582px;
  }
}
@media screen and (min-width: 1200px) {
  .include-showroom__inner {
    padding: 110px 100px;
  }
}
.include-showroom__inner .logo {
  text-align: center;
}
.include-showroom__inner .logo img {
  max-width: 72.8px;
}
@media screen and (min-width: 768px) {
  .include-showroom__inner .logo img {
    max-width: 83.2px;
  }
}
@media screen and (min-width: 1024px) {
  .include-showroom__inner .logo img {
    max-width: 93.6px;
  }
}
@media screen and (min-width: 1200px) {
  .include-showroom__inner .logo img {
    max-width: 104px;
  }
}

/*-------------------------------
	テキスト
-------------------------------*/
.display-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.28;
  letter-spacing: 0.08em;
}

.display-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.08em;
}

.display-4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}

.link-txt a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.link-txt a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.link-txt-blank a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.link-txt-blank a::after {
  content: "";
  background: url(../../../assets/images/icon-blank.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

/*-------------------------------
	タイトル
-------------------------------*/
.ttl-block-primary .jp {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 1.8em;
  position: relative;
}
.ttl-block-primary .jp::before {
  content: "";
  background: url(../../../assets/images/icon-diagonal.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.ttl-block-primary .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ttl-block-primary .en {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block-primary .en {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-block-primary .en {
    font-size: 40px;
  }
}
.ttl-block-primary--white .jp {
  color: #fff;
}
.ttl-block-primary--white .en {
  color: #fff;
}

.ttl-block-secondary .jp {
  color: #9B9B9B;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 1.8em;
  position: relative;
}
.ttl-block-secondary .jp::before {
  content: "";
  background: url(../../../assets/images/icon-diagonal.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.ttl-block-secondary .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ttl-block-secondary .en {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block-secondary .en {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-block-secondary .en {
    font-size: 28px;
  }
}
.ttl-block-secondary--white .jp {
  color: #fff;
}
.ttl-block-secondary--white .en {
  color: #fff;
}

.ttl-block-center .en {
  color: #333332;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl-block-center .en {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block-center .en {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-block-center .en {
    font-size: 28px;
  }
}
.ttl-block-center .jp {
  color: #9B9B9B;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 5px;
}
.ttl-block-center--white .en {
  color: #fff;
}
.ttl-block-center--white .jp {
  color: #fff;
}

.ttl-jp-lg {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .ttl-jp-lg {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-lg {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-jp-lg {
    font-size: 32px;
  }
}

.ttl-jp-md {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .ttl-jp-md {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-md {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-jp-md {
    font-size: 24px;
  }
}
.ttl-jp-md--num {
  padding-left: 2.2em;
  position: relative;
}
.ttl-jp-md--num::before {
  content: "01";
  border: 1px solid #3DAA6D;
  border-radius: 50%;
  color: #3DAA6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ttl-jp-md--num::before {
    width: 30px;
    height: 30px;
    top: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-md--num::before {
    font-size: 16px;
    width: 32px;
    height: 32px;
    top: 5px;
  }
}
.ttl-jp-md--num-01::before {
  content: "01";
}
.ttl-jp-md--num-02::before {
  content: "02";
}
.ttl-jp-md--num-03::before {
  content: "03";
}
.ttl-jp-md--num-04::before {
  content: "04";
}
.ttl-jp-md--num-05::before {
  content: "05";
}
.ttl-jp-md--num-06::before {
  content: "06";
}
.ttl-jp-md--num-07::before {
  content: "07";
}
.ttl-jp-md--num-08::before {
  content: "08";
}
.ttl-jp-md--num-09::before {
  content: "09";
}
.ttl-jp-md--num-10::before {
  content: "10";
}
.ttl-jp-md--num-11::before {
  content: "11";
}
.ttl-jp-md--num-12::before {
  content: "12";
}
.ttl-jp-md--num-13::before {
  content: "13";
}
.ttl-jp-md--num-14::before {
  content: "14";
}

.ttl-jp-sm {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .ttl-jp-sm {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-sm {
    font-size: 18px;
  }
}

.ttl-jp-uline {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.ttl-jp-uline::after {
  content: "";
  background-color: #3DAA6D;
  display: block;
  width: 12px;
  height: 1px;
  margin-top: 3px;
}

.ttl-en-sub {
  color: #9B9B9B;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .ttl-en-sub {
    font-size: 16px;
  }
}
.ttl-en-sub::before {
  content: "";
  background: url(../../../assets/images/icon-diagonal.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 12px;
  margin-bottom: 3px;
}

/*-------------------------------
	ボタン
-------------------------------*/
.btn-primary a {
  background-color: #F2F2F0;
  border: 1px solid #333332;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 30px;
  color: #333332;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 273px;
  height: 44px;
}
.btn-primary a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn-primary:hover a {
    background-color: #333332;
    border: 1px solid #F2F2F0;
    color: #F2F2F0;
  }
  .btn-primary:hover a::after {
    content: "";
    background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
    background-size: contain;
  }
}
.btn-primary--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary-end span {
  background-color: #F2F2F0;
  border: 1px solid #333332;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333332;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 273px;
  height: 44px;
  opacity: 0.55;
}
.btn-primary-end--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-secondary a {
  background-color: transparent;
  border: 1px solid #F2F2F0;
  border-radius: 4px;
  color: #F2F2F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 273px;
  height: 44px;
}
.btn-secondary a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn-secondary:hover a {
    background-color: #F2F2F0;
    border: 1px solid #333332;
    color: #333332;
  }
  .btn-secondary:hover a::after {
    content: "";
    background: url(../../../assets/images/arrow-primary.svg) no-repeat;
    background-size: contain;
  }
}

.btn-tertiary a {
  background-color: transparent;
  border: 1px solid #333332;
  border-radius: 4px;
  color: #333332;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 273px;
  height: 44px;
}
@media (any-hover: hover) {
  .btn-tertiary:hover a {
    background-color: #333332;
    color: #fff;
  }
}
.btn-tertiary--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-main a {
  border-bottom: 1px solid #333332;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 10px 0;
  position: relative;
  width: 100%;
  max-width: 170px;
}
.btn-main a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 51%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn-main a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.btn-main--white a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.btn-main--white a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary--white.svg) no-repeat;
  background-size: contain;
}
.btn-main--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-prev a {
  background-color: #F2F2F0;
  border: 1px solid #333332;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 30px 0 20px;
  color: #333332;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 273px;
  height: 44px;
}
.btn-prev a::before {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.btn-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-anchor a {
  border-bottom: 1px solid #333332;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.btn-anchor a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 51%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (any-hover: hover) {
  .btn-anchor a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.btn-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-posts a {
  background-color: #333332;
  border: 1px solid #F2F2F0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  color: #F2F2F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 273px;
  height: 44px;
}
@media (any-hover: hover) {
  .btn-posts a:hover {
    background-color: #F2F2F0;
    border: 1px solid #333332;
    color: #333332;
  }
}

/*-------------------------------
	スペーサー
-------------------------------*/
.spacer-100 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .spacer-100 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-100 {
    margin-top: 100px;
  }
}

.spacer-120 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .spacer-120 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-120 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-120 {
    margin-top: 120px;
  }
}

.spacer-160 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .spacer-160 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-160 {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-160 {
    margin-top: 160px;
  }
}

.spacer-footer {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .spacer-footer {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-footer {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-footer {
    margin-bottom: 200px;
  }
}

/*-------------------------------
	トップページ
-------------------------------*/
.top__hello {
  background: url(../../../assets/images/top__hello-bg.jpg) no-repeat center bottom;
  background: url(../../../assets/images/top__hello-bg.webp) no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .top__hello {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top__hello {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top__hello {
    padding: 130px 0;
  }
}

.top__service {
  padding: 80px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__service {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top__service {
    padding: 180px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top__service {
    padding: 200px 0;
  }
}
.top__service::before {
  content: "";
  background: url(../../../assets/images/top__service-deco.svg) no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1133px;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 1920px) {
  .top__service::before {
    top: 0;
  }
}

.top__works {
  background-color: #E8E8E3;
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__works {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top__works {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top__works {
    padding: 130px 0;
  }
}
.top__works__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 50px;
}
@media screen and (min-width: 1024px) {
  .top__works__list {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .top__works__list article .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top__works__list article .info .cat {
  border: 1px solid #333332;
  border-radius: 12px;
  color: #333332;
  display: inline-block;
  padding: 2px 10px 2px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-right: 5px;
}
.top__works__list article .info .works-area {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
.top__works__list article hr {
  margin: 18px 0 15px;
  border: none;
  border-top: 1px solid #CCCBCA;
}
.top__works__list article .ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .top__works__list article .ttl {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .top__works__list article .ttl {
    font-size: 18px;
  }
}

.top__post {
  padding: 80px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__post {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top__post {
    padding: 180px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top__post {
    padding: 200px 0;
  }
}
.top__post::before {
  content: "";
  background: url(../../../assets/images/top__post-deco.svg) no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1857px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .top__post::before {
    top: -40px;
  }
}
.top__post__event {
  position: relative;
}
.top__post__event__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 50px;
}
@media screen and (min-width: 1024px) {
  .top__post__event__list {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .top__post__event__list article:nth-child(4) {
    display: none;
  }
}
.top__post__event__list article .cat {
  border: 1px solid #333332;
  border-radius: 12px;
  color: #333332;
  display: inline-block;
  padding: 2px 10px 2px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-right: 5px;
}
.top__post__event__list article .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.top__post__event__list article hr {
  margin: 12px 0 15px;
  border: none;
  border-top: 1px solid #CCCBCA;
}
.top__post__event__list article .event-acf {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2px;
}
@media screen and (min-width: 768px) {
  .top__post__event__list article .event-acf {
    -ms-grid-columns: 4em 1fr;
    grid-template-columns: 4em 1fr;
  }
}
.top__post__event__list article .event-acf span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
.top__post__blog {
  position: relative;
}
.top__post__blog article {
  border-bottom: 1px solid #CCCBCA;
}
.top__post__blog article:first-child {
  border-top: 1px solid #CCCBCA;
}
.top__post__blog article a {
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .top__post__blog article a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 84px 30px 1fr;
    grid-template-columns: 84px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
}
.top__post__blog article a .date {
  color: #9B9B9B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.top__post__blog article a .ttl {
  color: #333332;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-right: 80px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top__post__blog article a .ttl {
    padding-right: 90px;
  }
}
.top__post__blog article a .ttl::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top__concept {
  padding: 80px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__concept {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top__concept {
    padding: 180px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top__concept {
    padding: 200px 0;
  }
}
.top__concept::before {
  content: "";
  background: url(../../../assets/images/top__concept-deco.svg) no-repeat;
  background-size: contain;
  width: 2436px;
  height: 1709px;
  position: absolute;
  top: -12%;
  left: calc(50% - 140px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top__concept::before {
    top: -21%;
  }
}
@media screen and (min-width: 1200px) {
  .top__concept::before {
    top: -14%;
  }
}
.top__concept__spec {
  background: url(../../../assets/images/top__concept__spec-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 25px 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__concept__spec {
    padding: 50px 50px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .top__concept__spec {
    padding: 50px 80px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .top__concept__spec {
    padding: 50px 100px 60px;
  }
}
.top__concept__spec .image {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  /* XD: 適用量=40, 明るさ=10% 相当 */
  backdrop-filter: blur(40px) brightness(1.1);
  -webkit-backdrop-filter: blur(40px) brightness(1.1); /* Safari */
}

.top__kodawari {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__kodawari {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .top__kodawari {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .top__kodawari {
    padding-bottom: 200px;
  }
}
.top__kodawari::before {
  content: "";
  background: url(../../../assets/images/top__kodawari-deco.svg) no-repeat;
  background-size: contain;
  width: 2279px;
  height: 1102px;
  position: absolute;
  top: -24%;
  left: calc(50% - 200px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.top__president__inner .contents-additional {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .top__president__inner .contents-additional {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .top__president__inner .contents-additional {
    padding: 0 100px;
  }
}
.top__president__inner .contents-additional::before {
  content: "";
  background-color: #CCCBCA;
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .top__president__inner .contents-additional::before {
    margin: 40px 0;
  }
}
.top__president__inner .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.top__president__inner .ttl::after {
  content: "";
  background-color: #3DAA6D;
  display: block;
  width: 12px;
  height: 1px;
  margin: 3px 0 10px;
}

.top__youtube {
  padding: 80px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__youtube {
    padding: 100px 0 140px;
  }
}
@media screen and (min-width: 1024px) {
  .top__youtube {
    padding: 110px 0 160px;
  }
}
@media screen and (min-width: 1200px) {
  .top__youtube {
    padding: 120px 0 200px;
  }
}
.top__youtube::before {
  content: "";
  background: url(../../../assets/images/top__president-deco.svg) no-repeat;
  background-size: contain;
  width: 1809px;
  height: 1183px;
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

/*-------------------------------
	はじめましての方へ
-------------------------------*/
.hello__mission__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .hello__mission__conts {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

.hello__works .slider-works .slick-list {
  overflow: visible;
}
.hello__works .slider-works .slick-slide {
  padding: 0 9px;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .hello__works .slider-works .slick-slide {
    padding: 0 18px;
  }
}

/*-------------------------------
	代表の経歴と想い
-------------------------------*/
.story hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .story hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .story hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .story hr {
    margin: 150px 0 160px;
  }
}

.story__profile .detail dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.5em 1em 1fr;
  grid-template-columns: 4.5em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.story__profile .detail dl:nth-child(n+2) {
  margin-top: 10px;
}
.story__profile .detail dl dt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.story__profile .detail dl dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.story__profile .steps::before {
  content: "";
  background-color: #CCCBCA;
  display: block;
  width: 100%;
  height: 1px;
  margin: 35px 0;
}
.story__profile .steps .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.story__profile .steps .ttl::after {
  content: "";
  background-color: #3DAA6D;
  display: block;
  width: 12px;
  height: 1px;
  margin: 3px 0 15px;
}
.story__profile .steps dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3em 1em 1fr;
  grid-template-columns: 3em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.story__profile .steps dl:nth-child(n+2) {
  margin-top: 10px;
}
.story__profile .steps dl dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.story__profile .steps dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.08em;
}

.story__thought__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .story__thought__inner {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

/*-------------------------------
	商品・サービス
-------------------------------*/
.service__work hr {
  margin: 50px 0 60px;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .service__work hr {
    margin: 70px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .service__work hr {
    margin: 90px 0 100px;
  }
}

/*-------------------------------
	注文住宅
-------------------------------*/
.house hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .house hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .house hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .house hr {
    margin: 150px 0 160px;
  }
}

.house__axis__value {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .house__axis__value {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.house__standard__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .house__standard__inner {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

/*-------------------------------
	プランニング
-------------------------------*/
.plan__takes .contents::after {
  content: "";
  background-color: #CCCBCA;
  display: block;
  width: 100%;
  height: 2px;
  margin: 30px 0 40px;
}
@media screen and (min-width: 1024px) {
  .plan__takes .contents::after {
    margin: 0;
  }
}
.plan__takes .contents__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .plan__takes .contents__inner {
    -ms-grid-columns: 50% 36px 1fr;
    grid-template-columns: 50% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .plan__takes .contents__inner {
    -ms-grid-columns: 58% 1fr;
    grid-template-columns: 58% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.plan__presentation {
  background: url(../../../assets/images/plan__presentation-bg.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.plan__presentation__inner {
  background-color: #F2F2F0;
  padding: 50px 0;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .plan__presentation__inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .plan__presentation__inner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .plan__presentation__inner {
    padding: 120px 0;
    max-width: 994px;
  }
}
.plan__presentation__inner .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .plan__presentation__inner .contents {
    -ms-grid-columns: 60.7% 36px 1fr;
    grid-template-columns: 60.7% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 0;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .plan__presentation__inner .contents {
    padding: 0 100px;
  }
}
.plan__presentation__inner .contents .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .plan__presentation__inner .contents .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.plan__presentation__inner .contents .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .plan__presentation__inner .contents .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*-------------------------------
	デザインと素材
-------------------------------*/
.design hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .design hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .design hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .design hr {
    margin: 150px 0 160px;
  }
}
.design .contents01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .design .contents01 {
    -ms-grid-columns: 1fr 36px 37.8%;
    grid-template-columns: 1fr 37.8%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .design .contents01 {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}
.design .contents02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .design .contents02 {
    -ms-grid-columns: 37.8% 36px 1fr;
    grid-template-columns: 37.8% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .design .contents02 {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}

.design__wood .point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .design__wood .point {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.design__materials .ttl--num {
  padding-left: 2.1em;
  position: relative;
}
.design__materials .ttl--num::before {
  content: "01";
  border: 1px solid #3DAA6D;
  border-radius: 50%;
  color: #3DAA6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .design__materials .ttl--num::before {
    width: 24px;
    height: 24px;
    top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .design__materials .ttl--num::before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    top: 3px;
  }
}
.design__materials .ttl--num-01::before {
  content: "01";
}
.design__materials .ttl--num-02::before {
  content: "02";
}
.design__materials .ttl--num-03::before {
  content: "03";
}
.design__materials .ttl--num-04::before {
  content: "04";
}
.design__materials .ttl--num-05::before {
  content: "05";
}
.design__materials .ttl--num-06::before {
  content: "06";
}
.design__materials .ttl--num-07::before {
  content: "07";
}

/*-------------------------------
	断熱性能
-------------------------------*/
.insulation hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .insulation hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .insulation hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .insulation hr {
    margin: 150px 0 160px;
  }
}

.insulation__performance .box {
  background-color: #E8E8E3;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 35px;
}
@media screen and (min-width: 768px) {
  .insulation__performance .box {
    -ms-grid-columns: 1fr 36px 30%;
    grid-template-columns: 1fr 30%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .insulation__performance .box {
    -ms-grid-columns: 1fr 28%;
    grid-template-columns: 1fr 28%;
    padding: 40px 50px;
  }
}

.insulation__features__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .insulation__features__inner {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

/*-------------------------------
	耐震性能
-------------------------------*/
.earthquake-resistant hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .earthquake-resistant hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .earthquake-resistant hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .earthquake-resistant hr {
    margin: 150px 0 160px;
  }
}

.earthquake-resistant__calculation .box {
  background-color: #E8E8E3;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 35px;
}
@media screen and (min-width: 768px) {
  .earthquake-resistant__calculation .box {
    -ms-grid-columns: 1fr 36px 30%;
    grid-template-columns: 1fr 30%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .earthquake-resistant__calculation .box {
    -ms-grid-columns: 1fr 28%;
    grid-template-columns: 1fr 28%;
    padding: 40px 50px;
  }
}
.earthquake-resistant__calculation .ms {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .earthquake-resistant__calculation .ms {
    -ms-grid-columns: 27.3% 36px 1fr;
    grid-template-columns: 27.3% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

.earthquake-resistant__parcel .border-box {
  border: 3px solid #E8E8E3;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .earthquake-resistant__parcel .border-box {
    padding: 40px;
  }
}
.earthquake-resistant__parcel .arrow {
  position: relative;
}
.earthquake-resistant__parcel .arrow::after {
  content: "";
  background: url(../../../assets/images/arrow-dot.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 36px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .earthquake-resistant__parcel .arrow::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -36px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 20px;
  }
}
.earthquake-resistant__parcel .box {
  background-color: #E8E8E3;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 35px;
}
@media screen and (min-width: 768px) {
  .earthquake-resistant__parcel .box {
    -ms-grid-columns: 1fr 36px 30%;
    grid-template-columns: 1fr 30%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .earthquake-resistant__parcel .box {
    -ms-grid-columns: 1fr 37.3%;
    grid-template-columns: 1fr 37.3%;
    padding: 40px 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*-------------------------------
	手仕事と品質管理
-------------------------------*/
.quality hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .quality hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .quality hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .quality hr {
    margin: 150px 0 160px;
  }
}

.quality__custom .ttl--num {
  padding-left: 2.1em;
  position: relative;
}
.quality__custom .ttl--num::before {
  content: "01";
  border: 1px solid #3DAA6D;
  border-radius: 50%;
  color: #3DAA6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .quality__custom .ttl--num::before {
    width: 24px;
    height: 24px;
    top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .quality__custom .ttl--num::before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    top: 3px;
  }
}
.quality__custom .ttl--num-01::before {
  content: "01";
}
.quality__custom .ttl--num-02::before {
  content: "02";
}
.quality__custom .ttl--num-03::before {
  content: "03";
}
.quality__custom .ttl--num-04::before {
  content: "04";
}
.quality__custom .ttl--num-05::before {
  content: "05";
}
.quality__custom .ttl--num-06::before {
  content: "06";
}
.quality__custom .ttl--num-07::before {
  content: "07";
}
.quality__custom .ttl--num-08::before {
  content: "08";
}
.quality__custom .ttl--num-09::before {
  content: "09";
}

.quality__control__conts {
  background: url(../../../assets/images/quality__control__conts-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 25px 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .quality__control__conts {
    padding: 50px 50px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .quality__control__conts {
    padding: 50px 80px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .quality__control__conts {
    padding: 50px 100px 60px;
  }
}
.quality__control__conts .image {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  /* XD: 適用量=40, 明るさ=10% 相当 */
  backdrop-filter: blur(40px) brightness(1.1);
  -webkit-backdrop-filter: blur(40px) brightness(1.1); /* Safari */
}
.quality__control .contents01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .quality__control .contents01 {
    -ms-grid-columns: 1fr 36px 34%;
    grid-template-columns: 1fr 34%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .quality__control .contents01 {
    -ms-grid-columns: 1fr 27%;
    grid-template-columns: 1fr 27%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.quality__control .contents01 .image {
  text-align: center;
}
.quality__control .contents01 .image img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .quality__control .contents01 .image img {
    width: 100%;
  }
}
.quality__control hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .quality__control hr {
    margin: 60px 0;
  }
}

/*-------------------------------
	家づくりの流れ
-------------------------------*/
.flow hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .flow hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .flow hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .flow hr {
    margin: 150px 0 160px;
  }
}
.flow .border-box {
  border: 3px solid #F2F2F0;
  border-radius: 8px;
  padding: 20px 24px;
}
.flow .divider {
  color: #333332;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 60px 0;
  width: 100%;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow .divider {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow .divider {
    padding: 100px 0;
  }
}
.flow .divider::before, .flow .divider::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px dotted #333332;
  margin: 0 20px;
}

.flow__anchor__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .flow__anchor__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.flow__conts .btn-box > div {
  display: inline-block;
}
.flow__conts .btn-box > div:not(:last-child) {
  margin-right: 40px;
}
.flow__conts .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .flow__conts .contents {
    -ms-grid-columns: 1fr 36px 37.8%;
    grid-template-columns: 1fr 37.8%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

/*-------------------------------
	暮らしのサポート
-------------------------------*/
.support hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .support hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .support hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .support hr {
    margin: 150px 0 160px;
  }
}

.support__guard__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .support__guard__inner {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.support__guard__inner .inheritance {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .support__guard__inner .inheritance {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

/*-------------------------------
	住まいのお手入れ・保証
-------------------------------*/
.care hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .care hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .care hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .care hr {
    margin: 150px 0 160px;
  }
}

.care__share__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .care__share__conts {
    -ms-grid-columns: 37.8% 36px 1fr;
    grid-template-columns: 37.8% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .care__share__conts {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}
.care__share__conts .btn-box > div {
  display: inline-block;
}
.care__share__conts .btn-box > div:not(:last-child) {
  margin-right: 40px;
}

.care__warranty .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .care__warranty .contents {
    -ms-grid-columns: 1fr 36px 34%;
    grid-template-columns: 1fr 34%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .care__warranty .contents {
    -ms-grid-columns: 1fr 27%;
    grid-template-columns: 1fr 27%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.care__warranty .contents .image {
  text-align: center;
}
.care__warranty .contents .image img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .care__warranty .contents .image img {
    width: 100%;
  }
}
.care__warranty hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .care__warranty hr {
    margin: 60px 0;
  }
}
.care__warranty .box {
  background-color: #E8E8E3;
  border: 4px solid #F2F2F0;
  border-radius: 8px;
  padding: 35px;
}
@media screen and (min-width: 1024px) {
  .care__warranty .box {
    padding: 40px 50px;
  }
}

/*-------------------------------
	住まい手が集う会
-------------------------------*/
.tsudoi hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .tsudoi hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .tsudoi hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .tsudoi hr {
    margin: 150px 0 160px;
  }
}

.tsudoi__image {
  background: url(../../../assets/images/tsudoi__image.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 190px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tsudoi__image {
    height: 375px;
  }
}
@media screen and (min-width: 1024px) {
  .tsudoi__image {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .tsudoi__image {
    height: 700px;
  }
}

.tsudoi__pre .ttl--num {
  padding-left: 2.1em;
  position: relative;
}
.tsudoi__pre .ttl--num::before {
  content: "01";
  border: 1px solid #3DAA6D;
  border-radius: 50%;
  color: #3DAA6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .tsudoi__pre .ttl--num::before {
    width: 24px;
    height: 24px;
    top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .tsudoi__pre .ttl--num::before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    top: 3px;
  }
}
.tsudoi__pre .ttl--num-01::before {
  content: "01";
}
.tsudoi__pre .ttl--num-02::before {
  content: "02";
}
.tsudoi__pre .ttl--num-03::before {
  content: "03";
}

.tsudoi__diy__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .tsudoi__diy__conts {
    -ms-grid-columns: 37.8% 36px 1fr;
    grid-template-columns: 37.8% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .tsudoi__diy__conts {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}

/*-------------------------------
	建て替え・住み替え・空き家相談
-------------------------------*/
.consult hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .consult hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .consult hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .consult hr {
    margin: 150px 0 160px;
  }
}
.consult .bg-box {
  background-color: #E8E8E3;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .consult .bg-box {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .consult .bg-box {
    padding: 70px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .consult .bg-box {
    padding: 80px 0;
  }
}

.consult__faq__conts {
  background: url(../../../assets/images/consult__faq__conts-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 25px 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .consult__faq__conts {
    padding: 50px 50px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .consult__faq__conts {
    padding: 50px 80px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .consult__faq__conts {
    padding: 50px 100px 60px;
  }
}
.consult__faq__conts .image {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  /* XD: 適用量=40, 明るさ=10% 相当 */
  backdrop-filter: blur(40px) brightness(1.1);
  -webkit-backdrop-filter: blur(40px) brightness(1.1); /* Safari */
}

.consult__support {
  background: url(../../../assets/images/consult__support-bg.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.consult__support__inner {
  background-color: #F2F2F0;
  padding: 50px 0;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .consult__support__inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .consult__support__inner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .consult__support__inner {
    padding: 120px 0;
    max-width: 994px;
  }
}
.consult__support__inner .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .consult__support__inner .contents {
    -ms-grid-columns: 60.7% 36px 1fr;
    grid-template-columns: 60.7% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 0;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .consult__support__inner .contents {
    padding: 0 100px;
  }
}
.consult__support__inner .contents .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .consult__support__inner .contents .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.consult__support__inner .contents .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .consult__support__inner .contents .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.consult__inheritance__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .consult__inheritance__inner {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

/*-------------------------------
	リフォーム
-------------------------------*/
.reform hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .reform hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .reform hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .reform hr {
    margin: 150px 0 160px;
  }
}

.reform__menu__inner {
  background-color: #E8E8E3;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .reform__menu__inner {
    padding: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .reform__menu__inner {
    padding: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .reform__menu__inner {
    padding: 80px 100px;
  }
}
.reform__menu__inner .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .reform__menu__inner .list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .reform__menu__inner .list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.reform__age__anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .reform__age__anchor {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.reform__age .contents .block-pre {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .reform__age .contents .block-pre {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

.reform__inspection .contents01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .reform__inspection .contents01 {
    -ms-grid-columns: 48% 36px 1fr;
    grid-template-columns: 48% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .reform__inspection .contents01 {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}
.reform__inspection .contents02 {
  background-color: #E8E8E3;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 35px;
}
@media screen and (min-width: 768px) {
  .reform__inspection .contents02 {
    -ms-grid-columns: 1fr 36px 30%;
    grid-template-columns: 1fr 30%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .reform__inspection .contents02 {
    -ms-grid-columns: 1fr 24%;
    grid-template-columns: 1fr 24%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.reform__inspection .contents02 ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.08em;
  padding-left: 1.3em;
  position: relative;
}
.reform__inspection .contents02 ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.reform__inspection .contents02 img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .reform__inspection .contents02 img {
    max-width: 100%;
  }
}

.reform__recommend__anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .reform__recommend__anchor {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .reform__recommend__anchor {
    -webkit-column-gap: 8.8%;
       -moz-column-gap: 8.8%;
            column-gap: 8.8%;
  }
}
.reform__recommend .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .reform__recommend .contents {
    -ms-grid-columns: 1fr 36px 37.8%;
    grid-template-columns: 1fr 37.8%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.reform__recommend .contents .box {
  border: 4px solid #F2F2F0;
  border-radius: 8px;
  padding: 16px 20px;
}

.reform__flow__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 35px;
}
@media screen and (min-width: 768px) {
  .reform__flow__list {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .reform__flow__list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.reform__flow__list .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 15px;
}

.reform__renovation__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .reform__renovation__conts {
    -ms-grid-columns: 37.8% 36px 1fr;
    grid-template-columns: 37.8% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .reform__renovation__conts {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}

/*-------------------------------
	リノベーション
-------------------------------*/
.renovation hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .renovation hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .renovation hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .renovation hr {
    margin: 150px 0 160px;
  }
}

.renovation__worry__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .renovation__worry__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .renovation__worry__list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

.renovation__point__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .renovation__point__conts {
    -ms-grid-columns: 37.8% 36px 1fr;
    grid-template-columns: 37.8% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__point__conts {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}
.renovation__point__conts .ttl {
  border-bottom: 1px solid #E8E8E3;
  padding-top: 25px;
  padding-bottom: 25px;
}
.renovation__point__conts .ttl--num {
  padding-left: 2.1em;
  position: relative;
}
.renovation__point__conts .ttl--num::before {
  content: "01";
  border: 1px solid #3DAA6D;
  border-radius: 50%;
  color: #3DAA6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 26px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .renovation__point__conts .ttl--num::before {
    width: 24px;
    height: 24px;
    top: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__point__conts .ttl--num::before {
    font-size: 13px;
    width: 24px;
    height: 24px;
    top: 28px;
  }
}
.renovation__point__conts .ttl--num-01::before {
  content: "01";
}
.renovation__point__conts .ttl--num-02::before {
  content: "02";
}
.renovation__point__conts .ttl--num-03::before {
  content: "03";
}
.renovation__point__box {
  background-color: #E8E8E3;
  border: 4px solid #F2F2F0;
  border-radius: 8px;
  padding: 35px;
}
@media screen and (min-width: 1024px) {
  .renovation__point__box {
    padding: 40px 50px;
  }
}

.renovation__method__detail hr {
  margin: 0;
  border: none;
  border-top: 1px solid #fff;
}
.renovation__method__detail .contents01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .renovation__method__detail .contents01 {
    -ms-grid-columns: 1fr 36px 37.8%;
    grid-template-columns: 1fr 37.8%;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.renovation__method__detail .box {
  border: 4px solid #F2F2F0;
  border-radius: 8px;
  padding: 16px 20px;
}
.renovation__method__detail .js-scrollable {
  overflow-x: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.renovation__method__detail .js-scrollable img {
  width: 745.5px;
}
@media screen and (min-width: 768px) {
  .renovation__method__detail .js-scrollable img {
    width: 100%;
  }
}
.renovation__method__detail .js-scrollable .scroll-hint-icon {
  top: calc(50% - 50px);
}
.renovation__method__detail .js-scrollable .scroll-hint-text {
  margin-top: 0px;
}

.renovation__inheritance__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .renovation__inheritance__conts {
    -ms-grid-columns: 37.8% 36px 1fr;
    grid-template-columns: 37.8% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__inheritance__conts {
    -webkit-column-gap: 14%;
       -moz-column-gap: 14%;
            column-gap: 14%;
  }
}

/*-------------------------------
	家具・庭づくり
-------------------------------*/
/*-------------------------------
	法人向け高性能木造建築
-------------------------------*/
.wooden-building__lineup hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .wooden-building__lineup hr {
    margin: 90px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .wooden-building__lineup hr {
    margin: 120px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .wooden-building__lineup hr {
    margin: 150px 0 160px;
  }
}

.wooden-building__lineup__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .wooden-building__lineup__inner {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

/*-------------------------------
	集いの場｜BARE HAUS
-------------------------------*/
.showroom__pre .logo {
  text-align: center;
}
.showroom__pre .logo img {
  max-width: 43%;
}
@media screen and (min-width: 768px) {
  .showroom__pre .logo img {
    max-width: 226px;
  }
}

.showroom__image {
  width: 100%;
  max-width: 1921px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .showroom__image {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .showroom__image {
    height: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .showroom__image {
    height: 601px;
  }
}
.showroom__image::before {
  content: "";
  background: url(../../../assets/images/showroom__image.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.showroom__point__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .showroom__point__inner {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}

.showroom__nighttour {
  background: url(../../../assets/images/showroom__nighttour-bg.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.showroom__nighttour__inner {
  background-color: #F2F2F0;
  padding: 50px 0;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .showroom__nighttour__inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .showroom__nighttour__inner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .showroom__nighttour__inner {
    padding: 120px 0;
    max-width: 994px;
  }
}
.showroom__nighttour__inner .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .showroom__nighttour__inner .contents {
    -ms-grid-columns: 60.7% 36px 1fr;
    grid-template-columns: 60.7% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 0;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .showroom__nighttour__inner .contents {
    padding: 0 100px;
  }
}
.showroom__nighttour__inner .contents .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .showroom__nighttour__inner .contents .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.showroom__nighttour__inner .contents .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .showroom__nighttour__inner .contents .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.showroom__link .logo {
  text-align: center;
}
.showroom__link .logo img {
  max-width: 43%;
}
@media screen and (min-width: 768px) {
  .showroom__link .logo img {
    max-width: 170px;
  }
}

/*-------------------------------
	会社概要
-------------------------------*/
.about__message .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.about__outline table {
  width: 100%;
}
.about__outline table tr {
  border-bottom: 1px solid #CCCBCA;
}
.about__outline table tr:first-child {
  border-top: 1px solid #CCCBCA;
}
.about__outline table tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  vertical-align: top;
  width: 25%;
  padding: 30px 18px 30px 0;
}
.about__outline table tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  width: auto;
  padding: 30px 0 30px 18px;
}

.about__access .contents {
  border-bottom: 1px solid #CCCBCA;
  padding: 30px 0;
}
.about__access .contents:first-child {
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .about__access .contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about__access .contents .gmap {
  border: 1px solid #CCCBCA;
}
.about__access .contents .gmap iframe {
  aspect-ratio: 47/29;
  width: 100%;
  height: auto;
}

/*-------------------------------
	スタッフ紹介
-------------------------------*/
.staff__list .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .staff__list .contents {
    -ms-grid-columns: 37% 10% 1fr;
    grid-template-columns: 37% 1fr;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .staff__list .contents {
    -webkit-column-gap: 13.9%;
       -moz-column-gap: 13.9%;
            column-gap: 13.9%;
  }
}
.staff__list .contents .profile .name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1024px) {
  .staff__list .contents .profile .name {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .staff__list .contents .profile .name {
    font-size: 32px;
  }
}
.staff__list .contents .profile .position {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 25px;
}
.staff__list .contents .profile .sub {
  color: #9B9B9B;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
.staff__list .contents .profile .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.staff__list .contents .profile .ttl::before {
  content: "";
  background-color: #CCCBCA;
  display: block;
  width: 100%;
  height: 1px;
  margin: 35px 0;
}
.staff__list .contents .profile .ttl::after {
  content: "";
  background-color: #3DAA6D;
  display: block;
  width: 1em;
  height: 1px;
  margin: 8px 0 15px;
}

/*-------------------------------
	お問い合わせ
-------------------------------*/
.contact hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}
@media screen and (min-width: 768px) {
  .contact hr {
    margin: 70px 0;
  }
}
.contact__kind {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 788px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact__kind {
    gap: 20px;
  }
}
.contact__kind__item a {
  border: 1px solid #9B9B9B;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5px 35px;
}
@media screen and (min-width: 768px) {
  .contact__kind__item a {
    padding: 23px 10px 40px;
  }
}
.contact__kind__item a .icon {
  display: block;
}
.contact__kind__item a .icon img {
  max-width: 38px;
}
@media screen and (min-width: 768px) {
  .contact__kind__item a .icon img {
    max-width: 50px;
  }
}
.contact__kind__item a .txt {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contact__kind__item a .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__kind__item a .txt {
    font-size: 18px;
  }
}
.contact__kind__item--on a {
  background-color: #333332;
  position: relative;
}
.contact__kind__item--on a::after {
  content: "";
  background: url(../../../assets/images/arrow-contact-on.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 12.6px;
  height: 7.2px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contact__kind__item--on a::after {
    width: 14px;
    height: 8px;
    bottom: 20px;
  }
}
.contact__kind__item--on a .txt {
  color: #fff;
}
.contact__precaution .txt {
  max-width: 788px;
  margin: auto;
}
.contact__precaution::before {
  content: "";
  background-color: #CCCBCA;
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .contact__precaution::before {
    margin: 60px 0 25px;
  }
}
.contact__precaution::after {
  content: "";
  background-color: #CCCBCA;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact__precaution::after {
    margin-top: 25px;
  }
}

/* contact form 7 */
.contactform__base table {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contactform__base table {
    margin: 0 auto;
  }
}
.contactform__base table tr th {
  display: block;
  width: 100%;
  padding: 14px 18px 20px 0;
}
@media screen and (min-width: 768px) {
  .contactform__base table tr th {
    display: table-cell;
    width: 30%;
    padding: 14px 18px 14px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contactform__base table tr th {
    width: 29%;
  }
}
.contactform__base table tr td {
  display: block;
  width: 100%;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .contactform__base table tr td {
    display: table-cell;
    width: auto;
    padding: 14px 0 24px 18px;
  }
}
.contactform__base__ttl {
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .contactform__base__ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .contactform__base__ttl {
    font-size: 18px;
  }
}
.contactform__base__ttl .main {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .contactform__base__ttl .main {
    margin-right: 25px;
  }
}
.contactform__base__ttl .hissu {
  border: 1px solid #AA3D3D;
  border-radius: 12px;
  display: inline-block;
  color: #AA3D3D;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 1px 11px 2px 12px;
  position: relative;
  top: -2px;
}
.contactform__base__ttl .sub {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #CCCBCA;
}
.contactform__base__box input, .contactform__base__box textarea, .contactform__base__box select {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contactform__base__box input, .contactform__base__box textarea, .contactform__base__box select {
    font-size: 14px;
  }
}
.contactform__base__box input {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactform__base__box ::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.contactform__base__box ::-moz-placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.contactform__base__box :-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.contactform__base__box ::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.contactform__base__box ::placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .contactform__base__box ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contactform__base__box ::-moz-placeholder {
    font-size: 14px;
  }
  .contactform__base__box :-ms-input-placeholder {
    font-size: 14px;
  }
  .contactform__base__box ::-ms-input-placeholder {
    font-size: 14px;
  }
  .contactform__base__box ::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .contactform__base__box .p-postal-code {
    width: calc(50% - 18px) !important;
  }
}
.contactform__base__box input[type=text],
.contactform__base__box input[type=tel],
.contactform__base__box input[type=email],
.contactform__base__box input[type=date] {
  height: 50px;
  width: 100%;
  background-color: #E8E8E3;
  border-radius: 4px;
  border: none;
}
.contactform__base__box input[type=text]:focus,
.contactform__base__box input[type=tel]:focus,
.contactform__base__box input[type=email]:focus,
.contactform__base__box input[type=date]:focus {
  -webkit-box-shadow: 0 0 3px 0 #ccc;
          box-shadow: 0 0 3px 0 #ccc;
  outline: 0;
}
.contactform__base__box input[type=checkbox],
.contactform__base__box input[type=radio] {
  margin-bottom: 15px;
  padding: 0;
}
.contactform__base__box textarea {
  background-color: #E8E8E3;
  border-radius: 4px;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.contactform__base__box textarea:focus {
  -webkit-box-shadow: 0 0 3px 0 #ccc;
          box-shadow: 0 0 3px 0 #ccc;
  outline: 0;
}
.contactform__base__box select {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  background-color: #E8E8E3;
  border-radius: 4px;
  border: none;
  color: #333332;
}
.contactform__base__box span[data-name=age],
.contactform__base__box span[data-name=occupation],
.contactform__base__box span[data-name=nop-adult],
.contactform__base__box span[data-name=nop-child],
.contactform__base__box span[data-name=event-time1],
.contactform__base__box span[data-name=event-time2],
.contactform__base__box span[data-name=event-time3] {
  position: relative;
}
.contactform__base__box span[data-name=age]::after,
.contactform__base__box span[data-name=occupation]::after,
.contactform__base__box span[data-name=nop-adult]::after,
.contactform__base__box span[data-name=nop-child]::after,
.contactform__base__box span[data-name=event-time1]::after,
.contactform__base__box span[data-name=event-time2]::after,
.contactform__base__box span[data-name=event-time3]::after {
  content: "";
  background: url(../../../assets/images/arrow-down--color02.svg) no-repeat;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.contactform__base__box span[data-name=event-date1],
.contactform__base__box span[data-name=event-date2],
.contactform__base__box span[data-name=event-date3] {
  position: relative;
}
.contactform__base__box span[data-name=event-date1]::after,
.contactform__base__box span[data-name=event-date2]::after,
.contactform__base__box span[data-name=event-date3]::after {
  content: "";
  background: url(../../../assets/images/icon-calender.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.contactform__base__box select:focus {
  -webkit-box-shadow: 0 0 3px 0 #ccc;
          box-shadow: 0 0 3px 0 #ccc;
  outline: 0;
}
.contactform__base__box span[data-name=post_title] input[type=text] {
  opacity: 0.6;
}
.contactform__base__box span[data-name=post_title] input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contactform__base .pp-link {
  color: #9B9B9B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  text-align: center;
}
.contactform__base .pp-link a {
  color: #9B9B9B;
  text-decoration: underline;
}
.contactform__base .acceptance {
  color: #9B9B9B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  text-align: center;
}
.contactform__base .acceptance input {
  position: relative;
  top: 1px;
  margin-top: 5px;
  margin-right: 2px;
}
.contactform__base__btn {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 273px;
}
.contactform__base__btn .wpcf7-submit {
  background-color: transparent;
  border: 1px solid #333332;
  border-radius: 4px;
  color: #333332;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 273px;
  height: 44px;
  text-align: left;
  padding-left: 30px;
}
.contactform__base__btn::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contactform__base__btn input[type=submit] {
  -webkit-appearance: none;
  outline: 0;
}
.contactform__base__btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
}

/* サンクスページ */
.contact-thanks hr {
  margin: 80px 0 50px;
  border: none;
  border-top: 1px solid #CCCBCA;
}

/*-------------------------------
	個人情報取扱方針
-------------------------------*/
.privacy__conts .ttl01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .privacy__conts .ttl01 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__conts .ttl01 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .privacy__conts .ttl01 {
    font-size: 24px;
  }
}
.privacy__conts .ttl02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .privacy__conts .ttl02 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__conts .ttl02 {
    font-size: 18px;
  }
}
.privacy__conts .ttl03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.06em;
  margin-left: 2.1em;
}
.privacy__conts .ttl04 {
  color: #CCCBCA;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-left: 2.35em;
}
.privacy__conts .txt01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.28;
  letter-spacing: 0.08em;
}
.privacy__conts .txt02 {
  color: #CCCBCA;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-left: 2.35em;
}
.privacy__conts .txt03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.privacy__conts .list01 {
  margin-left: 2.1em;
}
.privacy__conts .list01 li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.28;
  letter-spacing: 0.08em;
  padding-left: 1.2em;
  position: relative;
}
.privacy__conts .list01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__conts hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #CCCBCA;
}

/*-------------------------------
	サイトマップ
-------------------------------*/
.sitemap__conts__main .parents a {
  color: #333332;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.sitemap__conts__main .child01 {
  margin-left: 1em;
}
.sitemap__conts__main .child01 a {
  color: #333332;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sitemap__conts__main .child02 {
  margin-left: 1.7em;
}
.sitemap__conts__main .child02 li {
  padding-left: 1.2em;
  position: relative;
  margin-top: 8px;
}
.sitemap__conts__main .child02 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sitemap__conts__main .child02 li a {
  color: #333332;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.sitemap__conts__main .link {
  text-align: right;
}
.sitemap__conts__main .link a {
  color: #333332;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: underline;
  position: relative;
}
.sitemap__conts__main .link a::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
}
.sitemap__conts__main .sns-ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333332;
}
.sitemap__conts__main .sns-ttl::after {
  content: "";
  background-color: #3DAA6D;
  display: block;
  width: 12px;
  height: 1px;
  margin: 8px 0 13px;
}
.sitemap__conts__main .sns-list li {
  display: inline-block;
  margin-right: 15px;
}
.sitemap__conts__main .sns-list li a img {
  width: 24px;
  height: 24px;
}

/*-------------------------------
	アーカイブ
-------------------------------*/
@media screen and (min-width: 768px) {
  .archive__conts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 36px 170px;
    grid-template-columns: 1fr 170px;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .archive__conts__inner {
    -webkit-column-gap: 11%;
       -moz-column-gap: 11%;
            column-gap: 11%;
  }
}
.archive__conts__inner__main article {
  border-bottom: 1px solid #CCCBCA;
}
.archive__conts__inner__main article a {
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .archive__conts__inner__main article a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 84px 30px 1fr;
    grid-template-columns: 84px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
}
.archive__conts__inner__main article a .date {
  color: #9B9B9B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.archive__conts__inner__main article a .ttl {
  color: #333332;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-right: 80px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .archive__conts__inner__main article a .ttl {
    padding-right: 90px;
  }
}
.archive__conts__inner__main article a .ttl::after {
  content: "";
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* SP用ドロップダウンカテゴリー */
.category-select-wrapper {
  width: 100%;
  position: relative;
}

.category-select {
  background-color: #fff;
  border-radius: 24px;
  color: #333332;
  width: 100%;
  padding: 12px 40px 12px 25px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #333332;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.category-select:focus {
  outline: none;
}

.category-select:active {
  background-color: #fff;
}

.category-select-wrapper::after {
  content: "";
  background: url(../../../assets/images/arrow-down--primary.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.category-select-wrapper::after {
  border-top-color: #3DAA6D;
}

/* イベント情報 */
@media screen and (min-width: 768px) {
  .archive-event__conts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 36px 170px;
    grid-template-columns: 1fr 170px;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-event__conts__inner {
    -webkit-column-gap: 11%;
       -moz-column-gap: 11%;
            column-gap: 11%;
  }
}
.archive-event__conts__inner__main .posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .archive-event__conts__inner__main .posts {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-event__conts__inner__main .posts {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 80px;
  }
}
.archive-event__conts__inner__main .posts article .cat {
  border: 1px solid #333332;
  border-radius: 12px;
  color: #333332;
  display: inline-block;
  padding: 2px 10px 2px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-right: 5px;
}
.archive-event__conts__inner__main .posts article .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.archive-event__conts__inner__main .posts article hr {
  margin: 12px 0 15px;
  border: none;
  border-top: 1px solid #CCCBCA;
}
.archive-event__conts__inner__main .posts article .event-acf {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4em 1fr;
  grid-template-columns: 4em 1fr;
}
.archive-event__conts__inner__main .posts article .event-acf span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}

/* 施工事例 */
.archive-works__conts .category::after {
  content: "";
  background-color: #CCCBCA;
  display: block;
  margin: 40px 0 60px;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .archive-works__conts .category::after {
    margin: 40px 0 80px;
  }
}
.archive-works__conts .category ul li {
  display: inline-block;
  margin-right: 18px;
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  .archive-works__conts .category ul li {
    margin-right: 36px;
  }
}
.archive-works__conts .category ul li a {
  border: 1px solid #333332;
  border-radius: 18px;
  color: #333332;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 7px 20px 8px 22px;
}
@media screen and (min-width: 768px) {
  .archive-works__conts .category ul li a {
    font-size: 14px;
  }
}
.archive-works__conts .category ul li.is-current a {
  background-color: #333332;
  color: #fff;
}
.archive-works__conts .posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .archive-works__conts .posts {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-works__conts .posts {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 80px;
  }
}
.archive-works__conts .posts article .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-works__conts .posts article .info .cat {
  border: 1px solid #333332;
  border-radius: 12px;
  color: #333332;
  display: inline-block;
  padding: 2px 10px 2px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-right: 5px;
}
.archive-works__conts .posts article .info .works-area {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
.archive-works__conts .posts article hr {
  margin: 18px 0 15px;
  border: none;
  border-top: 1px solid #CCCBCA;
}
.archive-works__conts .posts article .ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .archive-works__conts .posts article .ttl {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-works__conts .posts article .ttl {
    font-size: 18px;
  }
}

/*-------------------------------
	シングル
-------------------------------*/
.single .youtube {
  position: relative;
  aspect-ratio: 16/9;
}
.single .youtube iframe, .single .youtube embed, .single .youtube object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .single__conts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 11% 170px;
    grid-template-columns: 1fr 170px;
    -webkit-column-gap: 11%;
       -moz-column-gap: 11%;
            column-gap: 11%;
  }
}
.single__conts__inner__main .cat {
  border: 1px solid #333332;
  border-radius: 12px;
  color: #333332;
  display: inline-block;
  padding: 2px 10px 2px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-right: 10px;
}
.single__conts__inner__main .date {
  color: #9B9B9B;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
.single__conts__inner__main .ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .single__conts__inner__main .ttl {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .single__conts__inner__main .ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .single__conts__inner__main .ttl {
    font-size: 24px;
  }
}

/* イベント情報 */
@media screen and (min-width: 768px) {
  .single-event__conts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 11% 170px;
    grid-template-columns: 1fr 170px;
    -webkit-column-gap: 11%;
       -moz-column-gap: 11%;
            column-gap: 11%;
  }
}
.single-event__conts__inner__main .cat {
  border: 1px solid #333332;
  border-radius: 12px;
  color: #333332;
  display: inline-block;
  padding: 2px 10px 2px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-right: 10px;
}
.single-event__conts__inner__main .date {
  color: #9B9B9B;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
.single-event__conts__inner__main .ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .single-event__conts__inner__main .ttl {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .single-event__conts__inner__main .ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .single-event__conts__inner__main .ttl {
    font-size: 24px;
  }
}
.single-event__conts__inner__main .detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .single-event__conts__inner__main .detail {
    -ms-grid-columns: 18% 36px 1fr;
    grid-template-columns: 18% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .single-event__conts__inner__main .detail {
    -ms-grid-columns: 22% 1fr;
    grid-template-columns: 22% 1fr;
  }
}
.single-event__conts__inner__main .detail__conts {
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  padding: 25px 0;
}
.single-event__conts__inner__main .detail__conts dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4em 36px 1fr;
  grid-template-columns: 4em 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.single-event__conts__inner__main .detail__conts dl:nth-child(n+2) {
  margin-top: 10px;
}
.single-event__conts__inner__main .detail__conts dl dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.single-event__conts__inner__main .detail__conts dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.single-event__conts__inner__main .btn-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .single-event__conts__inner__main .btn-box {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.single-event__conts__inner__main .btn-box .btn01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1024px) {
  .single-event__conts__inner__main .btn-box .btn01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.single-event__conts__inner__main .btn-box .btn02 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1024px) {
  .single-event__conts__inner__main .btn-box .btn02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.single-event__conts__inner__main .form::before {
  content: "";
  background-color: #CCCBCA;
  display: block;
  width: 100%;
  height: 1px;
  margin: 160px 0 80px;
}

/* 施工事例 */
.single-works__conts .wp-block-columns {
  margin-bottom: 0;
}
.single-works__conts .cat {
  border: 1px solid #333332;
  border-radius: 12px;
  color: #333332;
  display: inline-block;
  padding: 2px 10px 2px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
  margin-right: 15px;
}
.single-works__conts .works-area {
  color: #9B9B9B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
.single-works__conts .ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .single-works__conts .ttl {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works__conts .ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .single-works__conts .ttl {
    font-size: 24px;
  }
}
.single-works__conts .spec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .single-works__conts .spec {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.single-works__conts .spec__conts {
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  padding: 15px 0 25px;
}
.single-works__conts .spec__conts .block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .single-works__conts .spec__conts .block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.single-works__conts .spec__conts .block dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 36px 1fr;
  grid-template-columns: 5em 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  margin-top: 10px;
}
.single-works__conts .spec__conts .block dl dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.single-works__conts .spec__conts .block dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.single-works__conts .spec__conts hr {
  border: none;
  border-top: 1px solid #9B9B9B;
  margin: 25px 0 15px;
}
.single-works__conts .movie {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .single-works__conts .movie {
    -ms-grid-columns: 17% 36px 1fr;
    grid-template-columns: 17% 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.single-works__conts .movie__conts {
  border-top: 1px solid #CCCBCA;
  border-bottom: 1px solid #CCCBCA;
  padding: 30px 0;
}

/*-------------------------------
	wp-pagenavi
-------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0 auto;
  text-align: center;
  /* 共通：前後リンクをアイコンボタン化 */
  /* 前へ：画像差し替え */
  /* 次へ：画像差し替え */
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 80px auto 0 auto;
  }
}
.wp-pagenavi span.current {
  background: #333332;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400 !important;
}
.wp-pagenavi a {
  color: #333332;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #333332 !important;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 4px !important;
}
.wp-pagenavi span.pages {
  min-width: 50px;
  width: auto;
  height: 32px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi span.previouspostslink::before {
  content: "";
  inset: 0;
  background: url(../../../assets/images/arrow-primary--flip.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi span.nextpostslink::before {
  content: "";
  inset: 0;
  background: url(../../../assets/images/arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------------------------
	Breadcrumb NavXT
-------------------------------*/
.breadcrumbs {
  color: #9B9B9B;
  padding: 5px 0;
  text-align: right;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.breadcrumbs span {
  color: #333332;
}
.breadcrumbs a {
  color: #9B9B9B;
}
.breadcrumbs a span {
  color: #9B9B9B;
}

/*-------------------------------
	目次：EasyTableOfContents
-------------------------------*/
#ez-toc-container {
  background: #f9f9f9;
  border-top: 5px solid #333;
  -webkit-box-shadow: 0 1.5px 2.4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.5px 2.4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin: 50px 0;
}

.ez-toc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.ez-toc-title::before {
  content: "";
  background: url(../img/icon-mokuji.svg) no-repeat center;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

#ez-toc-container ul,
#ez-toc-container ul li {
  list-style-type: disc;
}

#ez-toc-container ul {
  padding: 0;
  border: none;
}

#ez-toc-container .ez-toc-list {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 1.2em;
  color: #333;
}

.ez-toc-list li {
  font-weight: bold;
  padding: 5px 0;
}

.ez-toc-list li a {
  color: #333;
}

.ez-toc-list li a:hover {
  text-decoration: underline;
}

.ez-toc-list > li > a:nth-child(1) {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#ez-toc-container .ez-toc-list li ul {
  margin: 5px;
  padding-left: 15px;
}

.ez-toc-list li ul li {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .ez-toc-title::before {
    width: 46px;
    height: 46px;
  }
}
/*-------------------------------
	Booking Package カスタマイズ
-------------------------------*/
/* --- カレンダー --- */
#booking-package {
  border-radius: 4px !important;
  overflow: hidden !important;
}

#booking-package_calendarPage .calendar {
  background-color: #FFF !important;
  border-radius: 2px !important;
  margin: 0 10px 10px !important;
}

#booking-package_calendarPage .calendarHeader {
  padding: 10px !important;
}

#booking-package_calendarPage .arrowFont {
  font-size: 1.8em !important;
}

/* --- フォーム --- */
#bottomPanel {
  padding: 10px !important;
}

#booking-package_inputFormPanel {
  padding: 0 15px 15px 15px !important;
}

#booking-package_inputFormPanel .title_in_form {
  padding: 15px 0 !important;
}

#booking-package .return_button,
#booking-package .book_now_button,
#booking-package .return_form_button {
  background-color: #333332 !important;
  border-color: #333332 !important;
}

#booking-package_inputFormPanel .row {
  display: block !important;
  padding: 15px 0 10px !important;
}

#booking-package_inputFormPanel .row.hidden_panel {
  display: none !important;
}

#booking-package_inputFormPanel .value {
  width: 100% !important;
}

#booking-package input[type=text],
#booking-package input[type=email],
#booking-package input[type=tel],
#booking-package textarea,
#booking-package select {
  background-color: #F2F2F0 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px !important;
  width: 100% !important;
}
#booking-package input[type=text]:focus,
#booking-package input[type=email]:focus,
#booking-package input[type=tel]:focus,
#booking-package textarea:focus,
#booking-package select:focus {
  outline: none !important;
  border-color: #333332 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(51, 51, 50, 0.2) !important;
          box-shadow: 0 0 0 2px rgba(51, 51, 50, 0.2) !important;
}

#booking-package select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 10px center;
  padding-right: 10px;
}

/*-------------------------------
	reCAPTCHA
-------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-hedge {
  color: #9B9B9B;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin: 40px auto 30px auto;
}

.grecaptcha-hedge a,
.grecaptcha-hedge a:hover,
.grecaptcha-hedge a:focus {
  color: blue;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */