@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;
}

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: none;
  outline: none;
}

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: #F7F7F7;
  -webkit-text-size-adjust: 100%;
}
body .wrap {
  overflow-x: hidden;
}

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

a {
  color: #2D2D2D;
}

a:hover {
  color: #2D2D2D;
}

a:visited {
  color: #2D2D2D;
}

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

.text-primary {
  color: #2D2D2D !important;
}

.text-color01 {
  color: #999999 !important;
}

.text-color02 {
  color: #8F2E14 !important;
}

.text-bg-color {
  color: #F7F7F7 !important;
}

/*---------- 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 {
  font-family: "BIZ UDMincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

p, span {
  line-height: 1.6;
  letter-spacing: 0.04em;
}

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

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

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

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

.font-1 {
  font-family: "Tenali Ramakrishna", 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: #2D2D2D !important;
}

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

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

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

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

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

.has-palette-color-02-background-color {
  background-color: #8F2E14 !important;
}

.has-palette-color-02-color {
  color: #8F2E14 !important;
}

.has-palette-color-03-background-color {
  background-color: #E0E0E0 !important;
}

.has-palette-color-03-color {
  color: #E0E0E0 !important;
}

.has-palette-color-04-background-color {
  background-color: #383838 !important;
}

.has-palette-color-04-color {
  color: #383838 !important;
}

.single .posts img[class*=wp-image-],
.single .posts img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.single .posts h2 {
  color: #2D2D2D;
  margin-bottom: 1.4em;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .single .posts h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .single .posts h2 {
    font-size: 24px;
  }
}
.single .posts h2::after {
  content: "";
  background: #E0E0E0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 7px;
}
.single .posts h3 {
  color: #2D2D2D;
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-left: 0.9em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .posts h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .single .posts h3 {
    font-size: 20px;
  }
}
.single .posts h3::before {
  content: "";
  background: #E0E0E0;
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single .posts h4 {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1.5em;
  padding-left: 1.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .posts h4 {
    font-size: 16px;
  }
}
.single .posts h4::before {
  content: "●";
  color: #8F2E14;
  position: absolute;
  top: 0;
  left: 0;
}
.single .posts p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
.single .posts p a {
  color: #0366D6;
  text-decoration: underline;
}
.single .posts p.has-background {
  padding: 1.25em 1.5em;
}
.single .posts ul.wp-block-list li {
  list-style: none;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0.4em 0;
  padding-left: 1.1em;
  position: relative;
}
.single .posts ul.wp-block-list li::before {
  content: "";
  background-color: #E0E0E0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.single .posts ol {
  list-style: decimal;
  padding-left: 1.6em;
}
.single .posts ol li {
  list-style: inherit;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0.4em 0;
}
.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 #999999;
  color: #2D2D2D;
}
@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: #999999;
  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: #999999;
  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: #2D2D2D;
  background: #f8f8f8;
  border-left: #2D2D2D solid 5px;
  line-height: 1.5;
  padding: 15px 25px;
}
.single .posts .wp-block-pullquote {
  border-top: #2D2D2D 4px solid;
  border-bottom: #2D2D2D 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;
}
.single .posts {
  /* 指定した画面幅以下でカラムを縦積みにする設定 */
}
@media (min-width: 768px) {
  .single .posts .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

/*-------------------------------
	ヘッダー
-------------------------------*/
/* 共通 */
.toggleButton {
  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;
  width: 98px;
  height: 27px;
  padding: 0 10px 0 14px;
  background: transparent;
  border: 1px solid #F7F7F7;
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: fixed;
  top: 17px;
  right: 4%;
  z-index: 9999;
  outline: none;
}
@media screen and (min-width: 768px) {
  .toggleButton {
    top: 26px;
  }
}
.toggleButton__text {
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #F7F7F7;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  pointer-events: none;
  position: relative;
  top: 3px;
}
.toggleButton__icon {
  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;
  width: 20px;
  height: 11px;
  pointer-events: none;
}
.toggleButton__icon span {
  display: block;
  width: 100%;
  height: 1px;
  background: #F7F7F7;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.35s ease, #F7F7F7 0.3s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, #F7F7F7 0.3s, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, #F7F7F7 0.3s;
  transition: transform 0.35s ease, opacity 0.35s ease, #F7F7F7 0.3s, -webkit-transform 0.35s ease;
}
.toggleButton.js-active {
  border: 1px solid #F7F7F7 !important;
}
.toggleButton.js-active .toggleButton__text {
  color: #F7F7F7 !important;
}
.toggleButton.js-active .toggleButton__icon span {
  background-color: #F7F7F7 !important;
}
.toggleButton.js-active .toggleButton__icon span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(30deg);
          transform: translateY(5px) rotate(30deg);
}
.toggleButton.js-active .toggleButton__icon span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.toggleButton.js-active .toggleButton__icon span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-30deg);
          transform: translateY(-5px) rotate(-30deg);
}

.js-fixedNav .toggleButton {
  border-color: #2D2D2D;
}
.js-fixedNav .toggleButton .toggleButton__text {
  color: #2D2D2D;
}
.js-fixedNav .toggleButton .toggleButton__icon span {
  background: #2D2D2D;
}

@media screen and (max-width: 768px) {
  .header-sm-accordion-header {
    cursor: pointer;
    position: relative;
  }
  .header-sm-accordion-header::after {
    content: "";
    background: url(../../../assets/images/icon-accordion-plus.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .header-sm-accordion-header.open::after {
    content: "";
    background: url(../../../assets/images/icon-accordion-minus.svg) no-repeat;
    background-size: contain;
  }
  .header-sm-accordion-inner {
    display: none;
  }
}
.overlayMenu {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
}
.overlayMenu .wrapper {
  background: #2D2D2D;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: env(safe-area-inset-bottom);
  position: relative;
  z-index: 99999;
}
.overlayMenu .wrapper .text img {
  width: 95%;
  height: auto;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .overlayMenu .wrapper .text img {
    width: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .overlayMenu .wrapper .text img {
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .overlayMenu .wrapper .text img {
    width: 1200px;
  }
}
.overlayMenu__conts {
  padding: 120px 0 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .overlayMenu__conts {
    padding: 120px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts {
    padding: 130px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .overlayMenu__conts {
    padding: 140px 0 80px;
  }
}
@media screen and (min-width: 1440px) {
  .overlayMenu__conts {
    padding: 160px 0 80px;
  }
}
.overlayMenu__conts .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: absolute;
  top: 0;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .overlayMenu__conts .logo {
    height: 80px;
  }
}
.overlayMenu__conts .logo a img {
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  .overlayMenu__conts .logo a img {
    max-width: 170px;
  }
}
.overlayMenu__conts .parents a, .overlayMenu__conts .parents span {
  color: #F7F7F7;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts .parents a, .overlayMenu__conts .parents span {
    font-size: 24px;
  }
}
.overlayMenu__conts .parents a::after {
  content: "";
  background-color: #F7F7F7;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
@media (any-hover: hover) {
  .overlayMenu__conts .parents a:hover::after {
    opacity: 1;
  }
}
.overlayMenu__conts .child01 a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts .child01 a {
    font-size: 14px;
  }
}
.overlayMenu__conts .child01 a::after {
  content: "";
  background-color: #999999;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
@media (any-hover: hover) {
  .overlayMenu__conts .child01 a:hover::after {
    opacity: 1;
  }
}
.overlayMenu__conts .child02 {
  padding-left: 1em;
}
.overlayMenu__conts .child02 a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts .child02 a {
    font-size: 14px;
  }
}
.overlayMenu__conts .child02 a::after {
  content: "";
  background-color: #999999;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
@media (any-hover: hover) {
  .overlayMenu__conts .child02 a:hover::after {
    opacity: 1;
  }
}
.overlayMenu__conts .child03 a {
  color: #F7F7F7;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.overlayMenu__conts hr {
  border: none;
  border-top: 1px solid #383838;
  margin: 80px 0 40px;
}
.overlayMenu__conts__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 25px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts__top {
    -ms-grid-columns: 1fr 36px 1fr 36px 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    max-width: 100%;
  }
}
.overlayMenu__conts__bottom {
  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: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
@media screen and (min-width: 768px) {
  .overlayMenu__conts__bottom {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts__bottom {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.overlayMenu__conts__bottom .sub-link {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts__bottom .sub-link {
    text-align: left;
  }
}
.overlayMenu__conts__bottom .sub-link .child03 {
  display: inline-block;
}
.overlayMenu__conts__bottom .sub-link .child03:not(:first-child) {
  margin-left: 2em;
}
.overlayMenu__conts__bottom .sns {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .overlayMenu__conts__bottom .sns {
    text-align: left;
  }
}
.overlayMenu__conts__bottom .sns li {
  display: inline-block;
}
.overlayMenu__conts__bottom .sns li:not(:first-child) {
  margin-left: 1em;
}
.overlayMenu__conts__bottom .sns li a {
  display: inline-block;
}
.overlayMenu__conts__bottom .sns li a img {
  width: 24px;
}
.overlayMenu__conts__bottom .btn-footer-zeh a {
  border: 1px solid #F7F7F7;
  border-radius: 28px;
  color: #F7F7F7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.06em;
  width: 100%;
  height: 56px;
}
@media screen and (min-width: 1200px) {
  .overlayMenu__conts__bottom .btn-footer-zeh a {
    font-size: 16px;
  }
}
.overlayMenu__conts__bottom .btn-footer-zeh a::before {
  content: "";
  display: inline-block;
  background: url(../../../assets/images/icon-btn-footer-zeh.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.overlayMenu__conts__bottom .btn-footer-contact a {
  border: 1px solid #F7F7F7;
  border-radius: 28px;
  color: #F7F7F7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.06em;
  width: 100%;
  height: 56px;
}
@media screen and (min-width: 1200px) {
  .overlayMenu__conts__bottom .btn-footer-contact a {
    font-size: 16px;
  }
}
.overlayMenu__conts__bottom .btn-footer-contact a::before {
  content: "";
  display: inline-block;
  background: url(../../../assets/images/icon-btn-footer-contact.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

/* PCメニュー */
.header {
  width: 100%;
  height: 60px;
  padding: 0 4%;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header-lg {
  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;
  height: 80px;
}
.header-lg .logo a img {
  max-width: 170px;
}
.header-lg .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 120px;
  position: relative;
  top: 4px;
}
.header-lg .navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-lg .navi > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-lg .navi > ul > li > a {
  color: #E0E0E0;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 18px;
}
.header-lg .navi > ul > li > a::after {
  content: "";
  background-color: #F7F7F7;
  display: block;
  width: calc(100% - 36px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
@media (any-hover: hover) {
  .header-lg .navi > ul > li > a:hover::after {
    opacity: 1;
  }
}

.js-fixedNav {
  background: #F7F7F7;
}
.js-fixedNav .header-lg .navi > ul > li > a {
  color: #2D2D2D;
}
.js-fixedNav .header-lg .navi > ul > li > a::after {
  content: "";
  background-color: #2D2D2D;
}

/* SPメニュー */
.header-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header-sm {
    height: 80px;
  }
}
.header-sm .logo a img {
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  .header-sm .logo a img {
    max-width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .header-sm .logo a img {
    max-width: 170px;
  }
}

/*-------------------------------
	フッター
-------------------------------*/
.footer {
  background-color: #2D2D2D;
  padding: 100px 0 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 120px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 160px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 180px 0 80px;
  }
}
.footer .text img {
  width: 95%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .footer .text img {
    width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .text img {
    width: 1200px;
  }
}
.footer .parents a, .footer .parents span {
  color: #F7F7F7;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .parents a, .footer .parents span {
    font-size: 24px;
  }
}
.footer .child01 a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .child01 a {
    font-size: 14px;
  }
}
.footer .child02 {
  padding-left: 1em;
}
.footer .child02 a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .child02 a {
    font-size: 14px;
  }
}
.footer .child03 a {
  color: #F7F7F7;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.footer hr {
  border: none;
  border-top: 1px solid #383838;
  margin: 80px 0 40px;
}

.footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 25px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__top {
    -ms-grid-columns: 1fr 36px 1fr 36px 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    max-width: 100%;
  }
}

.footer__bottom {
  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: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__bottom .sub-link {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__bottom .sub-link {
    text-align: left;
  }
}
.footer__bottom .sub-link .child03 {
  display: inline-block;
}
.footer__bottom .sub-link .child03:not(:first-child) {
  margin-left: 2em;
}
.footer__bottom .sns {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__bottom .sns {
    text-align: left;
  }
}
.footer__bottom .sns li {
  display: inline-block;
}
.footer__bottom .sns li:not(:first-child) {
  margin-left: 1em;
}
.footer__bottom .sns li a {
  display: inline-block;
}
.footer__bottom .sns li a img {
  width: 24px;
}
.footer__bottom .btn-footer-zeh a {
  border: 1px solid #F7F7F7;
  border-radius: 28px;
  color: #F7F7F7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.06em;
  width: 100%;
  height: 56px;
}
@media screen and (min-width: 1200px) {
  .footer__bottom .btn-footer-zeh a {
    font-size: 16px;
  }
}
.footer__bottom .btn-footer-zeh a::before {
  content: "";
  display: inline-block;
  background: url(../../../assets/images/icon-btn-footer-zeh.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.footer__bottom .btn-footer-contact a {
  border: 1px solid #F7F7F7;
  border-radius: 28px;
  color: #F7F7F7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.06em;
  width: 100%;
  height: 56px;
}
@media screen and (min-width: 1200px) {
  .footer__bottom .btn-footer-contact a {
    font-size: 16px;
  }
}
.footer__bottom .btn-footer-contact a::before {
  content: "";
  display: inline-block;
  background: url(../../../assets/images/icon-btn-footer-contact.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.footer__copyright {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .footer-accordion-header {
    cursor: pointer;
    position: relative;
  }
  .footer-accordion-header::after {
    content: "";
    background: url(../../../assets/images/icon-accordion-plus.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .footer-accordion-header.open::after {
    content: "";
    background: url(../../../assets/images/icon-accordion-minus.svg) no-repeat;
    background-size: contain;
  }
  .footer-accordion-inner {
    display: none;
  }
}
/* Google reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden !important;
}

.recaptcha-notice {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

/*-------------------------------
	TOPメインビジュアル
-------------------------------*/
.top__mv__slider {
  position: relative;
}
.top__mv__slider .contents {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.top__mv__slider .contents.--01 {
  background: url(../../../assets/images/top-mv01.jpg) no-repeat center;
  background: url(../../../assets/images/top-mv01.webp) no-repeat center;
  background-size: cover;
}
.top__mv__slider .contents.--02 {
  background: url(../../../assets/images/top-mv02.jpg) no-repeat center;
  background: url(../../../assets/images/top-mv02.webp) no-repeat center;
  background-size: cover;
}
.top__mv__slider .contents.--03 {
  background: url(../../../assets/images/top-mv03.jpg) no-repeat center;
  background: url(../../../assets/images/top-mv03.webp) no-repeat center;
  background-size: cover;
}
.top__mv__slider .contents.--04 {
  background: url(../../../assets/images/top-mv04.jpg) no-repeat center;
  background: url(../../../assets/images/top-mv04.webp) no-repeat center;
  background-size: cover;
}
.top__mv__slider .contents .catch {
  color: #fff;
  position: absolute;
  top: calc(50% + 60px);
  left: 9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top__mv__slider .contents .catch .en {
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.012em;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents .catch .en {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .top__mv__slider .contents .catch .en {
    font-size: 72px;
  }
}
.top__mv__slider .contents .catch .jp {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.18;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents .catch .jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top__mv__slider .contents .catch .jp {
    font-size: 22px;
  }
}
.top__mv__slider .contents .banner {
  position: absolute;
  bottom: 25px;
  right: 6%;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents .banner {
    right: 4%;
  }
}
.top__mv__slider .contents .banner a img {
  -webkit-box-shadow: 0 0 12px rgba(153, 153, 153, 0.16);
          box-shadow: 0 0 12px rgba(153, 153, 153, 0.16);
  max-width: 232.05px;
}
@media screen and (min-width: 768px) {
  .top__mv__slider .contents .banner a img {
    max-width: 273px;
  }
}

/*-------------------------------
	下層メインビジュアル
-------------------------------*/
.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-renovation {
  background: url(../../../assets/images/mv-renovation.jpg) no-repeat center;
  background-size: cover;
}

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

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

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

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

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

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

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

.page-mv-pt1 {
  width: 100%;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt1 {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt1 {
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt1 {
    height: 320px;
  }
}
.page-mv-pt1 .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  height: 100%;
  padding-top: 60px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .page-mv-pt1 .inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt1 .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-mv-pt1 .inner .ttl .en {
  color: #F7F7F7;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt1 .inner .ttl .en {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt1 .inner .ttl .en {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt1 .inner .ttl .en {
    font-size: 100px;
  }
}
.page-mv-pt1 .inner .ttl .jp {
  color: #F7F7F7;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.page-mv-pt2 {
  background: url(../../../assets/images/page-mv-pt2-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt2 {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt2 {
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt2 {
    height: 320px;
  }
}
.page-mv-pt2 .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  height: 100%;
  padding-top: 60px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .page-mv-pt2 .inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt2 .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-mv-pt2 .inner .ttl .en {
  color: #F7F7F7;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .page-mv-pt2 .inner .ttl .en {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-mv-pt2 .inner .ttl .en {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-mv-pt2 .inner .ttl .en {
    font-size: 100px;
  }
}
.page-mv-pt2 .inner .ttl .jp {
  color: #F7F7F7;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/*-------------------------------
	レイアウト
-------------------------------*/
.l-inner-col10 {
  width: 100%;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
}
.l-inner-col10 .l-column-pt1-odd {
  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: 40px;
}
@media screen and (min-width: 768px) {
  .l-inner-col10 .l-column-pt1-odd {
    -ms-grid-columns: 58.55% auto;
    grid-template-columns: 58.55% auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner-col10 .l-column-pt1-odd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-inner-col10 .l-column-pt1-odd .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .l-inner-col10 .l-column-pt1-odd .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-inner-col10 .l-column-pt1-odd .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .l-inner-col10 .l-column-pt1-odd .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-inner-col10 .l-column-pt1-even {
  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: 40px;
}
@media screen and (min-width: 768px) {
  .l-inner-col10 .l-column-pt1-even {
    -ms-grid-columns: auto 58.55%;
    grid-template-columns: auto 58.55%;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner-col10 .l-column-pt1-even {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-inner-col10 .l-column-pt2-odd {
  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: 40px;
}
@media screen and (min-width: 768px) {
  .l-inner-col10 .l-column-pt2-odd {
    -ms-grid-columns: 58.55% auto;
    grid-template-columns: 58.55% auto;
  }
}

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

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

.l-bg-block {
  background-color: #2D2D2D;
  padding: 70px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-bg-block {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-block {
    padding: 130px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-bg-block {
    padding: 160px 0;
  }
}
.l-bg-block::after {
  content: "";
  background: url(../../../assets/images/l-bg-block-bg.png) no-repeat center;
  background-size: contain;
  width: 576px;
  height: 336px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-bg-block::after {
    width: 1008px;
    height: 588px;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-block::after {
    width: 1152px;
    height: 672px;
  }
}
@media screen and (min-width: 1200px) {
  .l-bg-block::after {
    width: 1440px;
    height: 840px;
  }
}
.l-bg-block .box {
  background-color: #2D2D2D;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 35px 35px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-bg-block .box {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-block .box {
    padding: 70px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-bg-block .box {
    padding: 80px 100px;
  }
}

.l-bg-white {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .l-bg-white {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-white {
    padding: 160px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-bg-white {
    padding: 200px 0;
  }
}

.l-bg-2column {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-bg-2column {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-2column {
    padding: 90px 0;
  }
}
.l-bg-2column .title {
  text-align: center;
}
.l-bg-2column .title img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .l-bg-2column .title img {
    max-width: 335.3px;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-2column .title img {
    max-width: 479px;
  }
}

.l-include-idea .inner {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-include-idea .inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-include-idea .inner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-include-idea .inner {
    padding: 120px 0;
  }
}
.l-include-idea .inner::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.l-bg-box {
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 30px 25px;
}
@media screen and (min-width: 768px) {
  .l-bg-box {
    padding: 40px;
  }
}

.l-white-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 25px;
}
@media screen and (min-width: 768px) {
  .l-white-box {
    padding: 35px 40px;
  }
}

.l-include-seven .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-include-seven .inner {
    row-gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-include-seven .inner {
    -ms-grid-columns: 31.33% 1fr;
    grid-template-columns: 31.33% 1fr;
  }
}
.l-include-seven .inner::before {
  content: "";
  background: url(../../../assets/images/l-include-seven-bg.svg) no-repeat;
  background-size: contain;
  width: 445px;
  height: 445px;
  position: absolute;
  top: -80px;
  left: -26%;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .l-include-seven .inner::before {
    width: 462.8px;
    height: 462.8px;
    top: -140px;
    left: -10%;
  }
}
@media screen and (min-width: 1024px) {
  .l-include-seven .inner::before {
    width: 738.7px;
    height: 738.7px;
    top: 50%;
    left: -26%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .l-include-seven .inner::before {
    width: 890px;
    height: 890px;
  }
}
.l-include-seven .inner .right .architect {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.l-include-seven .inner .right ol {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .l-include-seven .inner .right ol {
    margin-top: -30px;
  }
}
.l-include-seven .inner .right ol li {
  border-bottom: 1px solid #E0E0E0;
  padding: 13px 0;
}
@media screen and (min-width: 768px) {
  .l-include-seven .inner .right ol li {
    padding: 13px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-include-seven .inner .right ol li {
    padding: 13px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-include-seven .inner .right ol li {
    padding: 17px 0;
  }
}
.l-include-seven .inner .right ol li span {
  display: block;
}

/*-------------------------------
	widget
-------------------------------*/
.widget-area .widget-container > h2 {
  color: #2D2D2D;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 2px;
}
.widget-area .widget-container .wp-block-archives select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../../../assets/images/icon-contact-arrow.svg) no-repeat right 15px center;
  background-size: 12px auto;
  border: 1px solid #E0E0E0;
  color: #2D2D2D;
  width: 100%;
  height: 44px;
  margin-top: 5px;
  padding: 0 40px 0 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.widget-area .widget-container .wp-block-archives select:focus {
  -webkit-box-shadow: 0 0 3px 0 #fff;
          box-shadow: 0 0 3px 0 #fff;
  outline: 0;
}
.widget-area .widget-container .wp-block-search {
  margin-top: 5px;
}
.widget-area .widget-container .wp-block-search .wp-block-search__label {
  display: none;
}
.widget-area .widget-container .wp-block-search .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border: 1px solid #E0E0E0;
  height: 44px;
  padding: 0;
}
.widget-area .widget-container .wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #2D2D2D;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.widget-area .widget-container .wp-block-search .wp-block-search__input:focus {
  -webkit-box-shadow: 0 0 3px 0 #fff;
          box-shadow: 0 0 3px 0 #fff;
  outline: 0;
}
.widget-area .widget-container .wp-block-search .wp-block-search__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0;
  background: #fff;
  color: #999;
  margin-left: 0;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.widget-area .widget-container .wp-block-search .wp-block-search__button svg {
  min-width: 20px;
  min-height: 20px;
}

/*-------------------------------
	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;
}
.include-footer-contact .inner {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .include-footer-contact .inner {
    padding: 80px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .include-footer-contact .inner {
    padding: 100px 0 80px;
  }
}
.include-footer-contact .inner .catch {
  color: #E0E0E0;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: -0.1em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .include-footer-contact .inner .catch {
    font-size: 115px;
  }
}
@media screen and (min-width: 1024px) {
  .include-footer-contact .inner .catch {
    font-size: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .include-footer-contact .inner .catch {
    font-size: 160px;
  }
}
.include-footer-contact .inner .box {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(153, 153, 153, 0.16);
          box-shadow: 0 0 16px rgba(153, 153, 153, 0.16);
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .include-footer-contact .inner .box {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .include-footer-contact .inner .box {
    padding: 32px 48px;
  }
}
.include-footer-contact .inner .box .ttl {
  position: relative;
}
.include-footer-contact .inner .box .ttl::before {
  content: "";
  background: url(../../../assets/images/include-footer-contact-icon01.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1024px) {
  .include-footer-contact .inner .box .ttl::before {
    width: 70px;
    height: 70px;
  }
}
.include-footer-contact .inner .box ul {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
}
.include-footer-contact .inner .box ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .include-footer-contact .inner .box ul li {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.include-footer-contact .inner .box ul li:not(:last-child) {
  margin-bottom: 5px;
}
.include-footer-contact .inner .box ul li::before {
  content: "";
  background-color: #E0E0E0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 7px;
}
.include-footer-contact .inner .box.--02 .ttl {
  position: relative;
}
.include-footer-contact .inner .box.--02 .ttl::before {
  content: "";
  background: url(../../../assets/images/include-footer-contact-icon02.svg) no-repeat;
  background-size: contain;
}
.include-footer-contact .inner .info {
  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: 50px;
  max-width: 994px;
}
@media screen and (min-width: 768px) {
  .include-footer-contact .inner .info {
    row-gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .include-footer-contact .inner .info {
    -ms-grid-columns: 170px 1fr;
    grid-template-columns: 170px 1fr;
  }
}
.include-footer-contact .inner .info .logo {
  text-align: center;
}
.include-footer-contact .inner .info .logo img {
  max-width: 110px;
}
@media screen and (min-width: 1024px) {
  .include-footer-contact .inner .info .logo img {
    max-width: 148px;
  }
}
.include-footer-contact .inner .info .tel span {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.include-footer-contact .inner .info .tel a {
  color: #2D2D2D !important;
  text-decoration: none !important;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.5;
  letter-spacing: 0.02em;
}

/*-------------------------------
	include-service-list
-------------------------------*/
.include-service-list {
  background-color: #2D2D2D;
  padding: 90px 0;
}
@media screen and (min-width: 768px) {
  .include-service-list {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1024px) {
  .include-service-list {
    padding: 160px 0;
  }
}
@media screen and (min-width: 1200px) {
  .include-service-list {
    padding: 200px 0;
  }
}
.include-service-list .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .include-service-list .contents {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .include-service-list .contents {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

/*-------------------------------
	include-service-list-pt2
-------------------------------*/
.include-service-list-pt2 .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .include-service-list-pt2 .contents {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .include-service-list-pt2 .contents {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

/*-------------------------------
	include-related-bnr
-------------------------------*/
.include-related-bnr .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .include-related-bnr .contents {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

/*-------------------------------
	include-house-inner
-------------------------------*/
.include-house-inner {
  position: relative;
}
.include-house-inner > .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 24px;
  right: 6%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .include-house-inner > .arrow-box {
    bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .include-house-inner > .arrow-box {
    bottom: 100px;
  }
}
.include-house-inner > .arrow-box .prev-arrow {
  background: url(../../../assets/images/arrow-pagenavi-prev--white.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 67px;
  height: 32px;
  margin: 0 4px;
}
.include-house-inner > .arrow-box .next-arrow {
  background: url(../../../assets/images/arrow-pagenavi-next--white.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 67px;
  height: 32px;
  margin: 0 4px;
}
.include-house-inner > .arrow-box .slider-counter {
  color: #F7F7F7;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-align: right;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 35px;
  margin-left: 15px;
  position: relative;
  top: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .include-house-inner > .arrow-box .slider-counter {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .include-house-inner > .arrow-box .slider-counter {
    font-size: 24px;
  }
}

.include-house-inner__slider .contents {
  width: 100%;
  height: 560px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .include-house-inner__slider .contents {
    height: 600px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .include-house-inner__slider .contents {
    height: 650px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .include-house-inner__slider .contents {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    max-height: 820px;
    padding-bottom: 100px;
  }
}
.include-house-inner__slider .contents.--01 {
  background: url(../../../assets/images/include-house-inner__slider01.jpg) no-repeat center;
  background-size: cover;
}
.include-house-inner__slider .contents.--02 {
  background: url(../../../assets/images/include-house-inner__slider02.jpg) no-repeat center;
  background-size: cover;
}
.include-house-inner__slider .contents.--03 {
  background: url(../../../assets/images/include-house-inner__slider03.jpg) no-repeat center;
  background-size: cover;
}
.include-house-inner__slider .contents.--04 {
  background: url(../../../assets/images/include-house-inner__slider04.jpg) no-repeat center;
  background-size: cover;
}
.include-house-inner__slider .contents.--05 {
  background: url(../../../assets/images/include-house-inner__slider05.jpg) no-repeat center;
  background-size: cover;
}
.include-house-inner__slider .contents.--06 {
  background: url(../../../assets/images/include-house-inner__slider06.jpg) no-repeat center;
  background-size: cover;
}
.include-house-inner__slider .contents .catch {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 0.06em;
  text-align: right;
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .include-house-inner__slider .contents .catch {
    font-size: 98px;
    right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .include-house-inner__slider .contents .catch {
    font-size: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .include-house-inner__slider .contents .catch {
    font-size: 160px;
  }
}
.include-house-inner__slider .contents .container, .include-house-inner__slider .contents .row {
  height: 100%;
}

/*-------------------------------
	include-renovation-type
-------------------------------*/
.include-renovation-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .include-renovation-type {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.include-renovation-type .block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .include-renovation-type .block {
    border-left: 2px solid #E0E0E0;
  }
  .include-renovation-type .block:last-child {
    border-right: 2px solid #E0E0E0;
  }
}
.include-renovation-type .block:first-child::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .include-renovation-type .block:first-child::after {
    content: none;
  }
}
.include-renovation-type .block .inner {
  max-width: 95%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .include-renovation-type .block .inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .include-renovation-type .block .inner {
    max-width: 377px;
  }
}
.include-renovation-type .block .inner .image img {
  max-width: 170px;
}
.include-renovation-type .block .inner ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 1.2em;
  position: relative;
}
.include-renovation-type .block .inner ul li::before {
  content: "";
  background-color: #E0E0E0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 0;
}

/*-------------------------------
	include-estate-link
-------------------------------*/
.include-estate-link .contents {
  background: url(../../../assets/images/include-estate-link-bg.jpg) no-repeat center;
  background-size: cover;
  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: 30px;
  padding: 30px 24px 35px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .include-estate-link .contents {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .include-estate-link .contents {
    -ms-grid-columns: 1fr 37%;
    grid-template-columns: 1fr 37%;
    padding: 100px 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .include-estate-link .contents {
    padding: 100px;
  }
}
.include-estate-link .contents .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .include-estate-link .contents .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.include-estate-link .contents .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .include-estate-link .contents .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.include-estate-link .contents .ttl .en {
  color: #F7F7F7;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .include-estate-link .contents .ttl .en {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .include-estate-link .contents .ttl .en {
    font-size: 24px;
    line-height: 0.7;
  }
}
.include-estate-link .contents .ttl .jp {
  color: #F7F7F7;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .include-estate-link .contents .ttl .jp {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .include-estate-link .contents .ttl .jp {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .include-estate-link .contents .ttl .jp {
    font-size: 28px;
  }
}
.include-estate-link .contents .ttl .jp::after {
  content: "";
  background-color: #F7F7F7;
  display: block;
  width: 100%;
  height: 1px;
}

/*-------------------------------
	include-modelhouse
-------------------------------*/
.include-modelhouse {
  background: url(../../../assets/images/include-modelhouse-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 320px 0 80px;
}
@media screen and (min-width: 768px) {
  .include-modelhouse {
    padding: 500px 0 120px;
  }
}
@media screen and (min-width: 1024px) {
  .include-modelhouse {
    padding: 550px 0 140px;
  }
}
@media screen and (min-width: 1200px) {
  .include-modelhouse {
    padding: 700px 0 160px;
  }
}
.include-modelhouse .catch {
  color: #F7F7F7;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .include-modelhouse .catch {
    font-size: 32px;
    margin-top: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .include-modelhouse .catch {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .include-modelhouse .catch {
    font-size: 48px;
  }
}
.include-modelhouse .info {
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  padding: 25px 0 30px;
}
@media screen and (min-width: 768px) {
  .include-modelhouse .info {
    padding: 35px 0 40px;
  }
}
.include-modelhouse .info .title span {
  text-decoration: underline;
}
.include-modelhouse .info .reserve {
  background-color: #383838;
  max-width: 376px;
  margin: auto;
  padding: 5px 0;
}

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

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

.display-3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/*-------------------------------
	タイトル
-------------------------------*/
.ttl-jp-xl {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .ttl-jp-xl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-xl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-jp-xl {
    font-size: 32px;
  }
}

.ttl-jp-lg {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .ttl-jp-lg {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-lg {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-jp-lg {
    font-size: 28px;
  }
}

.ttl-jp-md {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .ttl-jp-md {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-md {
    font-size: 20px;
  }
}

.ttl-jp-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .ttl-jp-sm {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-sm {
    font-size: 16px;
  }
}
.ttl-jp-sm.--round {
  padding-left: 1.5em;
  position: relative;
}
.ttl-jp-sm.--round::before {
  content: "●";
  color: #8F2E14;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl-en-sm {
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .ttl-en-sm {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-en-sm {
    font-size: 24px;
  }
}

.ttl-en-round {
  color: #2D2D2D;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  padding-left: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ttl-en-round {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-en-round {
    font-size: 24px;
    line-height: 0.7;
  }
}
.ttl-en-round::before {
  content: "";
  background-color: #8F2E14;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .ttl-en-round::before {
    top: 0;
  }
}
.ttl-en-round.--white {
  color: #F7F7F7;
}

.ttl-block01 .en {
  color: #2D2D2D;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .ttl-block01 .en {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block01 .en {
    font-size: 80px;
    line-height: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-block01 .en {
    font-size: 100px;
  }
}
.ttl-block01 .jp {
  color: #8F2E14;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 32px;
  position: relative;
}
.ttl-block01 .jp::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #8F2E14;
  position: absolute;
  top: 9px;
  left: 0;
}
.ttl-block01.--white .en {
  color: #F7F7F7;
}
.ttl-block01.--white .jp {
  color: #999999;
}
.ttl-block01.--white .jp::before {
  background-color: #999999;
}

.ttl-block02 .en {
  color: #2D2D2D;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  padding-left: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ttl-block02 .en {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block02 .en {
    font-size: 24px;
    line-height: 0.7;
  }
}
.ttl-block02 .en::before {
  content: "";
  background-color: #8F2E14;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .ttl-block02 .en::before {
    top: 0;
  }
}
.ttl-block02 .jp {
  color: #2D2D2D;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ttl-block02 .jp {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block02 .jp {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-block02 .jp {
    font-size: 28px;
  }
}
.ttl-block02.--white .en {
  color: #F7F7F7;
}
.ttl-block02.--white .jp {
  color: #F7F7F7;
}

.ttl-block03 .en {
  color: #2D2D2D;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  padding-left: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ttl-block03 .en {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block03 .en {
    font-size: 24px;
    line-height: 0.7;
  }
}
.ttl-block03 .en::before {
  content: "";
  background-color: #8F2E14;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .ttl-block03 .en::before {
    top: 0;
  }
}
.ttl-block03 .jp {
  color: #2D2D2D;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .ttl-block03 .jp {
    font-size: 32px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-block03 .jp {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-block03 .jp {
    font-size: 48px;
  }
}
.ttl-block03.--white .en {
  color: #F7F7F7;
}
.ttl-block03.--white .jp {
  color: #F7F7F7;
}

.ttl-jp-uline {
  color: #2D2D2D;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ttl-jp-uline {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-uline {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .ttl-jp-uline {
    font-size: 24px;
  }
}
.ttl-jp-uline::after {
  content: "";
  display: block;
  background-color: #E0E0E0;
  width: 100%;
  height: 2px;
  margin-top: 5px;
}

.ttl-jp-number {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ttl-jp-number {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-number {
    font-size: 20px;
    padding-left: 40px;
  }
}
.ttl-jp-number::before {
  content: "";
  background: url(../../../assets/images/icon-round-number01.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ttl-jp-number::before {
    width: 28.8px;
    height: 28.8px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-jp-number::before {
    width: 32px;
    height: 32px;
  }
}
.ttl-jp-number.--02::before {
  background-image: url(../../../assets/images/icon-round-number02.svg);
  background-size: contain;
}
.ttl-jp-number.--03::before {
  background-image: url(../../../assets/images/icon-round-number03.svg);
  background-size: contain;
}
.ttl-jp-number.--04::before {
  background-image: url(../../../assets/images/icon-round-number04.svg);
  background-size: contain;
}
.ttl-jp-number.--05::before {
  background-image: url(../../../assets/images/icon-round-number05.svg);
  background-size: contain;
}
.ttl-jp-number.--06::before {
  background-image: url(../../../assets/images/icon-round-number06.svg);
  background-size: contain;
}
.ttl-jp-number.--07::before {
  background-image: url(../../../assets/images/icon-round-number07.svg);
  background-size: contain;
}
.ttl-jp-number.--08::before {
  background-image: url(../../../assets/images/icon-round-number08.svg);
  background-size: contain;
}

.ttl-l-line {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-left: 0.9em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ttl-l-line {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-l-line {
    font-size: 20px;
  }
}
.ttl-l-line::before {
  content: "";
  background-color: #E0E0E0;
  width: 4px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ttl-sns {
  position: relative;
}
.ttl-sns::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
}
.ttl-sns .en {
  color: #2D2D2D;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 36px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .ttl-sns .en {
    display: inline;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-sns .en {
    font-size: 40px;
    padding-left: 48px;
  }
}
.ttl-sns .jp {
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 5px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .ttl-sns .jp {
    display: inline;
    margin-top: 0;
  }
}
.ttl-sns.--insta::before {
  content: "";
  background: url(../../../assets/images/icon-insta-color02.svg) no-repeat center;
  background-size: contain;
  width: 25.6px;
  height: 25.6px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .ttl-sns.--insta::before {
    width: 32px;
    height: 32px;
  }
}
.ttl-sns.--youtube::before {
  content: "";
  background: url(../../../assets/images/icon-youtube-color02.svg) no-repeat center;
  background-size: contain;
  width: 25.6px;
  height: 25.6px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .ttl-sns.--youtube::before {
    width: 32px;
    height: 32px;
  }
}

/*-------------------------------
	ボタン
-------------------------------*/
.btn-main a {
  background: transparent;
  border: 1px solid #2D2D2D;
  border-radius: 27px;
  color: #2D2D2D;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 100%;
  max-width: 273px;
  height: 54px;
  padding: 0 32px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .btn-main a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-main a {
    height: 64px;
    border-radius: 32px;
  }
}
.btn-main a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn-main a:hover {
    opacity: 0.5;
  }
}
.btn-main.--white a {
  border-color: #F7F7F7;
  color: #F7F7F7;
}
.btn-main.--white a::after {
  content: "";
  background-color: #F7F7F7;
}
.btn-main.--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-main.--full a {
  max-width: 100%;
}
.btn-main.--lg a {
  max-width: 376px !important;
}

.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: transparent;
  border: 1px solid #2D2D2D;
  border-radius: 27px;
  color: #2D2D2D;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 100%;
  max-width: 280px;
  height: 54px;
  padding: 0 32px;
  position: relative;
  text-decoration: none;
  text-align: right;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .btn-prev a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-prev a {
    height: 64px;
    border-radius: 32px;
  }
}
.btn-prev a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn-prev a:hover {
    opacity: 0.5;
  }
}

.btn-line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  border: 1px solid #2D2D2D;
  border-radius: 32px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .btn-line a {
    height: 80px;
    border-radius: 40px;
  }
}
.btn-line a .txt01 {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.btn-line a .txt02 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .btn-line a .txt02 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-line a .txt02 {
    font-size: 20px;
  }
}
.btn-line a .inner {
  padding: 0 32px 0 76px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .btn-line a .inner {
    padding: 0 32px 0 90px;
  }
}
.btn-line a .inner {
  position: relative;
}
.btn-line a .inner::before {
  content: "";
  background: url(../../../assets/images/icon-line-color.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .btn-line a .inner::before {
    left: 32px;
  }
}
.btn-line a .inner::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .btn-line a .inner::after {
    right: 32px;
  }
}
@media (any-hover: hover) {
  .btn-line a:hover {
    opacity: 0.5;
  }
}

.btn-magazine a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  border: 1px solid #2D2D2D;
  border-radius: 32px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .btn-magazine a {
    height: 80px;
    border-radius: 40px;
  }
}
.btn-magazine a .txt01 {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.btn-magazine a .txt02 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .btn-magazine a .txt02 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-magazine a .txt02 {
    font-size: 20px;
  }
}
.btn-magazine a .inner {
  padding: 0 32px 0 76px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .btn-magazine a .inner {
    padding: 0 32px 0 90px;
  }
}
.btn-magazine a .inner {
  position: relative;
}
.btn-magazine a .inner::before {
  content: "";
  background: url(../../../assets/images/icon-magazine-color.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .btn-magazine a .inner::before {
    left: 32px;
  }
}
.btn-magazine a .inner::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .btn-magazine a .inner::after {
    right: 32px;
  }
}
@media (any-hover: hover) {
  .btn-magazine a:hover {
    opacity: 0.5;
  }
}

.btn-anchor a {
  background: transparent;
  border-bottom: 2px solid #E0E0E0;
  color: #2D2D2D;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 100%;
  height: 54px;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .btn-anchor a {
    font-size: 16px;
  }
}
.btn-anchor a::after {
  content: "";
  background-color: #2D2D2D;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn-anchor a:hover {
    opacity: 0.75;
  }
}

/*-------------------------------
	スペーサー
-------------------------------*/
.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: 70px;
}
@media screen and (min-width: 768px) {
  .spacer-160 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-160 {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-160 {
    margin-top: 160px;
  }
}

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

.spacer-200 {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .spacer-200 {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-200 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-200 {
    margin-top: 200px;
  }
}

.spacer-240 {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .spacer-240 {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-240 {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-240 {
    margin-top: 240px;
  }
}

.spacer-380 {
  margin-top: 160px;
}
@media screen and (min-width: 768px) {
  .spacer-380 {
    margin-top: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .spacer-380 {
    margin-top: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-380 {
    margin-top: 380px;
  }
}

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

/*-------------------------------
	バナー
-------------------------------*/
/*-------------------------------
	トップページ
-------------------------------*/
.top__concept {
  background: url(../../../assets/images/top__concept-bg.jpg) no-repeat center bottom;
  background-size: cover;
  margin-top: -2px;
  padding-top: 160px;
  padding-bottom: 530px;
}
@media screen and (min-width: 768px) {
  .top__concept {
    padding-top: 180px;
    padding-bottom: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .top__concept {
    padding-top: 260px;
    padding-bottom: 530px;
  }
}
@media screen and (min-width: 1200px) {
  .top__concept {
    padding-top: 400px;
    padding-bottom: 730px;
  }
}
.top__concept .catch {
  color: #383838;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .top__concept .catch {
    font-size: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .top__concept .catch {
    font-size: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .top__concept .catch {
    font-size: 160px;
  }
}
.top__concept .contents {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .top__concept .contents {
    margin-top: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .top__concept .contents {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .top__concept .contents {
    margin-top: -60px;
  }
}

.top__event {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__event {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top__event {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top__event {
    padding: 120px 0;
  }
}
.top__event::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.top__event .contents {
  position: relative;
}

.top__works .works-slider {
  width: 100vw;
  position: relative;
  left: -18px;
}
@media screen and (min-width: 768px) {
  .top__works .works-slider {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top__works .works-slider {
    margin-right: calc(50% - 50vw);
    width: calc(100% + 50vw - 50%);
  }
}
.top__works .works-slider article .eyecatch {
  position: relative;
}
.top__works .works-slider article .eyecatch .cat {
  background-color: #F7F7F7;
  border: 1px solid #2D2D2D;
  color: #2D2D2D;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.top__works .works-slider article .ttl a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .top__works .works-slider article .ttl a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .top__works .works-slider article .ttl a {
    font-size: 16px;
  }
}
.top__works .works-slider article .info::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}
.top__works .works-slider article .info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1em 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.top__works .works-slider article .info__list__ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.top__works .works-slider article .info__list__txt {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.top__works .works-slider .slick-list {
  margin: 0 -9px;
}
@media screen and (min-width: 768px) {
  .top__works .works-slider .slick-list {
    margin: 0 -18px;
  }
}
.top__works .works-slider .slick-slide {
  margin: 0 9px;
}
@media screen and (min-width: 768px) {
  .top__works .works-slider .slick-slide {
    margin: 0 18px;
  }
}
.top__works .works-slider .prev-arrow {
  background: url(../../../assets/images/arrow-slider-prev.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top__works .works-slider .prev-arrow {
    left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .top__works .works-slider .prev-arrow {
    left: -20px;
  }
}
.top__works .works-slider .next-arrow {
  background: url(../../../assets/images/arrow-slider-next.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top__works .works-slider .next-arrow {
    right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .top__works .works-slider .next-arrow {
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .top__works .works-slider .next-arrow {
    right: calc((100vw - 1200px) / 2 - 20px);
  }
}

.top__bnr__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 1px;
}
@media screen and (min-width: 768px) {
  .top__bnr__conts {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .top__blog__conts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 36px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.top__blog__conts .category-list .cat-item {
  display: inline-block;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .top__blog__conts .category-list .cat-item {
    display: block;
    margin-right: 0;
  }
}
.top__blog__conts .category-list .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.top__blog__conts .category-list .cat-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.top__blog__conts .list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top__blog__conts .list {
    margin-top: -20px;
  }
}
.top__blog__conts .list article::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
}
.top__blog__conts .list article a {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .top__blog__conts .list article a {
    padding: 20px 50px 20px 20px;
  }
}
.top__blog__conts .list article a .cat {
  border: 1px solid #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2D2D2D;
  display: inline-block;
  padding: 3px 10px;
}
.top__blog__conts .list article a .ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .top__blog__conts .list article a .ttl {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .top__blog__conts .list article a .ttl {
    font-size: 16px;
  }
}
.top__blog__conts .list article a .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #999999;
}
.top__blog__conts .list article a .date::before {
  content: "DAY.";
  display: inline-block;
  color: #999999;
}
.top__blog__conts .list article a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .top__blog__conts .list article a:hover {
    background-color: #fff;
  }
}

.top__modelhouse {
  background-color: #2D2D2D;
}
.top__modelhouse__designer {
  padding-top: 10px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .top__modelhouse__designer {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .top__modelhouse__designer {
    padding-top: 20px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .top__modelhouse__designer {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}
.top__modelhouse__designer .profile {
  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: 50px;
}
@media screen and (min-width: 768px) {
  .top__modelhouse__designer .profile {
    -ms-grid-columns: 58.6% 1fr;
    grid-template-columns: 58.6% 1fr;
  }
}
.top__modelhouse__designer .profile .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .top__modelhouse__designer .profile .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top__modelhouse__designer .profile .detail .furigana {
  color: #999999;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.top__modelhouse__designer .profile .detail .txt01::after {
  content: "";
  background-color: #383838;
  display: block;
  width: 100%;
  height: 1px;
  margin: 35px 0;
}
.top__modelhouse__designer .profile .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top__modelhouse__designer .profile .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top__modelhouse__designer .banner .list a img {
    max-width: 523.8px;
  }
}
@media screen and (min-width: 1024px) {
  .top__modelhouse__designer .banner .list a img {
    max-width: 582px;
  }
}
.top__modelhouse__designer .affiliation {
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top__modelhouse__designer .affiliation {
    padding: 20px 40px;
    width: 100%;
  }
}
.top__modelhouse__designer .affiliation img {
  max-width: 914px;
}

.top__sns__youtube .youtube-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top__sns__youtube .youtube-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*-------------------------------
	GREEN MODERNとは
-------------------------------*/
.hello__about .inner {
  background: url(../../../assets/images/l-line-bg.png) repeat-y center;
  background-size: contain;
}
.hello__about .inner .main {
  margin-top: -30px;
}
.hello__about .inner .main .right {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .hello__about .inner .main .right {
    margin-top: 28%;
  }
}

.hello__greenmodern {
  padding: 80px 0 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hello__greenmodern {
    padding: 100px 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .hello__greenmodern {
    padding: 150px 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  .hello__greenmodern {
    padding: 180px 0 35px;
  }
}
.hello__greenmodern .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hello__greenmodern .image .slick-slider,
.hello__greenmodern .image .slick-list,
.hello__greenmodern .image .slick-track,
.hello__greenmodern .image .slick-slide,
.hello__greenmodern .image .slick-slide > div {
  height: 100%;
}
.hello__greenmodern .image .img-fluid {
  height: 100%;
}
.hello__greenmodern .image .img-fluid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hello__greenmodern .title {
  text-align: center;
}
.hello__greenmodern .title img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .hello__greenmodern .title img {
    max-width: 335.3px;
  }
}
@media screen and (min-width: 1024px) {
  .hello__greenmodern .title img {
    max-width: 479px;
  }
}
.hello__greenmodern .catch {
  color: #F7F7F7;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hello__greenmodern .catch {
    font-size: 16px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .hello__greenmodern .catch {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .hello__greenmodern .catch {
    margin-top: 140px;
  }
}

.hello__new {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hello__new {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .hello__new {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .hello__new {
    padding: 120px 0;
  }
}
.hello__new::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.hello__profile .contents {
  background: url(../../../assets/images/hello__profile-bg.jpg) no-repeat center;
  background-size: cover;
  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: 30px;
  padding: 30px 24px 35px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hello__profile .contents {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .hello__profile .contents {
    -ms-grid-columns: 1fr 37%;
    grid-template-columns: 1fr 37%;
    padding: 100px 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .hello__profile .contents {
    padding: 100px;
  }
}
.hello__profile .contents .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .hello__profile .contents .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hello__profile .contents .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .hello__profile .contents .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hello__profile .contents .ttl .en {
  color: #F7F7F7;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hello__profile .contents .ttl .en {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .hello__profile .contents .ttl .en {
    font-size: 24px;
    line-height: 0.7;
  }
}
.hello__profile .contents .ttl .jp {
  color: #F7F7F7;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .hello__profile .contents .ttl .jp {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .hello__profile .contents .ttl .jp {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hello__profile .contents .ttl .jp {
    font-size: 28px;
  }
}
.hello__profile .contents .ttl .jp::after {
  content: "";
  background-color: #F7F7F7;
  display: block;
  width: 100%;
  height: 1px;
}

/*-------------------------------
	中桐佳彦について
-------------------------------*/
.story__profile .furigana {
  color: #999999;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.story__profile .info::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .story__profile .info::before {
    margin: 50px 0;
  }
}
.story__profile .info ol li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 1fr;
  grid-template-columns: 5em 1fr;
}
.story__profile .info ol li span::after {
  content: "|";
  display: inline;
  margin: 0 5px 0 7px;
}

.story__important {
  background: url(../../../assets/images/story__important-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .story__important {
    padding-top: 180px;
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .story__important {
    padding-top: 260px;
    padding-bottom: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .story__important {
    padding-top: 400px;
    padding-bottom: 700px;
  }
}
.story__important .catch {
  color: #383838;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .story__important .catch {
    font-size: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .story__important .catch {
    font-size: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .story__important .catch {
    font-size: 160px;
  }
}

.story__leaning__pre {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .story__leaning__pre {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .story__leaning__pre {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .story__leaning__pre {
    padding: 120px 0;
  }
}
.story__leaning__pre::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.story__leaning__history .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 18px 1fr;
  grid-template-columns: 80px 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (min-width: 768px) {
  .story__leaning__history .contents {
    -ms-grid-columns: 100px 60px 1fr;
    grid-template-columns: 100px 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .story__leaning__history .contents {
    -ms-grid-columns: 120px 85px 1fr;
    grid-template-columns: 120px 1fr;
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
  }
}
.story__leaning__history .contents .vertical-line {
  width: 0;
  height: calc(100% - 100px);
  margin-inline: auto;
  border-left: 1px dotted #8F2E14;
  position: relative;
  top: 20px;
}
@media screen and (min-width: 768px) {
  .story__leaning__history .contents .vertical-line {
    height: calc(100% - 120px);
  }
}
@media screen and (min-width: 1024px) {
  .story__leaning__history .contents .vertical-line {
    height: calc(100% - 140px);
  }
}

@media screen and (min-width: 768px) {
  .story__journal .banner .list a img {
    max-width: 523.8px;
  }
}
@media screen and (min-width: 1024px) {
  .story__journal .banner .list a img {
    max-width: 582px;
  }
}

/*-------------------------------
	サービス一覧
-------------------------------*/
.service__partition {
  background: url(../../../assets/images/service__partition-img.jpg) no-repeat center;
  background-size: contain;
  display: block;
  width: 900px;
  height: 101px;
  overflow: visible;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .service__partition {
    width: 1080px;
    height: 121.2px;
  }
}
@media screen and (min-width: 1024px) {
  .service__partition {
    width: 1440px;
    height: 161.6px;
  }
}
@media screen and (min-width: 1200px) {
  .service__partition {
    width: 1800px;
    height: 202px;
  }
}

.service__list__bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 140px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .service__list__bnr a {
    height: 210px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .service__list__bnr a {
    height: 290px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .service__list__bnr a {
    height: 400px;
  }
}
@media (any-hover: hover) {
  .service__list__bnr a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.service__list__bnr a .ttl .en {
  color: #F7F7F7;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .service__list__bnr a .ttl .en {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .service__list__bnr a .ttl .en {
    font-size: 24px;
  }
}
.service__list__bnr a .ttl .jp {
  color: #F7F7F7;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__list__bnr a .ttl .jp {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .service__list__bnr a .ttl .jp {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .service__list__bnr a .ttl .jp {
    font-size: 28px;
  }
}
.service__list__bnr a .ttl .jp::after {
  content: "";
  background: url(../../../assets/images/arrow-bnr-white.svg) no-repeat;
  background-size: contain;
  width: 36.85px;
  height: 17.6px;
  position: absolute;
  top: 6px;
  right: -55px;
}
@media screen and (min-width: 768px) {
  .service__list__bnr a .ttl .jp::after {
    width: 43.55px;
    height: 20.8px;
    top: 8px;
    right: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .service__list__bnr a .ttl .jp::after {
    width: 53.6px;
    height: 25.6px;
    right: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .service__list__bnr a .ttl .jp::after {
    width: 67px;
    height: 32px;
    top: 10px;
    right: -105px;
  }
}
.service__list__bnr.--house a {
  background: url(../../../assets/images/service__list__bnr-house.jpg) no-repeat center;
  background-size: cover;
}
.service__list__bnr.--renovation {
  margin-top: 1px;
}
.service__list__bnr.--renovation a {
  background: url(../../../assets/images/service__list__bnr-renovation.jpg) no-repeat center;
  background-size: cover;
}
.service__list__bnr.--estate {
  margin-top: 1px;
}
.service__list__bnr.--estate a {
  background: url(../../../assets/images/service__list__bnr-estate.jpg) no-repeat center;
  background-size: cover;
}
.service__list__bnr.--shop {
  margin-top: 1px;
}
.service__list__bnr.--shop a {
  background: url(../../../assets/images/service__list__bnr-shop.jpg) no-repeat center;
  background-size: cover;
}
.service__list__bnr.--non-residential {
  margin-top: 1px;
}
.service__list__bnr.--non-residential a {
  background: url(../../../assets/images/service__list__bnr-non-residential.jpg) no-repeat center;
  background-size: cover;
}

/*-------------------------------
	新築注文住宅
-------------------------------*/
/*-------------------------------
	モダンデザインと庭
-------------------------------*/
.plan__modern__material {
  background: url(../../../assets/images/plan__modern__material-bg.jpg) no-repeat center;
  background-size: cover;
}

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

/*-------------------------------
	保証・アフターメンテナンス
-------------------------------*/
.after__modern__modernism .js-scrollable img {
  width: 750px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .after__modern__modernism .js-scrollable img {
    width: 100%;
  }
}

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

/*-------------------------------
	エコハウスの取り組み
-------------------------------*/
.eco__quality__about-passive .point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .eco__quality__about-passive .point {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .eco__quality__about-passive .point {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

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

/*-------------------------------
	地震に強い家づくり
-------------------------------*/
.earthquake__seismic__damper {
  background: url(../../../assets/images/earthquake__seismic__damper-bg.jpg) no-repeat center;
  background-size: cover;
}

/*-------------------------------
	安定した品質
-------------------------------*/
.quality__point__certifications {
  background: url(../../../assets/images/quality__point__certifications-bg.jpg) no-repeat center;
  background-size: cover;
}

.quality__point__team .image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .quality__point__team .image {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .quality__blog__conts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 36px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.quality__blog__conts .category-list .cat-item {
  display: inline-block;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .quality__blog__conts .category-list .cat-item {
    display: block;
    margin-right: 0;
  }
}
.quality__blog__conts .category-list .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.quality__blog__conts .category-list .cat-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.quality__blog__conts .list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .quality__blog__conts .list {
    margin-top: -20px;
  }
}
.quality__blog__conts .list article::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
}
.quality__blog__conts .list article a {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .quality__blog__conts .list article a {
    padding: 20px 50px 20px 20px;
  }
}
.quality__blog__conts .list article a .cat {
  border: 1px solid #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2D2D2D;
  display: inline-block;
  padding: 3px 10px;
}
.quality__blog__conts .list article a .ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .quality__blog__conts .list article a .ttl {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .quality__blog__conts .list article a .ttl {
    font-size: 16px;
  }
}
.quality__blog__conts .list article a .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #999999;
}
.quality__blog__conts .list article a .date::before {
  content: "DAY.";
  display: inline-block;
  color: #999999;
}
.quality__blog__conts .list article a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .quality__blog__conts .list article a:hover {
    background-color: #fff;
  }
}

/*-------------------------------
	家づくりの流れ
-------------------------------*/
.flow .vertical-dot-line {
  width: 1.2px;
  height: 60px;
  background-image: radial-gradient(circle, #8F2E14 0 0.6px, transparent 0.7px);
  background-size: 1.2px 2px;
  background-repeat: repeat-y;
  background-position: center top;
  margin: 60px auto;
}
@media screen and (min-width: 768px) {
  .flow .vertical-dot-line {
    height: 100px;
    margin: 80px auto;
  }
}
@media screen and (min-width: 1024px) {
  .flow .vertical-dot-line {
    height: 160px;
  }
}

.flow__anchor__conts {
  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: 20px;
  max-width: 891px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow__anchor__conts {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.flow__conts .ttl span {
  display: block;
}
.flow__conts .ttl::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 20px;
}
.flow__conts .list-odd {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .flow__conts .list-odd {
    -ms-grid-columns: 61% auto;
    grid-template-columns: 61% auto;
  }
}
@media screen and (min-width: 1024px) {
  .flow__conts .list-odd {
    -ms-grid-columns: 68.91% auto;
    grid-template-columns: 68.91% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow__conts .list-odd .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .flow__conts .list-odd .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.flow__conts .list-odd .detail ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  padding-left: 1.2em;
  position: relative;
}
.flow__conts .list-odd .detail ul li::before {
  content: "";
  background-color: #E0E0E0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.flow__conts .list-odd .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .flow__conts .list-odd .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.flow__conts .list-even {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .flow__conts .list-even {
    -ms-grid-columns: auto 61%;
    grid-template-columns: auto 61%;
  }
}
@media screen and (min-width: 1024px) {
  .flow__conts .list-even {
    -ms-grid-columns: auto 68.91%;
    grid-template-columns: auto 68.91%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow__conts .contact-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .flow__conts .contact-box {
    padding: 60px 40px;
  }
}
.flow__conts .contact-box .bnr-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .flow__conts .contact-box .bnr-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.flow__conts .contact-box .bnr-list a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (any-hover: hover) {
  .flow__conts .contact-box .bnr-list a:hover {
    opacity: 0.75;
  }
}
.flow__conts .contact-box .detail::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .flow__conts .contact-box .detail::before {
    margin: 40px 0;
  }
}
.flow__conts .contact-box .detail .inner {
  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: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow__conts .contact-box .detail .inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flow__conts .contact-box .detail .inner .tel .number {
  text-align: center;
}
.flow__conts .contact-box .detail .inner .tel .number a {
  color: #2D2D2D;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .flow__conts .contact-box .detail .inner .tel .number a {
    font-size: 60px;
  }
}
.flow__conts .contact-box .detail .inner .tel .number a::before {
  content: "";
  background: url(../../../assets/images/icon-contact-tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1024px) {
  .flow__conts .contact-box .detail .inner .tel .number a::before {
    width: 40px;
    height: 40px;
  }
}

/*-------------------------------
	リノベーション
-------------------------------*/
.renovation__understand__conts {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .renovation__understand__conts {
    -ms-grid-columns: 1fr 37%;
    grid-template-columns: 1fr 37%;
  }
}

.renovation__merit {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .renovation__merit {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__merit {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .renovation__merit {
    padding: 120px 0;
  }
}
.renovation__merit::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.renovation__merit .list {
  border-top: 1px solid #E0E0E0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .renovation__merit .list {
    -ms-grid-columns: 240px 36px 1fr;
    grid-template-columns: 240px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__merit .list {
    -ms-grid-columns: 273px 1fr;
    grid-template-columns: 273px 1fr;
  }
}
.renovation__merit .list:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.renovation__works .works-slider {
  width: 100vw;
  position: relative;
  left: -18px;
}
@media screen and (min-width: 768px) {
  .renovation__works .works-slider {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__works .works-slider {
    margin-right: calc(50% - 50vw);
    width: calc(100% + 50vw - 50%);
  }
}
.renovation__works .works-slider article .eyecatch {
  position: relative;
}
.renovation__works .works-slider article .eyecatch .cat {
  background-color: #F7F7F7;
  border: 1px solid #2D2D2D;
  color: #2D2D2D;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.renovation__works .works-slider article .ttl a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .renovation__works .works-slider article .ttl a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__works .works-slider article .ttl a {
    font-size: 16px;
  }
}
.renovation__works .works-slider article .info::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}
.renovation__works .works-slider article .info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1em 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.renovation__works .works-slider article .info__list__ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.renovation__works .works-slider article .info__list__txt {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.renovation__works .works-slider .slick-list {
  margin: 0 -9px;
}
@media screen and (min-width: 768px) {
  .renovation__works .works-slider .slick-list {
    margin: 0 -18px;
  }
}
.renovation__works .works-slider .slick-slide {
  margin: 0 9px;
}
@media screen and (min-width: 768px) {
  .renovation__works .works-slider .slick-slide {
    margin: 0 18px;
  }
}
.renovation__works .works-slider .prev-arrow {
  background: url(../../../assets/images/arrow-slider-prev.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .renovation__works .works-slider .prev-arrow {
    left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .renovation__works .works-slider .prev-arrow {
    left: -20px;
  }
}
.renovation__works .works-slider .next-arrow {
  background: url(../../../assets/images/arrow-slider-next.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .renovation__works .works-slider .next-arrow {
    right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .renovation__works .works-slider .next-arrow {
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .renovation__works .works-slider .next-arrow {
    right: calc((100vw - 1200px) / 2 - 20px);
  }
}

/*-------------------------------
	中古住宅リノベーション
-------------------------------*/
.preowned__quality__howto .list {
  border-top: 1px solid #E0E0E0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .preowned__quality__howto .list {
    -ms-grid-columns: 240px 36px 1fr;
    grid-template-columns: 240px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    padding: 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .preowned__quality__howto .list {
    -ms-grid-columns: 273px 1fr;
    grid-template-columns: 273px 1fr;
  }
}
.preowned__quality__howto .list.--last {
  border-bottom: 1px solid #E0E0E0;
}

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

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

/*-------------------------------
	実家リノベのポイント
-------------------------------*/
.home__quality__criteria .list {
  border-top: 1px solid #E0E0E0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home__quality__criteria .list {
    -ms-grid-columns: 240px 36px 1fr;
    grid-template-columns: 240px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    padding: 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .home__quality__criteria .list {
    -ms-grid-columns: 273px 1fr;
    grid-template-columns: 273px 1fr;
  }
}
.home__quality__criteria .list.--last {
  border-bottom: 1px solid #E0E0E0;
}

.home__quality__thinking {
  background: url(../../../assets/images/home__quality__thinking-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .home__blog__conts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 36px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.home__blog__conts .category-list .cat-item {
  display: inline-block;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .home__blog__conts .category-list .cat-item {
    display: block;
    margin-right: 0;
  }
}
.home__blog__conts .category-list .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.home__blog__conts .category-list .cat-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.home__blog__conts .list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .home__blog__conts .list {
    margin-top: -20px;
  }
}
.home__blog__conts .list article::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
}
.home__blog__conts .list article a {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .home__blog__conts .list article a {
    padding: 20px 50px 20px 20px;
  }
}
.home__blog__conts .list article a .cat {
  border: 1px solid #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2D2D2D;
  display: inline-block;
  padding: 3px 10px;
}
.home__blog__conts .list article a .ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .home__blog__conts .list article a .ttl {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .home__blog__conts .list article a .ttl {
    font-size: 16px;
  }
}
.home__blog__conts .list article a .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #999999;
}
.home__blog__conts .list article a .date::before {
  content: "DAY.";
  display: inline-block;
  color: #999999;
}
.home__blog__conts .list article a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .home__blog__conts .list article a:hover {
    background-color: #fff;
  }
}

/*-------------------------------
	店舗・店舗併設住宅
-------------------------------*/
.shop__things .contents01 {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .shop__things .contents01 {
    -ms-grid-columns: 1fr 37%;
    grid-template-columns: 1fr 37%;
  }
}
.shop__things .contents01 .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .shop__things .contents01 .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.shop__things .contents01 .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .shop__things .contents01 .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.shop__things .contents02::before {
  content: "";
  background-color: #999999;
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .shop__things .contents02::before {
    margin: 60px 0;
  }
}
.shop__things .contents02 ul li {
  color: #F7F7F7;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin-top: 5px;
  padding-left: 1.6em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shop__things .contents02 ul li {
    display: inline-block;
    margin-right: 2em;
  }
}
.shop__things .contents02 ul li::before {
  content: "";
  background: url(../../../assets/images/icon-check.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
}

/*-------------------------------
	法人向け高性能木造建築
-------------------------------*/
.non-residential__things .contents01 {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .non-residential__things .contents01 {
    -ms-grid-columns: 1fr 37%;
    grid-template-columns: 1fr 37%;
  }
}
.non-residential__things .contents01 .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .non-residential__things .contents01 .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.non-residential__things .contents01 .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .non-residential__things .contents01 .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.non-residential__things .contents02::before {
  content: "";
  background-color: #999999;
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .non-residential__things .contents02::before {
    margin: 60px 0;
  }
}
.non-residential__things .contents02 ul li {
  color: #F7F7F7;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin-top: 5px;
  margin-right: 1.9em;
  padding-left: 1.6em;
  position: relative;
}
.non-residential__things .contents02 ul li::before {
  content: "";
  background: url(../../../assets/images/icon-check.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
}

/*-------------------------------
	モデルハウス
-------------------------------*/
.modelhouse__pre {
  background: url(../../../assets/images/modelhouse__pre-bg.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 360px;
}
@media screen and (min-width: 768px) {
  .modelhouse__pre {
    padding-top: 140px;
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .modelhouse__pre {
    padding-top: 180px;
    padding-bottom: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .modelhouse__pre {
    padding-top: 240px;
    padding-bottom: 760px;
  }
}
.modelhouse__pre .ttl {
  color: #F7F7F7;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .modelhouse__pre .ttl {
    font-size: 32px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .modelhouse__pre .ttl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .modelhouse__pre .ttl {
    font-size: 48px;
  }
}
.modelhouse__pre .location__ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.modelhouse__pre .location__address {
  color: #F7F7F7;
  padding-left: 24px;
  position: relative;
}
.modelhouse__pre .location__address::before {
  content: "";
  background: url(../../../assets/images/icon-pin-white.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modelhouse__pre .location__anchor a {
  color: #F7F7F7;
  display: inline-block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.modelhouse__pre .location__anchor a::after {
  content: "";
  background-color: #F7F7F7;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}
.modelhouse__pre .limited {
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  padding: 30px 0 35px;
}
@media screen and (min-width: 768px) {
  .modelhouse__pre .limited {
    padding: 40px 0;
  }
}
.modelhouse__pre .limited__txt {
  background-color: #383838;
  max-width: 376px;
  margin: auto;
  padding: 5px 0;
}

.modelhouse__plan {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modelhouse__plan {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .modelhouse__plan {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .modelhouse__plan {
    padding: 120px 0;
  }
}
.modelhouse__plan::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.modelhouse__plan .list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modelhouse__plan .list li {
    font-size: 15px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .modelhouse__plan .list li {
    font-size: 16px;
    padding-left: 45px;
  }
}
.modelhouse__plan .list li:nth-child(n+2) {
  margin-top: 20px;
}
.modelhouse__plan .list li::before {
  content: "";
  background: url(../../../assets/images/icon-round-number01.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .modelhouse__plan .list li::before {
    width: 28.8px;
    height: 28.8px;
    top: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .modelhouse__plan .list li::before {
    width: 32px;
    height: 32px;
  }
}
.modelhouse__plan .list li.--02::before {
  background-image: url(../../../assets/images/icon-round-number02.svg);
  background-size: contain;
}
.modelhouse__plan .list li.--03::before {
  background-image: url(../../../assets/images/icon-round-number03.svg);
  background-size: contain;
}
.modelhouse__plan .list li.--04::before {
  background-image: url(../../../assets/images/icon-round-number04.svg);
  background-size: contain;
}
.modelhouse__plan .list li.--05::before {
  background-image: url(../../../assets/images/icon-round-number05.svg);
  background-size: contain;
}
.modelhouse__plan .list li.--06::before {
  background-image: url(../../../assets/images/icon-round-number06.svg);
  background-size: contain;
}
.modelhouse__plan .list li.--07::before {
  background-image: url(../../../assets/images/icon-round-number07.svg);
  background-size: contain;
}
.modelhouse__plan .list li.--08::before {
  background-image: url(../../../assets/images/icon-round-number08.svg);
  background-size: contain;
}
.modelhouse__plan .detail {
  position: relative;
}
.modelhouse__plan .detail::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .modelhouse__plan .detail::before {
    margin: 60px 0;
  }
}
.modelhouse__plan .detail__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67px 12px 1fr;
  grid-template-columns: 67px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.modelhouse__plan .detail__conts .ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.modelhouse__plan .detail__conts ul {
  margin-top: -3px;
}
.modelhouse__plan .detail__conts ul li {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.modelhouse__access .gmap {
  aspect-ratio: 3/2;
  width: 100%;
}
.modelhouse__access .gmap iframe {
  width: 100%;
  height: 100%;
}
.modelhouse__access .hours {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67px 12px 1fr;
  grid-template-columns: 67px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelhouse__access .hours .ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.modelhouse__access .hours .txt {
  margin-top: -5px;
}

.modelhouse__contact .way::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .modelhouse__contact .way::after {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .modelhouse__contact .way::after {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .modelhouse__contact .way::after {
    margin: 120px 0;
  }
}
.modelhouse__contact .way .tel .number a {
  color: #2D2D2D;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .modelhouse__contact .way .tel .number a {
    font-size: 60px;
  }
}
.modelhouse__contact .way .tel .number a::before {
  content: "";
  background: url(../../../assets/images/icon-contact-tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1024px) {
  .modelhouse__contact .way .tel .number a::before {
    width: 40px;
    height: 40px;
  }
}

/*-------------------------------
	会社概要
-------------------------------*/
.about__feel__purpose {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .about__feel__purpose {
    -ms-grid-columns: 37% 1fr;
    grid-template-columns: 37% 1fr;
  }
}

.about__feel__sustainable {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .about__feel__sustainable {
    -ms-grid-columns: 1fr 37%;
    grid-template-columns: 1fr 37%;
  }
}
.about__feel__sustainable .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .about__feel__sustainable .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about__feel__sustainable .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .about__feel__sustainable .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.about__outline .inner {
  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: 40px;
}
@media screen and (min-width: 768px) {
  .about__outline .inner {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .about__outline .inner {
    -ms-grid-columns: 37% 1fr;
    grid-template-columns: 37% 1fr;
  }
}
.about__outline .inner .right dl {
  border-bottom: 1px solid #E0E0E0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 18px 1fr;
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .about__outline .inner .right dl {
    -ms-grid-columns: 120px 36px 1fr;
    grid-template-columns: 120px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .about__outline .inner .right dl {
    -ms-grid-columns: 170px 1fr;
    grid-template-columns: 170px 1fr;
  }
}
.about__outline .inner .right dl dt {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .about__outline .inner .right dl dt {
    font-size: 16px;
  }
}
.about__outline .inner .right dl dd {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
.about__outline .inner .right dl dd a {
  color: #2D2D2D;
  text-decoration: none;
}

.about__access .inner {
  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: 40px;
}
@media screen and (min-width: 768px) {
  .about__access .inner {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .about__access .inner {
    -ms-grid-columns: 37% 1fr;
    grid-template-columns: 37% 1fr;
  }
}
.about__access .inner .right .gmap {
  aspect-ratio: 3/2;
  width: 100%;
}
.about__access .inner .right .gmap iframe {
  width: 100%;
  height: 100%;
}

.about__history {
  padding: 80px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__history {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1024px) {
  .about__history {
    padding: 160px 0;
  }
}
@media screen and (min-width: 1200px) {
  .about__history {
    padding: 200px 0;
  }
}
.about__history::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.about__history .contents {
  position: relative;
}
.about__history .contents dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .about__history .contents dl {
    -ms-grid-columns: 150px 36px 1fr;
    grid-template-columns: 150px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .about__history .contents dl {
    -ms-grid-columns: 170px 1fr;
    grid-template-columns: 170px 1fr;
  }
}
.about__history .contents dl:not(:last-child) {
  margin-bottom: 40px;
}
.about__history .contents dl dt {
  color: #8F2E14;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__history .contents dl dt {
    font-size: 40px;
  }
}
.about__history .contents dl dt::before {
  content: "";
  background: url(../../../assets/images/icon-history-line.svg) no-repeat;
  background-size: contain;
  width: 44px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about__history .contents dl dt::before {
    top: 8px;
  }
}
.about__history .contents dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .about__history .contents dl dd {
    font-size: 16px;
  }
}
.about__history .contents dl dd span {
  display: block;
}

/*-------------------------------
	経営理念
-------------------------------*/
.philosophy__purpose__concept .contents {
  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: 30px;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .philosophy__purpose__concept .contents {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

/*-------------------------------
	未来へ遺す建築
-------------------------------*/
.sustainable__community {
  background: url(../../../assets/images/sustainable__community-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 35px;
}
@media screen and (min-width: 768px) {
  .sustainable__community {
    padding: 100px 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .sustainable__community {
    padding: 150px 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  .sustainable__community {
    padding: 180px 0 35px;
  }
}
.sustainable__community .title {
  text-align: center;
}
.sustainable__community .title img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .sustainable__community .title img {
    max-width: 335.3px;
  }
}
@media screen and (min-width: 1024px) {
  .sustainable__community .title img {
    max-width: 479px;
  }
}
.sustainable__community .catch {
  color: #F7F7F7;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .sustainable__community .catch {
    font-size: 16px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .sustainable__community .catch {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .sustainable__community .catch {
    margin-top: 140px;
  }
}

.sustainable__eco {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sustainable__eco {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .sustainable__eco {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sustainable__eco {
    padding: 120px 0;
  }
}
.sustainable__eco::before {
  content: "";
  background-color: #fff;
  width: 84.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.sustainable__eco .illust {
  text-align: center;
  position: relative;
}
.sustainable__eco .illust img {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .sustainable__eco .illust img {
    max-width: 465.6px;
  }
}
@media screen and (min-width: 1024px) {
  .sustainable__eco .illust img {
    max-width: 582px;
  }
}
.sustainable__eco .text {
  position: relative;
}

/*-------------------------------
	お問い合わせ
-------------------------------*/
.contact hr {
  border: none;
  border-top: 1px solid #E0E0E0;
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .contact hr {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact hr {
    margin: 90px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact hr {
    margin: 110px 0;
  }
}

.contact__way .tel .number a {
  color: #2D2D2D;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .contact__way .tel .number a {
    font-size: 60px;
  }
}
.contact__way .tel .number a::before {
  content: "";
  background: url(../../../assets/images/icon-contact-tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1024px) {
  .contact__way .tel .number a::before {
    width: 40px;
    height: 40px;
  }
}

/* contact form 7 */
.form .list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .form .list {
    margin-top: 60px;
  }
}
.form .list > label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.form .list > label .hissu {
  background-color: #8F2E14;
  border-radius: 3px;
  color: #F7F7F7;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 10px 5px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.form .list span[data-name=your-address] > input,
.form .list span[data-name=your-address2] > input {
  margin-top: 10px;
}
.form .list span[data-name=date1],
.form .list span[data-name=date2],
.form .list span[data-name=date3] {
  position: relative;
}
.form .list span[data-name=date1]::after,
.form .list span[data-name=date2]::after,
.form .list span[data-name=date3]::after {
  content: "";
  background: url(../../../assets/images/icon-contact-calender.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form .list span[data-name=time1],
.form .list span[data-name=time2],
.form .list span[data-name=time3],
.form .list span[data-name=budget] {
  position: relative;
}
.form .list span[data-name=time1]::after,
.form .list span[data-name=time2]::after,
.form .list span[data-name=time3]::after,
.form .list span[data-name=budget]::after {
  content: "";
  background: url(../../../assets/images/icon-contact-arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form .list input {
  padding: 0 15px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .form .list input {
    font-size: 14px;
  }
}
.form .list input[type=date] {
  -webkit-appearance: none;
}
.form .list input[type=text],
.form .list input[type=tel],
.form .list input[type=email],
.form .list input[type=date] {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  padding: 0 15px;
}
.form .list input[type=text]:focus,
.form .list input[type=tel]:focus,
.form .list input[type=email]:focus,
.form .list input[type=date]:focus {
  -webkit-box-shadow: 0 0 3px 0 #fff;
          box-shadow: 0 0 3px 0 #fff;
  outline: 0;
}
.form .list ::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.form .list ::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.form .list :-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.form .list ::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.form .list ::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .form .list ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form .list ::-moz-placeholder {
    font-size: 14px;
  }
  .form .list :-ms-input-placeholder {
    font-size: 14px;
  }
  .form .list ::-ms-input-placeholder {
    font-size: 14px;
  }
  .form .list ::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .form .list .p-postal-code {
    width: 47.8% !important;
  }
}
.form .list textarea {
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form .list textarea {
    font-size: 14px;
  }
}
.form .list textarea:focus {
  -webkit-box-shadow: 0 0 3px 0 #fff;
          box-shadow: 0 0 3px 0 #fff;
  outline: 0;
}
.form .list select {
  width: 100%;
  height: 44px;
  -webkit-appearance: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  color: #2D2D2D;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .form .list select {
    font-size: 15px;
  }
}
.form .list select:focus {
  -webkit-box-shadow: 0 0 3px 0 #fff;
          box-shadow: 0 0 3px 0 #fff;
  outline: 0;
}
.form .list .wpcf7-list-item {
  margin: 5px 30px 0 0;
  line-height: 1;
}
.form .list-datepicker label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.form .pp-link {
  color: #999999;
  text-align: center;
}
.form .pp-link a {
  color: #1A0DAB;
  text-decoration: underline;
}
.form .acceptance {
  color: #999999;
  text-align: center;
}
.form .acceptance input {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.form .btn-send {
  background-color: transparent;
  border: 1px solid #2D2D2D;
  border-radius: 30px;
  margin: auto;
  width: 100%;
  max-width: 280px;
  height: 60px;
  padding: 0 35px;
  position: relative;
}
.form .btn-send::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form .btn-send .wpcf7-submit {
  background-color: transparent;
  color: #2D2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  width: 100%;
  max-width: 280px;
  height: 100%;
  min-height: 50px;
  text-align: left;
}
.form .btn-send input[type=submit] {
  border: none;
  -webkit-appearance: none;
  outline: 0;
  padding: 0;
}
.form .btn-send .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
}

/* サンクスページ */
.contact-thanks__conts {
  text-align: center;
}
.contact-thanks__conts .tel .number a {
  color: #2D2D2D;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .contact-thanks__conts .tel .number a {
    font-size: 60px;
  }
}
.contact-thanks__conts .tel .number a::before {
  content: "";
  background: url(../../../assets/images/icon-contact-tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1024px) {
  .contact-thanks__conts .tel .number a::before {
    width: 40px;
    height: 40px;
  }
}

.contact-estate-thanks__conts {
  text-align: center;
}
.contact-estate-thanks__conts .info {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .contact-estate-thanks__conts .info {
    padding: 70px 0;
  }
}
.contact-estate-thanks__conts .way .tel .number a {
  color: #2D2D2D;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .contact-estate-thanks__conts .way .tel .number a {
    font-size: 60px;
  }
}
.contact-estate-thanks__conts .way .tel .number a::before {
  content: "";
  background: url(../../../assets/images/icon-contact-tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1024px) {
  .contact-estate-thanks__conts .way .tel .number a::before {
    width: 40px;
    height: 40px;
  }
}

/*-------------------------------
	個人情報取扱方針
-------------------------------*/
.privacy__conts .ttl01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .privacy__conts .ttl01 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__conts .ttl01 {
    font-size: 24px;
  }
}
.privacy__conts .ttl01::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E0E0E0;
  margin-top: 7px;
}
.privacy__conts .ttl02 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .privacy__conts .ttl02 {
    font-size: 16px;
  }
}
.privacy__conts .ttl03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin-left: 2.1em;
}
.privacy__conts .txt01 {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-left: 2.35em;
}
.privacy__conts .list01 {
  margin-left: 2.1em;
}
.privacy__conts .list01 li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  padding-left: 1.2em;
  position: relative;
}
.privacy__conts .list01 li::before {
  content: "";
  background-color: #E0E0E0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

/*-------------------------------
	サイトマップ
-------------------------------*/
.sitemap__conts .parents a {
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .sitemap__conts .parents a {
    font-size: 24px;
  }
}
.sitemap__conts .child01 {
  padding-left: 1em;
}
.sitemap__conts .child01 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.sitemap__conts .child02 {
  padding-left: 2.5em;
}
.sitemap__conts .child02 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.sitemap__conts .child03 a {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
}
.sitemap__conts .sns::before {
  content: "";
  display: block;
  background-color: #E0E0E0;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}
.sitemap__conts .sns ul li {
  display: inline-block;
}
.sitemap__conts .sns ul li:not(:first-child) {
  margin-left: 1em;
}
.sitemap__conts .sns ul li a {
  display: inline-block;
}
.sitemap__conts .sns ul li a img {
  width: 24px;
}

/*-------------------------------
	アーカイブ
-------------------------------*/
@media screen and (min-width: 1024px) {
  .archive__conts .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 36px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.archive__conts .inner .category-list .cat-item {
  display: inline-block;
  margin-right: 13px;
}
@media screen and (min-width: 1024px) {
  .archive__conts .inner .category-list .cat-item {
    display: block;
    margin-right: 0;
  }
}
.archive__conts .inner .category-list .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.archive__conts .inner .category-list .cat-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.archive__conts .inner .posts {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .archive__conts .inner .posts {
    margin-top: -20px;
  }
}
.archive__conts .inner .posts article::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
}
.archive__conts .inner .posts article a {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .archive__conts .inner .posts article a {
    padding: 20px 50px 20px 20px;
  }
}
.archive__conts .inner .posts article a .cat {
  border: 1px solid #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2D2D2D;
  display: inline-block;
  padding: 3px 10px;
}
.archive__conts .inner .posts article a .ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .archive__conts .inner .posts article a .ttl {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .archive__conts .inner .posts article a .ttl {
    font-size: 16px;
  }
}
.archive__conts .inner .posts article a .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #999999;
}
.archive__conts .inner .posts article a .date::before {
  content: "DAY.";
  display: inline-block;
  color: #999999;
}
.archive__conts .inner .posts article a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .archive__conts .inner .posts article a:hover {
    background-color: #fff;
  }
}

/* 施工事例 */
@media screen and (min-width: 1024px) {
  .archive-works__conts .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 36px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.archive-works__conts .inner .category-list .cat-item {
  display: inline-block;
  margin-right: 13px;
}
@media screen and (min-width: 1024px) {
  .archive-works__conts .inner .category-list .cat-item {
    display: block;
    margin-right: 0;
  }
}
.archive-works__conts .inner .category-list .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.archive-works__conts .inner .category-list .cat-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.archive-works__conts .inner .posts {
  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;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .archive-works__conts .inner .posts {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .archive-works__conts .inner .posts {
    margin-top: 0;
  }
}
.archive-works__conts .inner .posts article .eyecatch {
  position: relative;
}
.archive-works__conts .inner .posts article .eyecatch .cat {
  background-color: #F7F7F7;
  border: 1px solid #2D2D2D;
  color: #2D2D2D;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-works__conts .inner .posts article .ttl a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .archive-works__conts .inner .posts article .ttl a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-works__conts .inner .posts article .ttl a {
    font-size: 16px;
  }
}
.archive-works__conts .inner .posts article .info::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}
.archive-works__conts .inner .posts article .info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1em 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.archive-works__conts .inner .posts article .info__list__ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.archive-works__conts .inner .posts article .info__list__txt {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* 不動産・土地探し */
.archive-estate__about .box .contents01 {
  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: 30px;
}
@media screen and (min-width: 768px) {
  .archive-estate__about .box .contents01 {
    -ms-grid-columns: 1fr 37%;
    grid-template-columns: 1fr 37%;
  }
}
.archive-estate__about .box .contents01 .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .archive-estate__about .box .contents01 .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.archive-estate__about .box .contents01 .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .archive-estate__about .box .contents01 .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.archive-estate__about .box .contents02::before {
  content: "";
  background-color: #999999;
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .archive-estate__about .box .contents02::before {
    margin: 60px 0;
  }
}
.archive-estate__about .box .contents02 ul li {
  color: #F7F7F7;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin-top: 5px;
  padding-left: 1.6em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archive-estate__about .box .contents02 ul li {
    display: inline-block;
    margin-right: 2em;
  }
}
.archive-estate__about .box .contents02 ul li::before {
  content: "";
  background: url(../../../assets/images/icon-check.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .archive-estate__post .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 36px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.archive-estate__post .inner .category-list .cat-item {
  display: inline-block;
  margin-right: 13px;
}
@media screen and (min-width: 1024px) {
  .archive-estate__post .inner .category-list .cat-item {
    display: block;
    margin-right: 0;
  }
}
.archive-estate__post .inner .category-list .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.archive-estate__post .inner .category-list .cat-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.archive-estate__post .inner .posts {
  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;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .archive-estate__post .inner .posts {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .archive-estate__post .inner .posts {
    margin-top: 0;
  }
}
.archive-estate__post .inner .posts article .eyecatch {
  position: relative;
  width: 100%;
  aspect-ratio: 958/638;
  overflow: hidden;
}
.archive-estate__post .inner .posts article .eyecatch a img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.archive-estate__post .inner .posts article .eyecatch .cat {
  background-color: #F7F7F7;
  border: 1px solid #2D2D2D;
  color: #2D2D2D;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-estate__post .inner .posts article .ttl a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .archive-estate__post .inner .posts article .ttl a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-estate__post .inner .posts article .ttl a {
    font-size: 16px;
  }
}
.archive-estate__post .inner .posts article .info::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}
.archive-estate__post .inner .posts article .info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1em 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.archive-estate__post .inner .posts article .info__list__ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.archive-estate__post .inner .posts article .info__list__txt {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* イベント情報 */
/*-------------------------------
	シングル
-------------------------------*/
.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%;
}

.single__conts .main {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .single__conts .main {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .single__conts .main {
    padding-bottom: 120px;
  }
}
.single__conts .main .cat {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.single__conts .main h1.ttl {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .single__conts .main h1.ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .single__conts .main h1.ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .single__conts .main h1.ttl {
    font-size: 32px;
  }
}
.single__conts .main .date {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.04em;
}
.single__conts .bnr-list {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .single__conts .bnr-list {
    padding: 80px 0;
  }
}
.single__conts .bnr-list .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .single__conts .bnr-list .inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .single__conts .bnr-list .inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .single__conts .other-blog__conts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 36px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.single__conts .other-blog__conts .category-list .cat-item {
  display: inline-block;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .single__conts .other-blog__conts .category-list .cat-item {
    display: block;
    margin-right: 0;
  }
}
.single__conts .other-blog__conts .category-list .cat-item:not(:last-child) {
  margin-bottom: 15px;
}
.single__conts .other-blog__conts .category-list .cat-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.single__conts .other-blog__conts .list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single__conts .other-blog__conts .list {
    margin-top: -20px;
  }
}
.single__conts .other-blog__conts .list article::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
}
.single__conts .other-blog__conts .list article a {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .single__conts .other-blog__conts .list article a {
    padding: 20px 50px 20px 20px;
  }
}
.single__conts .other-blog__conts .list article a .cat {
  border: 1px solid #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2D2D2D;
  display: inline-block;
  padding: 3px 10px;
}
.single__conts .other-blog__conts .list article a .ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .single__conts .other-blog__conts .list article a .ttl {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .single__conts .other-blog__conts .list article a .ttl {
    font-size: 16px;
  }
}
.single__conts .other-blog__conts .list article a .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #999999;
}
.single__conts .other-blog__conts .list article a .date::before {
  content: "DAY.";
  display: inline-block;
  color: #999999;
}
.single__conts .other-blog__conts .list article a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .single__conts .other-blog__conts .list article a:hover {
    background-color: #fff;
  }
}

/* 施工事例 */
.single-works__conts .main .cat {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.single-works__conts .main h1.ttl {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .single-works__conts .main h1.ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works__conts .main h1.ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .single-works__conts .main h1.ttl {
    font-size: 32px;
  }
}
.single-works__conts .main .info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1em 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.single-works__conts .main .info__list__ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.single-works__conts .main .info__list__txt {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.single-works__conts .main .movie__ttl .en {
  color: #2D2D2D;
  display: block;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  padding-left: 42px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-works__conts .main .movie__ttl .en {
    font-size: 30px;
    padding-left: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works__conts .main .movie__ttl .en {
    display: inline-block;
    font-size: 40px;
    line-height: 0.7;
  }
}
.single-works__conts .main .movie__ttl .en::before {
  content: "";
  background: url(../../../assets/images/icon-youtube-color.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -6px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .single-works__conts .main .movie__ttl .en::before {
    width: 32px;
    height: 32px;
    top: -8px;
  }
}
.single-works__conts .main .movie__ttl .jp {
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .single-works__conts .main .movie__ttl .jp {
    display: inline-block;
    margin-left: 1em;
    margin-top: 0;
    position: relative;
    top: -2px;
  }
}
.single-works__conts .main .movie__ttl::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
}
.single-works__conts .other-works .works-slider {
  width: 100vw;
  position: relative;
  left: -18px;
}
@media screen and (min-width: 768px) {
  .single-works__conts .other-works .works-slider {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-works__conts .other-works .works-slider {
    margin-right: calc(50% - 50vw);
    width: calc(100% + 50vw - 50%);
  }
}
.single-works__conts .other-works .works-slider article .eyecatch {
  position: relative;
}
.single-works__conts .other-works .works-slider article .eyecatch .cat {
  background-color: #F7F7F7;
  border: 1px solid #2D2D2D;
  color: #2D2D2D;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-works__conts .other-works .works-slider article .ttl a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .single-works__conts .other-works .works-slider article .ttl a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works__conts .other-works .works-slider article .ttl a {
    font-size: 16px;
  }
}
.single-works__conts .other-works .works-slider article .info::before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}
.single-works__conts .other-works .works-slider article .info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1em 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.single-works__conts .other-works .works-slider article .info__list__ttl {
  color: #999999;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.single-works__conts .other-works .works-slider article .info__list__txt {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.single-works__conts .other-works .works-slider .slick-list {
  margin: 0 -9px;
}
@media screen and (min-width: 768px) {
  .single-works__conts .other-works .works-slider .slick-list {
    margin: 0 -18px;
  }
}
.single-works__conts .other-works .works-slider .slick-slide {
  margin: 0 9px;
}
@media screen and (min-width: 768px) {
  .single-works__conts .other-works .works-slider .slick-slide {
    margin: 0 18px;
  }
}
.single-works__conts .other-works .works-slider .prev-arrow {
  background: url(../../../assets/images/arrow-slider-prev.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single-works__conts .other-works .works-slider .prev-arrow {
    left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .single-works__conts .other-works .works-slider .prev-arrow {
    left: -20px;
  }
}
.single-works__conts .other-works .works-slider .next-arrow {
  background: url(../../../assets/images/arrow-slider-next.svg) no-repeat center;
  background-size: contain;
  display: block;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single-works__conts .other-works .works-slider .next-arrow {
    right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works__conts .other-works .works-slider .next-arrow {
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .single-works__conts .other-works .works-slider .next-arrow {
    right: calc((100vw - 1200px) / 2 - 20px);
  }
}

/* 不動産・土地探し */
.single-estate__conts .main .cat {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.single-estate__conts .main h1.ttl {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .single-estate__conts .main h1.ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .single-estate__conts .main h1.ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .single-estate__conts .main h1.ttl {
    font-size: 32px;
  }
}
.single-estate__conts .main .date {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.04em;
}
.single-estate__conts .main .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .single-estate__conts .main .info {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
.single-estate__conts .main .info dl {
  border-top: 1px solid #999999;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
}
@media screen and (min-width: 768px) {
  .single-estate__conts .main .info dl:last-child {
    border-bottom: 1px solid #999999;
  }
}
@media screen and (min-width: 1024px) {
  .single-estate__conts .main .info dl {
    -ms-grid-columns: 170px 1fr;
    grid-template-columns: 170px 1fr;
  }
}
.single-estate__conts .main .info dl dt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  background-color: #E0E0E0;
  padding: 16px 18px;
}
.single-estate__conts .main .info dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  padding: 16px 18px;
}
.single-estate__conts .main .info dl dd a {
  text-decoration: underline;
}
.single-estate__conts .way::after {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .single-estate__conts .way::after {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-estate__conts .way::after {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-estate__conts .way::after {
    margin: 120px 0;
  }
}
.single-estate__conts .way .tel .number a {
  color: #2D2D2D;
  font-family: "Tenali Ramakrishna", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .single-estate__conts .way .tel .number a {
    font-size: 60px;
  }
}
.single-estate__conts .way .tel .number a::before {
  content: "";
  background: url(../../../assets/images/icon-contact-tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1024px) {
  .single-estate__conts .way .tel .number a::before {
    width: 40px;
    height: 40px;
  }
}

/*-------------------------------
	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;
  }
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi {
    margin: 100px auto 0 auto;
  }
}
.wp-pagenavi span.current {
  background: none;
  color: #2D2D2D !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400 !important;
  position: relative;
}
.wp-pagenavi span.current::after {
  content: "";
  background-color: #2D2D2D;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.wp-pagenavi a {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0;
  margin: 0 7px !important;
}
.wp-pagenavi .pages {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 15px !important;
}
.wp-pagenavi {
  /* 共通：前後リンクをアイコンボタン化 */
}
.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;
  width: 67px;
  height: 32px;
  position: relative;
}
.wp-pagenavi {
  /* 前へ：画像差し替え */
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi span.previouspostslink::before {
  content: "";
  inset: 0;
  background: url(../../../assets/images/arrow-pagenavi-prev.svg) no-repeat;
  background-size: contain;
  width: 67px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-pagenavi {
  /* 次へ：画像差し替え */
}
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi span.nextpostslink::before {
  content: "";
  inset: 0;
  background: url(../../../assets/images/arrow-pagenavi-next.svg) no-repeat;
  background-size: contain;
  width: 67px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------------------------
	Breadcrumb NavXT
-------------------------------*/
.breadcrumbs {
  background-color: #2D2D2D;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 9px 0;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.breadcrumbs span {
  color: #F7F7F7;
}
.breadcrumbs a {
  color: #999999;
}
.breadcrumbs a span {
  color: #999999;
}

/*-------------------------------
	目次：EasyTableOfContents
-------------------------------*/
#ez-toc-container {
  background: #F7F7F7;
  border: 1px solid #2D2D2D;
  border-top: 5px solid #2D2D2D;
  -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 60px;
}
@media screen and (min-width: 768px) {
  #ez-toc-container {
    margin: 50px 0 70px;
  }
}

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

.ez-toc-title::before {
  content: "";
  background: url(../../../assets/images/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 !important;
  padding: 5px 0 !important;
}

.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 !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}

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

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

@media screen and (min-width: 768px) {
  .ez-toc-title::before {
    width: 40px;
    height: 40px;
  }
}
.fadein {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadein.is-show {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */