/* === page-style.css === */
@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 80px;
  }
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* ------------ colors ------------ */
body {
  overflow-x: hidden;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #151515;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

body > iframe {
  display: none;
}

html {
  visibility: hidden;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

@media screen and (min-width: 761px) {
  .wrapper {
    padding-top: 100px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover, a:active,
a:hover img {
  opacity: 0.8;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

.en {
  font-family: futura-pt, sans-serif;
  line-height: 1;
}

::-moz-selection,
::-moz-selection {
  background: #5db2d9;
}

::selection,
::-moz-selection {
  background: #5db2d9;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: pull-down-menu;
  -moz-appearance: pull-down-menu;
  -webkit-appearance: pull-down-menu;
}

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

Clear Fix

------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* mobile */
.title-white {
  width: 100%;
  text-align: center;
}

.title-white span {
  font-size: 3.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 760px) {
  .title-white span {
    font-size: 5.9375vw;
    letter-spacing: 1px;
  }
}

.link-arrow_bottom_white::before,
.link-arrow_bottom_gray::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.link-arrow_center_black::after, .link-arrow_center_black::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.link-arrow_center_white::after, .link-arrow_center_white::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.link-arrow_center::after, .link-arrow_center::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.link-arrow_center_black::after, .link-arrow_center_black::before {
  top: 47%;
  right: 19px;
  width: 29px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-arrow_center_white::after, .link-arrow_center_white::before {
  top: 47%;
  right: 19px;
  width: 29px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-arrow_center {
  position: relative;
}

.link-arrow_center::after {
  top: 47%;
  right: 19px;
  width: 29px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-arrow_center::before {
  top: 47%;
  right: 19px;
  width: 29px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../../img/cmn/link-arrow-3.svg);
  opacity: 1;
}

.link-arrow_center::after {
  background-image: url(../../assets/images/common/ico-arrow02.png);
  opacity: 0;
}

.link-arrow_center:hover:after {
  right: 10px;
  background-image: url(../../assets/images/common/ico-arrow02.png);
  opacity: 1;
}

.link-arrow_center:hover:before {
  right: 10px;
  opacity: 0;
}

.link-arrow_center_white {
  position: relative;
}

.link-arrow_center_white::before {
  background-image: url(../../assets/images/common/ico-arrow02.png);
  opacity: 1;
}

.link-arrow_center_white::after {
  background-image: url(../../assets/images/common/ico-arrow01.png);
  opacity: 0;
}

.link-arrow_center_white:hover:after {
  right: 10px;
  background-image: url(../../assets/images/common/ico-arrow01.png);
  opacity: 1;
}

.link-arrow_center_white:hover:before {
  right: 10px;
  opacity: 0;
}

.link-arrow_center_black {
  position: relative;
}

.link-arrow_center_black::before {
  background-image: url(../../img/cmn/link-arrow-4.svg);
  opacity: 1;
}

.link-arrow_center_black::after {
  background-image: url(../../assets/images/common/ico-arrow02.png);
  opacity: 0;
}

.link-arrow_center_black:hover:after {
  right: 10px;
  background-image: url(../../assets/images/common/ico-arrow02.png);
  opacity: 1;
}

.link-arrow_center_black:hover:before {
  right: 10px;
  opacity: 0;
}

.link-arrow_bottom_gray {
  position: relative;
}

.link-arrow_bottom_gray::before {
  bottom: 14px;
  right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../../assets/images/common/ico-arrow01.png);
}

.link-arrow_bottom_gray:hover:before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  background-image: url(../../assets/images/common/ico-arrow02.png);
}

.link-arrow_bottom_white {
  position: relative;
}

.link-arrow_bottom_white::before {
  bottom: 14px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../../assets/images/common/ico-arrow02.png);
}

.link-arrow_bottom_white:hover:before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  background-image: url(../../assets/images/common/ico-arrow01.png);
}

.ph-pc {
  display: block !important;
}

.ph-sp {
  display: none !important;
}

@media (max-width: 760px) {
  .link-arrow_center::before, .link-arrow_center::after {
    right: 2.8125vw;
    width: 6.6875vw;
    height: 1.5625vw;
  }
  .link-arrow_bottom_white::before,
  .link-arrow_bottom_gray::before {
    bottom: 9px;
    right: 7px;
  }
  .ph-pc {
    display: none !important;
  }
  .ph-sp {
    display: block !important;
  }
  .slick-dots .slick-active {
    background: rgba(0, 81, 73, 0.85) !important;
  }
  .sec-work .slick-dots li,
  .sec-staff .slick-dots li,
  .sec-lineup .slick-dots li {
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .sec-work .slick-dots li button,
  .sec-staff .slick-dots li button,
  .sec-lineup .slick-dots li button {
    width: 6.875vw !important;
    height: 6.875vw !important;
  }
}

.title_top {
  font-family: "source-han-sans-japanese", sans-serif;
  width: 100%;
  height: auto;
  margin: 75px auto 123px;
}

.title_top .h2 {
  color: #363636;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.title_top .txt {
  color: #000000;
  font-weight: 400;
  text-align: center;
  margin-top: 23px;
  line-height: 2;
  letter-spacing: -0.2px;
  font-size: 1.5rem;
}

@media (max-width: 760px) {
  .title_top {
    margin: 1.25vw 0 15.525vw;
    padding: 14.0625vw 5.46875vw 0;
  }
  .title_top .h2 {
    font-size: 6.25vw;
    line-height: 1.2;
  }
  .title_top .txt {
    font-size: 3.75vw;
    line-height: 1.8;
    margin-top: 16px;
    letter-spacing: 0;
  }
}

.other_contents {
  margin-top: 123px;
  border-top: 2px solid #171717;
  padding: 82px 0 125px 0;
}

.other_contents .sec-title-en .h2 {
  letter-spacing: 3px;
}

.other_contents .list {
  width: 100%;
  max-width: 1120px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other_contents .item {
  width: 250px;
  height: auto;
}

.other_contents .item:not(:last-child) {
  margin-right: 40px;
}

.other_contents .item .img {
  width: 100%;
  height: 180px;
  margin: 0 0 15px;
}

.other_contents .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other_contents .item .txt {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 760px) {
  .other_contents {
    border: none;
    padding: 0 5.46875vw 11.25vw;
    margin-top: 0;
  }
  .other_contents .sec-title-en .h2 {
    letter-spacing: 2px;
  }
  .other_contents .list {
    display: block;
    margin-top: 8.75vw;
  }
  .other_contents .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 31.72vw;
    border: 1px solid #171717;
    padding: 3.4375vw;
  }
  .other_contents .item:not(:last-child) {
    margin-bottom: 2.34375vw;
  }
  .other_contents .item .img {
    width: 33.59vw;
    height: 24.22vw;
    margin: 0;
  }
  .other_contents .item .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .other_contents .item .txt {
    width: calc(100% - 38vw);
    font-size: 4.0625vw;
    text-align: left;
    font-weight: 500;
  }
}

.cmn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
}

.cmn_item .img {
  width: 518px;
  height: 366px;
}

.cmn_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_item .content {
  width: 510px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 43px;
}

.cmn_item .content .h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 13px;
}

.cmn_item .content .p1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 11px;
}

.cmn_item .content .p2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 2;
  margin-bottom: 30px;
}

.cmn_item .btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 760px) {
  .cmn_item {
    display: block;
    padding: 0 5.46875vw;
  }
  .cmn_item .img {
    width: 100%;
    height: 62.97vw;
    margin-top: 5.625vw;
  }
  .cmn_item .content {
    width: 100%;
    text-align: center;
    padding-top: 5.625vw;
  }
  .cmn_item .content .h2 {
    font-size: 5.625vw;
    margin-bottom: 2.1875vw;
  }
  .cmn_item .content .p1 {
    font-size: 4.0625vw;
    line-height: 1.4;
    margin-bottom: 1.5625vw;
  }
  .cmn_item .content .p2 {
    font-size: 3.75vw;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 7.1875vw;
    text-align: left;
  }
  .cmn_item .btn {
    margin: 0 auto;
  }
}

.cmn_item1 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_item1 .img {
  width: 518px;
  height: 366px;
}

.cmn_item1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_item1 .container {
  width: calc(100% - 518px);
  height: auto;
  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;
}

.cmn_item1 .content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cmn_item1 .title_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  margin: 0 30px;
}

.cmn_item1 .title_head .number {
  width: 50px;
  height: 50px;
  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;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 50%;
  background-color: #EA6800;
  margin-right: 10px;
}

.cmn_item1 .title_head .txt {
  width: calc(100% - 60px);
  text-align: left;
}

.cmn_item1 .title_head .txt p {
  font-size: 2.8rem;
  color: #1A1A1A;
  line-height: 1.1;
}

.cmn_item1 .title_body {
  text-align: left;
  margin: 0 30px;
}

.cmn_item1 .title_body p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1A1A;
  line-height: 2;
}

.cmn_item1 .title_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 511px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_item1 .title_footer .item_ft {
  height: auto;
  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;
}

.cmn_item1 .title_footer .item_ft p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1A1A1A;
}

.cmn_item1 .title_footer .item_ft img {
  min-width: 154px;
  min-height: 136px;
  width: 154px;
  height: 136px;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .cmn_item1 .content {
    margin: 0;
  }
  .cmn_item1 .content .btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .cmn_item1 {
    display: block;
  }
  .cmn_item1 .img {
    width: 100%;
    height: 62.97vw;
  }
  .cmn_item1 .container {
    display: block;
    width: 100%;
    padding-top: 7.8125vw;
  }
  .cmn_item1 .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn_item1 .title_body {
    margin: 0;
  }
  .cmn_item1 .title_body p {
    font-size: 3.75vw;
    line-height: 1.6 !important;
    color: #000000;
  }
  .cmn_item1 .title_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .cmn_item1 .title_head .txt {
    width: 100%;
    text-align: center;
  }
  .cmn_item1 .title_head .txt p {
    font-size: 5.625vw;
  }
  .cmn_item1 .title_head .number {
    width: 9.375vw;
    height: 9.375vw;
    margin-right: 0;
    font-size: 4.875vw;
    margin-bottom: 3.4375vw;
  }
  .cmn_item1 .title_footer {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cmn_item1 .title_footer .item_ft img {
    min-width: 25.15625vw;
    min-height: 22.34375vw;
    width: 25.15625vw;
    height: 22.34375vw;
  }
  .cmn_item1 .title_footer .item_ft p {
    font-size: 2.61875vw;
  }
}

.txt_pc {
  display: block;
}

.txt_sp {
  display: none;
}

@media (max-width: 760px) {
  .txt_pc {
    display: none;
  }
  .txt_sp {
    display: block;
  }
}

.fl_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex_IE {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo","Yu Gothic","YuGothic","Noto Sans JP",sans-serif !important;
  color: #333;
  font-weight: 400;
  margin-top: 0 !important;
}

.sec-container {
  width: 1200px;
  margin: 0 auto;
}

.sec-row-3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-row-3 .item {
  width: 30.917%;
}

.sec-row-3 .img {
  height: 237px;
}

.sec-row-3 .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 761px) {
  .sec-row-3 .item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 19px;
}

.icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  height: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 5px 2px;
  margin-right: 5px;
}

.banner {
  max-width: 791px;
  margin: 0 auto;
}

.banner-2 {
  max-width: 945px;
  margin-bottom: 113px;
}

.opacity-background {
  position: relative;
}

.opacity-background:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(24, 24, 24, 0.3);
}

.key_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.key_visual img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.key_visual .item {
  height: 634px;
}

.key_visual .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -14px;
}

.key_visual .content .h2 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #252525;
  letter-spacing: -2.5px;
  font-family: futura-pt, sans-serif;
}

.key_visual .content .txt {
  font-size: 2.2rem;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-top: -10px;
  letter-spacing: 3.3px;
  font-weight: 500;
}

.key_visual .list:not(.slick-slider) .item + .item {
  display: none;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .bg-fix-ie {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
  }
  .img-fix-ie {
    position: relative;
  }
}

@media (max-width: 760px) {
  .sec-container {
    width: 100%;
  }
  .sec-row-3 .img {
    height: 51.9vw;
  }
  .sec-row-3 .slick-dots {
    bottom: -10.8vw;
  }
  .sec-row-3 .slick-dots li {
    width: 11px;
    height: 11px;
  }
  .banner {
    margin: 0 5vw;
  }
  .banner-2 {
    margin-bottom: 14.0625vw;
  }
  .slick-dots {
    left: 0;
    right: 0;
    width: auto !important;
  }
}

/* sec-content_main
---------------------------------------------------------- */
.sec-content_main {
  text-align: center;
  padding: 73px 0 67px;
}

.sec-content_main .h2 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.294118;
  margin-bottom: 27px;
  color: #363636;
}

.sec-content_main .txt {
  line-height: 1.93334;
  font-size: 1.5rem;
  color: #000000;
}

@media (max-width: 760px) {
  .sec-content_main {
    padding: 15vw 3.8vw 14.7vw;
  }
  .sec-content_main .h2 {
    font-size: 6.25vw;
    line-height: 1.2;
    margin-bottom: 5vw;
  }
  .sec-content_main .txt {
    font-size: 3.75vw;
    line-height: 1.75;
    text-align: left;
  }
}

/* sec-tab_img
---------------------------------------------------------- */
.sec-tab_img {
  margin-bottom: 117px;
  margin-top: 53px;
}

.sec-tab_img .tab_nav {
  padding: 0 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-tab_img .tab_nav .item {
  margin-bottom: 20px;
}

.sec-tab_img .tab_nav .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 273px;
  height: 79px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.sec-tab_img .tab_nav .active {
  background: #EA6800;
  color: #fff;
}

.sec-tab_img .tab_content {
  position: relative;
}

.sec-tab_img .tab_content .content {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
  display: none;
}

.sec-tab_img .tab_content .active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  display: block;
}

@media (min-width: 761px) {
  .sec-tab_img .tab_nav .item:not(.active) a {
    border: 2px solid #333;
  }
}

@media (min-width: 761px) {
  .sec-tab_img .tab_nav .item {
    margin: 0 5px 20px;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

@media (max-width: 760px) {
  .sec-tab_img {
    padding: 0 5.2vw;
    margin: 0;
    margin-bottom: 13.5vw;
  }
  .sec-tab_img .tab_nav {
    padding: 0;
    margin-bottom: 5.4vw;
  }
  .sec-tab_img .tab_nav .item {
    width: 48.8%;
    margin: 0;
    margin-bottom: 1.7vw;
  }
  .sec-tab_img .tab_nav .item a {
    width: 100%;
    font-size: 3.75vw;
    height: auto;
    min-height: 12.9vw;
    line-height: 1.125;
  }
  .sec-tab_img .tab_nav .item:not(.active) a {
    border: 1px solid #333;
  }
  .sec-tab_img .tab_nav .item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

/* sec-features
---------------------------------------------------------- */
.sec-features {
  width: 641px;
  margin: 0 auto;
}

.sec-features .h2 {
  color: #363636;
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 34px;
}

.sec-features .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 11px 12px 15px;
  margin-bottom: 8px;
  border-bottom: 2px solid #171717;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-features .list li:first-child {
  border-top: 2px solid #171717;
}

.sec-features .list .txt {
  font-size: 2.2rem;
  width: calc(100% - 53px);
  letter-spacing: 0.6px;
  color: #1A1A1A;
}

.sec-features .list .num {
  font-size: 2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EA6800;
  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;
  color: #fff;
}

.sec-features .list .line {
  padding: 0 6px;
  margin-left: 4px;
  position: relative;
}

.sec-features .list .line:before {
  content: "";
  background: #FFE469;
  position: absolute;
  bottom: -2px;
  height: 11px;
  left: 0;
  right: 0;
  z-index: -1;
}

.sec-features .list .lt-minus .txt {
  letter-spacing: -1px;
}

@media (max-width: 760px) {
  .sec-features {
    width: 100%;
    padding: 0 5.3vw;
  }
  .sec-features .h2 {
    font-size: 6.25vw;
    margin-bottom: 5vw;
  }
  .sec-features .list li {
    padding: 3.1vw 3.5vw 4.2vw;
    border-bottom-width: 1px;
    margin: 0;
  }
  .sec-features .list li:first-child {
    border-top-width: 1px;
  }
  .sec-features .list .txt {
    font-size: 4.375vw;
    line-height: 1.142857;
    width: calc(100% - 11vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-features .list .num {
    font-size: 4.84375vw;
    width: 9.375vw;
    height: 9.375vw;
  }
  .sec-features .list .line {
    padding: 0 1vw;
    margin-left: 0;
  }
  .sec-features .list .line:before {
    height: 2.1875vw;
  }
}

/* sec-gallery
---------------------------------------------------------- */
.sec-gallery .sec-title-en {
  margin-bottom: 40px;
}

.sec-gallery .content-slide {
  padding: 0 40px 63px;
}

.sec-gallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-gallery .list {
  margin-bottom: 26px;
}

.sec-gallery .list .item {
  height: 598px;
}

.sec-gallery .thumnail {
  overflow: hidden;
}

.sec-gallery .thumnail .item {
  margin: 0 7px;
  height: 69px;
  cursor: pointer;
}

.sec-gallery .thumnail .slick-list {
  margin: 0 -7px;
}

.sec-gallery .slick-arrow {
  width: 38px;
  height: 67px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
}

.sec-gallery .slick-prev {
  background-image: url(../../img/cmn/gallery_arrow_prev.svg);
  left: -88px;
}

.sec-gallery .slick-next {
  background-image: url(../../img/cmn/gallery_arrow_next.svg);
  right: -88px;
}

.sec-gallery .txt {
  margin: 0 auto 63px;
  width: 1000px;
  text-align: center;
}

@media (max-width: 1294px) {
  .sec-gallery .slick-prev {
    left: 0;
  }
  .sec-gallery .slick-next {
    background-image: url(../../img/cmn/gallery_arrow_next.svg);
    right: 0;
  }
}

@media (max-width: 760px) {
  .sec-gallery {
    margin-bottom: 12vw;
  }
  .sec-gallery .thumnail {
    display: none;
  }
  .sec-gallery .sec-title-en {
    margin-bottom: 6vw;
  }
  .sec-gallery .sec-title-en .h2 {
    font-size: 7.8125vw;
  }
  .sec-gallery .content-slide {
    padding: 0;
  }
  .sec-gallery .list {
    margin-bottom: 17vw;
  }
  .sec-gallery .list .item {
    height: 69.7vw;
  }
  .sec-gallery .btn {
    margin: 0 auto;
  }
  .sec-gallery .slick-dots {
    bottom: -9.3vw;
  }
  .sec-gallery .slick-dots .slick-active {
    background: #BA933F !important;
  }
  .sec-gallery .slick-dots li {
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .sec-gallery .slick-dots li button {
    width: 6.875vw !important;
    height: 6.875vw !important;
  }
  .sec-gallery .txt {
    width: 100%;
    margin-bottom: 17vw;
  }
}

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

h2

---------------------------------------------------------- */
.article_h2 {
  position: relative;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .article_h2 {
    height: 35vw;
    margin-bottom: 13%;
  }
}

.article_h2 .cover {
  width: 100%;
  height: 100%;
  /* background: rgba(#272727,.4); */
}

.article_h2 .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 25%;
  padding: 30px 0;
  background: rgba(21, 21, 21, 0.85);
}

@media screen and (max-width: 768px) {
  .article_h2 .txt_box {
    width: 60%;
    padding: 25px 0;
  }
}

.article_h2 .sub {
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .article_h2 .sub {
    font-size: 30px;
  }
}

.article_h2 h2 {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn a {
  font-weight: 500;
  min-width: 345px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #A8A8A8;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
}

.btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 5px;
  background: url(../../assets/images/common/ico-arrow01.png) 0 0/cover;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #BA933F;
  border: none;
  opacity: 1;
}

.btn.or a:hover {
  background-color: #BA933F;
}

.btn .btn-border-none {
  border: none;
}

.btn .btn-hover-orange:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #BA933F;
}

.btn .btn-orange {
  border: none;
  background-color: #BA933F;
  color: #fff;
}

.btn .btn-orange:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  background-color: #fff;
  border: 1px solid #A8A8A8;
}

.btn .btn-orange:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 5px;
  background: url(../../assets/images/common/ico-arrow01.png) 0 0/cover;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn .btn-orange:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 5px;
  background: url(../../assets/images/common/ico-arrow02.png) 0 0/cover;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 760px) {
  .btn {
    width: 82.8125vw;
    margin-left: auto;
    margin-right: auto;
  }
  .btn a {
    width: 100%;
    min-width: auto;
    height: 16.095vw;
    font-size: 3.75vw;
  }
}

@media print, screen and (max-width: 760px) {
  .pc,
  .sp-mini {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}

@media print, screen and (min-width: 761px) {
  .sp,
  .sp-mini {
    display: none !important;
  }
}

body {
  min-width: 1280px;
  font-family: source-han-sans-japanese, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #101010;
}

body:not(:root) {
  overflow-x: scroll;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 760px) {
  body {
    min-width: 100%;
  }
}

.anc_box {
  margin-top: -110px;
  padding-top: 110px;
}

@media screen and (max-width: 760px) {
  .anc_box {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.dummy {
  width: 1440px;
  margin: 0 auto;
}

.dummy_top {
  width: 1445px;
  margin: 99px auto 0;
}

header {
  padding: 0px  !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}

.header .container {
  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: 1200px;
  margin: auto;
}

.header .head h1 {
  font-size: 1rem;
  margin: 0 0 8px;
}

.header .head p {
  width: 100px;
}

.header .info {
  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;
  margin: 0 0 10px;
}

.header .info p:nth-child(1) {
  font-size: 1.2rem;
  margin: 0 10px 0 0;
}

.header .info p:nth-child(2) {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 0 0 16px;
  margin: 0 10px 0 0;
}

.header .info p:nth-child(2) small {
  font-size: 1.5rem;
}

.header .info p:nth-child(3) a,
.header .info p:nth-child(4) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 168px;
  height: 35px;
  font-weight: 500;
  color: #fff;
}

.header .info p:nth-child(3) a:before,
.header .info p:nth-child(4) a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  opacity: 0.5;
}

.header .info p:nth-child(3) {
  margin: 0 10px 0 0;
}

.header .info p:nth-child(3) a {
  background: #43954E;
}

.header .info p:nth-child(4) a {
  background: #BA933F;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
}

.header .nav li {
  position: relative;
}

.header .nav li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 16px;
  background: #000;
  opacity: 0.3;
  margin: auto;
}

.header .nav li:last-child:before {
  content: none;
}

.header .nav li:last-child a {
  padding: 0 0 0 16px;
}

.header .nav a {
  display: block;
  font-weight: 500;
  padding: 0 16px;
}

.header .nav a:hover {
  color: #BA933F;
}

.header .nav li.menu__single {
  position: relative;
}

.header .nav li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: -10%;
  margin: auto;
  width: 120%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .nav li.menu__single:hover ul.menu__second-level {
  top: 40px;
  visibility: visible;
  opacity: 1;
}

.header .nav ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.header .nav ul.menu__second-level li {
  margin: 0;
  border-top: 1px dotted #ccc;
}

.header .nav ul.menu__second-level li::before {
  content: none;
}

.header .nav ul.menu__second-level li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}

.header .nav ul.menu__second-level li a:hover {
  color: #BA933F;
}

.header .nav li.menu__single {
  position: relative;
}

.header .nav li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: -10%;
  margin: auto;
  width: 120%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .nav li.menu__single:hover ul.menu__second-level {
  top: 40px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 760px) {
  .header .head h1 {
    margin: 0 0 3px;
  }
}

@media screen and (max-width: 760px) {
  .header {
    position: static;
    padding: 2vw;
  }
  .header .container {
    width: 100%;
  }
  .header .head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header .head h1 {
    font-size: 2.6vw;
    text-align: center;
    margin-bottom: 0;
    margin-right: 6vw;
  }
  .header .head p {
    width: 18vw;
    margin-right: 5vw;
  }
  .header .body {
    display: none;
  }
}

.footer.form {
  padding: 20px 0 20px;
}

.footer .container {
  max-width: 1020px;
  margin: auto;
}

.footer .logo {
  margin: 0 0 10px;
}

.footer .logo a {
  display: block;
  width: 155px;
  margin: auto;
}

.footer .company {
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
}

.footer .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .add p:nth-child(1) {
  font-size: 1.3rem;
  margin: 4px 10px 0 0;
}

.footer .add p:nth-child(2) a {
  display: block;
  width: 80px;
  line-height: 1;
}

.footer .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  margin: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer .num p.add {
  font-size: 1.3rem;
  margin: 4px 10px 0 0;
}

.footer .num p.map_btn {
  width: 80px;
  margin-right: 30px;
}

.footer .num p.tel {
  margin-right: 10px;
}

.footer .num p.tel a {
  font-size: 20px;
  font-weight: 700;
  pointer-events: none;
}

.footer .num p.tel span {
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.footer .num p.time {
  font-size: 13px;
  font-weight: 400;
}

.footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 80px;
}

.footer .sitemap > ul {
  margin: 0 30px;
}

.footer .sitemap > ul > li {
  margin: 0 0 10px;
}

.footer .sitemap > ul > li > a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 0 0 0 1.4rem;
}

.footer .sitemap > ul > li > a:before {
  content: "-";
  color: #BA933F;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .sitemap > ul > li:last-child {
  margin: 0;
}

.footer .sitemap > ul > li ul {
  margin: 5px 0 0 10px;
}

.footer .sitemap > ul > li ul li {
  margin: 0 0 5px;
}

.footer .sitemap > ul > li ul li a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  padding: 0 0 0 1.2rem;
}

.footer .sitemap > ul > li ul li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.footer .sitemap > ul > li ul li:last-child {
  margin: 0;
}

.footer .copy {
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .footer {
    padding: 10% 5% 25%;
  }
  .footer.form {
    padding: 10% 5%;
  }
  .footer .logo {
    margin: 0 0 8%;
  }
  .footer .logo a {
    width: 36vw;
  }
  .footer .company {
    font-size: 3.7vw;
    margin: 0 0 2vw;
  }
  .footer .add p:nth-child(1) {
    font-size: 3.4vw;
    margin: 0 2vw 0 0;
  }
  .footer .add p:nth-child(2) a {
    width: 20vw;
  }
  .footer .num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0 0 10%;
    border: none;
  }
  .footer .num p.add {
    font-size: 3.4vw;
    margin: 0 0 2vw;
    text-align: center;
  }
  .footer .num p.map_btn {
    width: 35%;
    margin: 0 auto;
  }
  .footer .num p.tel, .footer .num p.time {
    display: none;
  }
  .footer .sitemap {
    display: none;
  }
  .footer .copy {
    font-size: 2.6vw;
  }
}

.cmn_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 56px;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #4F3700;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4F3700;
}

.cmn_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 5px;
  background: url(../../assets/images/common/ico-arrow01.png) 0 0/cover;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cmn_btn a:hover {
  color: #fff;
  background: #BA933F;
  border: 1px solid #BA933F;
  opacity: 1;
}

.cmn_btn a:hover:before {
  right: 10px;
  background: url(../../assets/images/common/ico-arrow02.png) 0 0/cover;
}

.cmn_btn.mod01 a {
  color: #fff;
  background: #BA933F;
  border: none;
}

.cmn_btn.mod01 a:before {
  background: url(../../assets/images/common/ico-arrow02.png) 0 0/cover;
}

.cmn_btn.mod02 a {
  background: #F0F0F0;
  border: none;
}

.cmn_btn.mod02 a:hover {
  background: #BA933F;
}

@media screen and (max-width: 760px) {
  .cmn_btn a {
    width: 78vw;
    height: 15vw;
    font-size: 3.7vw;
    border-radius: 30vw;
  }
}

.page_top .cmn_f_event {
  display: none;
}

.cmn_f_event .sec-event {
  background: #F4F4F4;
  padding: 80px 0 60px;
}

.cmn_f_event .sec-event .sec-container {
  width: 999px;
  margin: 0 auto;
}

.cmn_f_event .sec-event .sec-title-en {
  margin-bottom: 37px;
}

.cmn_f_event .sec-event .sec-title-en .h2 {
  font-size: 3.4rem;
}

.cmn_f_event .sec-event .sec-title-en .small {
  margin-top: -8px;
  letter-spacing: -1.5px;
}

.cmn_f_event .sec-event .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmn_f_event .sec-event .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #171717;
  padding: 18px 20px 16px;
  width: 48.4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_f_event .sec-event .list .item .img {
  width: 123px;
  height: 79px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.cmn_f_event .sec-event .list .item .img img {
  height: 100%;
  width: 100%;
}

.cmn_f_event .sec-event .list .item .content {
  width: calc(100% - 138px);
  display: inline-block;
  vertical-align: middle;
}

.cmn_f_event .sec-event .list .item .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #131313;
  letter-spacing: -1.5px;
}

.cmn_f_event .sec-event .list .item .icon-wrap {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmn_f_event .sec-event .list .item .icons {
  height: auto;
}

.cmn_f_event .sec-event .list .item .icons .icon {
  font-size: 1.1rem;
  min-width: 83px;
  margin-bottom: 8px;
}

.cmn_f_event .sec-event .list .item .icons .icon:not(:first-child) {
  display: none;
}

.cmn_f_event .sec-event .btn a {
  width: 216px;
  height: 45px;
}

@media (min-width: 761px) {
  .cmn_f_event .sec-event .list .item:not(:last-child) {
    margin-right: 33px;
  }
}

@media (min-width: 761px) {
  .cmn_f_event .sec-event .list .item .txt {
    max-height: 45px;
  }
}

@media (max-width: 760px) {
  .cmn_f_event .sec-event .sec-container {
    width: 100%;
  }
  .cmn_f_event .sec-event .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5.2vw;
    margin-bottom: 2.3vw;
    width: 100%;
  }
  .cmn_f_event .sec-event .list .item {
    width: 100%;
    padding: 3.5vw;
    border-width: 1px;
    margin-bottom: 3.5vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .cmn_f_event .sec-event .list .item .img {
    width: 24.6875vw;
    height: 15.78125vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .cmn_f_event .sec-event .list .item .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 29.3vw);
  }
  .cmn_f_event .sec-event .list .item .txt {
    font-size: 3.59375vw;
    line-height: 1.260869;
    margin-top: -1vw;
  }
  .cmn_f_event .sec-event .list .item .icons .icon {
    min-width: 22vw;
    height: 16px;
    padding: 1px 5px 2px;
  }
  .cmn_f_event .sec-event .list .item .icon-wrap {
    margin: 0.5vw 0 0.4vw;
  }
  .cmn_f_event .sec-event .btn {
    margin: 0 auto;
    width: 67.9vw;
  }
  .cmn_f_event .sec-event .btn a {
    height: 12.3vw;
    margin: 0 auto;
    min-width: auto;
    font-size: 4.0625vw;
  }
  .cmn_f_event .sec-event .sec-title-en {
    margin-bottom: 6vw;
  }
  .cmn_f_event .sec-event .sec-title-en .h2 {
    font-size: 7.8125vw;
  }
  .cmn_f_event .sec-event .sec-title-en .small {
    margin-top: -1.1vw;
  }
}

.cmn_cta {
  background: url(../../assets/images/common/fbg.jpg) center/cover;
  padding: 65px 0 75px;
}

.cmn_cta .container {
  max-width: 1280px;
  margin: auto;
}

.cmn_cta .head {
  margin: 0 0 20px;
}

.cmn_cta .head h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #BA933F;
  text-align: center;
  letter-spacing: 1px;
  font-family: source-han-serif-japanese, serif;
}

.cmn_cta .body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.cmn_cta .body li {
  width: 33.3333%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmn_cta .body li:last-child a {
  background: rgba(186, 147, 63, 0.8);
}

.cmn_cta .body li:last-child a:before {
  background: url(../../assets/images/common/ico-arrow02.png) 0 0/cover;
}

.cmn_cta .body li:last-child h3,
.cmn_cta .body li:last-child p {
  color: #fff;
}

.cmn_cta .body a {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}

.cmn_cta .body a:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 5px;
  background: url(../../assets/images/common/ico-arrow01.png) 0 0/cover;
}

.cmn_cta .body h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.cmn_cta .body p {
  text-align: center;
}

@media screen and (max-width: 760px) {
  .cmn_cta {
    background: url(../../assets/images/common/fbg_sp.jpg) center/cover;
    padding: 10% 5% 10%;
  }
  .cmn_cta .head {
    margin: 0 0 4vw;
  }
  .cmn_cta .head h2 {
    font-size: 7vw;
  }
  .cmn_cta .body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .cmn_cta .body li {
    width: 100%;
    padding: 0 0 4vw;
  }
  .cmn_cta .body li:last-child {
    padding: 0;
  }
  .cmn_cta .body a {
    padding: 6vw;
  }
  .cmn_cta .body a:before {
    right: 10px;
    bottom: 10px;
  }
  .cmn_cta .body h3 {
    font-size: 5.5vw;
    margin: 0 0 2vw;
  }
  .cmn_cta .body p {
    font-size: 3.2vw;
  }
}

.cmn_sns .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 29px 0 25px;
  border-top: 1px solid #dedede;
}

.cmn_sns .head .tit {
  width: 200px;
  line-height: 1;
  margin: 0 30px 0 0;
}

.cmn_sns .head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_sns .head li {
  margin: 0 20px 0 0;
}

.cmn_sns .head li:last-child {
  margin: 0;
}

.cmn_sns .head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.cmn_sns .head span {
  display: block;
  width: 25px;
  margin: 0 10px 0 0;
}

.cmn_sns .body {
  max-width: 1120px;
  padding: 26px 0;
  margin: auto;
}

.cmn_sns .body p {
  font-size: 1.1rem;
  color: #727272;
}

@media screen and (max-width: 760px) {
  .cmn_sns .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10vw 5vw;
  }
  .cmn_sns .head .tit {
    width: 50vw;
    margin: 0 0 6vw;
  }
  .cmn_sns .head ul {
    margin: 0 3% 5%;
  }
  .cmn_sns .head li {
    width: 30.6666667%;
    margin: 0 4% 0 0;
  }
  .cmn_sns .head li a {
    display: block;
    font-size: 2.5vw;
    text-align: center;
  }
  .cmn_sns .head li:last-child {
    margin: 0;
  }
  .cmn_sns .head span {
    width: 100%;
    margin: 0;
  }
  .cmn_sns .body {
    padding: 5vw 5vw 10vw;
  }
  .cmn_sns .body p {
    font-size: 3vw;
  }
  .cmn_sns .bnr_tachikawa {
    width: 40%;
    margin: 0 auto;
  }
}

.cmn_menu {
  display: none;
}

@media screen and (max-width: 760px) {
  .cmn_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
  }
  .cmn_menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cmn_menu .menu li {
    width: 33.3333%;
    border-right: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cmn_menu .menu li:last-child {
    border-right: none;
  }
  .cmn_menu .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 16vw;
    font-size: 3.2vw;
    font-weight: bold;
    background: #fff;
    text-align: center;
    line-height: 1.5;
  }
  .cmn_menu .menu li:last-child a {
    color: #fff;
    background: #BA933F;
  }
  .cmn_menu .hum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 16vw;
    height: 16vw;
    background: #272727;
  }
  .cmn_menu .hum div {
    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: 6vw;
    height: 4vw;
    margin: 0 0 2vw;
  }
  .cmn_menu .hum span {
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cmn_menu .hum p {
    font-size: 2.6vw;
    color: #fff;
    line-height: 1;
  }
  .cmn_menu .hum.active div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn_menu .hum.active span:nth-child(1) {
    -webkit-transform: translateY(1px) rotate(-45deg);
            transform: translateY(1px) rotate(-45deg);
  }
  .cmn_menu .hum.active span:nth-child(2) {
    display: none;
  }
  .cmn_menu .hum.active span:nth-child(3) {
    -webkit-transform: translateY(-1px) rotate(45deg);
            transform: translateY(-1px) rotate(45deg);
  }
}

.txt_description {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px 10px;
}

@media screen and (max-width: 760px) {
  .txt_description {
    font-size: 3vw;
    text-align: left;
    padding: 5%;
  }
}

.cmn_nav {
  display: none;
}

@media screen and (max-width: 760px) {
  .cmn_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10vw 5vw 30vw;
    z-index: 9999;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cmn_nav .logo {
    margin: 0 0 5vw;
  }
  .cmn_nav .logo a {
    display: block;
    width: 38vw;
    margin: auto;
  }
  .cmn_nav .sitemap {
    margin: 0 0 5vw;
  }
  .cmn_nav .sitemap > ul > li {
    border-bottom: 1px dotted #dcdcdc;
  }
  .cmn_nav .sitemap > ul > li > a {
    position: relative;
    display: block;
    font-size: 4vw;
    font-weight: bold;
    padding: 5vw 0;
  }
  .cmn_nav .sitemap > ul > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_nav .sitemap > ul > li > a.js-accordion:before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .cmn_nav .sitemap > ul > li > a.js-accordion.active:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_nav .sitemap > ul > li ul {
    display: none;
  }
  .cmn_nav .sitemap > ul > li ul li {
    border-top: 1px dotted #dcdcdc;
  }
  .cmn_nav .sitemap > ul > li ul li a {
    position: relative;
    display: block;
    font-size: 3.4vw;
    padding: 3vw;
  }
  .cmn_nav .sitemap > ul > li ul li a::before {
    content: "-";
  }
  .cmn_nav .sitemap > ul > li ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_nav .menu li {
    margin-bottom: 5%;
  }
  .cmn_nav .menu li a {
    display: block;
    width: 100%;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #272727;
  }
  .cmn_nav .menu li:nth-child(3) {
    margin: 0 0 4vw;
  }
  .cmn_nav .menu li:nth-child(3) a {
    background: #BA933F;
  }
  .cmn_nav.active {
    opacity: 1;
    visibility: visible;
  }
}

.cmn_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  background: url(../../assets/images/common/bg-ttl01.jpg) center/cover;
}

.cmn_ttl h2 {
  font-size: 4.6rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #fff;
  /* text-shadow: 2px 2px 10px rgba(0,0,0,.2); */
}

.cmn_ttl.commitment {
  background: url(../../assets/images/common/bg-ttl02.jpg) center/cover;
}

.cmn_ttl.support {
  background: url(../../assets/images/common/bg-ttl03.jpg) center/cover;
}

@media screen and (max-width: 760px) {
  .cmn_ttl {
    height: 20vw;
  }
  .cmn_ttl h2 {
    font-size: 6vw;
  }
}

.page_top .cmn_event {
  display: none;
}

.cmn_event {
  background: #F3F1ED;
  padding: 60px 0 65px;
}

.cmn_event .container {
  max-width: 1120px;
  margin: auto;
}

.cmn_event .head {
  margin: 0 0 20px;
}

.cmn_event .head h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.cmn_event .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_event .body .block {
  width: 49%;
}

.cmn_event .body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  padding: 20px;
  border: 1px solid #676767;
  height: 100%;
}

.cmn_event .body .thumb {
  position: relative;
  width: 120px;
  margin: 0 12px 0 0;
}

.cmn_event .body .thumb:before {
  content: "";
  display: block;
  padding-top: calc(2 / 3 * 100%);
}

.cmn_event .body .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center top;";
}

.cmn_event .body .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cmn_event .body .main div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 2px;
}

.cmn_event .body .main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmn_event .body .main ul li {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  background: #BA933F;
  padding: 0 6px 2px;
  margin: 0 5px 5px 0;
}

.cmn_event .body .main time {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 2px;
}

.cmn_event .body .main h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 4.4rem;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .cmn_event {
    padding: 10vw 5vw 14vw;
  }
  .cmn_event .head {
    margin: 0 0 20px;
  }
  .cmn_event .head h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .cmn_event .body {
    display: block;
  }
  .cmn_event .body .block {
    width: 100%;
    margin: 0 0 4vw;
  }
  .cmn_event .body .block:last-child {
    margin: 0;
  }
  .cmn_event .body a {
    padding: 4vw;
  }
  .cmn_event .body .thumb {
    width: 24vw;
    margin: 0 2vw 0 0;
  }
  .cmn_event .body .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cmn_event .body .main div {
    margin: 0 0 1vw;
  }
  .cmn_event .body .main ul li {
    font-size: 3.2vw;
    padding: 0 2vw;
    margin: 0 1vw 1vw 0;
  }
  .cmn_event .body .main time {
    font-size: 3.7vw;
    margin: 0;
  }
  .cmn_event .body .main h3 {
    min-height: 100%;
    font-size: 3.7vw;
    text-overflow: inherit;
    -webkit-line-clamp: auto;
  }
}

.cmn_content {
  max-width: 1200px;
  margin: auto;
}

.cmn_content .container {
  padding: 100px 0;
}

.cmn_content .container.mod {
  border-top: 1px solid #5B5B5B;
}

.cmn_content .container.mod.btm {
  border-top: none;
  border-bottom: 1px solid #5B5B5B;
}

.cmn_content .head {
  margin: 0 0 30px;
}

.cmn_content .head h2 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.cmn_content .head span {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.cmn_content .body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.cmn_content .body li {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmn_content .body li img {
  width: 386px;
  height: 257px;
}

.cmn_content .body a {
  display: block;
}

.cmn_content .body span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0;
}

@media screen and (max-width: 760px) {
  .cmn_content {
    padding: 0 5vw;
  }
  .cmn_content .container {
    padding: 20vw 0;
  }
  .cmn_content .head {
    margin: 0 0 6vw;
  }
  .cmn_content .head h2 {
    font-size: 3.4vw;
    line-height: 1.2;
  }
  .cmn_content .head span {
    font-size: 25px;
  }
  .cmn_content .body ul {
    display: block;
    margin: 0;
  }
  .cmn_content .body li {
    width: 100%;
    padding: 0 0 4vw;
  }
  .cmn_content .body li:last-child {
    padding: 0;
  }
  .cmn_content .body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4vw;
    border: 1px solid #C6C6C6;
  }
  .cmn_content .body img {
    width: 32vw;
  }
  .cmn_content .body span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.7vw;
    text-align: left;
    margin: 0 0 0 4vw;
  }
}

.page_top .cmn_works.foot {
  display: none;
}

.cmn_works {
  max-width: 1100px;
  padding: 100px 0 50px;
  margin: auto;
}

.cmn_works .head {
  margin: 0 0 20px;
}

.cmn_works .head h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.cmn_works .body {
  margin: 0 0 50px;
}

.cmn_works .body .slick-works {
  margin: 0 -20px;
}

.cmn_works .body .slick-slide {
  padding: 0 20px;
}

.cmn_works .body .slick-slide a {
  display: block;
}

.cmn_works .body .slick-slide .thumb {
  margin: 0 0 20px;
  overflow: hidden;
}

.cmn_works .body .slick-slide .thumb span {
  position: relative;
  display: block;
  padding-top: calc(2 / 3.2 * 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cmn_works .body .slick-slide .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center top;";
}

.cmn_works .body .slick-slide .thumb:hover span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cmn_works .body .slick-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cmn_works .body .slick-slide .avatar {
  position: relative;
  width: 90px;
  margin: 0 20px 0 0;
  border-radius: 50%;
  overflow: hidden;
}

.cmn_works .body .slick-slide .avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.cmn_works .body .slick-slide .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center top;";
}

.cmn_works .body .slick-slide .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cmn_works .body .slick-slide .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 2px;
}

.cmn_works .body .slick-slide .info ul li {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #BA933F;
  padding: 0 6px 2px;
  margin: 0 5px 5px 0;
}

.cmn_works .body .slick-slide .info h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 4.4rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.cmn_works .body .slick-slide .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #dedede;
  height: 80px;
  overflow: hidden;
}

.cmn_works .body .slick-slide .tag li {
  position: relative;
  background: none !important;
  margin: 0 10px;
}

.cmn_works .body .slick-slide .tag li:before {
  content: "#";
}

.cmn_works .body .slick-prev,
.cmn_works .body .slick-next {
  top: 30%;
  width: 24px;
  height: 42px;
  z-index: 1;
}

.cmn_works .body .slick-prev {
  background: url(../../assets/images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}

.cmn_works .body .slick-next {
  background: url(../../assets/images/common/ico-arrow_slide02_next.png) 0 0/cover;
}

.cmn_works .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 760px) {
  .cmn_works .body .slick-slide .thumb {
    margin: 0 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .cmn_works {
    padding: 13vw 8vw 0;
  }
  .cmn_works .head {
    margin: 0 0 20px;
  }
  .cmn_works .head h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .cmn_works .body {
    margin: 0 0 10vw;
  }
  .cmn_works .body .slick-works {
    margin: 0;
  }
  .cmn_works .body .slick-slide {
    padding: 0;
  }
  .cmn_works .body .slick-slide .avatar {
    width: 20vw;
    margin: 0 2vw 0 0;
  }
  .cmn_works .body .slick-slide .info ul {
    margin: 0 0 1vw;
  }
  .cmn_works .body .slick-slide .info ul li {
    font-size: 3.2vw;
    padding: 0 2vw;
    margin: 0 1vw 1vw 0;
  }
  .cmn_works .body .slick-slide .info h3 {
    max-height: 100%;
    font-size: 4vw;
  }
  .cmn_works .body .slick-slide .tag {
    padding: 4% 0 0;
    margin: 3.5% 0 0;
    height: 23vw;
  }
  .cmn_works .body .slick-slide .tag li {
    font-size: 4vw;
    margin: 0 2vw;
  }
  .cmn_works .body .slick-prev,
  .cmn_works .body .slick-next {
    top: 25%;
    width: 3vw;
    height: 5vw;
  }
  .cmn_works .body .slick-prev {
    left: -7%;
    background: url(../../assets/images/common/ico-arrow_slide01_prev.png) 0 0/cover;
  }
  .cmn_works .body .slick-next {
    right: -7%;
    background: url(../../assets/images/common/ico-arrow_slide01_next.png) 0 0/cover;
  }
  .cmn_works .body .slick-dots {
    position: static;
    padding: 4vw 0 0;
  }
  .cmn_works .body .slick-dots .slick-active {
    background: #565656;
  }
  .cmn_works .body .slick-dots li {
    width: 3.2vw;
    height: 3.2vw;
  }
  .cmn_works .body .slick-dots button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

/*  Topcontrol
 *---------------------------------------------------------- */
.topcontrol {
  display: block;
  width: 45px;
  height: 45px;
  background: #2e4c40 !important;
  opacity: 0.9;
  z-index: 10000;
  position: relative;
}

.topcontrol::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  content: " ";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

@media screen and (max-width: 760px) {
  .topcontrol {
    display: none;
  }
}

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

404

--------------------------------------------- */
.section_404 {
  text-align: center;
  margin-bottom: 100px;
}

.section_404 .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section_404 .section_sub {
  font-size: 16px;
  margin-bottom: 30px;
}

.section_404 .txt {
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .section_404 {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 20%;
  }
  .section_404 .tit {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 5%;
  }
  .section_404 .section_sub {
    font-size: 4vw;
    margin-bottom: 10%;
  }
  .section_404 .txt {
    font-size: 4vw;
  }
}

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

共通style

--------------------------------------------- */
input::-webkit-input-placeholder {
  font-family: source-han-serif-japanese, serif !important;
}
input:-ms-input-placeholder {
  font-family: source-han-serif-japanese, serif !important;
}
input::-ms-input-placeholder {
  font-family: source-han-serif-japanese, serif !important;
}
input::placeholder {
  font-family: source-han-serif-japanese, serif !important;
}

.page_system main .container .article_h2 {
  background-size: cover;
  background-position-y: 60%;
}

.page_system .green_bar_ttl {
  font-size: 120%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.page_system .green_bar_ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 30px;
  background: #004b42;
}

.page_system .red_bg {
  background: #a40a0a;
  color: #fff;
}

.page_system .green_bg {
  background: #004b42;
  color: #fff;
}

.page_system .brown_bg {
  background: #392d2d;
  color: #fff;
}

.page_system .r_ttl {
  background: #a40a0a;
  padding: 8px 20px;
  color: #fff;
}

.page_system .g_ttl {
  background: #004b42;
  padding: 8px 20px;
  color: #fff;
}

.page_system .bg_red {
  background: #eedddd;
  padding: 20px;
}

.page_system .bg_green {
  background: #e3e8e6;
  padding: 20px;
}

.page_system .bg_yellow {
  background: #fffebd;
  padding: 10px;
}

.page_system .bd_red {
  border: 2px solid #a40a0a;
}

.page_system .bd_green {
  border: 2px solid #004b42;
}

.page_system .section_rank .box {
  border: 0px !important;
}

.page_system .section_rank .box:first-child, .page_system .section_rank .box:nth-child(2) {
  border-bottom: 2px solid #e0e0e0 !important;
}

.page_system .pager li.next a, .page_system .pager li.prev a, .page_system .side_title {
  background: #151515 !important;
}

.page_system.page_event .form_menu .btn_reserve input, .page_system.page_fair .form_menu .btn_reserve input {
  background: #151515 !important;
}

.page_system .cmn_btn a, .page_system .btn a {
  color: #151515;
  border: 1px solid #151515;
}

.page_system .cmn_btn a:hover, .page_system .btn a:hover {
  background: #151515;
  color: #fff;
}

.page_system .cmn_btn a::before, .page_system .btn a::before {
  display: none;
}

.page_system .title {
  font-weight: 700;
  font-size: 18px !important;
  margin-bottom: 20px !important;
  border-bottom: 0px !important;
}

.page_system ul.horizontal {
  border: 0 !important;
}

.page_system ul.horizontal li {
  border: 1px solid #a40a0a;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page_system ul.horizontal li {
    float: none;
    margin: 0 auto;
  }
}

.page_system ul.horizontal li.active {
  background: #a40a0a;
}

.page_system ul.horizontal li.active a {
  color: #fff;
}

.page_system .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page_system .section_rank .box {
    border: 0px !important;
  }
  .page_system .title {
    font-size: 15px !important;
    margin-bottom: 20px !important;
    border-bottom: 0px !important;
  }
  .pager .before a, .pager .before {
    width: 239px;
    margin: 0 auto;
  }
  .pager .before a a, .pager .before a {
    color: #fff;
    line-height: 40px;
    background: #004b42;
    display: block;
    position: relative;
  }
  .pager .before a a::after, .pager .before a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 10px;
    margin-top: -2px;
    border: 4px solid transparent;
    border-right: 5px solid #fff;
  }
  footer .sp_footer {
    z-index: 9999 !important;
  }
}

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

model-house

--------------------------------------------- */
main.main_modelhouse {
  overflow: hidden;
}

main.main_modelhouse .container .article_h2 {
  background-image: url(../../assets/images/modelhouse_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_modelhouse .container section.section_modelhouse {
  width: 60%;
  margin: 0 auto;
}

main.main_modelhouse .container section.section_modelhouse .unit01 {
  background: #fdfaf5;
  margin: 60px auto;
  text-align: center;
  padding: 30px;
}

main.main_modelhouse .container section.section_modelhouse .unit01 h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 80px;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box {
  padding: 2%;
  width: 50%;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box h3 {
  font-size: 25px;
  padding-left: 10%;
  margin-bottom: 30px;
  position: relative;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box h3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #151515;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box p {
  margin-bottom: 30px;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box dl .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box dl .info_box dt {
  width: 80px;
  height: 25px;
  background: #392d2d;
  color: #fff;
  text-align: center;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box dl .info_box dd {
  margin-left: 10px;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box .cmn_btn {
  position: relative;
  height: 60px;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box .cmn_btn a {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 30px;
  right: 0;
  padding: 0 50px;
  color: #151515;
  border: 1px solid #151515;
  border-radius: 0px;
  width: 300%;
  height: 50px;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box .cmn_btn a:hover {
  background: #151515;
  color: #fff;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box .cmn_btn a::before {
  display: none;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .img {
  width: 50%;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content:nth-child(even) .cmn_btn a {
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main.main_modelhouse .container .section_detail {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail {
    width: 100%;
    padding: 0;
  }
}

main.main_modelhouse .container .section_detail .unit01 {
  text-align: center;
  margin-bottom: 60px;
}

main.main_modelhouse .container .section_detail .unit01 h3 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  border-left: 10px solid #151515;
  display: inline-block;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit01 h3 {
    font-size: 25px;
  }
}

main.main_modelhouse .container .section_detail .unit01 .box_wrapper {
  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;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit01 .box_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main.main_modelhouse .container .section_detail .unit01 .box_wrapper .box_l {
  width: 50%;
  font-size: 20px;
  text-align: left;
}

main.main_modelhouse .container .section_detail .unit01 .box_wrapper .box_l .catch_text {
  font-size: 15px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit01 .box_wrapper .box_l {
    width: 90%;
    margin: 0 auto;
  }
}

main.main_modelhouse .container .section_detail .unit01 .box_wrapper .box_r {
  width: 45%;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit01 .box_wrapper .box_r {
    width: 90%;
    margin: 30px auto;
  }
}

main.main_modelhouse .container .section_detail .unit03 {
  margin-bottom: 60px;
}

main.main_modelhouse .container .section_detail .unit03 h4 {
  text-align: center;
  margin-bottom: 20px;
}

main.main_modelhouse .container .section_detail .unit03 h4 span {
  font-size: 40px;
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  display: block;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit03 h4 span {
    font-size: 25px;
  }
}

main.main_modelhouse .container .section_detail .unit03 .body .slick-prev, main.main_modelhouse .container .section_detail .unit03 .body .slick-next {
  top: 53%;
  width: 24px;
  height: 42px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit03 .body .slick-prev, main.main_modelhouse .container .section_detail .unit03 .body .slick-next {
    display: none !important;
  }
}

main.main_modelhouse .container .section_detail .unit03 .body .slick-prev {
  background: url(../../assets/images/common/ico-arrow_slide02_prev.png) 0 0/cover;
  left: -35px;
}

main.main_modelhouse .container .section_detail .unit03 .body .slick-next {
  background: url(../../assets/images/common/ico-arrow_slide02_next.png) 0 0/cover;
  right: -35px;
}

main.main_modelhouse .container .section_detail .unit03 .body .slick-gallery-nav {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

main.main_modelhouse .container .section_detail .unit03 .body .slick-gallery-nav .slick-slide {
  padding: 0 10px;
}

main.main_modelhouse .container .section_detail .madori {
  margin-bottom: 60px;
}

main.main_modelhouse .container .section_detail .madori ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

main.main_modelhouse .container .section_detail .madori ul li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .madori ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.main_modelhouse .container .section_detail .madori ul li {
    width: 90%;
    margin: 0 auto;
  }
}

main.main_modelhouse .container .section_detail .point {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .point {
    width: 90%;
    margin: 0 auto 60px;
  }
}

main.main_modelhouse .container .section_detail .point h3 {
  font-size: 40px;
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .point h3 {
    font-size: 25px;
  }
}

main.main_modelhouse .container .section_detail .point h4 {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .point h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

main.main_modelhouse .container .section_detail .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

main.main_modelhouse .container .section_detail .list .image {
  width: 40%;
  margin-right: 30px;
}

main.main_modelhouse .container .section_detail .list .text {
  width: 55%;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.main_modelhouse .container .section_detail .list .image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  main.main_modelhouse .container .section_detail .list .text {
    width: 100%;
  }
}

main.main_modelhouse .container .section_detail .unit04 .map {
  height: 500px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit04 .map {
    text-align: center;
    height: 200px;
  }
}

main.main_modelhouse .container .section_detail .unit04 .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .unit04 .map iframe {
    width: 90%;
    height: 90%;
  }
}

main.main_modelhouse .container .section_detail .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
  width: 80%;
}

main.main_modelhouse .container .section_detail .btn_list li {
  margin-bottom: 10px;
}

main.main_modelhouse .container .section_detail .btn_list li:nth-child(even) {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  main.main_modelhouse .container .section_detail .btn_list li:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  main.main_modelhouse .container .article_h2 .sub {
    font-size: 25px;
  }
  main.main_modelhouse .container section.section_modelhouse {
    width: 100%;
  }
  main.main_modelhouse .container section.section_modelhouse .unit01 {
    padding: 40px 20px;
  }
  main.main_modelhouse .container section.section_modelhouse .unit01 h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box {
    width: 90%;
    margin: 0 auto;
  }
  main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box h3 {
    padding-left: 10%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .txt_box .cmn_btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content .img {
    width: 90%;
    margin: 0 auto;
  }
  main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main.main_modelhouse .container section.section_modelhouse .unit02 .content_box .content:nth-child(even) .cmn_btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

sale

--------------------------------------------- */
main.main_sale .container .article_h2 {
  background-image: url(../../assets/images/sale_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_sale .unit01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.main_sale .unit01 ul li {
  border: 2px solid #151515;
  background: #fff;
  font-size: 20px;
  width: 130px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  margin-left: 40px;
}

main.main_sale .unit01 ul li a {
  color: #151515;
}

main.main_sale .unit01 ul li.active {
  background: #151515;
  color: #fff;
}

main.main_sale .unit01 ul li.active a {
  color: #fff;
}

main.main_sale .content .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.main_sale .unit02 .content_box {
  width: 80%;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main.main_sale .unit02 .content_box a {
  width: 30%;
  margin-bottom: 40px;
  margin-left: 30px;
}

main.main_sale .unit02 .content_box a h3 {
  font-size: 120%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

main.main_sale .unit02 .content_box a h3::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 30px;
  background: #d3d3d3;
}

main.main_sale .unit02 .content_box a .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}

main.main_sale .unit02 .content_box a .info_box dt {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #392d2d;
}

main.main_sale .unit02 .content_box a .info_box dd {
  margin-left: 10px;
}

main.main_sale .unit02 .content_box a .btn {
  display: none;
}

main.main_sale .section_detail .btn .btn-orange {
  background-color: #151515;
  color: #fff;
}

@media screen and (max-width: 767px) {
  main.main_sale .unit01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.main_sale .unit01 ul li {
    font-size: 18px;
    width: 90px;
    height: 35px;
    line-height: 32px;
    margin-left: 15px;
  }
  main.main_sale .unit01 ul li:first-child {
    margin-left: 0;
  }
  main.main_sale .unit02 .content_box {
    width: 90%;
    margin: 40px auto;
  }
  main.main_sale .unit02 .content_box a {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  main.main_sale .unit02 .content_box a .content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main.main_sale .unit02 .content_box a .content .wrap h3 {
    margin-bottom: 20px;
  }
  main.main_sale .unit02 .content_box a .content .wrap .img {
    margin-bottom: 20px;
  }
  main.main_sale .unit02 .content_box a .content .info_box {
    margin-bottom: 0px;
  }
  main.main_sale .unit02 .content_box a .content .info_box dt {
    width: 70px;
    height: 21px;
    line-height: 21px;
    margin-top: 5px;
  }
  main.main_sale .unit02 .content_box a .content .info_box dd {
    margin-left: 10px;
  }
  main.main_sale .unit02 .content_box a .content .btn {
    display: block;
    border: 2px solid #a30808;
    color: #a30808;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
}

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

event

--------------------------------------------- */
main.main_event .container .article_h2 .cover {
  background-image: url(../../assets/images/event_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_event .container section.section_event {
  width: 65%;
  margin: 0 auto;
}

main.main_event .container section.section_event .unit {
  margin-bottom: 100px;
}

main.main_event .container section.section_event .unit .h3_sub {
  text-align: center;
  letter-spacing: 0.2em;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
}

main.main_event .container section.section_event .unit .h3 {
  font-size: 35px;
  border-bottom: 1px solid #201919;
  border-top: 1px solid #201919;
  text-align: center;
  padding: 5px;
  width: 500px;
  margin: 0 auto 50px;
}

main.main_event .container section.section_event .unit li.event_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.main_event .container section.section_event .unit li.event_box .event_left {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
}

main.main_event .container section.section_event .unit li.event_box .event_left img {
  width: 100%;
}

main.main_event .container section.section_event .unit li.event_box .event_right {
  margin-left: 30px;
}

main.main_event .container section.section_event .unit li.event_box .event_right .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

main.main_event .container section.section_event .unit li.event_box .event_right .event_title {
  font-size: 30px;
  margin-bottom: 20px;
}

main.main_event .container section.section_event .unit li.event_box .event_right .event_caption {
  line-height: 1.9;
  display: none;
}

main.main_event .container section.section_event .unit02 .simple_monthly_calendar .calendar_slide {
  float: none;
  margin: 0 auto;
}

main.main_event .container section.section_event .unit02 .simple_monthly_calendar .calendar_slide .number {
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}

main.main_event .container section.section_event .unit02 .simple_monthly_calendar .calendar_slide .tit_m {
  font-size: 50px;
}

main.main_event .container section.section_event .unit03 ul.horizontal li {
  border: 0px;
}

main.main_event .container section.section_event .unit03 ul.horizontal li.active {
  background: #2e4c40;
}

main.main_event .container section.section_event .unit03 ul.horizontal li.active a::after {
  border-color: #2e4c40 transparent transparent transparent;
}

main.main_event table.data02 th {
  border: 1px solid #392d2d !important;
  background: #392d2d !important;
}

main.main_event table.data02 td {
  border: 1px solid #392d2d !important;
}

main.main_event .form_menu .reserve_time {
  border: 0 !important;
}

main.main_event .form_menu .reserve_time .select_box {
  width: 300px;
}

main.main_event .form_menu .reserve_time .select_box select {
  height: 60px !important;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  main.main_event .container .article_h2 .cover {
    background-position: center;
  }
  main.main_event .container section.section_event {
    width: 90%;
    margin: 0 auto;
  }
  main.main_event .container section.section_event .unit {
    margin-bottom: 80px;
  }
  main.main_event .container section.section_event .unit .h3_sub {
    letter-spacing: 0.2em;
    font-size: 10px;
  }
  main.main_event .container section.section_event .unit .h3 {
    font-size: 25px;
    padding: 0px;
    width: 100%;
    margin: 0 auto 40px;
  }
  main.main_event .container section.section_event .unit li.event_box a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.main_event .container section.section_event .unit li.event_box .event_left {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  main.main_event .container section.section_event .unit li.event_box .event_left img {
    width: 100%;
  }
  main.main_event .container section.section_event .unit li.event_box .event_right {
    margin-left: 0px;
    width: 100%;
  }
  main.main_event .container section.section_event .unit li.event_box .event_right .box {
    margin-bottom: 4px;
  }
  main.main_event .container section.section_event .unit li.event_box .event_right .box .category_box li {
    padding: 4px 10px;
    margin-left: 4px;
  }
  main.main_event .container section.section_event .unit li.event_box .event_right .box .category_box li:first-child {
    margin-left: 0;
  }
  main.main_event .container section.section_event .unit li.event_box .event_right .box .tochi_box li {
    padding: 4px 10px;
    margin-left: 4px;
  }
  main.main_event .container section.section_event .unit li.event_box .event_right .event_title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  main.main_event .container section.section_event .unit li.event_box .event_right .event_caption {
    line-height: 1.7;
  }
  main.main_event .container section.section_event .unit02 .simple_monthly_calendar .calendar_slide .number {
    font-size: 16px;
  }
  main.main_event .container section.section_event .unit02 .simple_monthly_calendar .calendar_slide .tit_m {
    font-size: 35px;
  }
  main.main_event .form_menu .reserve_time .select_box {
    width: 100%;
    display: block !important;
  }
  main.main_event .form_menu .reserve_time .select_box select {
    height: 50px !important;
    font-size: 20px;
  }
}

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

company

--------------------------------------------- */
main.main_company .section_company .apart_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -60px;
  margin-bottom: 40px;
}

main.main_company .section_company .apart_h3 {
  width: 30% !important;
}

@media screen and (max-width: 768px) {
  main.main_company .section_company .apart_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  main.main_company .section_company .apart_h3 {
    width: 70% !important;
  }
}

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

apartment

--------------------------------------------- */
main.main_apartment {
  overflow: hidden;
}

main.main_apartment .container {
  font-family: source-han-serif-japanese, serif;
}

main.main_apartment .container .article_h2 {
  background-image: url(../../assets/images/apartment_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_apartment .container section.section_apartment {
  width: 60%;
  margin: 0 auto;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box {
  padding: 15px 50px;
  width: 500px;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box h3 {
  font-size: 25px;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box h3::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 75%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #005149;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box dl .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box dl .info_box dt {
  width: 80px;
  height: 25px;
  background: #392d2d;
  color: #fff;
  text-align: center;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box dl .info_box dd {
  margin-left: 10px;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box p {
  margin-top: 30px;
  margin-bottom: 30px;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .img {
  width: 40%;
  margin-bottom: 30px;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content .detail_img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

main.main_apartment .container section.section_apartment .unit02 .content_box .content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1389px) {
  main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box {
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  main.main_apartment .container .article_h2 {
    background-position: center;
  }
  main.main_apartment .container .article_h2 .sub {
    font-size: 25px;
  }
  main.main_apartment .container section.section_apartment {
    width: 95%;
  }
  main.main_apartment .container section.section_apartment .unit02 .content_box .content {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box h3 {
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
  }
  main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box p {
    margin-top: 15px;
  }
  main.main_apartment .container section.section_apartment .unit02 .content_box .content .img {
    width: 60%;
    margin: 0 auto 8px;
  }
  main.main_apartment .container section.section_apartment .unit02 .content_box .content .detail_img {
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 450px) {
  main.main_apartment .container section.section_apartment .unit02 .content_box .content .txt_box {
    width: 90%;
  }
}

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

新着情報・ブログ

--------------------------------------------- */
main.main_news .container .article_h2 {
  background-image: url(../../assets/images/news_main.webp);
}

main.main_news .container .section_rank .news_list > ul li.box {
  width: 100%;
  height: auto;
  position: static;
  max-width: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main.main_news .container .section_rank .news_list > ul li.box {
    margin-bottom: 50px;
  }
}

main.main_news .container .section_rank .news_list > ul li.box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  main.main_news .container .section_rank .news_list > ul li.box > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main.main_news .container .section_rank .news_list > ul li.box > a .ph {
  height: auto;
  width: 20%;
}

@media screen and (max-width: 768px) {
  main.main_news .container .section_rank .news_list > ul li.box > a .ph {
    width: 100%;
    height: 0;
  }
}

main.main_news .container .section_rank .news_list > ul li.box > a .ph img {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}

main.main_news .container .section_rank .news_list > ul li.box > a .info_box {
  position: static;
  width: 80%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  main.main_news .container .section_rank .news_list > ul li.box > a .info_box {
    width: 100%;
  }
}

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

policy

--------------------------------------------- */
main.main_policy .container .article_h2 {
  background-image: url(../../assets/images/policy_main.webp);
}

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

staff

--------------------------------------------- */
main.main_staff .container .article_h2 {
  background-image: url(../../assets/images/staff_main.webp);
}

@media screen and (max-width: 768px) {
  main.main_staff .container .article_h2 {
    background-position: 80%;
  }
}

main.main_staff .container .section_staff {
  width: 75%;
  margin: 0 auto;
}

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

works

--------------------------------------------- */
main.main_works .container .article_h2 {
  background-image: url(../../assets/images/works_main.webp);
}

@media screen and (max-width: 768px) {
  main.main_works .container .article_h2 {
    background-position: 80%;
  }
}

main.main_works .container .section_works {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main.main_works .container .section_works {
    width: 90%;
  }
}

main.main_works .container .section_works .section_other_list .news_list .box {
  margin-bottom: 0;
}

main.main_works .container .section_works .section_other_list .news_list .box a p {
  font-size: 18px;
}

main.main_works .container ul.horizontal li {
  border: 1px solid #fff;
}

main.main_works .container ul.horizontal li input[type=radio]:checked + label {
  background: #151515;
}

main.main_works .container ul.horizontal li label:hover:hover {
  background: #151515;
}

main.main_works .container .section_detail .search_box {
  text-align: center;
}

main.main_works .container .section_detail .search_box h4 {
  border-left: 10px solid #151515;
  line-height: 2;
  display: inline-block;
  padding-left: 30px;
}

main.main_works .container .section_detail .search_box h4::after {
  display: none;
}

main.main_works .container .section_detail .search_box .btn_area {
  padding: 0;
}

main.main_works .container .section_detail .search_box .btn_area a {
  width: 250px;
  height: 40px;
  line-height: 37px;
  color: #151515;
  border: 2px solid #151515;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

main.main_works .container .section_detail .search_box .btn_area a:hover {
  color: #fff;
  background: #151515;
  opacity: 1;
}

main.main_works .container .section_detail ul.horizontal {
  margin-bottom: 10px;
}

main.main_works .works-filter--pc {
  display: block;
}

main.main_works .works-filter--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  main.main_works .works-filter--pc {
    display: none;
  }
  main.main_works .works-filter--sp {
    display: block;
  }
}

main.main_works .works-dd {
  max-width: 420px;
}

main.main_works .works-dd__label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

main.main_works .works-dd__details {
  position: relative;
}

main.main_works .works-dd__summary {
  list-style: none;
  height: 44px;
  padding: 0 14px;
  background: #e9e9e9;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  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;
  cursor: pointer;
  margin-bottom: 20px;
}

main.main_works .works-dd__summary::-webkit-details-marker {
  display: none;
}

main.main_works .works-dd__caret {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
}

main.main_works .works-dd__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  max-height: 40vh;
  overflow: auto;
  z-index: 99999;
}

main.main_works .works-dd__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

main.main_works .works-dd__option {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 13px 18px;
  font-size: 15px;
  cursor: pointer;
}

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

reserve,inquiry

--------------------------------------------- */
.page_reserve .article_h2 {
  background-image: url(../../assets/images/reserve_main.webp);
}

@media screen and (max-width: 768px) {
  .page_reserve .article_h2 {
    background-position: 80%;
  }
}

.page_inquiry .article_h2 {
  background-image: url(../../assets/images/inquiry_main.webp);
}

@media screen and (max-width: 768px) {
  .page_inquiry .article_h2 {
    background-position: 80%;
  }
}

.page_inquiry .form__button-upcell {
  background-color: #004b42 !important;
}

.page_inquiry .l-form-container__buttons-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_reserve header .navi, .page_reserve section.sidebar, .page_reserve .footer_menu, .page_reserve .recruit_bnr, .page_inquiry header .navi, .page_inquiry section.sidebar, .page_inquiry .footer_menu, .page_inquiry .recruit_bnr {
  display: none;
}

.page_reserve .form__flow-step--current::before, .page_reserve .form__flow-step--current::after, .page_inquiry .form__flow-step--current::before, .page_inquiry .form__flow-step--current::after {
  background-color: #004b42 !important;
  height: 51%;
}

.page_reserve .form__button-submit, .page_reserve .thanks__button-unit a, .page_reserve .form__button-normal, .page_inquiry .form__button-submit, .page_inquiry .thanks__button-unit a, .page_inquiry .form__button-normal {
  background: #004b42;
}

@media screen and (max-width: 768px) {
  .page_reserve header .sp_navi .hamburger, .page_inquiry header .sp_navi .hamburger {
    display: none;
  }
}

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

ラインナップ

--------------------------------------------- */
main.main_lineup {
  overflow: hidden;
}

main.main_lineup .container .article_h2 {
  background-image: url(../../assets/images/lineup_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_lineup .container section.section_lineup {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup {
    width: 100%;
  }
}

main.main_lineup .container section.section_lineup .unit01 {
  background: #fdfaf5;
  width: 70%;
  margin: 100px auto;
  text-align: center;
  padding: 30px;
}

main.main_lineup .container section.section_lineup .unit01 h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup .unit01 {
    width: 100%;
  }
  main.main_lineup .container section.section_lineup .unit01 h2 {
    font-size: 20px;
  }
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup .unit02 .box_wrapper {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box {
  padding: 3%;
  width: 50%;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box {
    width: 90%;
  }
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .tit {
  font-size: 25px;
  font-family: source-han-serif-japanese, serif;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .tit::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #005149;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .tit {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .txt {
  margin-bottom: 30px;
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .cmn_btn {
  position: relative;
  height: 60px;
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .cmn_btn a {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 20px;
  right: 0;
  padding: 0 50px;
  color: #a40a0a;
  border: 1px solid #a40a0a;
  border-radius: 0px;
  width: 300%;
  height: 50px;
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .cmn_btn a:hover {
  background: #a40a0a;
  color: #fff;
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .cmn_btn a::before {
  display: none;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup .unit02 .box_wrapper .txt_box .cmn_btn a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper .ph_box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup .unit02 .box_wrapper .ph_box {
    width: 100%;
  }
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main.main_lineup .container section.section_lineup .unit02 .box_wrapper:nth-child(even) .cmn_btn a {
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container section.section_lineup .unit02 .box_wrapper:nth-child(even) .cmn_btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.main_lineup .container .section_detail {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail {
    width: 100%;
    padding: 0;
  }
}

main.main_lineup .container .section_detail .unit_main {
  text-align: center;
  margin-bottom: 80px;
}

main.main_lineup .container .section_detail .unit_main h3 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  border-left: 10px solid #004b42;
  display: inline-block;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_main h3 {
    font-size: 25px;
  }
}

main.main_lineup .container .section_detail .unit_main .main {
  margin-bottom: 50px;
}

main.main_lineup .container .section_detail .unit_main .txt {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_main .txt {
    width: 90%;
    margin: 0 auto;
  }
}

main.main_lineup .container .section_detail .unit_main h4 {
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 20px;
  border-bottom: 2px solid #a40a0a;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_main h4 {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper {
  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;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_feature .box_wrapper {
    margin-bottom: 50px;
  }
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper .ph_box {
  width: 45%;
  margin-right: 30px;
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper .txt_box {
  width: 50%;
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper .txt_box .number {
  color: #005149;
  font-size: 40px;
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper .txt_box .tit {
  font-size: 25px;
  margin-bottom: 20px;
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper:nth-child(even) .ph_box {
  margin-right: 0;
}

main.main_lineup .container .section_detail .unit_feature .box_wrapper:nth-child(even) .txt_box {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_feature .box_wrapper:nth-child(even) .txt_box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_feature .box_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.main_lineup .container .section_detail .unit_feature .box_wrapper .ph_box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  main.main_lineup .container .section_detail .unit_feature .box_wrapper .txt_box {
    width: 90%;
    margin: 0 auto;
  }
}

main.main_lineup .container .section_detail .bnr_reform {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .bnr_reform {
    margin-bottom: 50px !important;
  }
}

main.main_lineup .container .section_detail .unit_nature {
  text-align: center;
  margin-bottom: 80px;
}

main.main_lineup .container .section_detail .unit_nature h4 {
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 20px;
  border-bottom: 2px solid #a40a0a;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_nature h4 {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

main.main_lineup .container .section_detail .unit_nature ul {
  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;
}

main.main_lineup .container .section_detail .unit_nature ul li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_nature ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  main.main_lineup .container .section_detail .unit_nature ul li {
    width: 100%;
  }
}

main.main_lineup .container .section_detail .unit_plan {
  text-align: center;
}

main.main_lineup .container .section_detail .unit_plan .head {
  display: inline-block;
}

main.main_lineup .container .section_detail .unit_plan .head h4 {
  margin-bottom: 40px;
}

main.main_lineup .container .section_detail .unit_plan .head h4 span {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
  border-bottom: 2px solid #a40a0a;
}

main.main_lineup .container .section_detail .unit_plan .box_wrapper {
  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;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_plan .box_wrapper {
    margin-bottom: 50px;
  }
}

main.main_lineup .container .section_detail .unit_plan .box_wrapper .ph_box {
  width: 60%;
}

main.main_lineup .container .section_detail .unit_plan .box_wrapper .txt_box {
  width: 40%;
  text-align: left;
}

main.main_lineup .container .section_detail .unit_plan .box_wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_plan .box_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.main_lineup .container .section_detail .unit_plan .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 10px;
  }
  main.main_lineup .container .section_detail .unit_plan .box_wrapper .txt_box {
    width: 90%;
    margin: 0 auto;
  }
}

main.main_lineup .container .section_detail .unit_gallery, main.main_lineup .container .section_detail .unit_plan {
  text-align: center;
}

main.main_lineup .container .section_detail .unit_gallery .head, main.main_lineup .container .section_detail .unit_plan .head {
  display: inline-block;
}

main.main_lineup .container .section_detail .unit_gallery .head h4, main.main_lineup .container .section_detail .unit_plan .head h4 {
  margin-bottom: 40px;
}

main.main_lineup .container .section_detail .unit_gallery .head h4 span, main.main_lineup .container .section_detail .unit_plan .head h4 span {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
  border-bottom: 2px solid #a40a0a;
}

main.main_lineup .container .section_detail .unit_gallery .body .slick-prev, main.main_lineup .container .section_detail .unit_gallery .body .slick-next, main.main_lineup .container .section_detail .unit_plan .body .slick-prev, main.main_lineup .container .section_detail .unit_plan .body .slick-next {
  top: 53%;
  width: 24px;
  height: 42px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  main.main_lineup .container .section_detail .unit_gallery .body .slick-prev, main.main_lineup .container .section_detail .unit_gallery .body .slick-next, main.main_lineup .container .section_detail .unit_plan .body .slick-prev, main.main_lineup .container .section_detail .unit_plan .body .slick-next {
    display: none !important;
  }
}

main.main_lineup .container .section_detail .unit_gallery .body .slick-prev, main.main_lineup .container .section_detail .unit_plan .body .slick-prev {
  background: url(../../assets/images/common/ico-arrow_slide02_prev.png) 0 0/cover;
  left: -35px;
}

main.main_lineup .container .section_detail .unit_gallery .body .slick-next, main.main_lineup .container .section_detail .unit_plan .body .slick-next {
  background: url(../../assets/images/common/ico-arrow_slide02_next.png) 0 0/cover;
  right: -35px;
}

main.main_lineup .container .section_detail .unit_gallery .body .slick-gallery-nav, main.main_lineup .container .section_detail .unit_plan .body .slick-gallery-nav {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

main.main_lineup .container .section_detail .unit_gallery .body .slick-gallery-nav .slick-slide, main.main_lineup .container .section_detail .unit_plan .body .slick-gallery-nav .slick-slide {
  padding: 0 10px;
}

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

高性能

--------------------------------------------- */
main.main_quality {
  overflow: hidden;
}

main.main_quality .container .article_h2 {
  background-image: url(../../assets/images/quality_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_quality .container .section_quality {
  width: 65%;
  margin: 0 auto;
}

main.main_quality .container .section_quality .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.main_quality .container .section_quality img {
  width: 100%;
}

main.main_quality .container .section_quality h3 {
  background: #2e4c40;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 50px;
}

main.main_quality .container .section_quality h4 {
  border-bottom: 2px solid #a30808;
  border-left: 15px solid #a30808;
  padding-left: 25px;
  padding-bottom: 8px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
}

main.main_quality .container .section_quality .g_ttl, main.main_quality .container .section_quality .r_ttl {
  margin: -35px 0 10px -20px;
  display: inline-block;
}

main.main_quality .container .section_quality .bg_green {
  padding: 0 20px;
}

main.main_quality .container .section_quality .item_box {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .bd_green {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
}

main.main_quality .container .section_quality .bd_green table {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}

main.main_quality .container .section_quality .bd_green table td {
  vertical-align: middle;
}

main.main_quality .container .section_quality .bd_green table td:nth-child(2), main.main_quality .container .section_quality .bd_green table td:nth-child(4) {
  width: 50px;
}

main.main_quality .container .section_quality .bd_red {
  margin: 0 auto;
  padding: 20px;
}

main.main_quality .container .section_quality .red {
  color: #a30808;
}

main.main_quality .container .section_quality .right {
  margin-left: 30px;
}

main.main_quality .container .section_quality .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

main.main_quality .container .section_quality .btn p {
  color: #a30808;
  margin-bottom: -15px;
}

main.main_quality .container .section_quality .btn a {
  border-radius: 0;
  color: #fff;
  background: #a30808;
}

main.main_quality .container .section_quality .unit {
  margin-bottom: 100px;
}

main.main_quality .container .section_quality .unit01 {
  text-align: center;
  line-height: 1.9;
}

main.main_quality .container .section_quality .unit01 h3 {
  background: none;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

main.main_quality .container .section_quality .unit01 .h3_sub {
  font-size: 25px;
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit02 .tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}

main.main_quality .container .section_quality .unit02 .tab_menu .tab {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 30px;
  font-size: 18px;
}

main.main_quality .container .section_quality .unit02 .tab_menu .tab::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 40px;
  background: #2e4c40;
}

main.main_quality .container .section_quality .unit02 .tab_menu .tab:first-child::before {
  background: #a30808;
  margin-left: 0;
}

main.main_quality .container .section_quality .unit_inspection .item_box1 > .wrap {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_inspection h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

main.main_quality .container .section_quality .unit_inspection .item_box2 .img {
  width: 80%;
  margin: 0 auto;
  text-align: right;
}

main.main_quality .container .section_quality .unit_inspection .item_box2 .img img {
  width: 50%;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .wrap {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .img {
  width: 50%;
  margin: 0 auto 50px;
}

main.main_quality .container .section_quality .unit_airtight .item_box h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .left {
  width: 47%;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .left .img {
  width: 80%;
  margin: 0 auto;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .right {
  width: 50%;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .right .border {
  border: 2px solid #252525;
  padding: 20px;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .right .border p {
  margin-bottom: 10px;
}

main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .right .border .img {
  width: 80%;
  margin: 0 auto;
}

main.main_quality .container .section_quality .unit_earthquake > .bd_green {
  margin-bottom: 50px;
  width: 500px;
}

main.main_quality .container .section_quality .unit_earthquake > .bd_green span {
  padding: 8px 10px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box1 .left {
  width: 65%;
}

main.main_quality .container .section_quality .unit_earthquake .item_box1 .right {
  border: 2px solid #a30808;
  padding: 10px 30px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box2 > p {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box2 > .img {
  width: 80%;
  margin: 0 auto 50px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box2 > .wrap p {
  margin-bottom: 20px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box2 > .wrap .img {
  margin-bottom: 20px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 h4 {
  margin-bottom: 100px;
  position: relative;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 h4::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  width: 190px;
  height: 80px;
  background-image: url(../../assets/images/earthquake05.png);
  background-repeat: no-repeat;
  background-size: contain;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box {
  margin-bottom: 100px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -73px;
  margin-left: -20px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(1) > .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #a30808;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(1) > .wrap .point {
  font-size: 18px;
  margin-bottom: -22px;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(1) > .wrap .number {
  font-size: 50px;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(1) h5 {
  margin-left: 30px;
  font-size: 18px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(2) .img {
  margin-left: 30px;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box.box1 .wrap:nth-child(2) .txt {
  width: 40%;
  line-height: 1.9em;
}

main.main_quality .container .section_quality .unit_earthquake .item_box3 .box.box2 .wrap:nth-child(2) .txt {
  width: 65%;
  line-height: 1.9;
}

main.main_quality .container .section_quality .unit_air .item_box p {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_zeh .item_box > p {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_zeh .item_box .img {
  width: 80%;
  margin: 0 auto;
}

main.main_quality .container .section_quality .unit_zeh .item_box .left {
  width: 50%;
}

main.main_quality .container .section_quality .unit_zeh .item_box .right {
  width: 45%;
  line-height: 1.9;
}

main.main_quality .container .section_quality .unit_air .item_box1 {
  margin-bottom: 100px;
}

main.main_quality .container .section_quality .unit_air .item_box1 .wrap .box {
  width: 30%;
  height: 180px;
}

main.main_quality .container .section_quality .unit_air .item_box1 .wrap .bg_red {
  padding: 0 20px;
  position: relative;
}

main.main_quality .container .section_quality .unit_air .item_box1 .wrap .bg_red .fukidasi {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #a30808;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #a30808;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

main.main_quality .container .section_quality .unit_air .item_box1 .wrap .bg_red .fukidasi::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

main.main_quality .container .section_quality .unit_air .item_box1 .wrap .bg_red .fukidasi::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #a30808;
  z-index: 1;
}

main.main_quality .container .section_quality .unit_air .item_box2 .left {
  width: 60%;
  line-height: 1.9;
}

main.main_quality .container .section_quality .unit_air .item_box3 .box {
  margin-bottom: 50px;
  padding: 0 20px 20px;
}

main.main_quality .container .section_quality .unit_air .item_box3 .box .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.main_quality .container .section_quality .unit_air .item_box3 .box .wrap .left {
  width: 50%;
}

main.main_quality .container .section_quality .unit_air .item_box3 .box .wrap .left span {
  color: #004b42;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
  font-size: 30px;
  margin-right: 10px;
}

main.main_quality .container .section_quality .unit_after > .bg_green {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_after > .bg_green p {
  line-height: 2.3;
  text-align: center;
  font-size: 18px;
}

main.main_quality .container .section_quality .unit_after > .bg_green p span {
  margin-right: 10px;
}

main.main_quality .container .section_quality .unit_after .item_box > p {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_after .item_box1 .wrap .bg_green {
  padding: 0 20px 20px;
  margin-bottom: 30px;
}

main.main_quality .container .section_quality .unit_after .item_box1 .wrap .left {
  width: 50%;
}

main.main_quality .container .section_quality .unit_after .item_box1 .wrap .right {
  width: 45%;
}

main.main_quality .container .section_quality .unit_after .item_box3 .box {
  text-align: center;
}

main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap .left {
  width: 100px;
  height: 100px;
  background: #a40a0a;
  color: #fff;
  border-radius: 100px;
  padding-top: 35px;
}

main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap:first-child {
  margin-left: -250px;
  margin-bottom: -20px;
}

main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap:first-child .left {
  padding-top: 25px;
}

main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap:last-child {
  margin-left: 170px;
  margin-top: -20px;
}

main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap:last-child .left {
  padding-top: 18px;
}

main.main_quality .container .section_quality .unit_after .item_box4 .left {
  width: 55%;
}

main.main_quality .container .section_quality .unit_after .item_box4 .right {
  width: 40%;
}

main.main_quality .container .section_quality .unit_after .item_box4 .right ul li {
  width: 200px;
  margin: 0 auto 6px;
}

main.main_quality .container .section_quality .unit_after .item_box5 .bg_green {
  padding-bottom: 20px;
}

main.main_quality .container .section_quality .unit_after .item_box5 .box {
  margin-bottom: 50px;
}

main.main_quality .container .section_quality .unit_after .item_box5 .box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
}

main.main_quality .container .section_quality .unit_after .item_box5 .box h5 span {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  main.main_quality .container .section_quality {
    width: 90%;
  }
  main.main_quality .container .section_quality .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.main_quality .container .section_quality h3 {
    padding: 15px 30px;
    font-size: 20px;
  }
  main.main_quality .container .section_quality h4 {
    padding-left: 18px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  main.main_quality .container .section_quality .bd_green {
    width: 100%;
  }
  main.main_quality .container .section_quality .bd_green table {
    font-size: 16px;
  }
  main.main_quality .container .section_quality .bd_green table td:nth-child(2), main.main_quality .container .section_quality .bd_green table td:nth-child(4) {
    width: 20px;
  }
  main.main_quality .container .section_quality .right {
    margin-left: 0px;
    width: 100%;
  }
  main.main_quality .container .section_quality .left {
    margin-bottom: 10px;
    width: 100%;
  }
  main.main_quality .container .section_quality .unit {
    margin-bottom: 70px;
  }
  main.main_quality .container .section_quality .unit01 h3 {
    font-size: 20px;
  }
  main.main_quality .container .section_quality .unit01 .h3_sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.main_quality .container .section_quality .unit01 .txt {
    text-align: left;
  }
  main.main_quality .container .section_quality .unit02 .tab_menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  main.main_quality .container .section_quality .unit02 .tab_menu .tab {
    padding-left: 20px;
    margin-left: 30px;
    font-size: 16px;
  }
  main.main_quality .container .section_quality .unit02 .tab_menu .tab::before {
    width: 8px;
    height: 30px;
  }
  main.main_quality .container .section_quality .unit_inspection .item_box2 .img {
    text-align: left;
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_inspection .item_box2 .img img {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_airtight .item_box > .img {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .left {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .left .img {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .right {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_airtight .item_box > .box .wrap .right .img {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_earthquake > .bd_green {
    margin-bottom: 50px;
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_earthquake > .bd_green span {
    padding: 8px 10px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box1 .left {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box1 .right {
    padding: 10px 30px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box2 > p {
    margin-bottom: 50px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box2 > .img {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box2 > .wrap p {
    margin-bottom: 20px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box2 > .wrap .img {
    margin-bottom: 20px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box3 h4::after {
    -webkit-transform: translateY(-66%);
            transform: translateY(-66%);
    width: 140px;
    height: 60px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box3 .box {
    margin-bottom: 100px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(1) h5 {
    margin-left: 8px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box3 .box > .wrap:nth-child(2) .img {
    margin-left: 0px;
  }
  main.main_quality .container .section_quality .unit_earthquake .item_box3 .box.box1 .wrap:nth-child(2) .txt, main.main_quality .container .section_quality .unit_earthquake .item_box3 .box.box2 .wrap:nth-child(2) .txt {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  main.main_quality .container .section_quality .unit_zeh .item_box > p {
    margin-bottom: 10px;
  }
  main.main_quality .container .section_quality .unit_zeh .item_box .img {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_zeh .item_box .left {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_zeh .item_box .right {
    width: 100%;
    line-height: 1.5;
  }
  main.main_quality .container .section_quality .unit_air .item_box p {
    margin-bottom: 10px;
  }
  main.main_quality .container .section_quality .unit_air .item_box1 {
    margin-bottom: 50px;
  }
  main.main_quality .container .section_quality .unit_air .item_box1 .wrap .box {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
  }
  main.main_quality .container .section_quality .unit_air .item_box1 .wrap .bg_red {
    margin-bottom: 85px;
  }
  main.main_quality .container .section_quality .unit_air .item_box2 .left {
    width: 100%;
    line-height: 1.5;
  }
  main.main_quality .container .section_quality .unit_air .item_box3 > p {
    margin-bottom: 50px;
  }
  main.main_quality .container .section_quality .unit_air .item_box3 .box .wrap .left {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_after .item_box > p {
    margin-bottom: 10px;
  }
  main.main_quality .container .section_quality .unit_after .item_box1 .wrap .bg_green {
    margin-bottom: 30px;
  }
  main.main_quality .container .section_quality .unit_after .item_box1 .wrap .left {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_after .item_box1 .wrap .right {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap:first-child, main.main_quality .container .section_quality .unit_after .item_box3 .box .wrap:last-child {
    margin: 0 auto 20px;
  }
  main.main_quality .container .section_quality .unit_after .item_box4 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  main.main_quality .container .section_quality .unit_after .item_box4 .left p, main.main_quality .container .section_quality .unit_after .item_box4 .left .img {
    margin-bottom: 10px;
  }
  main.main_quality .container .section_quality .unit_after .item_box4 .right {
    width: 100%;
  }
  main.main_quality .container .section_quality .unit_after .item_box4 .right ul li {
    width: 100%;
  }
}

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

素材力

--------------------------------------------- */
main.main_natural .container .article_h2 {
  background-image: url(../../assets/images/natural_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_natural .container .section_natural {
  width: 65%;
  margin: 0 auto;
}

main.main_natural .container .section_natural .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.main_natural .container .section_natural .wrap .left {
  width: 50%;
}

main.main_natural .container .section_natural .wrap .right {
  margin-left: 30px;
  width: 50%;
}

main.main_natural .container .section_natural img {
  width: 100%;
}

main.main_natural .container .section_natural h3 {
  background: #2e4c40;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 50px;
}

main.main_natural .container .section_natural h4 {
  border-bottom: 2px solid #a30808;
  border-left: 15px solid #a30808;
  padding-left: 25px;
  padding-bottom: 8px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
}

main.main_natural .container .section_natural .h5 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -80px;
  margin-left: -20px;
}

main.main_natural .container .section_natural .h5 p {
  font-size: 60px;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
  color: #a30808;
  margin: 0 !important;
}

main.main_natural .container .section_natural .h5 h5 {
  margin-left: 30px;
  margin-top: 20px;
  font-size: 20px;
}

main.main_natural .container .section_natural .bg_green {
  padding: 0 20px;
}

main.main_natural .container .section_natural .g_ttl {
  background: #2e4c40;
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

main.main_natural .container .section_natural .unit {
  margin-bottom: 100px;
}

main.main_natural .container .section_natural .item_box {
  margin-bottom: 50px;
}

main.main_natural .container .section_natural .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

main.main_natural .container .section_natural .btn p {
  color: #a30808;
}

main.main_natural .container .section_natural .btn a {
  border-radius: 0;
  color: #fff;
  background: #a30808;
}

main.main_natural .container .section_natural .unit01 {
  text-align: center;
}

main.main_natural .container .section_natural .unit01 h2, main.main_natural .container .section_natural .unit01 .h2_sub {
  font-size: 30px;
  margin-bottom: 20px;
}

main.main_natural .container .section_natural .unit01 .txt {
  line-height: 1.9;
  text-align: left;
}

main.main_natural .container .section_natural .unit02 .tab_menu {
  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;
}

main.main_natural .container .section_natural .unit02 .tab_menu .tab {
  position: relative;
  padding-left: 30px;
  font-size: 130%;
}

main.main_natural .container .section_natural .unit02 .tab_menu .tab::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 40px;
}

main.main_natural .container .section_natural .unit02 .tab_menu .stucco::before {
  background: #a30808;
}

main.main_natural .container .section_natural .unit02 .tab_menu .aging::before {
  background: #2e4c40;
}

main.main_natural .container .section_natural .unit02 .tab_menu .aging {
  margin-left: 100px;
}

main.main_natural .container .section_natural .unit_stucco .item_box1 {
  background-image: url(../../assets/images/stucco_01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  height: 50vh;
}

main.main_natural .container .section_natural .unit_stucco .item_box1 .txt {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px;
  background: rgba(227, 232, 230, 0.8);
  text-align: center;
  width: 650px;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box {
  margin-top: 120px;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box p {
  margin-bottom: 20px;
  line-height: 1.9;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box1 {
  padding: 30px;
  background: #f8f6f6;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box1 p:last-child {
  margin-top: 20px;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box2 > .wrap .left, main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 > .wrap .left {
  background: #f8f6f6;
  padding: 30px;
  width: 55%;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box2 > .wrap .right, main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 > .wrap .right {
  width: 45%;
  margin-left: 0;
  margin-top: -40px;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 .wrap h5 {
  margin-right: 30px;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 .wrap .right {
  left: 0;
  margin-left: 0;
}

main.main_natural .container .section_natural .unit_stucco .item_box2 .box .after {
  font-size: 35px;
  margin-left: 50px;
  margin-top: 20px;
  color: #a30808;
  font-weight: bold;
}

main.main_natural .container .section_natural .unit_aging .item_box1 {
  background-image: url(../../assets/images/aging_01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  height: 50vh;
}

main.main_natural .container .section_natural .unit_aging .item_box1 .txt {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px;
  background: rgba(227, 232, 230, 0.8);
  text-align: center;
  width: 650px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box {
  margin-top: 120px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box p {
  margin-bottom: 20px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 .h5 {
  margin-top: 0px;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 .h5 h5 {
  margin-top: 0;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 table {
  text-align: center;
  width: 100%;
  height: 140px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 table th {
  background: #2e4c40;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 table td {
  vertical-align: middle;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 table tr:nth-child(even) {
  background: #e0e5e3;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 table tr:nth-child(3) {
  background: #efefef;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box1 .right img:first-child {
  margin-bottom: 30px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box2 {
  background: #f8f6f6;
  padding: 30px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box2 .img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .h5 {
  margin-top: 0px;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .h5 h5 {
  margin-top: 0;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item {
  margin-bottom: 100px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .circle {
  border: 2px solid #004b42;
  border-radius: 180px;
  width: 180px;
  height: 180px;
  margin: 50px auto 0;
  position: relative;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .circle p {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: #004b42;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding-top: 45px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .circle p:first-child {
  top: -20px;
  left: -65px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .circle p:nth-child(2) {
  top: -20px;
  right: -65px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .circle p:last-child {
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 37px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt {
  width: 300px;
  margin-top: -200px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt span {
  font-weight: bold;
  font-size: 24px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt:nth-child(3) {
  margin: -130px 0 0 auto;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt:nth-child(4) {
  margin: 170px auto 0;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 {
  background: #f8f6f6;
  padding: 30px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 div.wrap {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 div.wrap .left {
  width: 30%;
  color: #a30808;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 div.wrap .left p:first-child {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 900;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 div.wrap .right {
  width: 70%;
  font-weight: 900;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 ul.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 ul.wrap li {
  width: 48%;
  margin-bottom: 20px;
}

main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 ul.wrap li .ttl {
  font-weight: 900;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%), color-stop(transparent), color-stop(20%), to(#a30808));
  background: linear-gradient(to bottom, transparent, 80%, transparent, 20%, #a30808);
  display: inline-block;
}

main.main_natural .container .section_natural .unit_aging .item_box3 {
  background: #004b42;
  padding: 10px 30px 30px;
}

main.main_natural .container .section_natural .unit_aging .item_box3 > .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 10px;
}

main.main_natural .container .section_natural .unit_aging .item_box3 > .wrap .left {
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
  width: auto;
}

main.main_natural .container .section_natural .unit_aging .item_box3 > .wrap .right {
  position: relative;
  width: auto;
}

main.main_natural .container .section_natural .unit_aging .item_box3 > .wrap .right::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  width: 8px;
  height: 28px;
  background: #a30808;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner {
  background: #fff;
  border-radius: 50px;
  padding: 30px;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner > p {
  margin-bottom: 30px;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner > .wrap {
  margin-bottom: 30px;
  line-height: 1.9;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner > .wrap .left {
  width: 40%;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner > .wrap .right {
  width: 60%;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .left {
  width: 40%;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .right {
  padding: 20px;
  width: 60%;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .right ul li {
  width: 50%;
}

main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .right ul .red {
  color: #a30808;
}

@media screen and (max-width: 1500px) {
  main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt {
    margin-top: -70px;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt:nth-child(4) {
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  main.main_natural .container .section_natural {
    width: 90%;
    margin: 0 auto;
  }
  main.main_natural .container .section_natural .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.main_natural .container .section_natural .wrap .left {
    width: 100%;
    margin-bottom: 10px;
  }
  main.main_natural .container .section_natural .wrap .right {
    width: 100%;
    margin-left: 0;
  }
  main.main_natural .container .section_natural h3 {
    padding: 15px 30px;
    font-size: 20px;
  }
  main.main_natural .container .section_natural h4 {
    padding-left: 18px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  main.main_natural .container .section_natural .bd_green {
    width: 100%;
  }
  main.main_natural .container .section_natural .bd_green table {
    font-size: 16px;
  }
  main.main_natural .container .section_natural .bd_green table td:nth-child(2), main.main_natural .container .section_natural .bd_green table td:nth-child(4) {
    width: 20px;
  }
  main.main_natural .container .section_natural .unit {
    margin-bottom: 70px;
  }
  main.main_natural .container .section_natural .unit01 h2 {
    font-size: 20px;
  }
  main.main_natural .container .section_natural .unit01 .h2_sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.main_natural .container .section_natural .unit01 .txt {
    text-align: left;
  }
  main.main_natural .container .section_natural .unit02 .tab_menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  main.main_natural .container .section_natural .unit02 .tab_menu .tab {
    padding-left: 20px;
    margin-left: 30px;
    font-size: 16px;
  }
  main.main_natural .container .section_natural .unit02 .tab_menu .tab::before {
    width: 8px;
    height: 30px;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box1, main.main_natural .container .section_natural .unit_aging .item_box1 {
    width: 100%;
    height: 30vh;
    background-size: cover;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box1 .txt, main.main_natural .container .section_natural .unit_aging .item_box1 .txt {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box2 > .wrap .right, main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 > .wrap .right {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box2 .img {
    width: 100%;
  }
  main.main_natural .container .section_natural .h5 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.main_natural .container .section_natural .h5 h5 {
    margin-top: 0;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box2 .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box2 > .wrap .left,
  main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 > .wrap .left {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box1 p:last-child {
    margin-top: 0;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item2 > .right {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt {
    width: 100%;
    margin: 90px 0 auto;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt:nth-child(3) {
    margin: 0;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt:nth-child(4) {
    margin-top: 10px;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .left, main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .right {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box3 .item1 .txt {
    margin: 70px auto 0;
  }
  main.main_natural .container .section_natural .unit_stucco .item_box2 .box.box3 .wrap h5 {
    margin-right: 0;
  }
  main.main_natural .container .section_natural .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box {
    margin-top: 50px;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box.box3 .item2 div.wrap .left, main.main_natural .container .section_natural .unit_aging .item_box2 .box.box3 .item2 div.wrap .right {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_aging .item_box2 .box.box3 .item2 ul.wrap li {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 .inner > .wrap .left {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 > .wrap .right::before {
    display: none;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 {
    padding: 5px 15px 15px;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 .inner {
    border-radius: 20px;
    padding: 15px;
    line-height: 1.5;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 .inner > .wrap .right {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit_aging .item_box3 .inner .wrap2 .right ul li {
    width: auto;
    font-size: 12px;
    margin-left: 10px;
  }
  .btn {
    width: 100%;
  }
  main.main_natural .container .section_natural .unit02 .tab_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.main_natural .container .section_natural .unit02 .tab_menu .tab:first-child {
    margin-left: 0;
  }
}

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

設計力

--------------------------------------------- */
main.main_design .container .article_h2 {
  background-image: url(../../assets/images/design_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_design .container .section_design {
  width: 65%;
  margin: 0 auto;
}

main.main_design .container .section_design .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.main_design .container .section_design .wrap .left {
  width: 50%;
}

main.main_design .container .section_design .wrap .right {
  margin-left: 30px;
  width: 50%;
}

main.main_design .container .section_design img {
  width: 100%;
}

main.main_design .container .section_design h3 {
  background: #2e4c40;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 50px;
}

main.main_design .container .section_design h4 {
  border-bottom: 2px solid #a30808;
  border-left: 15px solid #a30808;
  padding-left: 25px;
  padding-bottom: 8px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
}

main.main_design .container .section_design .unit {
  margin-bottom: 100px;
}

main.main_design .container .section_design .unit p {
  margin-bottom: 20px;
}

main.main_design .container .section_design .unit01 .tab_menu {
  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;
}

main.main_design .container .section_design .unit01 .tab_menu .tab {
  position: relative;
  padding-left: 30px;
  font-size: 130%;
}

main.main_design .container .section_design .unit01 .tab_menu .tab::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 40px;
}

main.main_design .container .section_design .unit01 .tab_menu .tab:first-child::before {
  background: #a30808;
}

main.main_design .container .section_design .unit01 .tab_menu .tab:last-child {
  margin-left: 100px;
}

main.main_design .container .section_design .unit01 .tab_menu .tab:last-child::before {
  background: #2e4c40;
}

main.main_design .container .section_design .unit_free_design .item_box1 {
  background-image: url(../../assets/images/free_design01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  height: 50vh;
}

main.main_design .container .section_design .unit_free_design .item_box1 .txt {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px;
  background: rgba(227, 232, 230, 0.8);
  text-align: center;
  width: 650px;
  line-height: 2;
  font-size: 18px;
}

main.main_design .container .section_design .unit_free_design .item_box1 .txt span {
  font-weight: bold;
}

main.main_design .container .section_design .unit_free_design .item_box2 .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}

main.main_design .container .section_design .unit_free_design .item_box2 .btn p {
  color: #a30808;
}

main.main_design .container .section_design .unit_free_design .item_box2 .btn a {
  border-radius: 0;
  color: #fff;
  background: #a30808;
}

main.main_design .container .section_design .unit_free_design .item_box2 > p {
  margin-bottom: 80px;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box {
  margin-bottom: 100px;
  background: #f8f6f6;
  padding: 30px;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box > .ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -73px;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box > .ttl > .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #a30808;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box > .ttl > .wrap .case {
  font-size: 18px;
  margin-bottom: -22px;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box > .ttl > .wrap .number {
  font-size: 50px;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box > .ttl h5 {
  margin-left: 30px;
  font-size: 25px;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box.box2 .left {
  width: 40%;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box.box2 .right {
  width: 60%;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box.box3 .left {
  width: 70%;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box.box3 .right {
  width: 30%;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box .btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 0;
}

main.main_design .container .section_design .unit_free_design .item_box2 .box .btn a {
  border-radius: 0;
  color: #a30808;
  background: #fff;
  border-width: 2px 3px 3px 2px;
  border-style: solid;
  border-color: #a30808;
}

main.main_design .container .section_design .unit_free_design .item_box3 .wrap {
  text-align: center;
}

main.main_design .container .section_design .unit_free_design .item_box3 .wrap .wrap_item {
  padding: 10px;
}

main.main_design .container .section_design .unit_free_design .item_box3 .wrap .wrap_item p {
  padding: 4px;
  border: 2px solid #201919;
  display: inline-block;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box {
  background: #004b42;
  padding: 10px 30px 30px;
  margin: 50px 0;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box > .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 10px;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box > .wrap p {
  margin-bottom: 0;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box > .wrap .left {
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
  width: auto;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box > .wrap .right {
  position: relative;
  width: auto;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box > .wrap .right::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  width: 8px;
  height: 28px;
  background: #a30808;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box .inner {
  background: #fff;
  border-radius: 50px;
  padding: 30px;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box .inner > p {
  margin-bottom: 30px;
}

main.main_design .container .section_design .unit_free_design .item_box3 .box .inner > .wrap {
  margin-bottom: 30px;
}

main.main_design .container .section_design .unit_free_design .item_box4 .wrap {
  margin-bottom: 50px;
  padding: 30px;
}

main.main_design .container .section_design .unit_free_design .item_box4 .wrap .left {
  margin-bottom: 10px;
  padding: 0 30px;
}

main.main_design .container .section_design .unit_free_design .item_box4 .wrap h5 {
  color: #a30808;
  font-weight: bold;
  font-size: 30px;
}

main.main_design .container .section_design .unit_free_design .item_box4 .wrap .right {
  margin-left: 0;
}

main.main_design .container .section_design .unit_free_design .item_box4 .wrap2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main.main_design .container .section_design .unit_free_design .item_box4 .btn a {
  border-radius: 0;
  color: #fff;
  background: #a30808;
}

main.main_design .container .section_design .unit_support .wrap {
  margin-bottom: 100px;
}

main.main_design .container .section_design .unit_support .wrap .left {
  width: 70%;
}

main.main_design .container .section_design .unit_support .wrap h4 {
  border-left: none;
  font-family: circe-slab-a, Hiragino Kaku Gothic, Hiragino Sans, Meiryo, sans-serif;
  color: #a30808;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 25px;
}

main.main_design .container .section_design .unit_support .wrap .txt {
  background: #f8f6f6;
  padding: 30px 70px 30px 30px;
}

main.main_design .container .section_design .unit_support .wrap .right {
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  main.main_design .container .section_design {
    width: 90%;
    margin: 0 auto;
  }
  main.main_design .container .section_design .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.main_design .container .section_design .wrap .left {
    width: 100%;
    margin-bottom: 10px;
  }
  main.main_design .container .section_design .wrap .right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  main.main_design .container .section_design h3 {
    padding: 15px 30px;
    font-size: 20px;
  }
  main.main_design .container .section_design h4 {
    padding-left: 18px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  main.main_design .container .section_design .bd_green {
    width: 100%;
  }
  main.main_design .container .section_design .unit {
    margin-bottom: 70px;
  }
  main.main_design .container .section_design .unit01 .tab_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  main.main_design .container .section_design .unit01 .tab_menu .tab {
    padding-left: 20px;
    font-size: 16px;
    margin-left: 30px;
  }
  main.main_design .container .section_design .unit01 .tab_menu .tab:first-child {
    margin-bottom: 25px;
  }
  main.main_design .container .section_design .unit01 .tab_menu .tab:last-child {
    margin-left: 30px;
  }
  main.main_design .container .section_design .unit01 .tab_menu .tab::before {
    width: 8px;
    height: 30px;
  }
  main.main_design .container .section_design .unit_free_design .item_box1 {
    width: 100%;
    height: 30vh;
    background-size: cover;
    margin-bottom: 50px;
  }
  main.main_design .container .section_design .unit_free_design .item_box1 .txt {
    width: 100%;
  }
  main.main_design .container .section_design .unit_free_design .item_box2 .box .btn {
    margin-top: 0;
  }
  main.main_design .container .section_design .unit_free_design .item_box2 .box .btn a {
    margin-bottom: 10px;
  }
  main.main_design .container .section_design .unit_free_design .item_box2 .box .ttl h5 {
    margin-left: 10px;
  }
  main.main_design .container .section_design .unit_free_design .item_box2 .box.box2 .left, main.main_design .container .section_design .unit_free_design .item_box2 .box.box2 .right, main.main_design .container .section_design .unit_free_design .item_box2 .box.box3 .left, main.main_design .container .section_design .unit_free_design .item_box2 .box.box3 .right {
    width: 100%;
  }
  main.main_design .container .section_design .unit_free_design .item_box2 .box.box3 {
    margin-bottom: 50px;
  }
  main.main_design .container .section_design .unit_free_design .item_box3 h5 {
    font-size: 25px;
  }
  main.main_design .container .section_design .unit_free_design .item_box3 .box .wrap .right {
    font-size: 25px;
  }
  main.main_design .container .section_design .unit_free_design .item_box3 .box .wrap .right::before {
    display: none;
  }
  main.main_design .container .section_design .unit_free_design .item_box3 > .wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  main.main_design .container .section_design .unit_free_design .item_box3 .wrap_item p {
    width: 100%;
  }
  main.main_design .container .section_design .unit_free_design .item_box4 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  main.main_design .container .section_design .unit_free_design .item_box4 .wrap .left {
    width: 100%;
    padding: 0;
  }
  main.main_design .container .section_design .unit_free_design .item_box4 .wrap .right {
    width: 100%;
  }
  main.main_design .container .section_design .unit_free_design .item_box4 .wrap .right::before {
    display: none;
  }
  main.main_design .container .section_design .unit_support .wrap .left {
    width: 100%;
    padding: 0;
  }
  main.main_design .container .section_design .unit_support .wrap .left .txt {
    padding: 30px;
  }
  main.main_design .container .section_design .unit_support .wrap .right {
    margin-left: 0;
  }
}

main.main_404 .article_h2 {
  background-image: url(../../assets/images/design_main.webp);
  background-size: cover;
  background-position-y: 60%;
}

main.main_404 .section_404 {
  text-align: center;
}
/* sale archive thumbnail */
main.main_sale .unit02 .content_box .img .sale-thumb {
  width: 100%;
  aspect-ratio: 360 / 240;
  object-fit: cover;
  display: block;
}


/* === page-detail.css === */
/* ------------ colors ------------ */
/* mobile */
main.index .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.index .box_wrapper .ph_box {
  width: 50%;
}

main.index .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}

main.index .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}

main.index .box_wrapper .txt_box .eng {
  font-size: 2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 10px;
  line-height: 1;
  color: #BA933F;
  text-transform: uppercase;
  letter-spacing: 1px;
}

main.index .box_wrapper .txt_box .sub {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1;
  color: #4F3700;
}

main.index .box_wrapper .txt_box .tit {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #4F3700;
}

main.index .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}

main.index .box_wrapper .txt_box .txt.mb30 {
  margin-bottom: 30px;
}

main.index .box_wrapper .txt_box .data {
  padding-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  border-top: 1px solid #BA933F;
}

main.index .box_wrapper .txt_box .data small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

main.index .box_wrapper .txt_box .tel {
  font-size: 20px;
  font-weight: 700;
}

main.index .box_wrapper .txt_box .tel small {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}

main.index .box_wrapper .txt_box .tel a {
  pointer-events: none;
}

main.index .box_wrapper .txt_box ul.btn_list li {
  width: 49%;
  float: left;
}

main.index .box_wrapper .txt_box ul.btn_list li:last-child {
  float: right;
}

main.index .box_wrapper .txt_box ul.btn_list li:last-child .cmn_btn a {
  background: #BA933F;
  border: none;
  color: #fff;
}

main.index .box_wrapper .txt_box ul.btn_list li:last-child .cmn_btn a::before {
  background: url(../../assets/images/common/ico-arrow02.png) 0 0/cover;
}

main.index .box_wrapper .txt_box ul.btn_list li:last-child .cmn_btn a:hover {
  background: #151515;
}

main.index .box_wrapper .txt_box ul.btn_list li .cmn_btn a {
  width: 100%;
}

main.index .box_wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

h3.cmn_tit {
  font-size: 24px;
  margin-bottom: 60px;
  border: 1px solid #BA933F;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 740px) {
  h3.cmn_tit {
    font-size: 5.2vw;
    margin-bottom: 8%;
    padding: 4% 0;
  }
}

h4.cmn_tit {
  font-size: 24px;
  margin-bottom: 40px;
  border: 1px solid #BA933F;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 740px) {
  h4.cmn_tit {
    font-size: 4.8vw;
    margin-bottom: 7%;
    padding: 3% 0;
    line-height: 1.5;
  }
}

.main_reason .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}

.main_reason .unit01 .ph {
  margin-bottom: 90px;
}

.main_reason .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.main_reason .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  width: 960px;
  margin: 0 auto;
}

.main_reason .unit02 {
  width: 1200px;
  margin: 0 auto;
}

.main_reason .unit02 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 90px;
}

.main_reason .unit02 h3 span {
  font-size: 4.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}

@media (max-width: 760px) {
  .main_reason .unit01 {
    width: 90%;
    padding-bottom: 13%;
    margin: 0 5% 13%;
  }
}

@media (max-width: 760px) {
  .main_reason .unit01 .ph {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 760px) {
  .main_reason .unit01 h2 {
    font-size: 6.4vw;
    margin-bottom: 5%;
    line-height: 1.5;
  }
}

@media screen and (max-width: 760px) {
  .main_reason .unit01 .txt {
    font-size: 4vw;
    width: 100%;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .main_reason .unit02 {
    width: 90%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 760px) {
  .main_reason .unit02 h3 {
    font-size: 4vw;
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 760px) {
  .main_reason .unit02 h3 span {
    font-size: 8vw;
  }
}

.main_natural.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}

.main_natural.index .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.main_natural.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  width: 960px;
  margin: 0 auto;
}

.main_natural.index .unit02 {
  width: 1200px;
  margin: 0 auto;
}

.main_natural.index .unit02 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 90px;
}

.main_natural.index .unit02 h3 span {
  font-size: 3.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}

.main_natural.detail .unit_main {
  width: 1200px;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #BA933F;
}

.main_natural.detail .unit_main .main {
  margin-bottom: 70px;
}

.main_natural.detail .unit_main .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.main_natural.detail .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
}

.main_natural.detail .unit01 h3 {
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

.main_natural.detail .unit01 h3 small {
  color: #BA933F;
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

.main_natural.detail .unit01 ul.feature_list li {
  width: 49%;
  margin-bottom: 2%;
  float: left;
  background: #F3F1ED;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 25px 0 25px 25px;
  line-height: 1;
}

.main_natural.detail .unit01 ul.feature_list li:nth-child(2n) {
  float: right;
}

.main_natural.detail .unit01 ul.feature_list li .number {
  font-size: 26px;
  color: #BA933F;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  margin-right: 15px;
  vertical-align: sub;
}

.main_natural.detail .unit01 ul.feature_list li small {
  font-size: 10px;
  font-weight: 400;
  margin-left: 15px;
}

.main_natural.detail .unit01 .caption {
  font-size: 10px;
  text-align: right;
  font-weight: 400;
}

.main_natural.detail .unit02 {
  width: 1200px;
  margin: 0 auto;
}

.main_natural.detail .unit02 h3 {
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 85px;
}

.main_natural.detail .unit02 .cmn_btn a {
  width: 606px;
  margin: 0 auto 120px;
  background: #BA933F;
  color: #fff;
  border: 1px solid #BA933F;
}

.main_natural.detail .unit02 .bnr {
  width: 600px;
  margin: 0 auto 130px;
}

.main_natural.detail .box02 {
  margin-bottom: 12px;
}

.main_natural.detail .box02 .box_l {
  width: 667px;
  float: left;
}

.main_natural.detail .box02 .box_l .inner {
  height: 235px;
  padding-top: 50px;
  text-align: left;
}

.main_natural.detail .box02 .box_l .tit {
  font-size: 29px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
}

.main_natural.detail .box02 .box_l .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.main_natural.detail .box02 .box_r {
  width: 517px;
  float: right;
}

.main_natural.detail .box04 {
  margin-bottom: 12px;
}

.main_natural.detail .box05 {
  margin-bottom: 48px;
}

.main_natural.detail.stucco .box01 {
  background: url(../../assets/images/stucco/img01.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  position: relative;
  margin-bottom: 12px;
}

.main_natural.detail.stucco .box01 .inner {
  position: absolute;
  left: 35px;
  top: 35px;
  background: rgba(255, 255, 255, 0.43);
  text-align: left;
  padding: 25px;
  width: 535px;
}

.main_natural.detail.stucco .box01 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.main_natural.detail.stucco .box03 {
  background: url(../../assets/images/stucco/img05.jpg) no-repeat center center;
  background-size: cover;
  height: 677px;
  position: relative;
  margin-bottom: 12px;
}

.main_natural.detail.stucco .box03 .inner {
  position: absolute;
  right: 35px;
  bottom: 35px;
  background: rgba(255, 255, 255, 0.43);
  text-align: left;
  padding: 25px;
  width: 535px;
}

.main_natural.detail.stucco .box03 .inner .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.main_natural.detail.stucco .box03 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.main_natural.detail.aging .box01 {
  background: url(../../assets/images/aging/img01.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  position: relative;
  margin-bottom: 12px;
}

.main_natural.detail.aging .box01 .inner {
  position: absolute;
  left: 35px;
  top: 35px;
  text-align: left;
  padding: 25px;
  width: 535px;
  color: #fff;
}

.main_natural.detail.aging .box01 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.main_natural.detail.aging .box03 {
  background: url(../../assets/images/aging/img05.jpg) no-repeat center center;
  background-size: cover;
  height: 677px;
  position: relative;
  margin-bottom: 12px;
}

.main_natural.detail.aging .box03 .inner {
  position: absolute;
  right: 35px;
  bottom: 35px;
  text-align: left;
  padding: 25px;
  width: 535px;
  color: #fff;
}

.main_natural.detail.aging .box03 .inner .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.main_natural.detail.aging .box03 .inner .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.main_modelhouse.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}

.main_modelhouse.index .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.main_modelhouse.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}

.main_modelhouse.index .unit02 {
  width: 1200px;
  margin: 0 auto;
}

.main_modelhouse.detail .unit01 {
  width: 1200px;
  margin: 0 auto 130px;
}

.main_modelhouse.detail .unit01 h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  color: #4F3700;
}

.main_modelhouse.detail .unit01 h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}

.main_modelhouse.detail .unit01 .main {
  margin-bottom: 70px;
}

.main_modelhouse.detail .unit01 .box_wrapper {
  width: 1120px;
  margin: 0 auto;
}

.main_modelhouse.detail .unit01 .box_wrapper .box_l {
  float: left;
  width: 56%;
  text-align: left;
}

.main_modelhouse.detail .unit01 .box_wrapper .box_l h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
}

.main_modelhouse.detail .unit01 .box_wrapper .box_l .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}

.main_modelhouse.detail .unit01 .box_wrapper .box_r {
  float: right;
  width: 40%;
}

.main_modelhouse.detail .unit01 .box_wrapper .box_r .tbl01 th {
  width: 26%;
}

.main_modelhouse.detail .unit01 .box_wrapper .box_r .tbl01 td {
  vertical-align: middle;
}

.main_modelhouse.detail .unit01 ul.btn_list {
  margin: 50px auto 0;
}

.main_modelhouse.detail .unit02 {
  margin-bottom: 130px;
}

.main_modelhouse.detail .unit02 h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

.main_modelhouse.detail .unit02 ul.can_list {
  width: 880px;
  margin: 0 auto 50px;
}

.main_modelhouse.detail .unit02 ul.can_list li {
  padding: 20px 20px 20px 40px;
  position: relative;
  text-align: left;
  line-height: 1.3;
  font-weight: 500;
  font-size: 21px;
  border-top: 1px solid #a8a8a8;
}

.main_modelhouse.detail .unit02 ul.can_list li::before {
  content: "01";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border-radius: 100vh;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background: #BA933F;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.main_modelhouse.detail .unit02 ul.can_list li:nth-child(2)::before {
  content: "02";
}

.main_modelhouse.detail .unit02 ul.can_list li:nth-child(3)::before {
  content: "03";
}

.main_modelhouse.detail .unit02 ul.can_list li:nth-child(4)::before {
  content: "04";
}

.main_modelhouse.detail .unit02 ul.can_list li:nth-child(5)::before {
  content: "05";
}

.main_modelhouse.detail .unit02 ul.can_list li:nth-child(6)::before {
  content: "06";
}

.main_modelhouse.detail .unit02 ul.can_list li em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff900));
  background: linear-gradient(transparent 60%, #fff900 60%);
}

.main_modelhouse.detail .unit03 {
  margin: 0 0 130px;
}

.main_modelhouse.detail .unit03 .head {
  margin: 0 0 30px;
  text-align: center;
}

.main_modelhouse.detail .unit03 .head h2 {
  font-size: 1.2rem;
  font-weight: 400;
}

.main_modelhouse.detail .unit03 .head span {
  display: block;
  font-size: 4.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  margin-bottom: 10px;
}

.main_modelhouse.detail .unit03 .body .slick-gallery {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 30px;
}

.main_modelhouse.detail .unit03 .body .slick-gallery .slick-slide span {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin: 20px 0 30px;
}

.main_modelhouse.detail .unit03 .body .slick-gallery .slick-prev,
.main_modelhouse.detail .unit03 .body .slick-gallery .slick-next {
  top: 53%;
  width: 24px;
  height: 42px;
  z-index: 1;
}

.main_modelhouse.detail .unit03 .body .slick-gallery .slick-prev {
  background: url(../../assets/images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}

.main_modelhouse.detail .unit03 .body .slick-gallery .slick-next {
  background: url(../../assets/images/common/ico-arrow_slide02_next.png) 0 0/cover;
}

.main_modelhouse.detail .unit03 .body .slick-gallery-nav {
  max-width: 900px;
  margin: auto;
}

.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-slide {
  padding: 0 10px;
}

.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-prev,
.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-next {
  top: 70%;
  width: 18px;
  height: 30px;
  z-index: 1;
}

.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-prev {
  background: url(../../assets/images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}

.main_modelhouse.detail .unit03 .body .slick-gallery-nav .slick-next {
  background: url(../../assets/images/common/ico-arrow_slide02_next.png) 0 0/cover;
}

.main_modelhouse.detail .unit04 {
  margin: 0 auto;
  width: 1120px;
}

.main_modelhouse.detail .unit04 .map {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}

.main_modelhouse.detail .unit04 .map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.main_modelhouse.detail .unit04 ul.btn_list {
  margin: 0 auto 90px;
}

.main_modelhouse.detail .unit04 .cmn_btn a {
  margin: 0 auto;
}

.main_modelhouse.detail .stay,
.main_modelhouse.detail .point {
  width: 1120px;
  margin: 0 auto 60px;
}

.main_modelhouse.detail .stay h3,
.main_modelhouse.detail .point h3 {
  display: block;
  font-size: 4.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

.main_modelhouse.detail .stay h4,
.main_modelhouse.detail .point h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
}

.main_modelhouse.detail .stay .list,
.main_modelhouse.detail .point .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 40px;
}

.main_modelhouse.detail .stay .list .image,
.main_modelhouse.detail .point .list .image {
  width: 43%;
  margin-right: 3%;
}

.main_modelhouse.detail .stay .list .text,
.main_modelhouse.detail .point .list .text {
  width: 54%;
  font-weight: 100;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main_modelhouse.detail .stay .list .text p.cmn_btn,
.main_modelhouse.detail .point .list .text p.cmn_btn {
  margin: 0 auto;
  width: 350px;
}

.main_modelhouse.detail .stay .flow,
.main_modelhouse.detail .point .flow {
  width: 100%;
  margin: 0 auto 40px;
}

.main_modelhouse.detail .stay .flow .flow_txt p,
.main_modelhouse.detail .point .flow .flow_txt p,
.main_modelhouse.detail .stay .caution ul li,
.main_modelhouse.detail .point .caution ul li {
  margin-bottom: 10px;
  font-weight: 100;
}

.main_modelhouse.detail .madori {
  margin: 0 auto 130px;
  width: 900px;
}

.main_modelhouse.detail .madori li {
  width: 48%;
  float: left;
}

.main_modelhouse.detail .madori li:last-child {
  float: right;
}

.main_modelhouse.detail ul.btn_list {
  width: 940px;
  margin: 0 auto;
}

.main_modelhouse.detail ul.btn_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.main_modelhouse.detail ul.btn_list li:last-child {
  margin-right: 0;
}

.main_modelhouse.detail ul.btn_list li .cmn_btn a {
  width: 100%;
}

.main_modelhouse.detail ul.btn_list li.tel a {
  font-size: 20px;
  font-weight: 700;
  pointer-events: none;
}

.main_modelhouse.detail ul.btn_list li.tel a::before {
  content: none;
}

.main_modelhouse.detail ul.btn_list li.tel a span {
  font-size: 14px;
  margin-right: 3px;
  margin-top: 2px;
  font-weight: 500;
}

.main_modelhouse.detail ul.btn_list li.reserve a {
  background: #BA933F;
  border: none;
  color: #fff;
}

.main_modelhouse.detail ul.btn_list li.reserve a::before {
  background: url(../../assets/images/common/ico-arrow02.png) 0 0/cover;
}

.main_modelhouse.detail ul.btn_list li.reserve a:hover {
  background: #151515;
}

.main_quality.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}

.main_quality.index .unit01 h2 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
}

.main_quality.index .unit01 h2::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.main_quality.index .unit01 h3 {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.main_quality.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}

.main_quality.index .unit02 {
  width: 1200px;
  margin: 0 auto 100px;
}

.main_quality.index .unit02 ul.btn_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  border: 1px solid #43954E;
  background: rgba(67, 149, 78, 0.06);
  padding: 52px 0;
}

.main_quality.index .unit02 ul.btn_list li:nth-child(3n) {
  margin-right: 0;
}

.main_quality.index .unit02 ul.btn_list li .tit {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 40px;
  line-height: 1;
}

.main_quality.index .unit02 ul.btn_list li .cmn_btn a {
  width: 292px;
  margin: 0 auto;
}

.main_quality.detail .unit_main {
  width: 1200px;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #BA933F;
}

.main_quality.detail .unit_main h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  color: #4F3700;
}

.main_quality.detail .unit_main h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}

.main_quality.detail .unit_main .main {
  margin-bottom: 70px;
}

.main_quality.detail .unit_main h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
}

.main_quality.detail .unit_main .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.main_quality.detail.insulation .unit {
  width: 1200px;
  margin: 0 auto 130px;
}

.main_quality.detail.insulation .unit .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_quality.detail.insulation .unit .box_wrapper .ph_box {
  width: 50%;
}

.main_quality.detail.insulation .unit .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}

.main_quality.detail.insulation .unit .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}

.main_quality.detail.insulation .unit .box_wrapper .txt_box .number {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 10px;
  line-height: 1;
  color: #BA933F;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main_quality.detail.insulation .unit .box_wrapper .txt_box .tit {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #4F3700;
}

.main_quality.detail.insulation .unit .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}

.main_quality.detail.insulation .unit .box_wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main_quality.detail.inspection .unit {
  width: 1200px;
  margin: 0 auto 70px;
}

.main_quality.detail.inspection .unit h4 {
  border-left: 7px solid #009844;
  padding-left: 15px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 33px;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 30px;
  height: 33px;
  color: #4F3700;
}

.main_quality.detail.inspection .unit .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
}

.main_quality.detail.inspection .unit .box_wrapper .ph_box {
  width: 709px;
  float: left;
}

.main_quality.detail.inspection .unit .box_wrapper .txt_box {
  width: 442px;
  float: right;
}

.main_quality.detail.inspection .unit .box_wrapper .txt_box .txt {
  font-size: 18px;
  line-height: 1.8;
}

.main_quality.detail.after .unit {
  width: 1200px;
  margin: 0 auto 130px;
}

.main_quality.detail.after .unit h4 {
  border-left: 7px solid #009844;
  padding-left: 15px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 33px;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 30px;
  height: 33px;
  color: #4F3700;
}

.main_quality.detail.after .unit h5 {
  border-bottom: 1px solid #43954E;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

.main_quality.detail.after .unit .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

.main_quality.detail.after .unit ul.accent_list {
  margin-bottom: 30px;
}

.main_quality.detail.after .unit ul.accent_list li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
  background: rgba(39, 175, 71, 0.07);
  height: 73px;
  line-height: 73px;
  font-weight: 500;
  font-size: 21px;
  font-family: source-han-serif-japanese, serif;
  float: left;
}

.main_quality.detail.after .unit ul.accent_list li:last-child {
  margin-right: 0;
}

.main_quality.detail.after .unit .accent {
  font-weight: 500;
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  background: #F3F1ED;
  height: 105px;
  line-height: 105px;
  margin-bottom: 70px;
  color: #4F3700;
  text-align: center;
}

.main_quality.detail.after .unit .ph_l {
  width: 1037px;
  margin: 50px auto 0;
}

.main_quality.detail.after .unit ul.col3 li {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.main_quality.detail.after .unit ul.col3 li:last-child {
  margin-right: 0;
}

.main_quality.detail.eco .unit {
  width: 1200px;
  margin: 0 auto 130px;
}

.main_quality.detail.eco .unit .box_wrapper {
  width: 1200px;
  margin: 0 auto;
}

.main_quality.detail.eco .unit .box_wrapper .ph_box {
  width: 600px;
  float: right;
}

.main_quality.detail.eco .unit .box_wrapper .txt_box {
  width: 560px;
  float: left;
}

.main_quality.detail.eco .unit .tit {
  font-size: 28px;
  line-height: 1.8;
  text-align: left;
  color: #4F3700;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  margin-bottom: 25px;
}

.main_quality.detail.eco .unit .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

.main_quality.detail.eco .unit .accent {
  font-weight: 500;
  font-size: 25px;
  font-family: source-han-serif-japanese, serif;
  background: #F3F1ED;
  height: 105px;
  line-height: 105px;
  margin-bottom: 70px;
  color: #4F3700;
  text-align: center;
}

.main_quality.detail.eco .unit .ph_l {
  width: 1200px;
  margin: 80px auto 0;
}

.main_quality.detail.structure .unit {
  width: 1200px;
  margin: 0 auto 130px;
}

.main_quality.detail.structure .unit h4 {
  border-left: 7px solid #009844;
  padding-left: 15px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 33px;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 30px;
  height: 33px;
  color: #4F3700;
}

.main_quality.detail.structure .unit h5 {
  border-bottom: 1px solid #43954E;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

.main_quality.detail.structure .unit .tit {
  font-size: 28px;
  line-height: 1.8;
  text-align: left;
  color: #4F3700;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  margin-bottom: 25px;
}

.main_quality.detail.structure .unit .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

.main_quality.detail.structure .unit .ph_l {
  width: 1200px;
  margin: 0 auto 0;
}

.main_quality.detail.structure .unit02 .box_wrapper {
  width: 1200px;
  margin: 0 auto;
}

.main_quality.detail.structure .unit02 .box_wrapper .box_l {
  width: 896px;
  float: left;
}

.main_quality.detail.structure .unit02 .box_wrapper .box_r {
  width: 284px;
  float: right;
}

.main_quality.detail.structure .unit02 .box_wrapper .box_r .ph {
  width: 104px;
  margin: 0 auto 30px;
}

.main_quality.detail.structure .unit02 .box_wrapper .box_r .cmn_btn a {
  width: 192px;
  margin: 0 auto;
}

.main_quality.detail.structure .unit03 .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
}

.main_quality.detail.structure .unit03 .box_wrapper .ph_box {
  width: 380px;
  float: right;
}

.main_quality.detail.structure .unit03 .box_wrapper .txt_box {
  width: 754px;
  float: left;
}

.main_quality.detail.structure .unit03 .ph_l {
  margin-top: 30px;
}

.main_quality.detail.structure .unit04 .ph_l {
  width: 746px;
  float: left;
}

.main_quality.detail.structure .unit05 .box_wrapper,
.main_quality.detail.structure .unit06 .box_wrapper {
  width: 1200px;
  margin: 0 auto;
}

.main_quality.detail.structure .unit05 .box_wrapper .ph_box,
.main_quality.detail.structure .unit06 .box_wrapper .ph_box {
  width: 489px;
  float: right;
}

.main_quality.detail.structure .unit05 .box_wrapper .txt_box,
.main_quality.detail.structure .unit06 .box_wrapper .txt_box {
  width: 620px;
  float: left;
}

.main_quality.detail .other {
  width: 1200px;
  margin: 0 auto 100px;
}

.main_quality.detail .other h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.main_quality.detail .other ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}

.main_quality.detail .other ul li:nth-child(3n) {
  margin-right: 0;
}

.main_quality.detail .other ul li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #4F3700;
  text-align: center;
  padding: 30px 0;
  color: #4F3700;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 18px;
}

.main_quality.detail .other ul li a:hover {
  background: #4F3700;
  color: #fff;
}

.main_commitment.flow h3.main {
  padding-bottom: 0;
  margin: 0 0 30px !important;
}

.main_commitment.flow h3.main::before {
  content: none;
}

.main_commitment.flow .unit {
  width: 1200px;
  padding-bottom: 50px;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}

.main_commitment.flow .unit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #a8a8a8 transparent transparent transparent;
}

.main_commitment.flow .unit:last-child {
  margin: 0 auto 70px;
  padding-bottom: 0;
  border: none;
}

.main_commitment.flow .unit:last-child::before {
  content: none;
}

.main_commitment.flow .unit .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.main_commitment.flow .unit .head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #BA933F;
  margin: auto;
}

.main_commitment.flow .unit .step {
  font-size: 3.4rem;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  color: #BA933F;
  background: #fff;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}

.main_commitment.flow .unit .box_wrapper {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.main_commitment.flow .unit .box_wrapper:last-child {
  margin: 0 auto;
}

.main_commitment.flow .unit .box_wrapper .ph_box {
  width: 50%;
}

.main_commitment.flow .unit .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}

.main_commitment.flow .unit .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}

.main_commitment.flow .unit .box_wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main_commitment.flow .unit h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

.main_commitment.flow .unit .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.main_commitment.flow .unit .txt:last-child {
  margin-bottom: 0;
}

.main_commitment.flow .unit .cmn_btn a {
  margin: 0 auto;
}

@media (max-width: 760px) {
  .main_commitment.flow h3.main {
    margin: 0 0 6% !important;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit {
    width: 90%;
    padding-bottom: 10%;
    margin: 0 5% 10%;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit:last-child {
    margin: 0 5%;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .head {
    margin-bottom: 3%;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .step {
    font-size: 2.5rem;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper {
    width: 100%;
    margin: 0;
    display: block;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper:last-child {
    margin: 0;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 6%;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper .txt_box {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit h3 {
    margin: 0 0 2%;
    font-size: 5.2vw;
  }
}

@media (max-width: 760px) {
  .main_commitment.flow .unit .txt {
    margin-bottom: 5%;
    font-size: 3.73vw;
  }
}

.main_lineup.index .unit01 {
  width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #BA933F;
}

.main_lineup.index .unit01 h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.main_lineup.index .unit01 .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}

.main_lineup.index .unit02 {
  width: 1200px;
  margin: 0 auto;
}

.main_lineup.detail .unit_main {
  width: 1200px;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 75px;
  border-bottom: 1px solid #BA933F;
}

.main_lineup.detail .unit_main h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  color: #4F3700;
}

.main_lineup.detail .unit_main h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #BA933F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}

.main_lineup.detail .unit_main .main {
  margin-bottom: 70px;
}

.main_lineup.detail .unit_main h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
}

.main_lineup.detail .unit_main .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.main_lineup.detail .unit_feature {
  width: 1200px;
  margin: 0 auto 130px;
}

.main_lineup.detail .unit_feature .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_lineup.detail .unit_feature .box_wrapper .ph_box {
  width: 50%;
}

.main_lineup.detail .unit_feature .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}

.main_lineup.detail .unit_feature .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}

.main_lineup.detail .unit_feature .box_wrapper .txt_box .number {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 10px;
  line-height: 1;
  color: #BA933F;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main_lineup.detail .unit_feature .box_wrapper .txt_box .tit {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #4F3700;
}

.main_lineup.detail .unit_feature .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}

.main_lineup.detail .unit_feature .box_wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main_lineup.detail .unit_feature .bnr_reform {
  width: 782px;
  margin: 100px auto 0;
}

.main_lineup.detail .unit_gallery {
  margin: 0;
}

.main_lineup.detail .unit_gallery .cmn_btn a {
  margin: 0 auto;
}

.main_lineup.detail .unit_gallery .head {
  margin: 0 0 30px;
  text-align: center;
}

.main_lineup.detail .unit_gallery .head h2 {
  font-size: 1.2rem;
  font-weight: 400;
}

.main_lineup.detail .unit_gallery .head span {
  font-size: 4.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}

.main_lineup.detail .unit_gallery .body {
  margin-bottom: 70px;
}

.main_lineup.detail .unit_gallery .body .slick-gallery {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 30px;
}

.main_lineup.detail .unit_gallery .body .slick-gallery .slick-slide span {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin: 20px 0 30px;
}

.main_lineup.detail .unit_gallery .body .slick-gallery .slick-prev,
.main_lineup.detail .unit_gallery .body .slick-gallery .slick-next {
  top: 53%;
  width: 24px;
  height: 42px;
  z-index: 1;
}

.main_lineup.detail .unit_gallery .body .slick-gallery .slick-prev {
  background: url(../../assets/images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}

.main_lineup.detail .unit_gallery .body .slick-gallery .slick-next {
  background: url(../../assets/images/common/ico-arrow_slide02_next.png) 0 0/cover;
}

.main_lineup.detail .unit_gallery .body .slick-gallery-nav {
  max-width: 900px;
  margin: auto;
}

.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-slide {
  padding: 0 10px;
}

.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-prev,
.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-next {
  top: 70%;
  width: 18px;
  height: 30px;
  z-index: 1;
}

.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-prev {
  background: url(../../assets/images/common/ico-arrow_slide02_prev.png) 0 0/cover;
}

.main_lineup.detail .unit_gallery .body .slick-gallery-nav .slick-next {
  background: url(../../assets/images/common/ico-arrow_slide02_next.png) 0 0/cover;
}

.main_lineup.detail .unit_nature {
  background: #F3F1ED;
  padding: 60px 0 78px;
  text-align: center;
  margin-bottom: 130px;
}

.main_lineup.detail .unit_nature h4 {
  font-size: 2.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 40px;
  line-height: 1;
}

.main_lineup.detail .unit_nature ul {
  width: 1200px;
  margin: 0 auto;
}

.main_lineup.detail .unit_nature ul li {
  width: 50%;
  float: left;
}

.main_lineup.detail .unit_nature ul li:last-child {
  float: right;
}

.main_lineup.detail .unit_plan {
  background: #F3F1ED;
  padding: 60px 0 78px;
  text-align: center;
  margin-bottom: 130px;
}

.main_lineup.detail .unit_plan .head {
  margin: 0 0 85px;
  text-align: center;
}

.main_lineup.detail .unit_plan .head h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

.main_lineup.detail .unit_plan .head span {
  font-size: 4.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #4F3700;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: block;
}

.main_lineup.detail .unit_plan .box_wrapper {
  width: 1200px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_lineup.detail .unit_plan .box_wrapper .ph_box {
  width: 50%;
}

.main_lineup.detail .unit_plan .box_wrapper .txt_box {
  width: 43%;
  position: relative;
}

.main_lineup.detail .unit_plan .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 101;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
}

.main_lineup.detail .unit_plan .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}

.main_lineup.detail .unit_plan .box_wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main_lineup.detail .unit_plan .box_wrapper:last-child {
  margin-bottom: 0;
}

.main_faq .section_faq {
  width: 1120px;
  margin: 0 auto 130px;
}

.main_faq .section_faq dl {
  border-bottom: 1px dotted #a8a8a8;
}

.main_faq .section_faq dl:last-child {
  border-bottom: none;
}

.main_faq .section_faq dt {
  font-size: 16px;
  position: relative;
  padding: 20px 30px;
  text-align: left;
  cursor: pointer;
}

.main_faq .section_faq dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid #5b5b5b;
  border-right: 1px solid #5b5b5b;
  content: "";
}

.main_faq .section_faq dt::before {
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 5px;
  content: "Q.";
}

.main_faq .section_faq dt.active::after {
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #a8a8a8 !important;
  border-right: 1px solid #a8a8a8 !important;
}

.main_faq .section_faq dd {
  font-size: 14px;
  position: relative;
  display: none;
  margin-bottom: 2%;
  padding: 0px 10px 30px 28px;
  text-align: left;
  line-height: 1.8;
}

.main_faq .section_faq dd::before {
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 5px;
  content: "A.";
}

.main_faq .section_faq dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.main_faq .section_faq dd a {
  text-decoration: underline;
}

.main_faq .section_faq dd .btn {
  margin-top: 30px;
}

.main_faq .section_faq dd .btn a {
  text-decoration: none;
}

.main_faq .section_faq .cmn_btn a {
  margin: 30px auto 0px;
  text-decoration: none;
}

@media (max-width: 760px) {
  .main_faq .section_faq {
    width: 90%;
    margin: 0 5% 15%;
  }
}

@media (max-width: 760px) {
  .main_faq .section_faq dt {
    font-size: 4vw;
    line-height: 1.4;
    padding: 4% 14% 4% 8%;
  }
}

@media (max-width: 760px) {
  .main_faq .section_faq dt::after {
    right: 10px;
  }
}

@media (max-width: 760px) {
  .main_faq .section_faq dt::before {
    top: 7.3vw;
    left: 5px;
    margin-top: -15px;
  }
}

@media (max-width: 760px) {
  .main_faq .section_faq dd {
    font-size: 3.73vw;
    padding: 3% 4% 8% 4%;
  }
}

@media (max-width: 760px) {
  .main_faq .section_faq dd::before {
    content: none;
  }
}

@media (max-width: 760px) {
  .main_faq .section_faq dd .btn {
    margin-top: 8%;
  }
}

@media (max-width: 760px) {
  .main_faq .section_faq .cmn_btn a {
    margin: 5% auto 0px;
  }
}

.main_policy .section_policy {
  width: 1120px;
  margin: 90px auto;
  text-align: left;
}

.main_policy .section_policy .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400;
}

.main_policy .section_policy .unit {
  margin-top: 70px;
}

.main_policy .section_policy .unit:first-child {
  margin-top: 0;
}

.main_policy .section_policy .unit h3 {
  font-size: 18px;
  margin-bottom: 15px;
  background: #eee;
  padding: 9px 0 9px 16px;
  font-weight: 700;
}

.main_policy .section_policy .unit h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 760px) {
  .main_policy .section_policy {
    width: 90%;
    margin: 15% 5%;
  }
  .main_policy .section_policy .txt {
    margin-bottom: 8%;
    font-size: 3.47vw;
  }
  .main_policy .section_policy .unit {
    margin-top: 13%;
  }
  .main_policy .section_policy h3 {
    font-size: 4.53vw;
  }
  .main_policy .section_policy h4 {
    font-size: 4.27vw;
  }
}

/*company*/
.main_company .article_h2 {
  background-image: url(../../assets/images/company_main.webp);
  background-size: cover;
  background-position-y: 20%;
}

.main_company .section_company {
  width: 1000px;
  margin: 0 auto 80px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .main_company .section_company {
    width: 100%;
  }
}

.main_company .section_company .unit {
  margin-bottom: 80px;
}

.main_company .section_company .unit:first-child {
  margin-bottom: 0;
}

.main_company .section_company .unit .tbl01 {
  margin: 0 auto;
  width: 800px;
  background-color: #f9f8f7;
  margin-bottom: 65px;
  border: none;
}

@media screen and (max-width: 768px) {
  .main_company .section_company .unit .tbl01 {
    width: 100%;
  }
}

.main_company .section_company .unit .tbl01 tr {
  border-bottom: 1px dashed #a8a8a8;
}

.main_company .section_company .unit .tbl01 tr:last-child {
  border: none;
}

.main_company .section_company .unit .tbl01 th {
  width: 28%;
  border: none;
  padding: 15px;
}

@media (max-width: 760px) {
  .main_company .section_company .unit .tbl01 th {
    width: auto;
    font-weight: bold;
    text-align: left;
    padding: 15px 0 0 20px;
  }
}

.main_company .section_company .unit .tbl01 td {
  padding: 15px;
  border: none;
}

@media (max-width: 768px) {
  .main_company .section_company .unit .tbl01 td {
    padding: 15px 15px 15px 20px;
  }
}

.main_company .section_company .unit .parking {
  width: 90%;
  margin: 0 auto 65px;
}

@media (max-width: 760px) {
  .main_company .section_company .unit .parking {
    width: 100%;
  }
}

.main_company .section_company .unit .parking .text {
  color: #e4131a;
}

.main_company .section_company .unit .map {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

.main_company .section_company .unit .map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.main_company .section_company .h3 {
  text-align: center;
  letter-spacing: 0.1em;
}

.main_company .section_company .h3 span {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.main_company .section_company .h3 h3 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  padding: 5px 0;
  width: 20%;
  font-size: 25px;
  font-weight: bolder;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main_company .section_company .h3 h3 {
    width: 80%;
  }
}

.main_company .section_company ul.anc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .main_company .section_company ul.anc_list {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.main_company .section_company ul.anc_list li {
  margin-right: 5%;
  text-align: center;
}

@media (max-width: 760px) {
  .main_company .section_company ul.anc_list li {
    width: auto;
    margin-right: 7%;
  }
}

.main_company .section_company ul.anc_list li:last-child {
  margin-right: 0;
}

.main_company .section_company ul.anc_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0;
}

@media (max-width: 760px) {
  .main_company .section_company ul.anc_list li a {
    margin-left: 10px;
  }
}

.main_company .section_company ul.anc_list li a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -25px;
  width: 8px;
  height: 60%;
  background-color: #D3D3D0;
}

@media (max-width: 760px) {
  .main_company .section_company ul.anc_list li a::before {
    top: 10px;
    left: -10px;
  }
}

.main_company .section_company ul.anc_list li a:hover::before {
  background-color: #151515;
}

.main_company .section_company ul.business_list li {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 760px) {
  .main_company .section_company ul.business_list li {
    display: block;
  }
}

.main_company .section_company ul.business_list li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main_company .section_company ul.business_list li:nth-child(2n) .textbox {
  padding-right: 40px;
}

@media (max-width: 760px) {
  .main_company .section_company ul.business_list li:nth-child(2n) .textbox {
    padding-right: 0px;
  }
}

.main_company .section_company ul.business_list li:nth-child(2n+1) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_company .section_company ul.business_list li:nth-child(2n+1) .textbox {
  padding-left: 40px;
}

@media (max-width: 760px) {
  .main_company .section_company ul.business_list li:nth-child(2n+1) .textbox {
    padding-left: 0px;
  }
}

.main_company .section_company ul.business_list li .textbox {
  width: 52%;
}

@media (max-width: 760px) {
  .main_company .section_company ul.business_list li .textbox {
    width: 88%;
    margin: 0 auto;
  }
}

.main_company .section_company ul.business_list li .ph {
  margin-bottom: 25px;
  width: 48%;
}

@media (max-width: 760px) {
  .main_company .section_company ul.business_list li .ph {
    width: 100%;
  }
}

.main_company .section_company ul.business_list li .ph img {
  width: 100%;
}

.main_company .section_company .unit06 .tit {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}

.main_company .section_company .unit06 .tit::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -25px;
  width: 8px;
  height: 100%;
  background-color: #151515;
  margin-right: 15px;
}

.main_company .section_company .unit08 .txt {
  text-align: center;
}

.main_company .section_company .unit08 .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 30px;
}

.main_company .section_company .unit08 .message .poster_01, .main_company .section_company .unit08 .message .poster_02 {
  width: 40%;
}

.main_company .section_company .txt {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}

.main_company .section_company h4 {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 760px) {
  .main_company .section_company h4 {
    text-align: left;
    width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.main_company .section_company h4 .txt {
  text-align: center;
}

@media (max-width: 760px) {
  .main_company .section_company h4 .txt {
    text-align: left;
  }
}

.main_company .section_company .cmessage_wrap {
  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;
}

@media (max-width: 760px) {
  .main_company .section_company .cmessage_wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.main_company .section_company .cmessage_wrap .cmessage_img {
  width: 40%;
  margin-right: 50px;
}

@media (max-width: 760px) {
  .main_company .section_company .cmessage_wrap .cmessage_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .main_company .section_company .cmessage_wrap .cmessage_img img {
    width: 70%;
  }
}

.main_company .section_company .message {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main_company .section_company .message {
    width: 100%;
  }
}

.main_company .section_company .message .photo {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .main_company .section_company .message .photo {
    width: 80%;
    margin-right: 0px;
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
  }
}

@media (max-width: 760px) {
  .main_company .section_company .message .inner {
    padding: 0 20px;
  }
}

.main_company .section_company .message .inner .tit {
  font-size: 26px;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
}

.main_company .section_company .message .inner .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin-bottom: 10px;
}

.main_company .section_company .message .inner .name {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.main_company .section_company .message .inner .column_link {
  border: 2px solid #A31039;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

.main_company .section_company .message .inner .column_link a {
  color: #A31039;
  font-size: 22px;
}

@media (max-width: 760px) {
  .main_company .section_company .message .inner .column_link a {
    font-size: 17px;
  }
}

.main_company .section_company .apartment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 760px) {
  .main_company .section_company .apartment_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main_company .section_company .apartment_list li {
  width: 15%;
  margin-right: 2%;
  text-align: center;
  float: left;
}

@media (max-width: 760px) {
  .main_company .section_company .apartment_list li {
    width: 30%;
    float: none;
  }
  .main_company .section_company .apartment_list li:last-child, .main_company .section_company .apartment_list li:nth-child(3) {
    margin-right: 0;
  }
}

.main_company .section_company .apartment_list li .name {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.main_company .section_company .apartment_list li .ph {
  margin-bottom: 15px;
}

/* === system.css === */
@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------ colors ------------ */
body {
  overflow-x: hidden;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #151515;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body > iframe {
  display: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

@media screen and (min-width: 761px) {
  .wrapper {
    padding-top: 100px;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

.en {
  font-family: futura-pt, sans-serif;
  line-height: 1;
}

::selection,
::-moz-selection {
  background: #5db2d9;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select {
  appearance: pull-down-menu;
  -moz-appearance: pull-down-menu;
  -webkit-appearance: pull-down-menu;
}

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

Clear Fix

------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.system_article {
  /*
  YUI 3.5.0 (build 5089)
  Copyright 2012 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  http://yuilibrary.com/license/
  */
}
.system_article html {
  color: #151515;
  background: #fff;
}
.system_article body,
.system_article div,
.system_article dl,
.system_article dt,
.system_article dd,
.system_article ul,
.system_article ol,
.system_article li,
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6,
.system_article pre,
.system_article code,
.system_article form,
.system_article fieldset,
.system_article legend,
.system_article input,
.system_article textarea,
.system_article p,
.system_article blockquote,
.system_article th,
.system_article td {
  margin: 0;
  padding: 0;
}
.system_article table {
  border-spacing: 0;
  border-collapse: collapse;
}
.system_article fieldset,
.system_article img {
  border: 0;
}
.system_article address,
.system_article caption,
.system_article cite,
.system_article code,
.system_article dfn,
.system_article em,
.system_article strong,
.system_article th,
.system_article var {
  font-weight: normal;
  font-style: normal;
}
.system_article ol,
.system_article ul {
  list-style: none;
}
.system_article caption,
.system_article th {
  text-align: left;
}
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6 {
  font-size: 100%;
  font-weight: normal;
}
.system_article q:before,
.system_article q:after {
  content: "";
}
.system_article abbr,
.system_article acronym {
  font-variant: normal;
  border: 0;
}
.system_article sup {
  vertical-align: text-top;
}
.system_article sub {
  vertical-align: text-bottom;
}
.system_article input,
.system_article textarea,
.system_article select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  z-index: auto;
}
.system_article input,
.system_article textarea,
.system_article select {
  *font-size: 100%;
}
.system_article legend {
  color: #000;
}
.system_article #yui3-css-stamp.cssreset {
  display: none;
}
.system_article main,
.system_article aside {
  display: block;
}
.system_article p {
  color: #151515;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  min-height: 1.4em;
}
.system_article p::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.system_article ul {
  color: #151515;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  padding-left: 1.5em !important;
  list-style: disc !important;
}
.system_article ol {
  color: #151515;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  padding-left: 1.5em !important;
  list-style: decimal !important;
}
.system_article a {
  color: #1790c8;
  text-decoration: underline !important;
}
.system_article a:hover {
  text-decoration: none !important;
}
.system_article a:active {
  text-decoration: underline !important;
}
.system_article .aligncenter {
  clear: both !important;
  display: block !important;
  margin: 0 auto !important;
}
.system_article img.aligncenter {
  clear: both !important;
  display: block !important;
  margin: 0 auto !important;
}
.system_article .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: both;
}
.system_article .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  clear: both;
}
.system_article .wp-caption-text {
  text-align: center;
}
.system_article strong,
.system_article em {
  font-weight: bold !important;
}
.system_article h1 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 2.4em 0 1.2em;
  font-size: 1.25em;
}
.system_article h1:first-child {
  margin-top: 0;
}
.system_article h2 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1em;
  font-size: 1.25em;
}
.system_article h2:first-child {
  margin-top: 0;
}
.system_article h3 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 1.6em 0 0.8em;
  font-size: 1.2em;
}
.system_article h3:first-child {
  margin-top: 0;
}
.system_article table {
  max-width: 100%;
  margin: 1em 0 1.4em;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.system_article th {
  font-size: 0.9em;
  padding: 0.4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.system_article td {
  font-size: 0.9em;
  padding: 0.4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.system_article img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}

/* WP6.7 + Chrome/Edge の "sizes=auto" 300px化を無効化 */
.system_article img[sizes^="auto" i],
.system_article img[sizes="auto" i]{
  contain: none !important;
  contain-intrinsic-size: auto !important;
}

.system_article iframe {
  max-width: 100%;
}
@media screen and (max-width: 740px) {
  .system_article iframe {
    width: 100%;
  }
}
.system_article video {
  max-width: 100%;
}
.system_article .photo01,
.system_article .photo02 {
  margin-bottom: 20px;
}
.system_article .photo01 img {
  display: block;
  width: 100%;
  height: auto;
}
.system_article .photo02 {
  *zoom: 1;
}
.system_article .photo02:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.system_article .photo02 li {
  overflow: hidden;
  width: 49%;
}
.system_article .photo02 li:first-child {
  float: left;
}
.system_article .photo02 li:last-child {
  float: right;
}
.system_article .photo02 li img {
  display: block;
  height: auto;
}
.system_article .unit_faq {
  margin-bottom: 50px;
}
.system_article .unit_faq dt,
.system_article .unit_faq dd {
  font-size: 14px;
  line-height: 2em;
}
.system_article .unit_faq dt {
  font-size: 15px;
  font-weight: bold;
}
.system_article .unit_faq dd:last-child {
  margin-bottom: 0;
}
.system_article .unit_data table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #ccc solid;
}
.system_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}
.system_article .unit_data td {
  font-size: 13px;
  padding: 16px 0;
}
.system_article .unit_data th {
  font-size: 13px;
  font-weight: bold;
  width: 240px;
  padding: 16px;
  text-align: left;
  background: #f7f2ee;
}
.system_article .unit_data td {
  padding: 16px 32px;
}
.system_article::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.new {
  position: relative;
}

.new:after {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 53px;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  content: "NEW";
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 50%;
  background: #e87707;
  font-family: #151515;
}

@media screen and (max-width: 740px) {
  .new:after {
    font-size: 12px;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    line-height: 45px;
  }
}
.page_system {
  /* ================================
  *
  * 共通
  *
  * ================================ */
  /*  style
  *---------------------------------------------------------- */
  /*  icon
  *---------------------------------------------------------- */
  /*  Pager
  *---------------------------------------------------------- */
  /*  Archive
  *---------------------------------------------------------- */
  /* ================================
  *
  * 共通
  *
  * ================================ */
  /*  blog style
  *---------------------------------------------------------- */
  /*---------------------------------------------------
  詳細 おすすめ吐き出し
  ---------------------------------------------------*/
  /*---------------------------------------------------
  インデックス おすすめ吐き出し
  ---------------------------------------------------*/
  /*-------------------------------------------
  インデックス section_other_list
  -------------------------------------------*/
  /*-------------------------------------------
  詳細 section_detail
  -------------------------------------------*/
  /*-------------------------------------------
  詳細 section_other_article
  -------------------------------------------*/
  /*--------------------------------------------
  SP horizontal
  ---------------------------------------------*/
  /*--------------------------------------------
  infotable
  ---------------------------------------------*/
  /*--------------------------------------------
    2pc. サイドナビ z-index:3333
  ---------------------------------------------*/
  /*--------------------------------------------
  3pc. カテゴリーナビ z-index:2222
  ---------------------------------------------*/
}
.page_system .icon_box {
  overflow: hidden;
  text-align: inherit;
}
.page_system .icon_box li {
  padding: 3px 10px 4px;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  font-size: 11px;
  margin-right: 3px;
  display: inline-block;
  width: auto;
  background: #ccc;
}
.page_system .section_index .icon_box {
  max-height: 48px;
}
.page_system .section_other_list .icon_box {
  max-height: 50px;
}
@media screen and (max-width: 740px) {
  .page_system .section_index .icon_box,
.page_system .section_other_list .icon_box {
    max-height: 25px;
  }
}
.page_system .pager li.next a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  transition-duration: 200ms;
}
.page_system .pager li.prev a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 4px solid transparent;
  border-right: 5px solid #fff;
  transition-duration: 200ms;
}
.page_system .pager {
  text-align: center;
  position: relative;
  z-index: 1;
  clear: both;
  margin-top: 30px;
}
.page_system .pager li.next, .page_system section .pager li.prev {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 239px;
  height: 37px;
  margin: 0 10px;
  float: none;
}
.page_system .pager li.next a, .page_system section .pager li.prev a {
  background: #BA933F;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  display: block;
}
.page_system .next_btn {
  clear: both;
}
.page_system .next_btn p a {
  display: block;
  text-align: center;
  background: #BA933F;
  text-decoration: none;
  color: #fff;
  position: relative;
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .page_system .pager {
    margin-top: 1%;
  }
  .page_system .pager li.next, .page_system section .pager li.prev {
    margin-bottom: 13%;
  }
}
.page_system .side_title {
  background: #BA933F;
  color: #fff;
  padding: 15px 0 10px;
  text-align: center;
  width: 100%;
}
.page_system .archive {
  margin-bottom: 30px;
}
.page_system .archive a {
  text-decoration: none;
}
.page_system .archive .nextback {
  height: 34px;
  padding: 0;
  text-align: center;
  position: relative;
  background: #e0e0e0;
}
.page_system .archive .nextback .back, .page_system .archive .nextback .next {
  width: 30%;
}
.page_system .archive .nextback .back {
  float: left;
}
.page_system .archive .nextback .next {
  float: right;
}
.page_system .archive .nextback .back a, .page_system .archive .nextback .next a {
  color: #151515;
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  letter-spacing: 1px;
}
.page_system .archive .nextback .back a {
  padding-left: 5px;
}
.page_system .archive .nextback .next a {
  padding-right: 8px;
}
.page_system .archive .nextback .back a:hover, .page_system .archive .nextback .next a:hover {
  text-decoration: none;
}
.page_system .archive .nextback .back a span, .page_system .archive .nextback .next a span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.page_system .archive .nextback .back a span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-right: 5px solid #151515;
  transition-duration: 200ms;
}
.page_system .archive .nextback .next a span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #151515;
  transition-duration: 200ms;
}
.page_system .archive .nextback p.yearbox {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  height: 34px;
  text-align: center;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25%;
  letter-spacing: 1px;
}
.page_system .archive ul li a {
  border-bottom: 1px dotted #151515;
  color: #151515;
  display: block;
  padding: 9px 15px 8px 15px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.page_system .archive ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #151515;
  transition-duration: 200ms;
}
.page_system .archive .year-trigger {
  cursor: pointer;
  color: #151515;
  display: block;
  padding: 9px 15px 8px 15px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  border-bottom: 1px dotted #151515;
}
.page_system .archive .year-trigger:after {
  display: block;
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  line-height: 20px;
  font-weight: 700;
}
.page_system .archive .year-trigger.active-submenu:after {
  content: "−";
}
.page_system .archive .month-list {
  display: none;
}
.page_system .archive .month-list li a {
  padding-left: 30px;
}
@media screen and (max-width: 740px) {
  .page_system .archive {
    margin-bottom: 10%;
  }
  .page_system .archive:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .page_system .section_index,
.page_system .section_detail {
    max-width: 1100px;
    width: 90%;
    margin: 90px auto;
  }
}
@media screen and (max-width: 740px) {
  .page_system .section_index,
.page_system .section_detail {
    padding: 0 5%;
    margin: 15% 0;
  }
}
.page_system .cnt_box .system_article {
  /* strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  } */
}
.page_system .cnt_box .system_article h1 {
  font-family: source-han-serif-japanese, serif;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #151515;
  margin-bottom: 20px;
}
.page_system .cnt_box .system_article h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #151515;
  margin-bottom: 15px;
}
.page_system .cnt_box .system_article blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 15px 0;
}
.page_system .cnt_box .system_article blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.page_system .cnt_box .system_article blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.page_system .cnt_box .system_article blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.page_system .cnt_box .system_article pre {
  display: inline-block;
  padding: 15px;
  border: 2px solid #BA933F;
  margin: 15px 0;
}
.page_system .cnt_box .system_article em {
  font-style: italic;
}
@media screen and (max-width: 740px) {
  .page_system .cnt_box .system_article {
    /* strong {
      background: linear-gradient(transparent 60%, #ffff66 60%);
    } */
  }
  .page_system .cnt_box .system_article h1 {
    font-family: source-han-serif-japanese, serif;
    font-size: 5.5vw;
    padding-bottom: 5px;
    border-bottom: 2px solid #151515;
    margin-bottom: 5%;
  }
  .page_system .cnt_box .system_article h2 {
    font-family: source-han-serif-japanese, serif;
    font-size: 4.5vw;
    padding-bottom: 3px;
    border-bottom: 1px dotted #151515;
    margin-bottom: 3%;
  }
  .page_system .cnt_box .system_article blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin: 5% 0;
  }
  .page_system .cnt_box .system_article blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
  }
  .page_system .cnt_box .system_article blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
  }
  .page_system .cnt_box .system_article blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  .page_system .cnt_box .system_article pre {
    display: inline-block;
    padding: 5%;
    border: 2px solid #BA933F;
    margin: 5% 0;
  }
}
.page_system .section_detail .section_rec {
  width: 910px;
  margin: 0 auto;
  position: relative;
}
.page_system .section_detail .section_rec .title_rec {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #151515;
}
.page_system .section_detail .section_rec .ph {
  width: 43%;
  height: 0;
  padding-bottom: 29%;
  float: left;
}
.page_system .section_detail .section_rec .info_box {
  float: right;
  width: 55%;
  text-align: left;
}
.page_system .section_detail .section_rec .icon_box {
  margin-top: 5px;
  max-height: 20px;
}
.page_system .section_detail .section_rec .title {
  font-size: 15px;
  margin-top: 7px;
  max-height: 47px;
  overflow: hidden;
}
.page_system .section_detail .section_rec .tit {
  font-size: 15px;
  margin-top: 7px;
  max-height: 47px;
  overflow: hidden;
}
.page_system .section_detail .section_rec .txt {
  margin-top: 5px;
  max-height: 100px;
  overflow: hidden;
}
.page_system .section_detail .section_rec .btn_more02 {
  margin-top: 10px;
}
@media screen and (max-width: 740px) {
  .page_system .section_detail .section_rec {
    width: 100%;
  }
  .page_system .section_detail .section_rec .ph {
    width: 39%;
  }
  .page_system .section_detail .section_rec .info_box {
    width: 58%;
  }
  .page_system .section_detail .section_rec .btn_more02 {
    margin-top: 7px;
    font-size: 11px;
    text-align: right;
  }
}
.page_system .section_rank {
  margin: 0 auto 100px;
}
.page_system .section_rank .box {
  position: relative;
  width: 100%;
  height: 160px;
  background: #fff;
  border: 2px solid #BA933F;
}
.page_system .section_rank .box:after {
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #BA933F;
}
.page_system .section_rank .box:first-child {
  position: relative;
  max-height: 353px;
  height: 21vw;
  margin-bottom: 21px;
}
.page_system .section_rank .box:first-child .ph {
  max-width: 485px;
  height: 19vw;
  max-height: 320px;
  overflow: hidden;
  width: 40%;
}
.page_system .section_rank .box:first-child .title {
  max-height: 86px;
  margin-top: 15px;
}
.page_system .section_rank .box:first-child .tit {
  max-height: 12.5vw;
  margin-top: 15px;
}
@media all and (-ms-high-contrast: none) {
  .page_system .section_rank .box:first-child *::-ms-backdrop,
.page_system .section_rank .box:first-child .tit {
    max-height: 60px;
    margin-top: 15px;
  }
}
.page_system .section_rank .box:first-child .txt_box:after {
  right: 10px;
  bottom: 14px;
}
.page_system .section_rank .box:nth-child(2), .page_system .section_rank .box:nth-child(3) {
  max-width: 540px;
  width: 49%;
  height: auto;
}
.page_system .section_rank .box:nth-child(2) .info_box, .page_system .section_rank .box:nth-child(3) .info_box {
  width: calc(100% - 43%);
}
.page_system .section_rank .box:nth-child(2) .ph, .page_system .section_rank .box:nth-child(3) .ph {
  width: 43%;
  max-height: 145px;
  height: 13vw;
}
@media screen and (max-width: 480px) {
  .page_system .section_rank .box:nth-child(2) .ph, .page_system .section_rank .box:nth-child(3) .ph {
    /* for sp Device Only */
    width: 100%;
  }
}
.page_system .section_rank .box:nth-child(2) {
  float: left;
}
.page_system .section_rank .box:nth-child(2) .title {
  height: 58px;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank .box:nth-child(2) .title {
    height: auto;
  }
}
.page_system .section_rank .box:nth-child(2) .tit {
  height: 58px;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank .box:nth-child(2) .tit {
    height: auto;
  }
}
.page_system .section_rank .box:nth-child(2) .date {
  margin-bottom: 0;
  margin-top: 5px;
}
.page_system .section_rank .box:nth-child(3) {
  float: right;
}
.page_system .section_rank .box:nth-child(3) .title {
  height: 58px;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank .box:nth-child(3) .title {
    height: auto;
  }
}
.page_system .section_rank .box:nth-child(3) .tit {
  height: 58px;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank .box:nth-child(3) .tit {
    height: auto;
  }
}
.page_system .section_rank .box:nth-child(3) .date {
  margin-bottom: 0;
}
.page_system .section_rank .box a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 14px;
}
.page_system .section_rank .box .ph {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 195px;
  height: 130px;
}
.page_system .section_rank .box .info_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 450px);
  padding: 20px;
  transform: translateY(-50%);
  text-align: left;
}
.page_system .section_rank .box .date {
  font-size: 14px;
  margin-bottom: 10px;
}
.page_system .section_rank .box .plice {
  font-size: 16px;
}
.page_system .section_rank .box .icon_box {
  margin-bottom: 5px;
  max-height: 47px;
  overflow: hidden;
}
.page_system .section_rank .box .icon_box.up {
  margin-bottom: 0;
}
.page_system .section_rank .box .title {
  font-size: 14px;
  overflow: hidden;
}
.page_system .section_rank .box .caption {
  margin-top: 7px;
  max-height: 55px;
  overflow: hidden;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank .box .caption {
    max-height: 13vw;
  }
}
.page_system .section_rank .box:first-child .txt_box {
  width: calc(100% - 505px);
}
.page_system .section_rank .box:nth-child(2) .txt_box,
.page_system .section_rank .box:nth-child(3) .txt_box {
  position: relative;
  float: right;
  width: calc(100% - 210px);
  height: 100%;
}
.page_system .section_rank .box:nth-child(2) .caption,
.page_system .section_rank .box:nth-child(3) .caption {
  display: none;
}
.page_system .section_rank .box:first-child .title {
  box-sizing: border-box;
  max-height: 120px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #151515;
}
.page_system .section_rank .box:first-child .txt {
  overflow: hidden;
  max-height: 100px;
}
.page_system .section_rank .box:first-child .txt_box .btn_more02 {
  display: block;
}
.page_system .section_rank .box .title {
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  max-height: 72px;
}
.page_system .section_rank .box .txt_box .btn_more02 {
  display: none;
  float: right;
  margin-top: 40px;
}
.page_system .section_rank .inner {
  margin-bottom: 50px;
}
.page_system .section_rank .box:nth-child(2) .txt,
.page_system .section_rank .box:nth-child(3) .txt {
  font-size: 13px;
  overflow: hidden;
  height: 60px;
  margin-top: 10px;
}
.page_system .section_rank .box:nth-child(2) .title,
.page_system .section_rank .box:nth-child(3) .title {
  font-size: 14px;
  overflow: hidden;
  max-height: 70px;
  margin-top: 8px;
}
.page_system .main_fair .section_rank .box:nth-child(2) .txt,
.page_system .main_fair .section_rank .box:nth-child(3) .txt {
  display: none;
}
@media screen and (max-width: 740px) {
  .page_system .section_rank {
    margin: 0 auto 10%;
  }
  .page_system .section_rank .box {
    height: auto;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
    border: none;
  }
  .page_system .section_rank .box a {
    padding: 0;
  }
  .page_system .section_rank .box .ph {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
  .page_system .section_rank .box .icon_box {
    max-height: 25px;
  }
  .page_system .section_rank .box .date {
    margin-top: 2px;
  }
  .page_system .section_rank .box:first-child {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .page_system .section_rank .box:first-child .ph {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
  }
  .page_system .section_rank .box:first-child .title {
    max-height: 70px;
    margin-bottom: 0;
    margin-top: 4px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1.5;
  }
  .page_system .section_rank .box:nth-child(2),
.page_system .section_rank .box:nth-child(3) {
    width: 48%;
  }
  .page_system .section_rank .box:nth-child(2) .title,
.page_system .section_rank .box:nth-child(3) .title {
    max-height: 42px;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 4px;
  }
  .page_system .section_rank .box .info_box {
    position: inherit;
    float: none;
    width: auto;
    top: inherit;
    right: inherit;
    padding: 0;
    transform: inherit;
    margin-top: 5px;
  }
  .page_system .section_rank .box:nth-child(2) .info_box,
.page_system .section_rank .box:nth-child(3) .info_box {
    width: auto;
  }
  .page_system .section_rank .box:after {
    display: none;
  }
}
.page_system .section_other_list {
  margin: 0 auto 30px;
}
.page_system .section_other_list h3 {
  line-height: 1.2;
  margin: 0 auto 32px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  font-family: source-han-sans-japanese, sans-serif;
}
.page_system .section_other_list .catch {
  font-size: 14px;
  text-align: center;
  display: block;
}
.page_system .section_other_list .box {
  border: solid 1px #ccc;
  float: left;
  width: 534px;
  margin-bottom: 22px;
  margin-right: 10px;
  margin-left: 10px;
}
.page_system .section_other_list .box:nth-child(2n) {
  margin-right: 0;
}
.page_system .section_other_list .box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
.page_system .section_other_list .box .info_box {
  float: right;
  width: calc(100% - 205px);
  text-align: left;
}
.page_system .section_other_list .box .title {
  font-size: 16px;
  overflow: hidden;
  max-height: 50px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.page_system .section_other_list .box .date {
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  .page_system .section_other_list .box .date {
    font-size: 3.4vw;
  }
}
.page_system .section_other_list .box .txt {
  font-size: 13px;
  overflow: hidden;
  height: 40px;
}
.page_system .section_other_list .box .ph {
  width: 195px;
  height: 130px;
  overflow: hidden;
  float: left;
  position: relative;
}
.page_system .section_other_list .box .txt_box {
  float: right;
  width: calc(100% - 210px);
  position: relative;
  text-align: left;
}
.page_system .section_other_list .box .plice {
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  .page_system .section_other_list h3 {
    font-size: 24px;
    margin-bottom: 6%;
  }
  .page_system .section_other_list .box {
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 8%;
    cursor: pointer;
  }
  .page_system .section_other_list .box .ph {
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
    float: none;
  }
  .page_system .section_other_list .box .info_box {
    float: none;
    width: auto;
    margin-top: 13px;
  }
  .page_system .section_other_list .box .title {
    font-size: 15px;
    line-height: 1.5;
    max-height: 46px;
    margin-bottom: 0;
  }
  .page_system .section_other_list .box .date {
    font-size: 3.4vw;
  }
}
.page_system .section_detail {
  width: 910px;
  margin: 90px auto;
}
.page_system .section_detail .inner {
  width: 100%;
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}
.page_system .section_detail .ph {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.page_system .section_detail .ph img {
  width: 100%;
}
.page_system .section_detail .cnt_box {
  margin-bottom: 60px;
}
.page_system .section_detail ul.icon_box {
  max-height: inherit;
}
.page_system .section_detail .inner.main_box,
.page_system .section_detail .inner.main_box div,
.page_system .section_detail .inner.main_box ul {
  opacity: 1;
  transform: none;
}
.page_system .section_detail .main_box {
  width: 100%;
  margin-bottom: 40px;
}
.page_system .section_detail .main_box .ph {
  position: relative;
  width: 910px;
  margin: 0 auto 30px;
  padding-bottom: 60%;
  height: 0;
  line-height: 0;
}
.page_system .section_detail .main_box .ph.new::after {
  line-height: 61px;
  width: 60px;
  height: 60px;
}
.page_system .section_detail .main_box .tbl_txt dt {
  display: inline-block;
  padding: 3px 30px;
  text-align: center;
  vertical-align: top;
  background: #151515;
  color: #fff;
}
.page_system .section_detail .main_box .tbl_txt dd {
  font-size: 14px;
  display: inline-block;
  max-width: 33%;
  margin-left: 15px;
  padding-right: 30px;
  text-align: left;
  line-height: inherit;
}
.page_system .section_detail .unit {
  text-align: center;
}
.page_system .section_detail .unit .cnt_box {
  padding: 20px;
}
.page_system .section_detail .unit .icon_box {
  margin-bottom: 12px;
}
.page_system .section_detail .unit .icon_box.up {
  margin-bottom: 0;
}
.page_system .section_detail .unit .title,
.page_system .section_detail .unit .tit {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.page_system .section_detail .unit .date {
  font-size: 16px;
  margin-bottom: 5px;
}
.page_system .section_detail .unit .sub_title {
  font-size: 15px;
  margin-bottom: 18px;
  text-align: center;
}
.page_system .section_detail .unit .caption {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.page_system .section_detail .unit .tbl_txt {
  border-collapse: collapse;
  margin: 20px auto 30px;
}
.page_system .section_detail .unit .tbl_txt dt {
  padding: 3px 30px;
  text-align: center;
  background: #151515;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.page_system .section_detail .unit .tbl_txt dt.empty {
  display: none;
}
.page_system .section_detail .unit .tbl_txt dd {
  max-width: 33%;
  padding-right: 30px;
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  line-height: 17px;
  vertical-align: top;
}
.page_system .section_detail .unit .tbl_txt dd:last-child {
  padding-right: 0;
}
.page_system .section_detail .unit .price {
  padding: 15px 0;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}
.page_system .section_detail .unit .price span {
  display: block;
  font-size: 13px;
}
.page_system .section_detail .unit .txt {
  margin-bottom: 50px;
}
.page_system .section_detail .unit .txt img {
  margin: 10px 0;
}
.page_system .section_detail .unit .unit_faq {
  text-align: left;
}
.page_system .section_detail .unit .unit_faq dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.page_system .included_box {
  margin-top: 50px;
}
.page_system .included_box .title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.page_system .included_box .data {
  margin-bottom: 65px;
}
.page_system .included_box .data table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.page_system .included_box .data tbody tr {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.page_system .included_box .data tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
}
.page_system .included_box .data th,
.page_system .included_box .data td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
.page_system .included_box .data th {
  padding: 10px 6px;
  letter-spacing: 1px;
  background: #dedede;
}
.page_system .included_box .data th:nth-child(1) {
  width: 30%;
  border-right: 1px solid #fff;
}
.page_system .included_box .data th:nth-child(2) {
  width: 70%;
}
.page_system .included_box .data td {
  padding: 10px 6px;
  vertical-align: middle;
}
.page_system .included_box .data td.data {
  padding: 13px 20px;
  text-align: left;
}
.page_system .included_box .data .note {
  width: 35%;
}
.page_system .included_box .data .ex dt,
.page_system .included_box .data .ex dd {
  font-size: 12px;
  font-weight: normal;
  float: left;
}
.page_system .included_box .data .ex dt:after {
  content: ": ";
}
.page_system .included_box .data .ex dd {
  margin-right: 2em;
}
.page_system .value_box {
  padding: 20px;
  background: #dedede;
  margin-top: 40px;
}
.page_system .value_box .title {
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  color: #151515 !important;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  margin: 0px 0 15px;
}
.page_system .section_detail .section_btn {
  margin-top: 70px;
}
@media screen and (max-width: 740px) {
  .page_system .section_detail {
    width: 100%;
    background: #FFF;
    margin: 15% auto;
  }
  .page_system .section_detail .main_box {
    margin-bottom: 6%;
  }
  .page_system .section_detail .main_box .unit {
    margin-bottom: 0;
    padding: 0;
  }
  .page_system .section_detail .main_box .unit .icon_box {
    margin-bottom: 7px;
  }
  .page_system .section_detail .main_box .unit .icon_box.up {
    margin-bottom: 0;
  }
  .page_system .section_detail .main_box .unit .title,
.page_system .section_detail .main_box .unit .tit {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .page_system .section_detail .main_box .unit .ph.new::after {
    line-height: 43px;
    width: 42px;
    height: 42px;
  }
  .page_system .section_detail .main_box .ph {
    padding-bottom: 67%;
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }
  .page_system .section_detail .main_box .txt_box {
    float: none;
    width: 100%;
  }
  .page_system .section_detail .main_box .tbl_txt {
    text-align: left;
    margin: 5% auto;
  }
  .page_system .section_detail .main_box .tbl_txt dt {
    width: 36%;
    padding: 6px;
    line-height: 1;
  }
  .page_system .section_detail .main_box .tbl_txt dd {
    max-width: 100%;
    width: 58%;
    padding-right: 0;
    margin-bottom: 4%;
    margin-left: 10px;
  }
  .page_system .section_detail .cnt_box {
    margin-bottom: 11%;
  }
  .page_system .section_detail .inner.detail,
.page_system .section_detail .inner.detail div,
.page_system .section_detail .inner.detail ul {
    opacity: 1;
    transform: none;
  }
  .page_system .included_box .data {
    margin-bottom: 0;
  }
  .page_system .included_box .title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .page_system .value_box {
    margin-top: 10%;
  }
  .page_system .section_btn {
    width: 100%;
  }
  .page_system .section_btn li {
    width: 100%;
  }
  .page_system .section_btn li:first-child {
    margin-bottom: 10px;
  }
  .page_system .section_btn .btn a span {
    font-size: 14px;
  }
  .page_system .section_detail .section_btn {
    margin-top: 5%;
  }
}
.page_system .section_other_article {
  margin: 90px auto 30px;
}
.page_system .section_other_article h3 {
  line-height: 1.2;
  margin: 0 auto 32px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
}
.page_system .section_other_article h3 span {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-top: 5px;
}
.page_system .section_other_article .catch {
  font-size: 14px;
  text-align: center;
  display: block;
}
.page_system .section_other_article .box {
  border: solid 1px #ccc;
  float: left;
  width: 440px;
  margin-bottom: 22px;
  margin-right: 10px;
  margin-left: 10px;
}
.page_system .section_other_article .box:nth-child(2n) {
  margin-right: 0;
}
.page_system .section_other_article .box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
.page_system .section_other_article .box .info_box {
  float: right;
  width: calc(100% - 205px);
  text-align: left;
}
.page_system .section_other_article .box .title {
  font-size: 14px;
  overflow: hidden;
  max-height: 50px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.page_system .section_other_article .box .tit {
  font-size: 14px;
  overflow: hidden;
  max-height: 50px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.page_system .section_other_article .box .txt {
  font-size: 13px;
  overflow: hidden;
  height: 40px;
}
.page_system .section_other_article .box .ph {
  width: 195px;
  height: 130px;
  overflow: hidden;
  float: left;
  position: relative;
}
.page_system .section_other_article .box .txt_box {
  float: right;
  width: calc(100% - 210px);
  position: relative;
  text-align: left;
}
.page_system .out_of_range {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .page_system .section_other_article {
    margin: 13% auto 7%;
  }
  .page_system .section_other_article h3 {
    font-size: 17px;
    margin-bottom: 6%;
  }
  .page_system .section_other_article .box {
    width: 100%;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .page_system .section_other_article .box a {
    padding: 8px;
  }
  .page_system .section_other_article .box .ph {
    width: 39%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 26%;
    float: left;
  }
  .page_system .section_other_article .box .info_box {
    float: right;
    width: 58%;
    margin-top: 0;
  }
  .page_system .section_other_article .box .title {
    margin-top: 0;
  }
  .page_system .section_other_article .icon_box {
    max-height: 25px;
  }
  .page_system .out_of_range {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .page_system .main_report .horizontal li:first-child,
.page_system .main_fair .horizontal li:first-child {
    width: 100%;
  }
  .page_system .main_report .horizontal li:nth-child(2n),
.page_system .main_fair .horizontal li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  .page_system .main_report .horizontal li:nth-child(odd),
.page_system .main_fair .horizontal li:nth-child(odd) {
    border-right: none;
  }
  .page_system .main_report .horizontal li.active a::after,
.page_system .main_fair .horizontal li.active a::after {
    display: none;
  }
}
.page_system .infotable {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .page_system .infotable {
    margin-bottom: 13%;
  }
}
.page_system .infotable dl {
  display: flex;
  margin-bottom: 2px;
  flex-wrap: wrap;
}
.page_system .infotable dl dt {
  background: #eee;
  padding: 15px;
  width: 20%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .page_system .infotable dl dt {
    padding: 3%;
    width: 100%;
    flex-basis: 100%;
  }
}
.page_system .infotable dl dt p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 15px;
}
@media screen and (max-width: 760px) {
  .page_system .infotable dl dt p {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%);
    padding: 0;
  }
}
.page_system .infotable dl dd {
  padding: 15px;
  width: 78%;
}
@media screen and (max-width: 760px) {
  .page_system .infotable dl dd {
    padding: 3%;
    width: 100%;
    flex-basis: 100%;
  }
}
.page_system .side-nav {
  width: 370px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3333;
  *zoom: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.page_system .side-nav:after {
  content: "";
  display: table;
  clear: both;
}
.page_system .side-nav:before {
  content: "";
  display: table;
}
.page_system .side-nav-open {
  width: 70px;
  float: right;
  position: relative;
}
.page_system .side-nav-cts {
  width: 300px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0 70px 70px;
}
.page_system .side-nav-cts nav {
  display: inline-block;
}
.page_system #snav-triger {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.page_system #snav-triger span {
  display: block;
  position: absolute;
  top: 31px;
  left: 26px;
  right: 7px;
  width: 19px;
  height: 2px;
  background-color: #262626;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.page_system #snav-triger span:before, .page_system #snav-triger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
}
.page_system #snav-triger span:before {
  top: -7px;
}
.page_system #snav-triger span:after {
  bottom: -7px;
}
.page_system #snav-triger span:before, .page_system #snav-triger span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.page_system #snav-triger span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.page_system #snav-triger span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.page_system #snav-triger.active span {
  background: none;
}
.page_system #snav-triger.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_system #snav-triger.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_system #snav-triger.active span:before, .page_system #snav-triger.active span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  background-color: #262626;
}
.page_system .nav-main {
  font-size: 22px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.page_system .nav-main li {
  margin-bottom: 20px;
  line-height: 1.4em;
}
.page_system .nav-main li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #262626;
}
.page_system .nav-main li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_system .nav-main li a:hover:after {
  width: 100%;
}
.page_system .nav-sub {
  font-size: 13px;
  line-height: 1em;
}
.page_system .nav-sub li {
  margin-bottom: 20px;
}
.page_system .nav-sub li a {
  color: #a1a1a1;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system .nav-sub li a:hover {
  color: #262626;
}
.page_system .nav-sub-link {
  margin-top: 40px;
  padding-bottom: 40px;
}
.page_system .nav-sns {
  font-size: 0;
}
.page_system .nav-sns li {
  font-size: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
}
.page_system .nav-sns li a {
  color: #262626;
}
.page_system .cate-nav {
  width: 670px;
  background: #fff;
  position: fixed;
  z-index: 2222;
  top: 0;
  right: 0;
  *zoom: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateX(600px);
  -ms-transform: translateX(600px);
  transform: translateX(600px);
}
.page_system .cate-nav:after {
  content: "";
  display: table;
  clear: both;
}
.page_system .cate-nav:before {
  content: "";
  display: table;
}
.page_system .cate-nav-open {
  width: 70px;
  float: left;
  position: relative;
}
.page_system .cate-nav-cts {
  width: 600px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 70px 70px 70px 0;
}
.page_system .cate-nav-cts nav {
  display: inline-block;
}
.page_system .cate-nav-cts nav h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.page_system .cate-nav-cts nav p {
  margin-bottom: 10px;
}
.page_system #cate-triger {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page_system #cate-triger div {
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.page_system #cate-triger span {
  display: block;
  position: absolute;
  top: 34px;
  left: 22px;
  right: 7px;
  width: 19px;
  height: 2px;
  background: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.page_system #cate-triger span:before, .page_system #cate-triger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system #cate-triger span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_system #cate-triger span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_system #cate-triger span:before, .page_system #cate-triger span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.page_system #cate-triger span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.page_system #cate-triger span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.page_system #cate-triger.active div {
  font-size: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.page_system #cate-triger.active span {
  display: block;
  position: absolute;
  top: 34px;
  left: 22px;
  right: 7px;
  width: 19px;
  height: 1px;
  background: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page_system #cate-triger.active span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page_system #cate-triger.active span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page_system #cate-triger.active span:before, .page_system #cate-triger.active span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  background-color: #262626;
}
.page_system .nav-item {
  font-size: 0;
  line-height: 1em;
  margin-bottom: 40px;
}
.page_system .nav-item li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.page_system .nav-item li a {
  text-decoration: none;
  color: #a1a1a1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system .nav-item li a:hover {
  color: #262626;
}
.page_system .nav-item li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.page_system .nav-idol {
  font-size: 0;
  line-height: 1em;
  margin-bottom: 40px;
}
.page_system .nav-idol li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.page_system .nav-idol li a {
  text-decoration: none;
  color: #a1a1a1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page_system .nav-idol li a:hover {
  color: #262626;
}
.page_system .nav-idol li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.page_system .form_menu {
  width: 910px;
  margin: 0 auto 30px;
}
.page_system .form_menu .reserve_time {
  font-size: 16px;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
}
.page_system .form_menu .reserve_time .title_form {
  display: inline-block;
  margin-right: 10px;
}
.page_system .form_menu .reserve_time .select_box {
  display: inline-block;
}
.page_system .form_menu .reserve_time .select_box select {
  height: 40px;
  background: #f4f1ec;
}
.page_system .form_menu .btn_reserve {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.page_system .form_menu .btn_reserve::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #271d00;
}
.page_system .form_menu .btn_reserve input {
  font-size: 16px;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #BA933F;
  -webkit-appearance: none;
}
.page_system .form_menu .btn_reserve:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}

.page_system.page_news, .page_system.page_blog, .page_system.page_seminar {
  /*  Main
  *---------------------------------------------------------- */
  /*  Side
  *---------------------------------------------------------- */
  /*  Main と Side　iPad
  *---------------------------------------------------------- */
  /* for sp iPad */
  /*  Main と Side　SPonly
  *---------------------------------------------------------- */
  /* news_box
  --------------------------------------------------*/
  /* for pc */
}
.page_system.page_news .icon_special.name .icon, .page_system.page_blog .icon_special.name .icon, .page_system.page_seminar .icon_special.name .icon {
  color: #151515 !important;
  background: none !important;
  padding: 0 !important;
  margin-right: 6px;
  font-size: 15px;
}
@media screen and (max-width: 740px) {
  .page_system.page_news .icon_special.name, .page_system.page_blog .icon_special.name, .page_system.page_seminar .icon_special.name {
    margin-top: 4px;
  }
  .page_system.page_news .icon_special.name .icon, .page_system.page_blog .icon_special.name .icon, .page_system.page_seminar .icon_special.name .icon {
    font-size: 14px;
  }
}
.page_system.page_news .section_rank .box:nth-child(2) .title,
.page_system.page_news .section_rank .box:nth-child(3) .title, .page_system.page_blog .section_rank .box:nth-child(2) .title,
.page_system.page_blog .section_rank .box:nth-child(3) .title, .page_system.page_seminar .section_rank .box:nth-child(2) .title,
.page_system.page_seminar .section_rank .box:nth-child(3) .title {
  margin-bottom: 4px;
}
@media print, screen and (min-width: 741px) {
  .page_system.page_news .main, .page_system.page_blog .main, .page_system.page_seminar .main {
    max-width: 850px;
    width: 78%;
    float: left;
  }
}
.page_system.page_news aside.side, .page_system.page_blog aside.side, .page_system.page_seminar aside.side {
  max-width: 200px;
  width: 20%;
  float: right;
}
@media screen and (max-width: 979px) {
  .page_system.page_news .main, .page_system.page_blog .main, .page_system.page_seminar .main {
    width: 100%;
    float: none;
  }
  .page_system.page_news aside.side, .page_system.page_blog aside.side, .page_system.page_seminar aside.side {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .page_system.page_news aside.side .archive, .page_system.page_blog aside.side .archive, .page_system.page_seminar aside.side .archive {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .page_system.page_news, .page_system.page_blog, .page_system.page_seminar {
    /* for sp Device Only */
  }
  .page_system.page_news aside.side, .page_system.page_blog aside.side, .page_system.page_seminar aside.side {
    width: 100%;
    display: block;
  }
  .page_system.page_news aside.side .archive, .page_system.page_blog aside.side .archive, .page_system.page_seminar aside.side .archive {
    width: 100%;
  }
}
.page_system.page_news .section_other_list h3, .page_system.page_blog .section_other_list h3, .page_system.page_seminar .section_other_list h3 {
  font-size: 18px;
  padding: 12px 20px;
  color: #BA933F;
  border-top: 2px solid #BA933F;
  border-bottom: 2px solid #BA933F;
}
.page_system.page_news .section_other_list .news_list.column_01 .box, .page_system.page_blog .section_other_list .news_list.column_01 .box, .page_system.page_seminar .section_other_list .news_list.column_01 .box {
  width: 100%;
  padding-bottom: 22px;
  border: none;
  border-bottom: dotted 1px #ccc;
}
.page_system.page_news .section_other_list .news_list.column_01 .box a, .page_system.page_blog .section_other_list .news_list.column_01 .box a, .page_system.page_seminar .section_other_list .news_list.column_01 .box a {
  padding: 0;
}
.page_system.page_news .section_other_list .news_list.column_01 .box .date, .page_system.page_blog .section_other_list .news_list.column_01 .box .date, .page_system.page_seminar .section_other_list .news_list.column_01 .box .date {
  margin-top: 2px;
}
@media screen and (min-width: 761px) {
  .page_system.page_news .section_other_list .news_list.column_01 .box .ph, .page_system.page_blog .section_other_list .news_list.column_01 .box .ph, .page_system.page_seminar .section_other_list .news_list.column_01 .box .ph {
    width: 218px;
    height: 145px;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_news .section_other_list .news_list.column_01 .box .info_box, .page_system.page_blog .section_other_list .news_list.column_01 .box .info_box, .page_system.page_seminar .section_other_list .news_list.column_01 .box .info_box {
    width: calc(100% - 240px);
  }
}
.page_system.page_news .section_other_list .news_list .box, .page_system.page_blog .section_other_list .news_list .box, .page_system.page_seminar .section_other_list .news_list .box {
  border: none;
  width: 407px;
}
.page_system.page_news .section_other_list .news_list .box a, .page_system.page_blog .section_other_list .news_list .box a, .page_system.page_seminar .section_other_list .news_list .box a {
  padding: 0;
}
.page_system.page_news .section_other_list .news_list .box .date, .page_system.page_blog .section_other_list .news_list .box .date, .page_system.page_seminar .section_other_list .news_list .box .date {
  margin-top: 2px;
}
@media screen and (max-width: 740px) {
  .page_system.page_news .section_other_list .news_list .box, .page_system.page_blog .section_other_list .news_list .box, .page_system.page_seminar .section_other_list .news_list .box {
    width: 48%;
  }
  .page_system.page_news .section_other_list .news_list .box .info_box, .page_system.page_blog .section_other_list .news_list .box .info_box, .page_system.page_seminar .section_other_list .news_list .box .info_box {
    float: none;
    width: auto;
  }
  .page_system.page_news .section_other_list .news_list .box .date, .page_system.page_blog .section_other_list .news_list .box .date, .page_system.page_seminar .section_other_list .news_list .box .date {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_news .section_other_list .news_list.column_03 .box, .page_system.page_blog .section_other_list .news_list.column_03 .box, .page_system.page_seminar .section_other_list .news_list.column_03 .box {
    width: 32%;
    margin: 0 auto 40px;
    margin-right: 2%;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box .ph.ph_sys, .page_system.page_blog .section_other_list .news_list.column_03 .box .ph.ph_sys, .page_system.page_seminar .section_other_list .news_list.column_03 .box .ph.ph_sys {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    margin-bottom: 15px;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box .info_box, .page_system.page_blog .section_other_list .news_list.column_03 .box .info_box, .page_system.page_seminar .section_other_list .news_list.column_03 .box .info_box {
    float: none;
    width: 100%;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box:nth-child(3n), .page_system.page_blog .section_other_list .news_list.column_03 .box:nth-child(3n), .page_system.page_seminar .section_other_list .news_list.column_03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .page_system.page_news .section_other_list .news_list.column_03 .box:nth-child(3n+1), .page_system.page_blog .section_other_list .news_list.column_03 .box:nth-child(3n+1), .page_system.page_seminar .section_other_list .news_list.column_03 .box:nth-child(3n+1) {
    clear: both;
  }
}
.page_system .btn.up {
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .page_system .btn.up {
    margin-bottom: 5%;
  }
}

.page_system.page_works {
  /*  Main
  *---------------------------------------------------------- */
  /*  Side
  *---------------------------------------------------------- */
  /*  Main と Side　iPad
  *---------------------------------------------------------- */
  /* for sp iPad */
  /*  Main と Side　SPonly
  *---------------------------------------------------------- */
  /* horizontal
  --------------------------------------------------*/
  /* search
  --------------------------------------------------*/
  /* news_box
  --------------------------------------------------*/
  /* for pc */
  /* section_detail
  --------------------------------------------------*/
  /*  blog style
  *---------------------------------------------------------- */
}
@media print, screen and (min-width: 741px) {
  .page_system.page_works .main {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .page_system.page_works .main {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .page_system.page_works {
    /* for sp Device Only */
  }
  .page_system.page_works aside.side {
    width: 100%;
    display: block;
  }
  .page_system.page_works aside.side .archive {
    width: 100%;
  }
}
.page_system.page_works ul.horizontal {
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  opacity: 1;
  text-align: center;
}
.page_system.page_works ul.horizontal li {
  display: inline-block;
  margin: 0 7px 7px;
  opacity: 1;
  background: #dedede;
}
.page_system.page_works ul.horizontal li input {
  display: none;
  height: 100%;
}
.page_system.page_works ul.horizontal li label {
  display: block;
  height: 100%;
  padding: 7px 10px;
  text-align: center;
}
.page_system.page_works ul.horizontal li input[type=radio]:checked + label {
  background: #BA933F;
  border-radius: 4px;
  color: #FFF;
}
.page_system.page_works ul.horizontal li a {
  display: block;
  padding: 7px 15px;
  text-align: center;
}
.page_system.page_works ul.horizontal li label:hover {
  background: #BA933F;
  border-radius: 4px;
  color: #FFF;
}
@media screen and (max-width: 760px) {
  .page_system.page_works ul.horizontal {
    margin-bottom: 5%;
    padding: 0;
    border: none;
  }
  .page_system.page_works ul.horizontal li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 7px;
    opacity: 1;
    margin: 0;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 12px;
  }
  .page_system.page_works ul.horizontal li:nth-child(2n) {
    border-right: none;
  }
  .page_system.page_works ul.horizontal li a {
    padding: 12px 5px;
    font-size: 12px;
  }
}
.page_system.page_works .search {
  margin-bottom: 50px;
}
.page_system.page_works .search ul {
  text-align: center;
}
.page_system.page_works .search ul li {
  display: inline-block;
}
.page_system.page_works .search ul li input {
  position: absolute;
  left: -9999px;
}
.page_system.page_works .search ul li label {
  display: block;
  position: relative;
  margin: 0 5px 10px;
  padding: 5px 10px;
  border-radius: 21px;
  color: #151515;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.page_system.page_works .search ul li input:checked + label {
  background-color: #BA933F;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .search {
    margin-bottom: 10%;
  }
  .page_system.page_works .search ul {
    text-align: center;
  }
  .page_system.page_works .search ul li {
    display: inline-block;
    font-size: 12px;
  }
  .page_system.page_works .search ul li input {
    position: absolute;
    left: -9999px;
  }
  .page_system.page_works .search ul li label {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 21px;
    color: #151515;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
  }
  .page_system.page_works .search ul li input:checked + label {
    background-color: #BA933F;
    color: #fff;
  }
}
.page_system.page_works .section_other_list h3 {
  font-size: 18px;
  padding: 12px 20px;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 760px) {
  .page_system.page_works {
    /* for sp Device Only */
  }
  .page_system.page_works .section_rank .box .date {
    margin-top: 10px;
  }
}
.page_system.page_works .section_other_list .news_list.column_01 .box {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: dotted 1px #ccc;
}
.page_system.page_works .section_other_list .news_list.column_01 .box a {
  padding: 0;
}
.page_system.page_works .section_other_list .news_list.column_01 .box .date {
  margin-top: 5px;
}
.page_system.page_works .section_other_list .news_list.column_01 .box .info_box {
  width: 100%;
}
.page_system.page_works .section_other_list .news_list .box {
  border: none;
  width: 407px;
}
.page_system.page_works .section_other_list .news_list .box a {
  padding: 0;
}
.page_system.page_works .section_other_list .news_list .box .date {
  margin-top: 5px;
}
@media screen and (min-width: 761px) {
  .page_system.page_works .section_other_list .news_list.column_03 .box {
    width: 32%;
    margin: 0 auto 40px;
    margin-right: 2%;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .ph.ph_sys {
    float: none;
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .user {
    width: 90px;
    float: left;
    border-radius: 100vh;
    /* background: #ccc; */
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .user span {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .user span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .info_box {
    width: calc(100% - 100px);
    float: right;
    margin-top: 10px;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .info_box .icons {
    overflow: hidden;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .info_box .tit {
    margin-bottom: 0;
    margin-top: 5px;
    max-height: 60px;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box:nth-child(3n+1) {
    clear: both;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .tag {
    text-align: left;
    margin-top: 5px;
    height: 72px;
    overflow: hidden;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .tag li.icon {
    display: inline-block;
    vertical-align: middle;
    color: #151515;
    font-size: 12px;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
    padding: 0;
    margin: 0 6px 0 0;
    line-height: 1;
  }
  .page_system.page_works .section_other_list .news_list.column_03 .box .tag li.icon::before {
    content: "#";
    margin-right: 3px;
  }
}
@media screen and (max-width: 740px) {
  .page_system.page_works .section_other_list .news_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .page_system.page_works .section_other_list .news_list .box .user {
    width: 18vw;
    float: left;
    border-radius: 100vh;
    /* background: #ccc; */
  }
  .page_system.page_works .section_other_list .news_list .box .user span {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
  }
  .page_system.page_works .section_other_list .news_list .box .user span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .page_system.page_works .section_other_list .news_list .box .info_box {
    width: calc(100% - 20vw);
    float: right;
    margin-top: 2.5vw;
  }
  .page_system.page_works .section_other_list .news_list .box .info_box .icons {
    overflow: hidden;
  }
  .page_system.page_works .section_other_list .news_list .box .info_box .tit {
    margin-bottom: 0;
    margin-top: 2vw;
    max-height: 20vw;
  }
  .page_system.page_works .section_other_list .news_list .box .tag {
    text-align: left;
    margin-top: 1vw;
    height: 18vw;
    overflow: hidden;
  }
  .page_system.page_works .section_other_list .news_list .box .tag li {
    display: inline-block;
    color: #151515;
    font-size: 3.2vw;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_works .section_other_list .news_list .box .tag li::before {
    content: "#";
    margin-right: 3px;
  }
}
.page_system.page_works .empty_txt {
  text-align: center;
}
@media screen and (max-width: 740px) {
  .page_system.page_works .empty_txt {
    text-align: center;
  }
}
.page_system.page_works .section_detail .slidegallery .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}
.page_system.page_works .section_detail .slidegallery .slide-arrow.prev-arrow {
  left: -85px;
}
.page_system.page_works .section_detail .slidegallery .slide-arrow.next-arrow {
  right: -85px;
}
@media screen and (max-width: 740px) {
  .page_system.page_works .section_detail .slidegallery .slide-arrow {
    display: none;
  }
}
@media print, screen and (min-width: 761px) {
  .page_system.page_works .section_detail > .info_box {
    margin-bottom: 50px;
    text-align: center;
  }
  .page_system.page_works .section_detail > .info_box .tit {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .page_system.page_works .section_detail > .info_box .icons {
    justify-content: center;
  }
  .page_system.page_works .section_detail > .info_box .tag_box {
    text-align: center;
    margin-top: 10px;
  }
  .page_system.page_works .section_detail > .info_box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 12px;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_works .section_detail > .info_box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
  .page_system.page_works .section_detail .slick-slider {
    margin-bottom: 30px;
  }
  .page_system.page_works .section_detail .slick-slider li.portfolio .ph img {
    height: 100%;
    width: auto;
  }
  .page_system.page_works .section_detail .slick-slider .ph {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 66.2%;
  }
  .page_system.page_works .section_detail .slick-slider .caption {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    width: 100%;
    z-index: 1000;
  }
  .page_system.page_works .section_detail .slick-slider .caption:empty {
    background: none;
  }
  .page_system.page_works .section_detail .thumb_gallery {
    height: 120px;
    overflow: hidden;
    text-align: left;
  }
  .page_system.page_works .section_detail .thumb_gallery li {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    margin: 0 1px;
    position: relative;
    overflow: hidden;
    /* &.slick-current {
      border: 2px solid colors.$accent-text;
    } */
  }
  .page_system.page_works .section_detail .thumb_gallery li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page_system.page_works .section_detail .thumb_gallery.center .slick-track {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .page_system.page_works .section_detail .detail_box {
    padding: 0 50px;
    font-size: 0;
    margin-bottom: 80px;
  }
  .page_system.page_works .section_detail .detail_box .system_article {
    padding: 0;
    border: none;
    background: none;
  }
  .page_system.page_works .section_detail .detail_box dl {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-bottom: 10px solid #fff;
    position: relative;
    background: #eee;
  }
  .page_system.page_works .section_detail .detail_box dl dt {
    padding: 15px 10px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 13px;
    font-weight: bold;
    color: #151515;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_system.page_works .section_detail .detail_box dl dd {
    padding: 15px 30px;
    margin-left: 30%;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 13px;
    background: #fff;
    position: relative;
  }
  .page_system.page_works .section_detail .detail_box dl dd span {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%) translateX(0);
  }
  .page_system.page_works .section_detail .search_box {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .page_system.page_works .section_detail .search_box .btn_area {
    width: 100%;
    padding: 20px;
    margin-top: 15px;
    text-align: center;
  }
  .page_system.page_works .section_detail .search_box .btn_area p {
    display: inline-block;
  }
  .page_system.page_works .section_detail .search_box .btn_area a {
    display: inline-block;
    width: 304px;
    height: 56px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #BA933F;
    text-align: center;
    font-weight: bold;
    border: 2px solid #BA933F;
    background: #fff;
  }
  .page_system.page_works .section_detail .search_box h4,
.page_system.page_works .section_detail .rec_box h4 {
    position: relative;
    margin-bottom: 60px;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .page_system.page_works .section_detail .search_box h4::after,
.page_system.page_works .section_detail .rec_box h4::after {
    position: absolute;
    right: 0;
    bottom: -24px;
    left: 0;
    width: 17px;
    height: 1px;
    margin: auto;
    background: #151515;
    content: "";
  }
  .page_system.page_works .section_detail .btn_back_works {
    margin: 0 auto 100px;
    width: 267px;
  }
  .page_system.page_works .section_detail .staff_box {
    margin-bottom: 20px;
  }
  .page_system.page_works .section_detail .staff_box h3 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: bold;
    color: #BA933F;
    margin-bottom: 35px;
    padding: 0 !important;
    border: none !important;
    text-align: center;
  }
  .page_system.page_works .section_detail .staff_box .sec-title-en {
    margin-bottom: 30px;
    text-align: center;
  }
  .page_system.page_works .section_detail .staff_box .sec-title-en h2 {
    color: #BA933F;
    font-weight: 500;
    font-family: futura-pt, sans-serif;
    line-height: 1;
    font-size: 47px;
    letter-spacing: 2px;
  }
  .page_system.page_works .section_detail .staff_box .sec-title-en small {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .page_system.page_works .section_detail .staff_box .box {
    width: 20% !important;
    margin: 0 2.5% 2.5% !important;
    float: left;
  }
  .page_system.page_works .section_detail .staff_box .box .ph {
    width: 100%;
    height: 0;
    padding-bottom: 66.4%;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box {
    font-weight: bold;
    text-align: center;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box .department {
    font-size: 11px;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box .department:nth-of-type(n+2) {
    display: none;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box .tit {
    font-size: 14px;
    font-weight: bold;
  }
  .page_system.page_works .section_detail .btn_more {
    margin-top: 80px;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail > .info_box {
    margin-bottom: 15%;
  }
  .page_system.page_works .section_detail > .info_box .icons {
    text-align: center;
    justify-content: center;
    height: auto;
  }
  .page_system.page_works .section_detail > .info_box .icons li {
    margin-bottom: 5px;
  }
  .page_system.page_works .section_detail > .info_box .tit {
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5%;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
  }
  .page_system.page_works .section_detail > .info_box .tag_box {
    text-align: center;
    margin-top: 3vw;
  }
  .page_system.page_works .section_detail > .info_box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 3.4vw;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_works .section_detail > .info_box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
  .page_system.page_works .section_detail .slidegallery {
    margin-bottom: 8%;
  }
  .page_system.page_works .section_detail .slick-slider {
    margin-bottom: 4%;
    padding-bottom: 0;
  }
  .page_system.page_works .section_detail .slick-slider li.portfolio .ph img {
    height: 100%;
    width: auto;
  }
  .page_system.page_works .section_detail .slick-slider .ph {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 66.2%;
  }
  .page_system.page_works .section_detail .slick-slider .caption {
    font-size: 4vw;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 3%;
    width: 100%;
    z-index: 1000;
  }
  .page_system.page_works .section_detail .slick-slider .caption:empty {
    background: none;
  }
  .page_system.page_works .section_detail .thumb_gallery {
    height: 35px;
    overflow: hidden;
    text-align: left;
  }
  .page_system.page_works .section_detail .thumb_gallery li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 18%; */
    height: 35px;
    margin: 0 1px;
    overflow: hidden;
  }
  .page_system.page_works .section_detail .detail_box {
    padding: 0 0;
    font-size: 0;
    margin-bottom: 15%;
  }
  .page_system.page_works .section_detail .detail_box .system_article {
    padding: 0;
    border: none;
    background: #fff;
  }
  .page_system.page_works .section_detail .detail_box dl {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 5px solid #fff;
    position: relative;
    background: #eee;
  }
  .page_system.page_works .section_detail .detail_box dl dt {
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 3.4vw;
    font-weight: bold;
    color: #151515;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_system.page_works .section_detail .detail_box dl dd {
    padding: 2%;
    margin-left: 30%;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 3.4vw;
    background: #fff;
  }
  .page_system.page_works .section_detail .btn_back_works {
    width: 76.09375vw;
    margin: 0 auto 18%;
  }
  .page_system.page_works .section_detail .search_box {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .page_system.page_works .section_detail .search_box .btn_area {
    width: 100%;
    background: #fff;
    padding: 5%;
    text-align: center;
  }
  .page_system.page_works .section_detail .search_box .btn_area p {
    display: inline-block;
    width: 80%;
  }
  .page_system.page_works .section_detail .search_box .btn_area a {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #BA933F;
    text-align: center;
    font-weight: bold;
    border: 2px solid #BA933F;
    background: #fff;
  }
  .page_system.page_works .section_detail .search_box h4,
.page_system.page_works .section_detail .rec_box h4 {
    position: relative;
    margin-bottom: 12%;
    font-size: 5.3vw;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .page_system.page_works .section_detail .search_box h4::after,
.page_system.page_works .section_detail .rec_box h4::after {
    position: absolute;
    right: 0;
    bottom: -1em;
    left: 0;
    width: 17px;
    height: 1px;
    margin: auto;
    background: #151515;
    content: "";
  }
  .page_system.page_works .section_detail .staff_box {
    margin-bottom: 9vw;
  }
  .page_system.page_works .section_detail .staff_box h3 {
    font-size: 10.14vw;
    line-height: 1.4;
    font-weight: bold;
    color: #BA933F;
    margin-bottom: 5%;
    padding: 0 !important;
    border: none !important;
    text-align: center;
  }
  .page_system.page_works .section_detail .staff_box .sec-title-en {
    margin-bottom: 5%;
    text-align: center;
  }
  .page_system.page_works .section_detail .staff_box .sec-title-en h2 {
    color: #BA933F;
    font-weight: 500;
    font-family: futura-pt, sans-serif;
    line-height: 1;
    font-size: 3.5rem;
    letter-spacing: 2px;
  }
  .page_system.page_works .section_detail .staff_box .sec-title-en small {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .page_system.page_works .section_detail .staff_box .box {
    width: 48% !important;
    margin: 0 1% 2% !important;
    float: left;
  }
  .page_system.page_works .section_detail .staff_box .box:nth-child(2n+1) {
    clear: left !important;
  }
  .page_system.page_works .section_detail .staff_box .box .ph {
    width: 100%;
    height: 0;
    padding-bottom: 66.4%;
    overflow: hidden;
    margin-bottom: 2%;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box {
    font-weight: bold;
    text-align: center;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box .department {
    font-size: 11px;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box .department:nth-of-type(n+2) {
    display: none;
  }
  .page_system.page_works .section_detail .staff_box .box .info_box .tit {
    font-size: 3.8vw;
    font-weight: bold;
    max-height: 10vw;
    overflow: hidden;
  }
  .page_system.page_works .section_detail .btn_more {
    margin-top: 15%;
  }
}
.page_system.page_works .section_detail .unit_voice {
  margin: 58px 0;
  padding: 40px;
  background: #f5f4f2;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .unit_voice {
    padding: 5%;
  }
}
.page_system.page_works .section_detail .unit_voice .inner {
  margin: 0 auto;
  background: none;
}
.page_system.page_works .section_detail .unit_voice .box_l {
  float: left;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .unit_voice .box_l {
    float: none;
  }
}
.page_system.page_works .section_detail .unit_voice .box_r {
  overflow: hidden;
  max-height: 242px;
}
.page_system.page_works .section_detail .unit_voice .box_l iframe {
  width: 440px;
  height: 250px;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .unit_voice .box_l iframe {
    width: 100%;
    height: 200px;
  }
}
.page_system.page_works .section_detail .unit_voice .titbox {
  text-align: center;
}
.page_system.page_works .section_detail .unit_voice h5 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
  padding: 0 !important;
  text-align: center;
  color: #BA933F;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .unit_voice h5 {
    margin-bottom: 5%;
    font-size: 5vw;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .unit_voice .box_l iframe {
    width: 100%;
    height: 200px;
  }
}
.page_system.page_works .section_detail .unit_voice.unit_voice_movie .box_l,
.page_system.page_works .section_detail .unit_voice.unit_voice_image .box_l {
  width: 440px;
  float: left;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .unit_voice.unit_voice_movie .box_l,
.page_system.page_works .section_detail .unit_voice.unit_voice_image .box_l {
    width: 100%;
    float: none;
  }
}
.page_system.page_works .section_detail .unit_voice.unit_voice_movie .box_r,
.page_system.page_works .section_detail .unit_voice.unit_voice_image .box_r {
  float: right;
  width: 550px;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .unit_voice.unit_voice_movie .box_r,
.page_system.page_works .section_detail .unit_voice.unit_voice_image .box_r {
    width: 100%;
    float: none;
  }
}
.page_system.page_works .cnt_box .system_article {
  /* strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  } */
}
.page_system.page_works .cnt_box .system_article h1 {
  font-family: source-han-serif-japanese, serif;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #151515;
  margin-bottom: 20px;
}
.page_system.page_works .cnt_box .system_article h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #151515;
  margin-bottom: 15px;
}
.page_system.page_works .cnt_box .system_article blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 15px 0;
}
.page_system.page_works .cnt_box .system_article blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.page_system.page_works .cnt_box .system_article blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.page_system.page_works .cnt_box .system_article blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.page_system.page_works .cnt_box .system_article pre {
  display: inline-block;
  padding: 15px;
  border: 2px solid #BA933F;
  margin: 15px 0;
}
.page_system.page_works .cnt_box .system_article em {
  font-style: italic;
}
@media screen and (max-width: 740px) {
  .page_system.page_works .cnt_box .system_article {
    /* strong {
      background: linear-gradient(transparent 60%, #ffff66 60%);
    } */
  }
  .page_system.page_works .cnt_box .system_article h1 {
    font-family: source-han-serif-japanese, serif;
    font-size: 5.5vw;
    padding-bottom: 5px;
    border-bottom: 2px solid #151515;
    margin-bottom: 5%;
  }
  .page_system.page_works .cnt_box .system_article h2 {
    font-family: source-han-serif-japanese, serif;
    font-size: 4.5vw;
    padding-bottom: 3px;
    border-bottom: 1px dotted #151515;
    margin-bottom: 3%;
  }
  .page_system.page_works .cnt_box .system_article blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin: 5% 0;
  }
  .page_system.page_works .cnt_box .system_article blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
  }
  .page_system.page_works .cnt_box .system_article blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
  }
  .page_system.page_works .cnt_box .system_article blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  .page_system.page_works .cnt_box .system_article pre {
    display: inline-block;
    padding: 5%;
    border: 2px solid #BA933F;
    margin: 5% 0;
  }
}
.page_system.page_works .btn-list {
  max-width: 500px;
  margin: 30px auto 150px;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .btn-list {
    /* for sp Device Only */
    max-width: 100%;
    margin: 0 auto 23vw;
    padding: 0 5vw;
  }
}
.page_system.page_works .btn-list a {
  width: 500px;
  height: 135px;
}
@media screen and (max-width: 760px) {
  .page_system.page_works .btn-list a {
    width: 100%;
    height: 28.9vw;
    margin: 2em 0;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_works .btn-list a {
    /* for pc */
  }
  .page_system.page_works .btn-list a.btn-gallery {
    background-image: url(../../img/cmn/btn-gallery01_pc.jpg);
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_index {
    /* for sp Device Only */
    padding-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail {
    /* for sp Device Only */
    padding-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_works .section_detail .section_other_list {
    /* for sp Device Only */
    margin-bottom: 0;
  }
}

.page_system.page_staff {
  /* news_box
  --------------------------------------------------*/
  /* for pc */
}
.page_system.page_staff .section_other_list h3 {
  font-size: 18px;
  padding: 12px 20px;
  color: #BA933F;
  border-top: 2px solid #BA933F;
  border-bottom: 2px solid #BA933F;
}
.page_system.page_staff .section_other_list .news_list.column_01 .box {
  width: 100%;
  padding-bottom: 22px;
  border: none;
  border-bottom: dotted 1px #ccc;
}
.page_system.page_staff .section_other_list .news_list.column_01 .box a {
  padding: 0;
}
.page_system.page_staff .section_other_list .news_list.column_01 .box .date {
  margin-top: 2px;
}
@media screen and (min-width: 761px) {
  .page_system.page_staff .section_other_list .news_list.column_01 .box .ph {
    width: 218px;
    height: 145px;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_staff .section_other_list .news_list.column_01 .box .info_box {
    width: calc(100% - 240px);
  }
}
.page_system.page_staff .section_other_list .news_list .box {
  border: none;
  width: 407px;
}
.page_system.page_staff .section_other_list .news_list .box a {
  padding: 0;
}
.page_system.page_staff .section_other_list .news_list .box .date {
  margin-top: 2px;
}
@media screen and (max-width: 740px) {
  .page_system.page_staff .section_other_list .news_list .box {
    width: 48%;
  }
  .page_system.page_staff .section_other_list .news_list .box .info_box {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .page_system.page_staff .section_other_list .news_list .box .info_box .name {
    font-size: 4.5vw;
  }
  .page_system.page_staff .section_other_list .news_list .box .info_box .e_name {
    font-size: 3.8vw;
  }
  .page_system.page_staff .section_other_list .news_list .box .info_box .type {
    font-size: 3.8vw;
  }
  .page_system.page_staff .section_other_list .news_list .box .date {
    font-size: 14px;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_staff .section_other_list .news_list.column_03 .box {
    width: 32%;
    margin: 0 auto 40px;
    margin-right: 2%;
  }
  .page_system.page_staff .section_other_list .news_list.column_03 .box .ph.ph_sys {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    margin-bottom: 5px;
  }
  .page_system.page_staff .section_other_list .news_list.column_03 .box .info_box {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page_system.page_staff .section_other_list .news_list.column_03 .box .info_box .name {
    font-size: 18px;
  }
  .page_system.page_staff .section_other_list .news_list.column_03 .box .info_box .e_name {
    font-size: 15px;
  }
  .page_system.page_staff .section_other_list .news_list.column_03 .box .info_box .type {
    font-size: 15px;
  }
  .page_system.page_staff .section_other_list .news_list.column_03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .page_system.page_staff .section_other_list .news_list.column_03 .box:nth-child(3n+1) {
    clear: both;
  }
}
.page_system .btn.up {
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .page_system .btn.up {
    margin-bottom: 5%;
  }
}
.page_system .section_detail .cmn_btn a {
  margin: 0 auto;
}
.page_system .section_detail .main_box .ph {
  margin: 0 auto 40px;
}
@media screen and (max-width: 740px) {
  .page_system .section_detail .main_box .ph {
    margin: 0 auto 5%;
  }
}
.page_system .section_detail .main_box .txt_box .catch {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page_system .section_detail .main_box .txt_box .name {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
}
.page_system .section_detail .main_box .txt_box .e_name {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.page_system .section_detail .main_box .txt_box .type {
  font-size: 15px;
}
@media screen and (max-width: 740px) {
  .page_system .section_detail .main_box .txt_box .catch {
    font-size: 4.27vw;
    margin-bottom: 5%;
  }
  .page_system .section_detail .main_box .txt_box .name {
    font-size: 6vw;
    margin-bottom: 1%;
  }
  .page_system .section_detail .main_box .txt_box .e_name {
    font-size: 3.73vw;
    margin-bottom: 3%;
  }
  .page_system .section_detail .main_box .txt_box .type {
    font-size: 3.8vw;
  }
}
.page_system .section_detail .section_other_list h3 {
  font-size: 22px;
  padding: 0;
  color: inherit;
  border-top: none;
  border-bottom: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .page_system .section_detail .section_other_list h3 {
    font-size: 6vw;
    margin-bottom: 8%;
  }
}

.page_system.page_sale {
  /*  Main
  *---------------------------------------------------------- */
  /*  Side
  *---------------------------------------------------------- */
  /*  Main と Side　iPad
  *---------------------------------------------------------- */
  /* for sp iPad */
  /*  Main と Side　SPonly
  *---------------------------------------------------------- */
  /* news_box
  --------------------------------------------------*/
  /* for pc */
  /* section_detail
  --------------------------------------------------*/
  /*  blog style
  *---------------------------------------------------------- */
}
@media print, screen and (min-width: 741px) {
  .page_system.page_sale .main {
    max-width: 1100px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .page_system.page_sale .main {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .page_system.page_sale {
    /* for sp Device Only */
  }
  .page_system.page_sale aside.side {
    width: 100%;
    display: block;
  }
  .page_system.page_sale aside.side .archive {
    width: 100%;
  }
}
.page_system.page_sale .section_other_list h3 {
  font-size: 18px;
  padding: 12px 20px;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale {
    /* for sp Device Only */
  }
  .page_system.page_sale .section_rank .box .date {
    margin-top: 10px;
  }
}
.page_system.page_sale .section_other_list .news_list.column_01 .box {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: dotted 1px #ccc;
}
.page_system.page_sale .section_other_list .news_list.column_01 .box a {
  padding: 0;
}
.page_system.page_sale .section_other_list .news_list.column_01 .box .date {
  margin-top: 5px;
}
.page_system.page_sale .section_other_list .news_list.column_01 .box .info_box {
  width: 100%;
}
.page_system.page_sale .section_other_list .news_list .box {
  border: none;
  width: 407px;
}
.page_system.page_sale .section_other_list .news_list .box a {
  padding: 0;
}
.page_system.page_sale .section_other_list .news_list .box .date {
  margin-top: 5px;
}
@media screen and (min-width: 761px) {
  .page_system.page_sale .section_other_list .news_list.column_03 .box {
    width: 32%;
    margin: 0 auto 40px;
    margin-right: 2%;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .ph.ph_sys {
    float: none;
    width: 100%;
    height: 230px;
    margin-bottom: 5px;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .icons {
    overflow: hidden;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .tit {
    margin-bottom: 0;
    margin-top: 5px;
    max-height: 60px;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .address {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .address span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .address span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .access {
    margin-bottom: 5px;
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .access span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .access span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .land_area {
    margin-bottom: 5px;
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .land_area span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .land_area span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .price {
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .price span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .price span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .info_box .price em {
    font-size: 25px;
    line-height: 1;
    font-style: normal;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box:nth-child(3n+1) {
    clear: both;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .tag_box {
    text-align: left;
    margin-top: 5px;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 12px;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_sale .section_other_list .news_list.column_03 .box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
}
@media screen and (max-width: 740px) {
  .page_system.page_sale .section_other_list .news_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .page_system.page_sale .section_other_list .news_list .box .ph.ph_sys {
    margin-bottom: 5%;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box {
    width: 100%;
    margin-top: 2.5vw;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .icons {
    overflow: hidden;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .tit {
    margin-bottom: 0;
    margin-top: 2vw;
    max-height: 20vw;
    overflow: hidden;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .address {
    margin-bottom: 3px;
    margin-top: 5px;
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .address span {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .address span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .access {
    margin-bottom: 3px;
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .access span {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .access span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .land_area {
    margin-bottom: 3px;
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .land_area span {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .land_area span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .price {
    text-align: left;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .price span {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    width: calc(100% - 65px);
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .price span.ttl {
    background: #eee;
    width: 65px;
    text-align: center;
  }
  .page_system.page_sale .section_other_list .news_list .box .info_box .price em {
    font-size: 6vw;
  }
  .page_system.page_sale .section_other_list .news_list .box .tag_box {
    text-align: left;
    margin-top: 1vw;
  }
  .page_system.page_sale .section_other_list .news_list .box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 3.2vw;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_sale .section_other_list .news_list .box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
}
.page_system.page_sale .empty_txt {
  text-align: center;
}
@media screen and (max-width: 740px) {
  .page_system.page_sale .empty_txt {
    text-align: center;
  }
}
.page_system.page_sale .section_detail .slidegallery .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}
.page_system.page_sale .section_detail .slidegallery .slide-arrow.prev-arrow {
  left: -85px;
}
.page_system.page_sale .section_detail .slidegallery .slide-arrow.next-arrow {
  right: -85px;
}
@media screen and (max-width: 740px) {
  .page_system.page_sale .section_detail .slidegallery .slide-arrow {
    display: none;
  }
}
@media print, screen and (min-width: 761px) {
  .page_system.page_sale .section_detail .main_box .txt_box .price {
    font-size: 18px;
  }
  .page_system.page_sale .section_detail .main_box .txt_box .price span {
    font-size: 30px;
    display: inline;
  }
  .page_system.page_sale .section_detail > .info_box {
    margin-bottom: 50px;
    text-align: center;
  }
  .page_system.page_sale .section_detail > .info_box .tit {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
  }
  .page_system.page_sale .section_detail > .info_box .icons {
    justify-content: center;
  }
  .page_system.page_sale .section_detail > .info_box .tag_box {
    text-align: center;
    margin-top: 10px;
  }
  .page_system.page_sale .section_detail > .info_box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 12px;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_sale .section_detail > .info_box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
  .page_system.page_sale .section_detail .slick-slider {
    margin-bottom: 30px;
  }
  .page_system.page_sale .section_detail .slick-slider li.portfolio .ph img {
    height: 100%;
    width: auto;
  }
  .page_system.page_sale .section_detail .slick-slider .ph {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 66.2%;
  }
  .page_system.page_sale .section_detail .slick-slider .caption {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    width: 100%;
    z-index: 1000;
  }
  .page_system.page_sale .section_detail .slick-slider .caption:empty {
    background: none;
  }
  .page_system.page_sale .section_detail .thumb_gallery {
    height: 120px;
    overflow: hidden;
    text-align: left;
  }
  .page_system.page_sale .section_detail .thumb_gallery li {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    margin: 0 1px;
    position: relative;
    overflow: hidden;
    /* &.slick-current {
      border: 2px solid colors.$accent-text;
    } */
  }
  .page_system.page_sale .section_detail .thumb_gallery li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page_system.page_sale .section_detail .thumb_gallery.center .slick-track {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .page_system.page_sale .section_detail .detail_box {
    font-size: 0;
    margin-bottom: 80px;
  }
  .page_system.page_sale .section_detail .detail_box .system_article {
    padding: 0;
    border: none;
    background: none;
  }
  .page_system.page_sale .section_detail .detail_box dl {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-bottom: 10px solid #fff;
    position: relative;
    background: #fff;
  }
  .page_system.page_sale .section_detail .detail_box dl dt {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 13px;
    font-weight: bold;
    color: #151515;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
  .page_system.page_sale .section_detail .detail_box dl dd {
    padding: 10px 30px;
    margin-left: 30%;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 13px;
    background: #fff;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .main_box .txt_box .price {
    font-size: 4.5vw;
    padding: 3% 0;
  }
  .page_system.page_sale .section_detail .main_box .txt_box .price span {
    font-size: 8vw;
    display: inline;
  }
  .page_system.page_sale .section_detail > .info_box {
    margin-bottom: 15%;
  }
  .page_system.page_sale .section_detail > .info_box .icons {
    text-align: center;
  }
  .page_system.page_sale .section_detail > .info_box .tit {
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5%;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
  }
  .page_system.page_sale .section_detail .slidegallery {
    margin-bottom: 8%;
  }
  .page_system.page_sale .section_detail .slick-slider {
    margin-bottom: 4%;
    padding-bottom: 0;
  }
  .page_system.page_sale .section_detail .slick-slider li.portfolio .ph img {
    height: 100%;
    width: auto;
  }
  .page_system.page_sale .section_detail .slick-slider .ph {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 66.2%;
  }
  .page_system.page_sale .section_detail .slick-slider .caption {
    font-size: 4vw;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 3%;
    width: 100%;
    z-index: 1000;
  }
  .page_system.page_sale .section_detail .slick-slider .caption:empty {
    background: none;
  }
  .page_system.page_sale .section_detail .thumb_gallery {
    height: 35px;
    overflow: hidden;
    text-align: left;
  }
  .page_system.page_sale .section_detail .thumb_gallery li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 18%; */
    height: 35px;
    margin: 0 1px;
    overflow: hidden;
  }
  .page_system.page_sale .section_detail .detail_box {
    padding: 0 0;
    font-size: 0;
    margin-bottom: 15%;
  }
  .page_system.page_sale .section_detail .detail_box .system_article {
    padding: 0;
    border: none;
    background: #fff;
  }
  .page_system.page_sale .section_detail .detail_box dl {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 5px solid #fff;
    position: relative;
  }
  .page_system.page_sale .section_detail .detail_box dl dt {
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 3.4vw;
    font-weight: bold;
    color: #151515;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_system.page_sale .section_detail .detail_box dl dd {
    padding: 2%;
    margin-left: 30%;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 3.4vw;
    background: #fff;
  }
}
.page_system.page_sale .section_detail .sale_list,
.page_system.page_sale .section_detail .sale_list.second {
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .sale_list,
.page_system.page_sale .section_detail .sale_list.second {
    margin-bottom: 10%;
  }
}
.page_system.page_sale .section_detail .sale_list table,
.page_system.page_sale .section_detail .sale_list.second table {
  width: 100%;
  border-collapse: collapse;
}
.page_system.page_sale .section_detail .sale_list table th,
.page_system.page_sale .section_detail .sale_list.second table th {
  background: #eee;
  padding: 10px;
  width: 25%;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .sale_list table th,
.page_system.page_sale .section_detail .sale_list.second table th {
    padding: 1.5%;
    font-size: 3.4vw;
    width: 100%;
    display: block;
  }
}
.page_system.page_sale .section_detail .sale_list table td,
.page_system.page_sale .section_detail .sale_list.second table td {
  padding: 10px;
  width: 25%;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .sale_list table td,
.page_system.page_sale .section_detail .sale_list.second table td {
    padding: 1.5%;
    font-size: 3.4vw;
    width: 100%;
    display: block;
  }
}
.page_system.page_sale .section_detail .map_area {
  width: 100%;
}
.page_system.page_sale .section_detail .map_area .address {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .map_area .address {
    margin-bottom: 3%;
  }
}
.page_system.page_sale .section_detail .map_area .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .map_area .map iframe {
    height: 200px;
  }
}
.page_system.page_sale .section_detail .section_btn {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .section_btn {
    margin-bottom: 10%;
    margin-top: 20%;
  }
}
.page_system.page_sale .section_detail .section_btn .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .section_btn .btn {
    margin: 0 0 5%;
  }
}
.page_system.page_sale .cnt_box .system_article {
  /* strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  } */
}
.page_system.page_sale .cnt_box .system_article h1 {
  font-family: source-han-serif-japanese, serif;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #151515;
  margin-bottom: 20px;
}
.page_system.page_sale .cnt_box .system_article h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #151515;
  margin-bottom: 15px;
}
.page_system.page_sale .cnt_box .system_article blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 15px 0;
}
.page_system.page_sale .cnt_box .system_article blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.page_system.page_sale .cnt_box .system_article blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.page_system.page_sale .cnt_box .system_article blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.page_system.page_sale .cnt_box .system_article pre {
  display: inline-block;
  padding: 15px;
  border: 2px solid #BA933F;
  margin: 15px 0;
}
.page_system.page_sale .cnt_box .system_article em {
  font-style: italic;
}
@media screen and (max-width: 740px) {
  .page_system.page_sale .cnt_box .system_article {
    /* strong {
      background: linear-gradient(transparent 60%, #ffff66 60%);
    } */
  }
  .page_system.page_sale .cnt_box .system_article h1 {
    font-family: source-han-serif-japanese, serif;
    font-size: 5.5vw;
    padding-bottom: 5px;
    border-bottom: 2px solid #151515;
    margin-bottom: 5%;
  }
  .page_system.page_sale .cnt_box .system_article h2 {
    font-family: source-han-serif-japanese, serif;
    font-size: 4.5vw;
    padding-bottom: 3px;
    border-bottom: 1px dotted #151515;
    margin-bottom: 3%;
  }
  .page_system.page_sale .cnt_box .system_article blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin: 5% 0;
  }
  .page_system.page_sale .cnt_box .system_article blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
  }
  .page_system.page_sale .cnt_box .system_article blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
  }
  .page_system.page_sale .cnt_box .system_article blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  .page_system.page_sale .cnt_box .system_article pre {
    display: inline-block;
    padding: 5%;
    border: 2px solid #BA933F;
    margin: 5% 0;
  }
}
.page_system.page_sale .btn-list {
  max-width: 500px;
  margin: 30px auto 150px;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .btn-list {
    /* for sp Device Only */
    max-width: 100%;
    margin: 0 auto 23vw;
    padding: 0 5vw;
  }
}
.page_system.page_sale .btn-list a {
  width: 500px;
  height: 135px;
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .btn-list a {
    width: 100%;
    height: 28.9vw;
    margin: 2em 0;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_sale .btn-list a {
    /* for pc */
  }
  .page_system.page_sale .btn-list a.btn-gallery {
    background-image: url(../../img/cmn/btn-gallery01_pc.jpg);
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_index {
    /* for sp Device Only */
    padding-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail {
    /* for sp Device Only */
    padding-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_sale .section_detail .section_other_list {
    /* for sp Device Only */
    margin-bottom: 0;
  }
}

/* mobile */
.key_visual .item {
  height: 446px;
}
.key_visual .content {
  margin-top: 2px;
}
.key_visual .content .h2 {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  font-family: "agenda", sans-serif;
  letter-spacing: 3.5px;
}
.key_visual .content .txt {
  font-size: 1.6rem;
  margin-top: -8px;
  letter-spacing: 0;
  font-family: "source-han-sans-japanese", sans-serif;
}

@media (max-width: 760px) {
  .key_visual .item {
    height: 60vw;
  }
  .key_visual .content {
    margin-top: 1vw;
    width: 100%;
  }
  .key_visual .content .h2 {
    font-size: 10vw;
    letter-spacing: 2.2px;
  }
  .key_visual .content .txt {
    font-size: 3.75vw;
    margin-top: -2.6vw;
  }
}
.line_top {
  width: 1120px;
  height: 40px;
  position: relative;
}
.line_top::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #1A1A1A;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.line_top span {
  padding-left: 18px;
  padding-right: 18px;
  height: 40px;
  font-weight: 700;
  font-size: 3.4rem;
  color: #363636;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .line_top {
    width: 100%;
  }
  .line_top span {
    font-size: 6.25vw;
  }
}
.cmn_item2 {
  display: flex;
  justify-content: space-between;
  width: 1034px;
  margin: 0 auto;
}
.cmn_item2 .img {
  width: 518px;
  height: 366px;
}
.cmn_item2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmn_item2 .container {
  width: calc(100% - 518px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cmn_item2 .content {
  width: 443px;
  height: auto;
  text-align: left;
}
.cmn_item2 .content .h2 {
  font-weight: 700;
  font-size: 3rem;
  color: #1A1A1A;
}
.cmn_item2 .content .address {
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1A1A;
  letter-spacing: 0.7px;
}
.cmn_item2 .content .time {
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1A1A;
}
.cmn_item2 .content .content_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cmn_item2 .tel small {
  font-weight: 500;
  font-size: 1.2rem;
  color: #353535;
  margin-right: 5px;
}
.cmn_item2 .tel span {
  font-weight: 700;
  font-size: 1.7rem;
  color: #353535;
  letter-spacing: 0.6px;
}
.cmn_item2 .btn a {
  min-width: 216px;
  height: 45px;
  border-radius: 45px;
}

.model_house {
  width: 785px;
  margin: 0 auto;
}
.model_house .title_en {
  width: 100%;
  text-align: center;
  margin-bottom: 22px;
}
.model_house .title_en .h2 {
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 2px;
}
.model_house .title_en .txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #1A1A1A;
  margin-top: -7px;
  letter-spacing: 0.3px;
}
.model_house .model_house-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.model_house .item {
  width: 371px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 740px) {
  .model_house .item {
    margin: 0 0;
  }
}
.model_house .item .img {
  width: 100%;
  height: 237px;
  margin-bottom: 14px;
}
.model_house .item .img.ph {
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 761px) {
  .model_house .item .img.ph {
    padding-bottom: 70.7%;
  }
}
.model_house .item .img.ph.ph_sys {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.model_house .item .img.ph.ph_sys img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.model_house .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model_house .content {
  width: 100%;
  height: auto;
  text-align: center;
}
.model_house .content .p1 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #353535;
}
.model_house .content .link_address {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.model_house .content .link_address p {
  color: #1A1A1A;
  margin-right: 4px;
  overflow: hidden;
}
@media screen and (min-width: 761px) {
  .model_house .content .link_address p {
    width: calc(100% - 45px);
    max-height: 25px;
  }
}
@media screen and (max-width: 740px) {
  .model_house .content .link_address p {
    max-height: 40px;
  }
}
.model_house .content .link_address .map {
  width: 41px;
  height: 20px;
  background-color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

.showroom_page .title_top {
  margin: 67px auto 110px;
}

.showroom_body {
  width: 1120px;
  height: auto;
  margin: 0 auto;
}
.showroom_body .showroom_item {
  width: 1034px;
  height: auto;
  margin: 0 auto;
  padding: 65px 0 80px;
}
.showroom_body .showroom_item:not(:last-child) {
  border-bottom: 2px solid #171717;
}
.showroom_body .showroom_item:nth-child(5) {
  border-bottom: none;
}
.showroom_body .showroom_item .cmn_item2 {
  margin-bottom: 50px;
}
.showroom_body .ctn_1 {
  padding-right: 3px;
}
.showroom_body .ctn_1 .ct_1 .h2 {
  margin-top: -21px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.showroom_body .ctn_1 .ct_1 .address {
  margin-top: 6px;
}
.showroom_body .ctn_1 .ct_1 .content_btn {
  margin-top: 30px;
  margin-bottom: -30px;
}
.showroom_body .showroom_item1 {
  padding-top: 80px;
}
@media screen and (max-width: 740px) {
  .showroom_body .showroom_item1 {
    padding-top: 5.9375vw;
  }
  .showroom_body .showroom_item1 .img {
    margin-bottom: 5.9375vw;
  }
}
.showroom_body .showroom_item1 .cmn_item2 {
  margin-bottom: 50px;
}
.showroom_body .sh_2 {
  padding-top: 80px;
}
.showroom_body .sh_3 {
  padding-top: 80px;
  padding-bottom: 77px;
}
.showroom_body .sh_3 .container .h2 {
  margin-top: -30px;
}
.showroom_body .sh_4 {
  padding-top: 80px;
  padding-bottom: 116px;
}
.showroom_body .sh_4 .cmn_item2 .container {
  justify-content: flex-start;
}
.showroom_body .sh_5 {
  padding-top: 60px;
}
.showroom_body .sh_6 {
  padding-top: 80px;
  padding-bottom: 78px;
}
.showroom_body .sh_7 {
  padding-top: 86px;
}
.showroom_body .sh_8 {
  padding-top: 72px;
}
.showroom_body .sh_9 {
  padding-top: 80px;
  padding-bottom: 125px;
}
.showroom_body .sh_9 .content .h2 {
  margin-top: -29px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
}
.showroom_body .sh_9 .content .content_btn {
  margin-bottom: -17px;
}
.showroom_body .fl_reverse {
  flex-direction: row-reverse;
}
.showroom_body .fl_reverse .container {
  justify-content: center;
}
.showroom_body .fl_reverse .container .h2 {
  margin-top: -26px;
  letter-spacing: 1.7px;
}
.showroom_body .link-arrow_center::before {
  top: 49%;
  right: 11px;
  width: 19px;
}
.showroom_body .link-arrow_center::after {
  top: 49%;
  right: 11px;
  width: 19px;
}
.showroom_body .link-arrow_center:hover:after {
  right: 6px;
  opacity: 1;
}
.showroom_body .link-arrow_center:hover:before {
  right: 6px;
  opacity: 0;
}
.showroom_body .link-arrow_center_white::before {
  top: 49%;
  right: 11px;
  width: 19px;
}
.showroom_body .link-arrow_center_white::after {
  top: 49%;
  right: 11px;
  width: 19px;
}
.showroom_body .link-arrow_center_white:hover:after {
  right: 6px;
  opacity: 1;
}
.showroom_body .link-arrow_center_white:hover:before {
  right: 6px;
  opacity: 0;
}
.showroom_body .btn-hover-orange:hover {
  border: none;
}
.showroom_body .tel {
  pointer-events: none;
}

@media (max-width: 760px) {
  .model_house {
    width: 100%;
  }
  .model_house .title_en {
    margin-bottom: 7.5vw;
  }
  .model_house .title_en .h2 {
    font-size: 7.8125vw;
  }
  .model_house .title_en .txt {
    font-size: 3.59375vw;
  }
  .model_house .model_house-item {
    display: block;
  }
  .model_house .item {
    width: 100%;
    display: flex;
    width: 100%;
    height: 31.72vw;
    border: 1px solid #171717;
    align-items: center;
    padding: 0 3.125vw;
  }
  .model_house .item:not(:last-child) {
    margin-bottom: 2.34375vw;
  }
  .model_house .item .img {
    min-width: 38.125vw;
    min-height: 24.375vw;
    width: 38.125vw;
    height: 24.375vw;
    margin-bottom: 0;
    margin-right: 3.125vw;
  }
  .model_house .content .p1 {
    font-size: 4.0625vw;
    color: #333;
    letter-spacing: -1px;
    margin-top: -1.5625vw;
  }
  .model_house .content .link_address {
    display: block;
  }
  .model_house .content .link_address p {
    font-size: 3.75vw;
    color: #000;
    line-height: 1.3;
    margin-right: 0;
    letter-spacing: -1px;
  }
  .model_house .content .link_address .map {
    width: 9.375vw;
    height: 4.6875vw;
    font-size: 2.97vw;
    margin-top: 1.5625vw;
  }
}
@media (max-width: 760px) {
  .cmn_item2 {
    display: block;
    width: 100%;
  }
  .cmn_item2 .img {
    width: 100%;
    height: 62.97vw;
  }
  .cmn_item2 .container {
    width: 100%;
    padding-top: 5.9375vw;
  }
  .cmn_item2 .container .content {
    text-align: center;
  }
  .cmn_item2 .container .content .content_btn {
    display: block;
    margin-top: 6.25vw;
  }
  .cmn_item2 .container .content .content_btn .btn {
    margin: 0 auto;
  }
  .cmn_item2 .container .content .content_btn .btn a {
    width: 82.8125vw;
    height: 16.1vw;
    border-radius: 16.1vw;
  }
  .cmn_item2 .container .content .content_btn .btn:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  .cmn_item2 .container .content .h2 {
    font-size: 5.625vw;
  }
  .cmn_item2 .container .content .address {
    font-size: 3.75vw;
    color: #000;
    margin-top: 0.9375vw;
  }
  .cmn_item2 .container .content .time {
    font-size: 3.75vw;
    color: #000;
  }
  .cmn_item2 .tel span {
    font-size: 4.6875vw;
  }
  .cmn_item2 .tel small {
    font-size: 3.125vw;
  }
}
@media (max-width: 760px) {
  .showroom_page .title_top {
    margin: -3.75vw auto 12.1875vw;
  }

  .showroom_body {
    width: 100%;
    padding: 0 5.46875vw;
  }
  .showroom_body .showroom_item {
    width: 100%;
    padding: 5.9375vw 0 15.625vw;
  }
  .showroom_body .showroom_item:not(:last-child) {
    border-bottom: none;
  }
  .showroom_body .showroom_item:nth-child(5) {
    padding-bottom: 20.625vw;
  }
  .showroom_body .showroom_item .cmn_item2 {
    margin-bottom: 18.125vw;
  }
  .showroom_body .showroom_item .container .content .h2 {
    margin-top: 0;
    margin-bottom: 0.9375vw;
    letter-spacing: 1px;
  }
  .showroom_body .tel {
    pointer-events: all;
  }
  .showroom_body .sh_9 .cmn_item2 {
    margin-bottom: 13.75vw;
  }
  .showroom_body .sh_9 .cmn_item2 .container {
    padding-top: 7.5vw;
  }
  .showroom_body .sh_9 .cmn_item2 .container .content .h2 {
    line-height: 1.2;
    margin-bottom: 2.1875vw;
  }
}
img {
  width: 100%;
}

.sec-gallery {
  padding: 69px 0 0;
}
.sec-gallery .sec-title-en {
  margin-bottom: 36px;
}
.sec-gallery .sec-title-en .h2 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #363636;
  font-family: "source-han-sans-japanese", sans-serif;
}
.sec-gallery .thumnail {
  margin: 0 -8px;
  width: 780px;
  margin: 0 auto;
}
.sec-gallery .thumnail .slick-track {
  margin: 0 auto;
}
.sec-gallery .thumnail .item {
  margin: 0 7px;
  height: 77px;
}
.sec-gallery .thumnail .item img {
  width: 144px;
  margin: 0 auto;
}
.sec-gallery .content-slide {
  padding: 0 40px 109px;
}

@media (max-width: 760px) {
  .sec-gallery {
    padding: 14vw 0 0;
    margin-bottom: 12.4vw;
  }
  .sec-gallery .sec-title-en {
    margin-bottom: 6vw;
  }
  .sec-gallery .sec-title-en .h2 {
    font-size: 6.25vw;
  }
  .sec-gallery .txt {
    font-size: 3.75vw;
    line-height: 1.75;
    padding: 0 5.1vw;
    letter-spacing: 0vw;
  }
  .sec-gallery .content-slide {
    padding: 0;
  }
  .sec-gallery .list {
    margin-bottom: 18vw;
  }
}
.sec-features {
  width: 720px;
  margin-bottom: 96px;
}
.sec-features .list li {
  margin-bottom: 9px;
}

@media (max-width: 760px) {
  .sec-features {
    margin-bottom: 16.2vw;
    width: 100%;
  }
  .sec-features .list .txt {
    letter-spacing: -0.2vw;
  }
  .sec-features .list li {
    margin-bottom: 1.3vw;
  }
}
.sec-map {
  margin-bottom: 104px;
}
.sec-map .sec-container {
  width: 1119px;
  margin: 0 auto;
}
.sec-map .img {
  margin-bottom: 59px;
}
.sec-map .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 87px;
}
.sec-map .content .list {
  width: 523px;
  display: table;
  margin-top: 5px;
  border-collapse: collapse;
}
.sec-map .content .list dl {
  color: #131313;
  display: table-row;
  border: 2px solid #171717;
}
.sec-map .content .list dl dt, .sec-map .content .list dl dd {
  display: table-cell;
  border: 2px solid #171717;
}
.sec-map .content .list dl dd {
  line-height: 1.6;
  padding: 13px 20px 16px;
}
.sec-map .content .list dl dd .map {
  font-size: 1.3rem;
  font-weight: 500;
  background: #353535;
  color: #fff;
  padding: 0px 6px;
}
.sec-map .content .list dl dt {
  width: 119px;
  text-align: center;
  vertical-align: middle;
  background: #EEE;
  font-weight: 500;
}
.sec-map .content .txt {
  color: #000;
  line-height: 1.8;
  font-size: 1.5rem;
  width: calc(100% - 559px);
}
.sec-map .wrap-btn {
  display: flex;
  width: 933px;
  margin: 0 auto;
  justify-content: space-between;
}
.sec-map .wrap-btn .btn {
  width: 299px;
}
.sec-map .wrap-btn .btn-orange a {
  background: #EA6800;
  color: #fff;
  border: none;
}
.sec-map .wrap-btn .btn-orange a:hover {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #171717;
  color: #333;
}
.sec-map .wrap-btn a {
  flex-wrap: wrap;
  color: #1A1A1A;
  font-size: 1.6rem;
  min-width: 299px;
  height: 78px;
  border-radius: 0;
  border-width: 2px;
  border-color: #171717;
}
.sec-map .wrap-btn a span {
  width: 100%;
  text-align: center;
}
.sec-map .wrap-btn a:hover {
  color: #fff;
}
.sec-map .wrap-btn a .time {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 1.2rem;
}
.sec-map .wrap-btn a .tel {
  color: #353535;
  font-size: 2.2rem;
  font-weight: bold;
  margin: -16px 0 -13px;
  letter-spacing: 1px;
}
.sec-map .wrap-btn a .tel small {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 7px;
  margin-right: 4px;
  letter-spacing: 0;
  position: relative;
  top: -1px;
}
.sec-map .wrap-btn a .title {
  color: #1A1A1A;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (min-width: 761px) {
  .sec-map .wrap-btn .btn-contact {
    pointer-events: none;
    cursor: auto;
  }
}
.sec-map .kids {
  margin-bottom: 60px;
}
@media (max-width: 760px) {
  .sec-map .kids {
    margin-bottom: 13%;
  }
}
.sec-map .kids .catch {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 760px) {
  .sec-map .kids .catch {
    font-size: 6vw;
    margin-bottom: 5%;
  }
}
.sec-map .kids li {
  width: 48%;
  float: left;
}
@media (max-width: 760px) {
  .sec-map .kids li {
    width: 100%;
    float: none;
    margin-bottom: 8%;
  }
}
.sec-map .kids li:last-child {
  float: right;
}
@media (max-width: 760px) {
  .sec-map .kids li:last-child {
    float: none;
    margin-bottom: 0;
  }
}
.sec-map .kids li .ph {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .sec-map .kids li .ph {
    margin-bottom: 5%;
  }
}
.sec-map .kids li .tit {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 760px) {
  .sec-map .kids li .tit {
    font-size: 4.27vw;
    margin-bottom: 3%;
  }
}
.sec-map .kids li .txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 760px) {
  .sec-map .kids li .txt {
    font-size: 3.47vw;
  }
}

@media (max-width: 760px) {
  .sec-map {
    margin-bottom: 12.2vw;
    padding: 0 5.46875vw;
  }
  .sec-map .sec-container {
    width: 100%;
  }
  .sec-map .content {
    margin-bottom: 16vw;
  }
  .sec-map .content .txt {
    display: none;
  }
  .sec-map .content .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .sec-map .content .list dl {
    display: flex;
    flex-wrap: wrap;
    border-width: 1px;
    width: 100%;
  }
  .sec-map .content .list dl:not(:first-child) {
    border-top: none;
  }
  .sec-map .content .list dl dd, .sec-map .content .list dl dt {
    width: 100%;
    border: none;
    color: #1A1A1A;
    font-size: 3.59375vw;
    text-align: left;
  }
  .sec-map .content .list dl dt {
    padding: 1.8vw 2.3vw 1.9vw;
    border-bottom: 1px solid #171717;
  }
  .sec-map .content .list dl dd {
    padding: 1.5vw 2.7vw 2.3vw;
    line-height: 1.55;
  }
  .sec-map .content .list dl dd .map {
    font-size: 2.96875vw;
  }
  .sec-map .img {
    height: 113.125vw;
    margin-bottom: 13vw;
  }
  .sec-map .img img {
    height: 100%;
    object-fit: cover;
  }
  .sec-map .wrap-btn {
    width: 100%;
    display: block;
  }
  .sec-map .wrap-btn .btn {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec-map .wrap-btn .btn a {
    min-width: auto;
    border-width: 1px;
    height: 18.28125vw;
    font-size: 4.0625vw;
  }
  .sec-map .wrap-btn .btn a .time {
    font-size: 3.125vw;
    position: relative;
    top: -0.4vw;
  }
  .sec-map .wrap-btn .btn a .tel {
    font-size: 5.9375vw;
    margin: -10.3vw 0 -10vw;
  }
  .sec-map .wrap-btn .btn a .tel small {
    font-size: 4.0625vw;
    top: -0.2vw;
  }
  .sec-map .wrap-btn .btn a .title {
    font-size: 3.4375vw;
  }
  .sec-map .wrap-btn .btn.btn-contact a {
    height: 21.875vw;
  }
}
.sec-event {
  margin-bottom: 91px;
}
.sec-event .sec-container {
  width: 999px;
  margin: 0 auto;
}
.sec-event .sec-title-en {
  margin-bottom: 37px;
}
.sec-event .sec-title-en .h2 {
  font-size: 3.4rem;
}
.sec-event .sec-title-en .small {
  margin-top: -8px;
  letter-spacing: -1.5px;
}
.sec-event .list {
  display: flex;
  margin-bottom: 46px;
}
.sec-event .list .item {
  display: flex;
  border: 2px solid #171717;
  padding: 18px 20px 16px;
  width: 48.4%;
  justify-content: space-between;
}
@media (min-width: 761px) {
  .sec-event .list .item:not(:last-child) {
    margin-right: 33px;
  }
}
.sec-event .list .item .img {
  width: 123px;
  height: 79px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sec-event .list .item .img img {
  height: 100%;
  width: 100%;
}
.sec-event .list .item .content {
  width: calc(100% - 138px);
  display: inline-block;
  vertical-align: middle;
}
.sec-event .list .item .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #131313;
  letter-spacing: -1.5px;
}
@media (min-width: 761px) {
  .sec-event .list .item .txt {
    max-height: 45px;
  }
}
.sec-event .list .item .icon-wrap {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
}
.sec-event .list .item .icons {
  height: auto;
}
.sec-event .list .item .icons .icon {
  font-size: 1.1rem;
  min-width: 83px;
  margin-bottom: 8px;
}
.sec-event .list .item .icons .icon:not(:first-child) {
  display: none;
}
.sec-event .btn a {
  width: 216px;
  height: 45px;
}

@media (max-width: 760px) {
  .sec-event {
    margin: 0;
  }
  .sec-event .sec-container {
    width: 100%;
  }
  .sec-event .list {
    flex-wrap: wrap;
    padding: 0 5.2vw;
    margin-bottom: 2.3vw;
  }
  .sec-event .list .item {
    width: 100%;
    padding: 3.5vw;
    border-width: 1px;
    margin-bottom: 3.5vw;
  }
  .sec-event .list .item .img {
    width: 24.6875vw;
    height: 15.78125vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec-event .list .item .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 29.3vw);
  }
  .sec-event .list .item .txt {
    font-size: 3.59375vw;
    line-height: 1.260869;
    margin-top: -1vw;
  }
  .sec-event .list .item .icons .icon {
    min-width: 22vw;
    height: 16px;
    padding: 1px 5px 2px;
  }
  .sec-event .list .item .icon-wrap {
    margin: 0.5vw 0 0.4vw;
  }
  .sec-event .btn {
    margin: 0 auto;
    width: 67.9vw;
  }
  .sec-event .btn a {
    height: 12.3vw;
    margin: 0 auto;
    min-width: auto;
    font-size: 4.0625vw;
  }
  .sec-event .sec-title-en {
    margin-bottom: 6vw;
  }
  .sec-event .sec-title-en .h2 {
    font-size: 7.8125vw;
  }
  .sec-event .sec-title-en .small {
    margin-top: -1.1vw;
  }
}
.sec-modelhouse .sec-container {
  width: 1034px;
  border-top: 2px solid #171717;
  border-bottom: 2px solid #171717;
  padding: 69px 0 85px;
}
.sec-modelhouse .sec-title-en {
  margin-bottom: 39px;
}
.sec-modelhouse .wrap-btn {
  width: 838px;
  display: flex;
  justify-content: center;
  margin: 0 auto 93px;
}
.sec-modelhouse .wrap-btn a {
  border-radius: 0;
  width: 273px;
  height: 79px;
  margin: 0 3px;
}
.sec-modelhouse .showroom_body {
  width: 100%;
}
.sec-modelhouse .showroom_body .showroom_item {
  padding: 0;
  padding-top: 100px;
  margin-top: -100px;
}
.sec-modelhouse .showroom_body .showroom_item:not(:last-child) {
  border: none;
  margin-bottom: 90px;
}
.sec-modelhouse .showroom_body .showroom_item .cmn_item2 {
  width: 100%;
  margin: 0;
}
.sec-modelhouse .showroom_body .showroom_item .h2 {
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}
.sec-modelhouse .showroom_body .showroom_item .address {
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.sec-modelhouse .showroom_body .showroom_item .map {
  font-size: 1.3rem;
  font-weight: 500;
  background: #353535;
  color: #fff;
  padding: 0px 6px;
  position: relative;
  top: -1px;
  margin-left: 12px;
}
.sec-modelhouse .showroom_body .showroom_item .txt {
  line-height: 1.642857;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sec-modelhouse .showroom_body .showroom_item .content_btn {
  margin-top: 38px;
  margin-bottom: -8px;
}
.sec-modelhouse .showroom_body .showroom_item .fl_reverse .container {
  justify-content: flex-start;
}
.sec-modelhouse .showroom_body .showroom_item.showroom_item2 .content_btn {
  margin-bottom: -24px;
}

@media (max-width: 760px) {
  .sec-modelhouse .wrap-btn {
    width: 100%;
    flex-wrap: wrap;
  }
  .sec-modelhouse .sec-container {
    width: 100%;
    padding: 13.3vw 0 0;
    border: none;
  }
  .sec-modelhouse .sec-title-en {
    margin-bottom: 8vw;
  }
  .sec-modelhouse .sec-title-en .h2 {
    font-size: 7.8125vw;
  }
  .sec-modelhouse .wrap-btn {
    justify-content: center;
    margin-bottom: 14vw;
  }
  .sec-modelhouse .wrap-btn .btn {
    width: 88.9vw;
    margin-bottom: 1.6vw;
  }
  .sec-modelhouse .wrap-btn .btn a {
    min-width: auto;
    font-size: 3.75vw;
    height: 12.9vw;
  }
  .sec-modelhouse .showroom_body .showroom_item .map {
    font-size: 2.95vw;
    top: -2px;
    left: -2px;
    padding: 0 4px 1px;
  }
  .sec-modelhouse .showroom_body .showroom_item .txt {
    line-height: 1.75;
    font-size: 3.75vw;
    text-align: left;
    padding: 0 4.7vw;
  }
  .sec-modelhouse .showroom_body .showroom_item .address {
    margin-bottom: 3.7vw;
  }
  .sec-modelhouse .showroom_body .showroom_item .content_btn {
    margin-top: 6.8vw;
    margin-bottom: 0 !important;
  }
  .sec-modelhouse .showroom_body .showroom_item:not(:last-child) {
    margin-bottom: 16.5vw;
  }
}
.sec-staff .sec-container {
  width: 1037px;
  padding: 70px 0 0;
}
.sec-staff .sec-title-en {
  margin-bottom: 38px;
}
.sec-staff .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.sec-staff .list .item {
  width: 244px;
  margin-bottom: 33px;
}
@media (min-width: 761px) {
  .sec-staff .list .item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.sec-staff .img {
  margin-bottom: 19px;
  height: 244px;
}
.sec-staff .img img {
  height: 100%;
  object-fit: cover;
}
.sec-staff .icons {
  justify-content: center;
  height: auto;
}
.sec-staff .icons .icon {
  font-size: 1.1rem;
  margin: 0 3px;
  min-width: 82px;
  margin-bottom: 3px;
  padding: 1px 5px 2px;
}
.sec-staff .icons .icon:not(:first-child) {
  display: none;
}
.sec-staff .name {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  color: #171717;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec-staff .btn-top, .sec-staff .btn-bot {
  margin-bottom: 87px;
}
.sec-staff .btn-top a, .sec-staff .btn-bot a {
  min-width: 216px;
  height: 45px;
}
.sec-staff .btn-top a::before, .sec-staff .btn-bot a::before {
  width: 19px;
}
.sec-staff .btn-top a::after, .sec-staff .btn-bot a::after {
  width: 19px;
}
.sec-staff .wrap-btn {
  display: flex;
  justify-content: space-between;
  width: 617px;
  margin: 0 auto 31px;
}
.sec-staff .wrap-btn a {
  border-radius: 0;
  min-width: 299px;
  height: 78px;
  font-size: 1.6rem;
  color: #1A1A1A;
}
.sec-staff .wrap-btn a::before {
  top: 49%;
  right: 16px;
}
.sec-staff .wrap-btn a::after {
  top: 49%;
  right: 16px;
}
.sec-staff .wrap-btn a:hover {
  color: #fff;
}
.sec-staff .wrap-btn a:hover::before {
  right: 10px;
}
.sec-staff .wrap-btn a:hover::after {
  right: 10px;
}
.sec-staff .btn-top a::before {
  right: 13px;
}
.sec-staff .btn-top a::after {
  right: 13px;
}
.sec-staff .btn-top a:hover::before {
  right: 6px;
}
.sec-staff .btn-top a:hover::after {
  right: 6px;
}
.sec-staff .btn-bot {
  margin-bottom: 123px;
}
.sec-staff .btn-bot a::before {
  left: 13px;
  top: 40%;
  transform: rotateY(180deg);
}
.sec-staff .btn-bot a::after {
  left: 13px;
  top: 40%;
  transform: rotateY(180deg);
}
.sec-staff .btn-bot a:hover::before {
  left: 6px;
  top: 40%;
  transform: rotateY(180deg);
}
.sec-staff .btn-bot a:hover::after {
  left: 6px;
  top: 40%;
  transform: rotateY(180deg);
}

@media (max-width: 760px) {
  .sec-staff {
    margin-bottom: 13.75vw;
  }
  .sec-staff .sec-container {
    width: 100%;
    padding-top: 13vw;
  }
  .sec-staff .sec-title-en {
    margin-bottom: 6.8vw;
  }
  .sec-staff .sec-title-en .h2 {
    font-size: 7.8125vw;
  }
  .sec-staff .img {
    height: 78.125vw;
    margin-bottom: 6vw;
  }
  .sec-staff .icons {
    margin-bottom: 0;
  }
  .sec-staff .icons .icon {
    height: 16px;
  }
  .sec-staff .name {
    font-size: 4.375vw;
  }
  .sec-staff .wrap-btn {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 7.5vw;
  }
  .sec-staff .wrap-btn .btn {
    margin: 0 auto;
  }
  .sec-staff .wrap-btn .btn:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  .sec-staff .wrap-btn .btn a {
    min-width: 88.90625vw;
    width: 88.90625vw;
    height: 18.28125vw;
    font-size: 4.0625vw;
  }
  .sec-staff .list {
    padding: 0 11vw;
    margin-bottom: 9vw;
  }
  .sec-staff .btn-top, .sec-staff .btn-bot {
    margin: 0 auto;
    width: 67.9vw;
  }
  .sec-staff .btn-top {
    margin: 0 auto 16.5625vw;
  }
  .sec-staff .btn-top a {
    width: 67.61875vw;
  }
  .sec-staff .btn-bot {
    margin: 0 auto;
  }
  .sec-staff .btn-bot a {
    width: 67.61875vw;
  }
  .sec-staff .btn a {
    height: 12.3vw;
    margin: 0 auto;
    min-width: auto;
  }
  .sec-staff .wrap-btn {
    justify-content: center;
    margin-bottom: 4.7vw;
  }
  .sec-staff .wrap-btn .btn {
    width: 89vw;
    margin-bottom: 2.6vw;
  }
  .sec-staff .wrap-btn .btn a {
    min-width: auto;
    height: 18.5vw;
  }
}
/* Components
============================================ */
.page_system.page_showroom {
  /*  Main
  *---------------------------------------------------------- */
  /*  Side
  *---------------------------------------------------------- */
  /*  Main と Side　iPad
  *---------------------------------------------------------- */
  /* for sp iPad */
  /*  Main と Side　SPonly
  *---------------------------------------------------------- */
  /* news_box
  --------------------------------------------------*/
  /* for pc */
  /* section_detail
  --------------------------------------------------*/
  /*  blog style
  *---------------------------------------------------------- */
}
@media print, screen and (min-width: 741px) {
  .page_system.page_showroom .main {
    max-width: 1100px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .page_system.page_showroom .main {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .page_system.page_showroom {
    /* for sp Device Only */
  }
  .page_system.page_showroom aside.side {
    width: 100%;
    display: block;
  }
  .page_system.page_showroom aside.side .archive {
    width: 100%;
  }
}
.page_system.page_showroom .section_other_list h3 {
  font-size: 18px;
  padding: 12px 20px;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom {
    /* for sp Device Only */
  }
  .page_system.page_showroom .section_rank .box .date {
    margin-top: 10px;
  }
}
.page_system.page_showroom .section_other_list .news_list.column_01 .box {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: dotted 1px #ccc;
}
.page_system.page_showroom .section_other_list .news_list.column_01 .box a {
  padding: 0;
}
.page_system.page_showroom .section_other_list .news_list.column_01 .box .date {
  margin-top: 5px;
}
.page_system.page_showroom .section_other_list .news_list.column_01 .box .info_box {
  width: 100%;
}
.page_system.page_showroom .section_other_list .news_list .box {
  border: none;
  width: 407px;
}
.page_system.page_showroom .section_other_list .news_list .box a {
  padding: 0;
}
.page_system.page_showroom .section_other_list .news_list .box .date {
  margin-top: 5px;
}
@media screen and (min-width: 761px) {
  .page_system.page_showroom .section_other_list .news_list.column_03 .box {
    width: 32%;
    margin: 0 auto 40px;
    margin-right: 2%;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .ph.ph_sys {
    float: none;
    width: 100%;
    height: 260px;
    margin-bottom: 5px;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .info_box {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .info_box .icons {
    overflow: hidden;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .info_box .tit {
    margin-bottom: 0;
    margin-top: 5px;
    max-height: 60px;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .info_box .price span {
    font-size: 25px;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box:nth-child(3n+1) {
    clear: both;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .tag_box {
    text-align: left;
    margin-top: 5px;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 12px;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_showroom .section_other_list .news_list.column_03 .box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
}
@media screen and (max-width: 740px) {
  .page_system.page_showroom .section_other_list .news_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .page_system.page_showroom .section_other_list .news_list .box .info_box {
    width: 100%;
    margin-top: 2.5vw;
    text-align: center;
  }
  .page_system.page_showroom .section_other_list .news_list .box .info_box .icons {
    overflow: hidden;
  }
  .page_system.page_showroom .section_other_list .news_list .box .info_box .tit {
    margin-bottom: 0;
    margin-top: 2vw;
    max-height: 20vw;
  }
  .page_system.page_showroom .section_other_list .news_list .box .info_box .price span {
    font-size: 6vw;
  }
  .page_system.page_showroom .section_other_list .news_list .box .tag_box {
    text-align: left;
    margin-top: 1vw;
  }
  .page_system.page_showroom .section_other_list .news_list .box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 3.2vw;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_showroom .section_other_list .news_list .box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
}
.page_system.page_showroom .empty_txt {
  text-align: center;
}
@media screen and (max-width: 740px) {
  .page_system.page_showroom .empty_txt {
    text-align: center;
  }
}
.page_system.page_showroom .section_detail .slidegallery .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page_system.page_showroom .section_detail .slidegallery .slide-arrow.prev-arrow {
  left: -85px;
}
.page_system.page_showroom .section_detail .slidegallery .slide-arrow.next-arrow {
  right: -85px;
}
@media screen and (max-width: 740px) {
  .page_system.page_showroom .section_detail .slidegallery .slide-arrow {
    display: none;
  }
}
@media print, screen and (min-width: 761px) {
  .page_system.page_showroom .section_detail .main_box .txt_box .price {
    font-size: 18px;
  }
  .page_system.page_showroom .section_detail .main_box .txt_box .price span {
    font-size: 30px;
    display: inline;
  }
  .page_system.page_showroom .section_detail > .info_box {
    margin-bottom: 50px;
    text-align: center;
  }
  .page_system.page_showroom .section_detail > .info_box .tit {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
  }
  .page_system.page_showroom .section_detail > .info_box .icons {
    justify-content: center;
  }
  .page_system.page_showroom .section_detail > .info_box .tag_box {
    text-align: center;
    margin-top: 10px;
  }
  .page_system.page_showroom .section_detail > .info_box .tag_box li {
    display: inline-block;
    color: #151515;
    font-size: 12px;
    background: none !important;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .page_system.page_showroom .section_detail > .info_box .tag_box li::before {
    content: "#";
    margin-right: 3px;
  }
  .page_system.page_showroom .section_detail .slick-slider {
    margin-bottom: 20px;
  }
  .page_system.page_showroom .section_detail .slick-slider li.portfolio .ph img {
    height: 100%;
    width: auto;
  }
  .page_system.page_showroom .section_detail .slick-slider .ph {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 66.2%;
  }
  .page_system.page_showroom .section_detail .slick-slider .caption {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    width: 100%;
    z-index: 1000;
  }
  .page_system.page_showroom .section_detail .slick-slider .caption:empty {
    background: none;
  }
  .page_system.page_showroom .section_detail .thumb_gallery {
    height: 120px;
    overflow: hidden;
    text-align: left;
  }
  .page_system.page_showroom .section_detail .thumb_gallery li {
    display: inline-block;
    vertical-align: top;
    height: 120px;
    margin: 0 1px;
    position: relative;
    overflow: hidden;
    /* &.slick-current {
      border: 2px solid colors.$accent-text;
    } */
  }
  .page_system.page_showroom .section_detail .thumb_gallery li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page_system.page_showroom .section_detail .thumb_gallery.center .slick-track {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .page_system.page_showroom .section_detail .detail_box {
    padding: 0 50px;
    font-size: 0;
    margin-bottom: 80px;
  }
  .page_system.page_showroom .section_detail .detail_box .system_article {
    padding: 0;
    border: none;
    background: none;
  }
  .page_system.page_showroom .section_detail .detail_box dl {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-bottom: 10px solid #fff;
    position: relative;
    background: #fff;
  }
  .page_system.page_showroom .section_detail .detail_box dl dt {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 13px;
    font-weight: bold;
    color: #151515;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_system.page_showroom .section_detail .detail_box dl dd {
    padding: 10px 30px;
    margin-left: 30%;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 13px;
    background: #fff;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .main_box .txt_box .price {
    font-size: 4.5vw;
    padding: 3% 0;
  }
  .page_system.page_showroom .section_detail .main_box .txt_box .price span {
    font-size: 8vw;
    display: inline;
  }
  .page_system.page_showroom .section_detail > .info_box {
    margin-bottom: 15%;
  }
  .page_system.page_showroom .section_detail > .info_box .icons {
    text-align: center;
  }
  .page_system.page_showroom .section_detail > .info_box .tit {
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5%;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
  }
  .page_system.page_showroom .section_detail .slidegallery {
    margin-bottom: 3%;
  }
  .page_system.page_showroom .section_detail .slick-slider {
    margin-bottom: 6%;
    padding-bottom: 0;
  }
  .page_system.page_showroom .section_detail .slick-slider li.portfolio .ph img {
    height: 100%;
    width: auto;
  }
  .page_system.page_showroom .section_detail .slick-slider .ph {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 66.2%;
  }
  .page_system.page_showroom .section_detail .slick-slider .caption {
    font-size: 4vw;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 3%;
    width: 100%;
    z-index: 1000;
  }
  .page_system.page_showroom .section_detail .slick-slider .caption:empty {
    background: none;
  }
  .page_system.page_showroom .section_detail .thumb_gallery {
    height: 35px;
    overflow: hidden;
    text-align: left;
  }
  .page_system.page_showroom .section_detail .thumb_gallery li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 18%; */
    height: 35px;
    margin: 0 1px;
    overflow: hidden;
  }
  .page_system.page_showroom .section_detail .detail_box {
    padding: 0 0;
    font-size: 0;
    margin-bottom: 15%;
  }
  .page_system.page_showroom .section_detail .detail_box .system_article {
    padding: 0;
    border: none;
    background: #fff;
  }
  .page_system.page_showroom .section_detail .detail_box dl {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 5px solid #fff;
    position: relative;
  }
  .page_system.page_showroom .section_detail .detail_box dl dt {
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 3.4vw;
    font-weight: bold;
    color: #151515;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_system.page_showroom .section_detail .detail_box dl dd {
    padding: 2%;
    margin-left: 30%;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 3.4vw;
    background: #fff;
  }
}
.page_system.page_showroom .section_detail .sale_list,
.page_system.page_showroom .section_detail .sale_list.second {
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .sale_list,
.page_system.page_showroom .section_detail .sale_list.second {
    margin-bottom: 10%;
  }
}
.page_system.page_showroom .section_detail .sale_list table,
.page_system.page_showroom .section_detail .sale_list.second table {
  width: 100%;
  border-collapse: collapse;
}
.page_system.page_showroom .section_detail .sale_list table th,
.page_system.page_showroom .section_detail .sale_list.second table th {
  background: #eee;
  padding: 10px;
  width: 25%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .sale_list table th,
.page_system.page_showroom .section_detail .sale_list.second table th {
    padding: 2%;
    font-size: 3.4vw;
    width: 15%;
  }
}
.page_system.page_showroom .section_detail .sale_list table td,
.page_system.page_showroom .section_detail .sale_list.second table td {
  padding: 10px;
  width: 25%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .sale_list table td,
.page_system.page_showroom .section_detail .sale_list.second table td {
    padding: 2%;
    font-size: 3.4vw;
    width: 35%;
  }
}
.page_system.page_showroom .section_detail .map_area {
  width: 100%;
}
.page_system.page_showroom .section_detail .map_area .address {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .map_area .address {
    margin-bottom: 3%;
  }
}
.page_system.page_showroom .section_detail .map_area .map {
  margin-top: 0;
}
.page_system.page_showroom .section_detail .map_area .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .map_area .map iframe {
    height: 200px;
  }
}
.page_system.page_showroom .section_detail .section_btn {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .section_btn {
    margin-bottom: 10%;
  }
}
.page_system.page_showroom .section_detail .section_btn .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .section_btn .btn {
    margin: 0 0 5%;
  }
}
.page_system.page_showroom .cnt_box .system_article {
  /* strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  } */
}
.page_system.page_showroom .cnt_box .system_article h1 {
  font-family: source-han-serif-japanese, serif;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #151515;
  margin-bottom: 20px;
}
.page_system.page_showroom .cnt_box .system_article h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #151515;
  margin-bottom: 15px;
}
.page_system.page_showroom .cnt_box .system_article blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 15px 0;
}
.page_system.page_showroom .cnt_box .system_article blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.page_system.page_showroom .cnt_box .system_article blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.page_system.page_showroom .cnt_box .system_article blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.page_system.page_showroom .cnt_box .system_article pre {
  display: inline-block;
  padding: 15px;
  border: 2px solid #BA933F;
  margin: 15px 0;
}
.page_system.page_showroom .cnt_box .system_article em {
  font-style: italic;
}
@media screen and (max-width: 740px) {
  .page_system.page_showroom .cnt_box .system_article {
    /* strong {
      background: linear-gradient(transparent 60%, #ffff66 60%);
    } */
  }
  .page_system.page_showroom .cnt_box .system_article h1 {
    font-family: source-han-serif-japanese, serif;
    font-size: 5.5vw;
    padding-bottom: 5px;
    border-bottom: 2px solid #151515;
    margin-bottom: 5%;
  }
  .page_system.page_showroom .cnt_box .system_article h2 {
    font-family: source-han-serif-japanese, serif;
    font-size: 4.5vw;
    padding-bottom: 3px;
    border-bottom: 1px dotted #151515;
    margin-bottom: 3%;
  }
  .page_system.page_showroom .cnt_box .system_article blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin: 5% 0;
  }
  .page_system.page_showroom .cnt_box .system_article blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
  }
  .page_system.page_showroom .cnt_box .system_article blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
  }
  .page_system.page_showroom .cnt_box .system_article blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  .page_system.page_showroom .cnt_box .system_article pre {
    display: inline-block;
    padding: 5%;
    border: 2px solid #BA933F;
    margin: 5% 0;
  }
}
.page_system.page_showroom .btn-list {
  max-width: 500px;
  margin: 30px auto 150px;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .btn-list {
    /* for sp Device Only */
    max-width: 100%;
    margin: 0 auto 23vw;
    padding: 0 5vw;
  }
}
.page_system.page_showroom .btn-list a {
  width: 500px;
  height: 135px;
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .btn-list a {
    width: 100%;
    height: 28.9vw;
    margin: 2em 0;
  }
}
@media screen and (min-width: 761px) {
  .page_system.page_showroom .btn-list a {
    /* for pc */
  }
  .page_system.page_showroom .btn-list a.btn-gallery {
    background-image: url(../../img/cmn/btn-gallery01_pc.jpg);
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_index {
    /* for sp Device Only */
    padding-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail {
    /* for sp Device Only */
    padding-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_showroom .section_detail .section_other_list {
    /* for sp Device Only */
    margin-bottom: 0;
  }
}

.simple_monthly_calendar {
  /* ========================================================================== */
  /* ========================================================================== */
  /* ========================================================================== */
}
.simple_monthly_calendar .calendar_slide {
  float: left;
  width: 543px;
}
.simple_monthly_calendar .day_unit {
  float: right;
  width: 544px;
  height: 538px;
  padding: 40px calc(75px - 5%) 40px;
  background: rgba(255, 255, 255, 0.85);
  /* border: 1px solid #ccc; */
}
.simple_monthly_calendar .day_unit iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media print, screen and (min-width: 741px) {
  .simple_monthly_calendar {
    /* for Desktop Device */
  }
}
@media screen and (max-width: 460px) {
  .simple_monthly_calendar {
    /* for Mobile Device */
  }
  .simple_monthly_calendar .calendar_slide,
.simple_monthly_calendar .day_unit {
    float: none;
    width: 100%;
    height: 410px;
    padding: 5% 0;
  }
}
.simple_monthly_calendar .calendar_month_unit .calendar_nav::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.simple_monthly_calendar .calendar_month_unit .btn_prev,
.simple_monthly_calendar .calendar_month_unit .btn_next {
  padding: 8px;
  font-size: 13px;
}
.simple_monthly_calendar .calendar_month_unit .btn_prev {
  float: left;
  padding-left: 0;
}
.simple_monthly_calendar .calendar_month_unit .btn_prev::before {
  content: "<";
  margin-right: 0.5em;
}
.simple_monthly_calendar .calendar_month_unit .btn_next {
  float: right;
  padding-right: 0;
}
.simple_monthly_calendar .calendar_month_unit .btn_next::after {
  content: ">";
  margin-left: 0.5em;
}
.simple_monthly_calendar .month_title h4 {
  /* font-size: 6.5rem; */
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.simple_monthly_calendar .month_title .catch {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  color: #151515;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d6d1;
}
.simple_monthly_calendar .month_title .lead {
  margin-top: 14px;
  text-align: center;
  margin: -8px 0 16px;
  font-size: 1.1rem;
  line-height: 1.9;
}
.simple_monthly_calendar .month_title .fair_txt {
  font-size: 14px;
  text-align: center;
}
.simple_monthly_calendar .calendar_container {
  margin-top: 10px;
}
.simple_monthly_calendar .calendar_container .cell {
  width: 14.2857142857%;
}
.simple_monthly_calendar .calendar_header,
.simple_monthly_calendar .calendar_body {
  display: flex;
  flex-wrap: wrap;
}
.simple_monthly_calendar .calendar_header {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  padding: 8px 0;
  margin-bottom: 10px;
}
.simple_monthly_calendar .calendar_header .cell {
  text-align: center;
  font-weight: 700;
}
.simple_monthly_calendar .calendar_header .cell.sat {
  color: #1790c8;
}
.simple_monthly_calendar .calendar_header .cell.sun {
  color: #f23126;
}
.simple_monthly_calendar .calendar_body .inner {
  width: 36px;
  height: 36px;
  margin: 6px auto;
  line-height: 36px;
  text-align: center;
}
.simple_monthly_calendar .calendar_body a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.simple_monthly_calendar .calendar_body .out_of_month .inner {
  opacity: 0;
}

.detail_monthly_calendar {
  /* ========================================================================== */
  /* ========================================================================== */
  /*@media screen and (max-width: 740px) {*/
  /* for Mobile Device */
  /*.calendar_header {
      display: none;
    }

    .calendar_body {
      display: block;  // display: flex; 解除のため
    }

    .calendar_container {
      margin-top: 4px;

      .cell.disable {
        display: none;
      }

      .cell {
        width: auto;
        margin: 0;
      }

      .inner {
        display: flex;

        padding: 0;
      }

      .day,
      .dow {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 36px;
        padding: 8px 0;

        font-size: 13px;

        border-right: 1px solid #ccc;
      }

      .events {
        flex-grow: 1;
        flex-shrink: 1;

        width: calc(100% - 74px);
        margin: 0;
        padding: 10px;
      }
    }
  }
  */
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .calendar_month_unit .calendar_nav::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev,
.detail_monthly_calendar .calendar_month_unit .btn_next {
    font-size: 13px;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev a,
.detail_monthly_calendar .calendar_month_unit .btn_next a {
    display: block;
    padding: 8px;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev {
    float: left;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev a {
    padding-left: 0;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_prev a::before {
    content: "<";
    margin-right: 0.5em;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_next {
    float: right;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_next a {
    padding-right: 0;
  }
  .detail_monthly_calendar .calendar_month_unit .btn_next a::after {
    content: ">";
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 740px) {
  .detail_monthly_calendar {
    /* for Mobile Device */
  }
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .month_title h4 {
    font-size: 68px;
    text-align: center;
    line-height: 1;
  }
  .detail_monthly_calendar .month_title .fair_txt {
    font-size: 14px;
    text-align: center;
  }
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .calendar_header,
.detail_monthly_calendar .calendar_body {
    display: flex;
    flex-wrap: wrap;
  }
  .detail_monthly_calendar .calendar_header .cell {
    text-align: center;
    font-weight: 700;
  }
  .detail_monthly_calendar .calendar_header .cell.sat {
    color: #1790c8;
  }
  .detail_monthly_calendar .calendar_header .cell.sun {
    color: #f23126;
  }
  .detail_monthly_calendar .calendar_container {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .detail_monthly_calendar .calendar_container .cell {
    width: 14.2857142857%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .detail_monthly_calendar .calendar_container .inner {
    height: 100%;
    padding: 10px;
  }
  .detail_monthly_calendar .calendar_container .day {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  .detail_monthly_calendar .calendar_container .events {
    margin-top: 6px;
    font-size: 12px;
  }
  .detail_monthly_calendar .calendar_container .event_title {
    margin-top: 4px;
  }
  .detail_monthly_calendar .calendar_container .event_unit:not(:first-child) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dotted #ccc;
  }
}
@media print, screen and (min-width: 741px) {
  .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .detail_monthly_calendar .calendar_container .dow {
    display: none;
  }
  .detail_monthly_calendar .calendar_container .cell.disable {
    padding: 0;
  }
  .detail_monthly_calendar .calendar_container .cell .icon_box {
    max-height: none;
  }
  .detail_monthly_calendar .calendar_container .cell .icon {
    width: 100%;
    text-align: center;
  }
}

.page_system.page_event, .page_system.page_fair {
  /*-------------------------------------------
  day.html
  -------------------------------------------*/
  /*-------------------------------------------
  list.html
  -------------------------------------------*/
  /*-------------------------------------------
  detail_list.html
  -------------------------------------------*/
}
.page_system.page_event .btn.cv02 a,
.page_system.page_event .btn.back a, .page_system.page_fair .btn.cv02 a,
.page_system.page_fair .btn.back a {
  line-height: 40px;
}
.page_system.page_event .article_h2 h2, .page_system.page_fair .article_h2 h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page_system.page_event .article_h2 h2::before, .page_system.page_fair .article_h2 h2::before {
  content: none;
}
.page_system.page_event .section_btn, .page_system.page_fair .section_btn {
  text-align: center;
  margin-top: 70px;
}
.page_system.page_event .section_btn.naka, .page_system.page_fair .section_btn.naka {
  margin-top: 0;
}
@media screen and (min-width: 761px) {
  .page_system.page_event .section_btn.naka02, .page_system.page_fair .section_btn.naka02 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_btn, .page_system.page_fair .section_btn {
    margin-top: 10%;
  }
}
.page_system.page_event .section_btn .btn, .page_system.page_fair .section_btn .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_btn .btn, .page_system.page_fair .section_btn .btn {
    margin: 0 0;
  }
}
.page_system.page_event .section_btn .btn.cv03, .page_system.page_fair .section_btn .btn.cv03 {
  height: 92px;
  display: inline-block;
  width: 400px;
  margin: 0 3%;
  vertical-align: middle;
}
.page_system.page_event .section_btn .btn.cv03 a, .page_system.page_fair .section_btn .btn.cv03 a {
  line-height: 50px;
  background-color: #BA933F;
  display: block;
  color: #fff;
  padding: 20px 0;
  transition: all 0.4s;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.page_system.page_event .section_btn .btn.cv03 a::after, .page_system.page_fair .section_btn .btn.cv03 a::after {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_btn .btn.cv03, .page_system.page_fair .section_btn .btn.cv03 {
    width: 100%;
    margin: 0 auto;
  }
  .page_system.page_event .section_btn .btn.cv03 a, .page_system.page_fair .section_btn .btn.cv03 a {
    line-height: 12vw;
    font-size: 14px;
  }
}
.page_system.page_event .btn.back.sub_btn a,
.page_system.page_event .btn.cv01.back.sub_btn a,
.page_system.page_event .btn.cv02.back.sub_btn a, .page_system.page_fair .btn.back.sub_btn a,
.page_system.page_fair .btn.cv01.back.sub_btn a,
.page_system.page_fair .btn.cv02.back.sub_btn a {
  line-height: 25px;
}
.page_system.page_event .section_btn .btn.cv01, .page_system.page_fair .section_btn .btn.cv01 {
  height: 92px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_btn .btn.cv01, .page_system.page_fair .section_btn .btn.cv01 {
    /* for sp Device Only */
    height: 23vw;
  }
}
.page_system.page_event .section_btn .btn.cv01 a, .page_system.page_fair .section_btn .btn.cv01 a {
  line-height: 50px !important;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_btn .btn.cv01 a, .page_system.page_fair .section_btn .btn.cv01 a {
    /* for sp Device Only */
    line-height: 12vw !important;
  }
}
.page_system.page_event .list_btn, .page_system.page_fair .list_btn {
  margin: 0 auto 40px;
  text-align: center;
}
.page_system.page_event .list_btn li, .page_system.page_fair .list_btn li {
  font-size: 18px;
  line-height: 70px;
  float: left;
  width: 550px;
  height: 70px;
  color: #fff;
  background: #BA933F;
}
.page_system.page_event .list_btn li:last-child, .page_system.page_fair .list_btn li:last-child {
  float: right;
}
.page_system.page_event .list_btn li a, .page_system.page_fair .list_btn li a {
  display: block;
  color: #151515;
  background: #f4f1ec;
}
@media screen and (min-width: 761px) {
  .page_system.page_event, .page_system.page_fair {
    /* for pc */
  }
  .page_system.page_event .section_visual, .page_system.page_fair .section_visual {
    height: 430px;
    margin: 92px auto 80px;
  }
}
.page_system.page_event .section_index, .page_system.page_fair .section_index {
  margin: 90px auto;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_index, .page_system.page_fair .section_index {
    margin: 15vw auto;
    padding: 0 5%;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_index .simple_monthly_calendar .calendar_slide, .page_system.page_fair .section_index .simple_monthly_calendar .calendar_slide {
    /* for sp Device Only */
    margin: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_index .simple_monthly_calendar .day_unit, .page_system.page_fair .section_index .simple_monthly_calendar .day_unit {
    /* for sp Device Only */
    padding-top: 0;
  }
}
.page_system.page_event .section_calendar, .page_system.page_fair .section_calendar {
  margin-bottom: 50px;
}
@media screen and (min-width: 761px) {
  .page_system.page_event .main_event .section_index .fair_list .box, .page_system.page_fair .main_event .section_index .fair_list .box {
    border: 2px solid #BA933F;
  }
  .page_system.page_event .main_event .section_index .fair_list .box.b_none, .page_system.page_fair .main_event .section_index .fair_list .box.b_none {
    border: inherit;
  }
}
.page_system.page_event .calendar_naka .event-top, .page_system.page_fair .calendar_naka .event-top {
  width: 100%;
  height: auto;
  padding: 0 0 0;
  background: none;
  margin-bottom: 94px;
}
.page_system.page_event .calendar_naka .event-top.naka, .page_system.page_fair .calendar_naka .event-top.naka {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .calendar_naka .event-top, .page_system.page_fair .calendar_naka .event-top {
    margin-bottom: 0;
  }
  .page_system.page_event .calendar_naka .event-top .event-nav, .page_system.page_fair .calendar_naka .event-top .event-nav {
    padding: 0;
    justify-content: center;
  }
  .page_system.page_event .calendar_naka .event-top .main_system, .page_system.page_fair .calendar_naka .event-top .main_system {
    padding: 0;
  }
  .page_system.page_event .calendar_naka .event-top .section_calendar .calendar_slide, .page_system.page_fair .calendar_naka .event-top .section_calendar .calendar_slide {
    padding: 0;
  }
}
.page_system.page_event .calendar_naka .event-top .event-nav a, .page_system.page_fair .calendar_naka .event-top .event-nav a {
  background: rgba(238, 238, 238, 0.88);
}
.page_system.page_event .calendar_naka .event-top .event-nav .active a, .page_system.page_fair .calendar_naka .event-top .event-nav .active a {
  background: rgba(234, 104, 0, 0.88);
}
.page_system.page_event .calendar_naka .event-top .section_calendar .day_unit, .page_system.page_fair .calendar_naka .event-top .section_calendar .day_unit {
  padding-bottom: 0;
}
.page_system.page_event .calendar_naka .event-top .simple_monthly_calendar .day_unit, .page_system.page_fair .calendar_naka .event-top .simple_monthly_calendar .day_unit {
  padding-top: 0;
  margin-top: -30px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .list_btn, .page_system.page_fair .list_btn {
    margin-bottom: 6%;
  }
  .page_system.page_event .list_btn li, .page_system.page_fair .list_btn li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .page_system.page_event .section_calendar, .page_system.page_fair .section_calendar {
    margin-bottom: 8%;
  }
  .page_system.page_event .section_btn, .page_system.page_fair .section_btn {
    padding: 0 0;
  }
  .page_system.page_event .section_btn .btn, .page_system.page_fair .section_btn .btn {
    width: 80%;
    margin-bottom: 3%;
  }
  .page_system.page_event .section_btn.naka .btn, .page_system.page_fair .section_btn.naka .btn {
    width: 87%;
  }
}
.page_system.page_event .section_fair_cal span, .page_system.page_fair .section_fair_cal span {
  display: block;
}
.page_system.page_event > .map, .page_system.page_fair > .map {
  width: 100%;
  margin: 50px 0 20px;
}
.page_system.page_event > .map iframe, .page_system.page_fair > .map iframe {
  width: 100%;
  height: 300px;
}
.page_system.page_event .address_box, .page_system.page_fair .address_box {
  text-align: center;
  margin-bottom: 80px;
}
.page_system.page_event .address_box dt, .page_system.page_fair .address_box dt {
  display: inline-block;
  vertical-align: top;
  background: #585858;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
}
.page_system.page_event .address_box dd, .page_system.page_fair .address_box dd {
  display: inline-block;
  vertical-align: top;
  padding: 10px 30px;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .map, .page_system.page_fair .map {
    width: 100%;
    margin: 10% 0 5%;
  }
  .page_system.page_event .map iframe, .page_system.page_fair .map iframe {
    width: 100%;
    height: 180px;
  }
  .page_system.page_event .address_box, .page_system.page_fair .address_box {
    text-align: center;
    margin-bottom: 10%;
  }
  .page_system.page_event .address_box dt, .page_system.page_fair .address_box dt {
    display: inline-block;
    vertical-align: top;
    background: #585858;
    color: #fff;
    padding: 2% 5%;
    text-align: center;
  }
  .page_system.page_event .address_box dd, .page_system.page_fair .address_box dd {
    display: inline-block;
    vertical-align: top;
    padding: 2% 5%;
    text-align: left;
  }
}
.page_system.page_event .section_day h3.tit, .page_system.page_fair .section_day h3.tit {
  font-size: 23px;
  margin-bottom: 4px;
  padding: 16px 20px;
  text-align: center;
  letter-spacing: 1px;
  /* border-top: 1px solid colors.$dark-text;
  border-bottom: 1px solid colors.$dark-text; */
}
@media screen and (max-width: 460px) {
  .page_system.page_event .section_day h3.tit, .page_system.page_fair .section_day h3.tit {
    font-size: 5vw;
    margin-bottom: 4%;
    padding: 12px 0;
    text-align: center;
    letter-spacing: 1px;
  }
}
.page_system.page_event .section_day .section_index, .page_system.page_fair .section_day .section_index {
  padding: 0 0 !important;
}
.page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
  position: relative;
  height: 353px;
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px dotted #151515 !important;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
    margin-top: 2%;
    padding-top: 2%;
  }
}
.page_system.page_event .section_day .fair_list .box a, .page_system.page_fair .section_day .fair_list .box a {
  padding: 14px;
}
.page_system.page_event .section_day .fair_list .box .ph, .page_system.page_fair .section_day .fair_list .box .ph {
  float: left;
  overflow: hidden;
  width: 465px;
  height: 0;
  margin-right: 18px;
  padding-bottom: 30%;
}
.page_system.page_event .section_day .fair_list .box .info_box, .page_system.page_fair .section_day .fair_list .box .info_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 490px);
  padding: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.page_system.page_event .section_day .fair_list .box .caption, .page_system.page_fair .section_day .fair_list .box .caption {
  overflow: hidden;
  max-height: 75px;
  margin-top: 7px;
  text-overflow: ellipsis;
}
.page_system.page_event .section_day .fair_list .box .tit, .page_system.page_fair .section_day .fair_list .box .tit {
  box-sizing: border-box;
  max-height: 110px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #151515;
  margin-top: 12px;
  font-size: 18px;
}
.page_system.page_event .section_day .fair_list .box:nth-child(2),
.page_system.page_event .section_day .fair_list .box:nth-child(3), .page_system.page_fair .section_day .fair_list .box:nth-child(2),
.page_system.page_fair .section_day .fair_list .box:nth-child(3) {
  float: none;
  width: 100%;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .page_day .section_day .fair_list, .page_system.page_fair .page_day .section_day .fair_list {
    height: 82vw;
  }
  .page_system.page_event .section_day .fair_list, .page_system.page_fair .section_day .fair_list {
    margin: 0 auto;
  }
  .page_system.page_event .section_day .fair_list .tabbox, .page_system.page_fair .section_day .fair_list .tabbox {
    margin-bottom: 15%;
  }
  .page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
    height: auto;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
    border: none;
    margin-bottom: 2%;
  }
  .page_system.page_event .section_day .fair_list .box, .page_system.page_fair .section_day .fair_list .box {
    width: 100%;
    height: auto;
  }
  .page_system.page_event .section_day .fair_list .box .icon_box, .page_system.page_fair .section_day .fair_list .box .icon_box {
    max-height: 25px !important;
  }
  .page_system.page_event .section_day .fair_list .box .ph, .page_system.page_fair .section_day .fair_list .box .ph {
    position: relative;
    width: 127px;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 18%;
  }
  .page_system.page_event .section_day .fair_list .box .tit, .page_system.page_fair .section_day .fair_list .box .tit {
    max-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
  }
  .page_system.page_event .section_day .fair_list .box a, .page_system.page_fair .section_day .fair_list .box a {
    padding: 0;
  }
  .page_system.page_event .section_day .fair_list .box .info_box, .page_system.page_fair .section_day .fair_list .box .info_box {
    position: inherit;
    float: none;
    width: auto;
    top: inherit;
    right: inherit;
    padding: 0;
    transform: inherit;
    /* margin-top: 13px; */
  }
  .page_system.page_event .section_day .fair_list .box:after, .page_system.page_fair .section_day .fair_list .box:after {
    display: none;
  }
  .page_system.page_event .section_day .fair_list .box .icon_box, .page_system.page_fair .section_day .fair_list .box .icon_box {
    max-height: 40px;
  }
}
@media screen and (max-width: 460px) {
  .page_system.page_event .section_day .fair_list .box .ph, .page_system.page_fair .section_day .fair_list .box .ph {
    width: 87px;
    margin-right: 10px;
  }
}
.page_system.page_event ul.horizontal, .page_system.page_fair ul.horizontal {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  text-align: center;
}
.page_system.page_event ul.horizontal li, .page_system.page_fair ul.horizontal li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0 7px 15px;
  opacity: 1;
  background: #dedede;
}
.page_system.page_event ul.horizontal li.active, .page_system.page_fair ul.horizontal li.active {
  background: #BA933F;
}
.page_system.page_event ul.horizontal li.active a, .page_system.page_fair ul.horizontal li.active a {
  color: #fff;
}
.page_system.page_event ul.horizontal li a, .page_system.page_fair ul.horizontal li a {
  display: block;
  padding: 7px 15px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.page_system.page_event ul.horizontal li.active a::after, .page_system.page_fair ul.horizontal li.active a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 10px;
  margin: auto;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #BA933F transparent transparent transparent;
}
@media screen and (max-width: 760px) {
  .page_system.page_event ul.horizontal li, .page_system.page_fair ul.horizontal li {
    width: 50%;
    float: left;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: block;
    margin: 0;
  }
  .page_system.page_event ul.horizontal a::after, .page_system.page_fair ul.horizontal a::after {
    display: none;
  }
}
.page_system.page_event .data02, .page_system.page_fair .data02 {
  margin: 0 auto;
}
.page_system.page_event .data02 th,
.page_system.page_event .data02 td, .page_system.page_fair .data02 th,
.page_system.page_fair .data02 td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
.page_system.page_event .data02 th, .page_system.page_fair .data02 th {
  font-weight: bold;
  width: 20%;
  padding: 10px 6px;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #151515;
  background: #151515;
}
.page_system.page_event .data02 td, .page_system.page_fair .data02 td {
  padding: 14px 20px;
  text-align: left;
  word-break: break-all;
  border: 1px solid #151515;
}
.page_system.page_event .data02 span, .page_system.page_fair .data02 span {
  display: inline-block;
  padding-right: 20px;
  line-height: 1.9;
}
.page_system.page_event .data.date_box th, .page_system.page_fair .data.date_box th {
  width: 30%;
  padding: 10px 6px;
  text-align: center;
  color: #151515;
  border-right: none;
  background: #e3dccf;
}
.page_system.page_event .data.date_box th:nth-child(4), .page_system.page_fair .data.date_box th:nth-child(4) {
  border-right: none;
}
.page_system.page_event .data.date_box td, .page_system.page_fair .data.date_box td {
  padding: 10px 20px;
  text-align: left;
}
.page_system.page_event .data.date_box .tit, .page_system.page_fair .data.date_box .tit {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 26px;
  text-align: center;
}
.page_system.page_event .data, .page_system.page_fair .data {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page_system.page_event .data .fairtime, .page_system.page_fair .data .fairtime {
  text-align: center;
}
.page_system.page_event .data th, .page_system.page_fair .data th {
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .data th, .page_system.page_fair .data th {
    /* for sp Device Only */
  }
  .page_system.page_event .data th:first-of-type, .page_system.page_fair .data th:first-of-type {
    width: 35vw;
    line-height: 1.4;
  }
  .page_system.page_event .data th:nth-of-type(2), .page_system.page_fair .data th:nth-of-type(2) {
    width: 11vw;
    line-height: 1.4;
  }
}
.page_system.page_event .data td, .page_system.page_fair .data td {
  padding: 15px 6px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .data td, .page_system.page_fair .data td {
    padding: 3% 6px;
    font-size: 3.8vw;
  }
}
.page_system.page_event .data .note, .page_system.page_fair .data .note {
  width: 35%;
}
.page_system.page_event .data .ex dt,
.page_system.page_event .data .ex dd, .page_system.page_fair .data .ex dt,
.page_system.page_fair .data .ex dd {
  font-size: 12px;
  font-weight: normal;
  float: left;
}
.page_system.page_event .data .ex dt:after, .page_system.page_fair .data .ex dt:after {
  content: ": ";
}
.page_system.page_event .data .ex dd, .page_system.page_fair .data .ex dd {
  margin-right: 2em;
}
.page_system.page_event .data table, .page_system.page_fair .data table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.page_system.page_event .data tbody tr, .page_system.page_fair .data tbody tr {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.page_system.page_event .data tbody tr:first-child, .page_system.page_fair .data tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
.page_system.page_event .form_menu .reserve_time, .page_system.page_fair .form_menu .reserve_time {
  font-size: 16px;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
}
.page_system.page_event .form_menu .reserve_time .tit_form, .page_system.page_fair .form_menu .reserve_time .tit_form {
  display: inline-block;
  margin-right: 10px;
}
.page_system.page_event .form_menu .reserve_time .select_box, .page_system.page_fair .form_menu .reserve_time .select_box {
  display: inline-block;
}
.page_system.page_event .form_menu .reserve_time .select_box select, .page_system.page_fair .form_menu .reserve_time .select_box select {
  width: 100%;
  height: 40px;
  background: #f4f1ec;
}
.page_system.page_event .form_menu .btn_reserve, .page_system.page_fair .form_menu .btn_reserve {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.page_system.page_event .form_menu .btn_reserve:hover, .page_system.page_fair .form_menu .btn_reserve:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.page_system.page_event .form_menu .btn_reserve::after, .page_system.page_fair .form_menu .btn_reserve::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  transition-duration: 200ms;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}
.page_system.page_event .form_menu .btn_reserve input, .page_system.page_fair .form_menu .btn_reserve input {
  font-size: 16px;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #BA933F;
  -webkit-appearance: none;
  text-align: center;
}
.page_system.page_event .reserve_time a, .page_system.page_fair .reserve_time a {
  font-size: 1.1em;
  line-height: 50px;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 200px;
  width: 70%;
  height: 50px;
  margin: 5px auto 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  background: #BA933F;
}
.page_system.page_event .reserve_time.btn_time a, .page_system.page_fair .reserve_time.btn_time a {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 48px;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 48px;
  margin: 5px auto 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background: #BA933F;
}
.page_system.page_event .reserve_time a:after, .page_system.page_fair .reserve_time a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  content: "";
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}
.page_system.page_event .section_map, .page_system.page_fair .section_map {
  text-align: center;
  margin-bottom: 60px;
}
.page_system.page_event .section_map .box_l, .page_system.page_fair .section_map .box_l {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
}
.page_system.page_event .section_map .box_l dt, .page_system.page_fair .section_map .box_l dt {
  margin-bottom: 15px;
}
.page_system.page_event .section_map .box_l iframe, .page_system.page_fair .section_map .box_l iframe {
  width: 100%;
  height: 250px;
}
.page_system.page_event .section_map .box_r, .page_system.page_fair .section_map .box_r {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.page_system.page_event .section_map .box_r dl, .page_system.page_fair .section_map .box_r dl {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.page_system.page_event .section_map .box_r dl dt, .page_system.page_fair .section_map .box_r dl dt {
  display: inline-block;
  vertical-align: top;
  padding: 12px;
  background: #D8C6BA;
  width: 25%;
  margin-bottom: 3px;
}
.page_system.page_event .section_map .box_r dl dd, .page_system.page_fair .section_map .box_r dl dd {
  display: inline-block;
  vertical-align: top;
  padding: 12px;
  width: 72%;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .section_map, .page_system.page_fair .section_map {
    text-align: center;
    margin-bottom: 10%;
  }
  .page_system.page_event .section_map .box_l, .page_system.page_fair .section_map .box_l {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5%;
  }
  .page_system.page_event .section_map .box_l dt, .page_system.page_fair .section_map .box_l dt {
    margin-bottom: 3%;
  }
  .page_system.page_event .section_map .box_l iframe, .page_system.page_fair .section_map .box_l iframe {
    width: 100%;
    height: 200px;
  }
  .page_system.page_event .section_map .box_r, .page_system.page_fair .section_map .box_r {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .page_system.page_event .section_map .box_r dl, .page_system.page_fair .section_map .box_r dl {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .page_system.page_event .section_map .box_r dl dt, .page_system.page_fair .section_map .box_r dl dt {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    background: #D8C6BA;
    width: 25%;
    margin-bottom: 3px;
  }
  .page_system.page_event .section_map .box_r dl dd, .page_system.page_fair .section_map .box_r dl dd {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    width: 72%;
  }
}
.page_system.page_event .map_area, .page_system.page_fair .map_area {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .map_area, .page_system.page_fair .map_area {
    margin-bottom: 8%;
  }
}
.page_system.page_event .map_area .address, .page_system.page_fair .map_area .address {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .map_area .address, .page_system.page_fair .map_area .address {
    margin-bottom: 3%;
  }
}
.page_system.page_event .map_area .map, .page_system.page_fair .map_area .map {
  margin-top: 0;
}
.page_system.page_event .map_area .map iframe, .page_system.page_fair .map_area .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .map_area .map iframe, .page_system.page_fair .map_area .map iframe {
    height: 200px;
  }
}
.page_system.page_event .movie_area, .page_system.page_fair .movie_area {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .movie_area, .page_system.page_fair .movie_area {
    width: 100%;
    margin: 0 auto 8%;
  }
}
.page_system.page_event .movie_area .movie iframe, .page_system.page_fair .movie_area .movie iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .movie_area .movie iframe, .page_system.page_fair .movie_area .movie iframe {
    height: 200px;
  }
}
@media screen and (max-width: 740px) {
  .page_system.page_event .form_menu, .page_system.page_fair .form_menu {
    width: 100%;
  }
  .page_system.page_event .form_menu .btn_reserve, .page_system.page_fair .form_menu .btn_reserve {
    width: 100%;
  }
  .page_system.page_event .reserve_time a, .page_system.page_fair .reserve_time a {
    width: 100%;
    font-size: 3.4vw;
  }
  .page_system.page_event .reserve_time a::after, .page_system.page_fair .reserve_time a::after {
    display: none;
  }
}
.page_system.page_event .main_box .data02, .page_system.page_fair .main_box .data02 {
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .page_system.page_event .main_box .data02, .page_system.page_fair .main_box .data02 {
    margin-top: 5%;
  }
}
.page_system.page_event .icon.category, .page_system.page_fair .icon.category {
  color: #151515 !important;
  font-size: 12.5px;
  padding: 0 3px !important;
  position: relative;
  background: none;
  margin-top: 4px;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_rank .box .date, .page_system.page_fair .section_rank .box .date {
    /* for sp Device Only */
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_rank .box:nth-of-type(2) .icon_box, .page_system.page_event .section_rank .box:nth-of-type(3) .icon_box, .page_system.page_fair .section_rank .box:nth-of-type(2) .icon_box, .page_system.page_fair .section_rank .box:nth-of-type(3) .icon_box {
    /* for sp Device Only */
    max-height: 25px;
    margin-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_rank .box:nth-of-type(2) .date, .page_system.page_event .section_rank .box:nth-of-type(3) .date, .page_system.page_fair .section_rank .box:nth-of-type(2) .date, .page_system.page_fair .section_rank .box:nth-of-type(3) .date {
    /* for sp Device Only */
    height: 6vw;
    font-size: 3.8vw;
  }
}
.page_system.page_event .section_rank .box .tit, .page_system.page_fair .section_rank .box .tit {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .page_system.page_event .section_rank .box .tit, .page_system.page_fair .section_rank .box .tit {
    font-size: 5vw;
    line-height: 1.4;
    max-height: 14vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 760px) {
  .page_system.page_event .simple_monthly_calendar .day_unit, .page_system.page_fair .simple_monthly_calendar .day_unit {
    /* for sp Device Only */
    height: 85vw !important;
  }
}

/************************************************

  フェア詳細フッター

************************************************/
.fair_contact_btn {
  display: none;
}

.fair_h_nav {
  display: none;
}

.page_event.detail .fair_contact_btn {
  display: block;
  width: 150px;
  height: 150px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 1001;
}
.page_event.detail .fair_contact_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #BA933F;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 45px;
  font-size: 18px;
  line-height: 1.3;
}
.page_event.detail .fair_contact_btn a span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .page_event.detail .fair_h_nav {
    display: block;
    position: fixed;
    top: inherit;
    bottom: 10px;
    width: 100%;
    border-top: none;
    z-index: 1001;
  }
  .page_event.detail .fair_h_nav li.contact {
    width: 100%;
    padding: 0 4%;
  }
  .page_event.detail .fair_h_nav li.contact a {
    position: relative;
    height: 55px;
    margin: 0;
    border-radius: 6px;
    font-size: 4vw;
    line-height: 57px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #BA933F;
    color: #fff;
  }
  .page_event.detail .fair_h_nav li.contact a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    content: "";
  }
  .page_event.detail .fair_h_nav span.icon_f {
    position: absolute;
    top: -10px;
    right: 10%;
    width: 60px;
    z-index: 2000;
  }
}
.ph.ph_sys {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.ph.ph_sys img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}
@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}


/* === style.css === */
@charset "UTF-8";
/* ------------ colors ------------ */
/* ----------------------------------------------------------

　基本構造

---------------------------------------------------------- */
.wrapper {
  width: 100%;
}

.container {
  width: 100%;
}

@media print, screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}
@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
/*  カテゴリーアイコン
*---------------------------------------------------------- */
ul.icon_box {
  text-align: inherit;
  max-height: 25px;
  overflow: hidden;
}

ul.icon_box li {
  padding: 3px 10px 4px;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  font-size: 11px;
  margin-right: 3px;
  display: inline-block;
  width: auto;
  background: #ccc;
  white-space: nowrap;
}

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

h2(ビジュアルあり)

---------------------------------------------------------- */
.key_visual.up {
  margin-bottom: 67px;
}
@media screen and (max-width: 760px) {
  .key_visual.up {
    margin-bottom: 10%;
  }
}

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

h2

---------------------------------------------------------- */
/*  Table
---------------------------------------------------------- */
.tbl01 {
  width: 100%;
  font-size: 100%;
  text-align: left;
  background-size: cover;
  border-top: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
}
.tbl01 th {
  background: #F8F8F8;
  padding: 10px;
  width: 23%;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
@media screen and (max-width: 760px) {
  .tbl01 th {
    width: 100%;
    display: block;
  }
}
.tbl01 td {
  padding: 10px;
  word-break: break-all;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
@media screen and (max-width: 760px) {
  .tbl01 td {
    width: 100%;
    display: block;
  }
}

.tbl_scrl {
  overflow-x: scroll;
}
.tbl_scrl .tbl01 th,
.tbl_scrl .tbl01 td {
  white-space: nowrap;
  display: table-cell;
}

@media screen and (max-width: 760px) {
  .tbl_caution {
    font-size: 3.73vw;
    text-align: left;
    margin-bottom: 5%;
    color: #5b5b5b;
  }
}

.tbl_caption {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #5b5b5b;
}
@media screen and (max-width: 760px) {
  .tbl_caption {
    font-size: 3.2vw;
  }
}

/*  tabulous
*---------------------------------------------------------- */
/*  tabslet
*---------------------------------------------------------- */
.tabs {
  text-align: center;
  opacity: 1;
}

.tabs ul,
.tabs div {
  opacity: 1;
}

ul.horizontal {
  margin-bottom: 40px;
  padding: 16px 0 10px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  opacity: 1;
  text-align: center;
}

ul.horizontal li {
  display: inline-block;
  margin: 0 7px 7px;
  opacity: 1;
  background: #dedede;
}
ul.horizontal li input {
  display: none;
  height: 100%;
}
ul.horizontal li label {
  display: block;
  height: 100%;
  padding: 7px 10px;
  text-align: center;
}
ul.horizontal li input[type=radio]:checked + label {
  background: #BA933F;
  border-radius: 4px;
  color: #FFF;
}

ul.horizontal li a {
  display: block;
  padding: 7px 15px;
  text-align: center;
  font-weight: 500;
}

ul.horizontal li label:hover ul.horizontal li.active label,
ul.horizontal li.active {
  background: #BA933F;
  color: #FFF;
}

@media screen and (max-width: 760px) {
  ul.horizontal {
    margin-bottom: 5%;
    padding: 0;
    border: none;
  }

  ul.horizontal li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 7px;
    opacity: 1;
    margin: 0;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 12px;
  }

  ul.horizontal li:nth-child(2n) {
    border-right: none;
  }

  ul.horizontal li a {
    padding: 12px 5px;
    font-size: 12px;
  }
}
table,
ul ul,
ol ol,
td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

/*  Accordion
*---------------------------------------------------------- */
dl.accordion {
  font-size: 100%;
}
dl.accordion dt {
  background: -moz-linear-gradient(top, #FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #FFF;
  position: relative;
  padding: 8px 20px 8px 5px;
}
dl.accordion dt::after {
  border-right: 2px solid #B5A43A;
  border-top: 2px solid #B5A43A;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 4px;
  right: 8px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 4px;
}
dl.accordion dt.open::after {
  border-right: 2px solid #B5A43A;
  border-top: 2px solid #B5A43A;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  display: block;
  height: 4px;
  right: 8px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 4px;
}
dl.accordion dd {
  display: none;
  padding: 10px;
  line-height: 1.5;
  background: #FFF;
}
dl.accordion dd p {
  padding: 10px 0px 0px 0px;
}

/*  Topcontrol
 *---------------------------------------------------------- */
.topcontrol {
  display: block;
  width: 45px;
  height: 45px;
  background: #BA933F;
  opacity: 0.9;
  z-index: 10000;
  position: relative;
}

.topcontrol::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

@media screen and (max-width: 760px) {
  .topcontrol {
    display: none;
  }
}


/* === slick.css === */
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
   -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  width: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************************

slick-theme.css

*********************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  z-index: 999;
  top: 39%;

  display: block;

  width: 26px;
  height: 33px;
  margin-top: -16px;
  padding: 0;

  cursor: pointer;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.section_works .slick-prev,
.section_works .slick-next {
  top: 43%;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  /*background: transparent;*/
  opacity: .8;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
  background: url(../../assets/images/cmn/prev.png);
  background-size: 100% auto;
}

[dir="rtl"] .slick-prev {
  right: -20px;
  left: auto;
}

/*.slick-prev:before
{
    content: '遶奇ｿｽ';
}
[dir='rtl'] .slick-prev:before
{
    content: '遶奇ｿｽ';
}*/
.slick-next {
  right: -35px;
  background: url(../../assets/images/cmn/next.png);
  background-size: 100% auto;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -20px;
}

/*.slick-next:before
{
    content: '遶奇ｿｽ';
}
[dir='rtl'] .slick-next:before
{
    content: '遶奇ｿｽ';
}*/
/* Dots */
.slick-slider {
  margin-bottom: 0;
}

.top_section06.slick-initialized.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -38px;

  display: block;

  width: 100%;
  margin: 0 !important;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 14px;
  height: 14px;
  margin: 0 4px;
  padding: 0;
  top: 34%;
  cursor: pointer;

  border-radius: 10px;
  background: #c4c4c4;
}

.slick-dots li.slick-active {
  background: #00549c;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;
  /*content: '遯ｶ�｢';*/

  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media screen and (max-width: 740px) {
  .slick-prev,
  .slick-next {
    width: 14px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-prev {
    left: -8%;
  }
  .slick-next {
    right: -8%;
  }
/*  .slick-slider {
    padding-bottom: 10%;
  }*/
  .slick-dots {
    bottom: 0px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

/* === form.css === */
@charset "UTF-8";
/* ------------ colors ------------ */
@media print, screen and (min-width: 741px) {
  /* For PC */
  .l-form-container {
    width: 1100px;
    margin: 90px auto;
    padding: 60px 80px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #fff;
    background-color: #dedede;
  }
  .l-form-container__flow {
    margin-bottom: 24px;
  }
  .l-form-container__inner {
    padding: 24px;
    color: #151515;
    background-color: #fff;
  }
  .l-form-container__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .l-form-container__buttons-row {
    display: flex;
    width: 100%;
  }
}
@media print, screen and (max-width: 740px) {
  /* For SP */
  .l-form-container {
    width: 100%;
    margin: 10% auto 20%;
  }
  .l-form-container__flow {
    margin: 0 8px 16px;
  }
  .l-form-container__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .l-form-container__buttons-row {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
/*! jQuery UI - v1.12.1 - 2021-01-27
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 16px;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  font-size: 16px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 1005 !important;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

@media print, screen and (min-width: 741px) {
  /* For PC */
  .form__title-row {
    padding: 16px 16px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
  .form__title-row:not(:first-child) {
    border-top: 1px dotted #dedede;
  }
  .form__title-row + .form__row:not(:root) {
    border-top: none;
  }
  .form__row {
    display: flex;
    padding: 16px 16px;
    border-top: 1px dotted #dedede;
  }
  .form__row--required .form__label::before {
    content: "必須";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 20px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    border-radius: 2px;
    background-color: #f23126;
  }
  .form__row--optional .form__label::before {
    content: "任意";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 20px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    border-radius: 2px;
    background-color: #5b5b5b;
  }
  .form .form__block:first-child .form__row:first-child {
    border-top: none;
  }
  .form__row-header {
    flex-basis: 23%;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    min-height: 36px;
  }
  .form__label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    padding-right: 48px;
  }
  .form__label > label,
.form__label > span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 36px;
  }
  .form__header-notice {
    margin-top: 2px;
    padding-right: 56px;
    color: #a8a8a8;
    font-size: 0.85em;
    text-align: right;
  }
  .form__row-body {
    flex-basis: calc(77% - 16px);
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    min-height: 36px;
    margin-left: 16px;
  }
  .form__field-group {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .form__field-unit {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .form__field-unit:not(:first-child) {
    margin-left: 16px;
  }
  .form__field-unit--empty {
    display: none;
  }
  .form__field-unit--required > .form__field > input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    background-color: #f8e2e6;
  }
  .form__field-unit--required > .form__field > input:not([type=checkbox]):not([type=radio]):not([type=submit]):valid {
    background-color: transparent;
  }
  .form__prepend {
    margin-right: 8px;
  }
  .form__append {
    margin-left: 8px;
  }
  .form__field {
    flex-grow: 1;
  }
  .form__field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form__field textarea,
.form__field select {
    width: 100%;
    appearance: auto;
  }
  .form__field textarea {
    height: 130px;
  }
  .form__options-item--radio, .form__options-item--checkbox {
    position: relative;
  }
  .form__options-item--radio > input[type=radio],
.form__options-item--radio > input[type=checkbox], .form__options-item--checkbox > input[type=radio],
.form__options-item--checkbox > input[type=checkbox] {
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
  }
  .form__options-item--radio label,
.form__options-item--radio span, .form__options-item--checkbox label,
.form__options-item--checkbox span {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 32px;
    border: 1px solid #dedede;
    border-radius: 2px;
  }
  .form__options-item--radio > input[type=radio]:checked + label,
.form__options-item--radio > input[type=checkbox]:checked + label,
.form__options-item--radio > input[type=radio]:checked + span,
.form__options-item--radio > input[type=checkbox]:checked + span, .form__options-item--checkbox > input[type=radio]:checked + label,
.form__options-item--checkbox > input[type=checkbox]:checked + label,
.form__options-item--checkbox > input[type=radio]:checked + span,
.form__options-item--checkbox > input[type=checkbox]:checked + span {
    padding: 7px 7px 7px 31px;
    font-weight: 700;
    border-width: 2px;
  }
  .form__extra-input {
    flex-grow: 1;
    margin-left: 8px;
  }
  .form__message:not(:empty) {
    margin-top: 12px;
  }
  .form__message > .error {
    display: block;
    padding: 8px;
    font-size: 0.85em;
    color: #fff;
    background-color: #f23126;
  }
  .form__message > .error:not(:first-child) {
    margin-top: 8px;
  }
  .form__body-notice {
    margin-top: 12px;
    padding: 8px 12px;
    color: #f23126;
    font-size: 0.85em;
    border: 1px dotted currentColor;
  }
  .form ::-webkit-input-placeholder {
    font-family: Meiryo, sans-serif;
    font-weight: 500;
  }
  .form :-moz-placeholder {
    font-family: Meiryo, sans-serif;
    font-weight: 500;
  }
  .form ::-moz-placeholder {
    font-family: Meiryo, sans-serif;
    font-weight: 500;
  }
  .form :-ms-input-placeholder {
    font-family: Meiryo, sans-serif;
    font-weight: 500;
  }
  .form__flow {
    counter-reset: step;
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    color: #a8a8a8;
    font-size: 1.14em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
  }
  .form__flow-step {
    counter-increment: step;
    flex-grow: 1;
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    margin: 0 2.5px;
    padding: 16px 0;
  }
  .form__flow-step:first-child {
    margin-left: -16px;
    padding-left: 16px;
  }
  .form__flow-step:last-child {
    margin-right: -16px;
    padding-right: 16px;
  }
  .form__flow-step::before, .form__flow-step::after {
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 50.8%;
    background-color: #fff;
  }
  .form__flow-step::before {
    bottom: 0;
    transform: skew(-30deg);
  }
  .form__flow-step::after {
    top: 0;
    transform: skew(30deg);
  }
  .form__flow-step--current {
    color: #fff;
  }
  .form__flow-step--current::before, .form__flow-step--current::after {
    background-color: #BA933F;
  }
  .form__flow-step > span {
    display: inline-block;
    padding: 0 2em;
  }
  .form__flow-step > span::before {
    content: counter(step) ".";
    margin-right: 0.2em;
  }
  .form__button-unit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 520px;
  }
  .form__button-unit:not(:first-child) {
    margin-top: 20px;
  }
  .form .l-form-container__buttons-row > .form__button-unit {
    margin-top: 0;
  }
  .form .l-form-container__buttons-row .form__button-back {
    width: 100%;
  }
  .form__button-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #BA933F;
    transition: background-color 200ms;
  }
  .form__button-submit:disabled {
    background-color: #dedede;
    cursor: not-allowed;
  }
  .form__button-back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 48px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #dedede;
  }
  .form__button-normal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #dedede;
  }
  .form__button-normal:disabled {
    cursor: not-allowed;
  }
  .form__button-upcell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    margin-left: 24px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #BA933F;
  }
  .form__button-upcell:disabled {
    cursor: not-allowed;
  }
  .form .form__options-name-place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
  }
  .form .form__options-name-place .form__options-item {
    width: 203px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 740px) {
  /* For SP */
  .form__title-row {
    padding: 16px 8px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }
  .form__title-row:not(:first-child) {
    border-top: 1px dotted #dedede;
  }
  .form__title-row + .form__row:not(:root) {
    padding-top: 8px;
    border-top: none;
  }
  .form__row {
    padding: 16px 8px;
    border-top: 1px dotted #dedede;
  }
  .form__row--required .form__label::before {
    content: "必須";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
    display: block;
    margin-right: 8px;
    padding: 2px 4px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1.4;
    background-color: #f23126;
    border-radius: 2px;
  }
  .form__row--optional .form__label::before {
    content: "任意";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
    display: block;
    margin-right: 8px;
    padding: 2px 4px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1.4;
    background-color: #5b5b5b;
    border-radius: 2px;
  }
  .form .form__block:first-child .form__row:first-child {
    border-top: none;
  }
  .form__label {
    position: relative;
    font-weight: 700;
  }
  .form__label > label,
.form__label > span {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 40px;
  }
  .form__header-notice {
    margin-top: 2px;
    color: #a8a8a8;
    font-size: 0.85em;
  }
  .form__row-body {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin-top: 8px;
  }
  .form__field-group {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .form__field-unit {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .form__field-unit:not(:first-child) {
    margin-left: 8px;
  }
  .form__field-unit--empty {
    display: none;
  }
  .form__field-unit--required > .form__field > input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    background-color: #f8e2e6;
  }
  .form__prepend {
    margin-right: 8px;
  }
  .form__append {
    margin-left: 8px;
  }
  .form__field {
    flex-grow: 1;
  }
  .form__field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form__field textarea,
.form__field select {
    width: 100%;
    font-size: 16px;
    appearance: auto;
  }
  .form__field textarea {
    height: 40vw;
  }
  .form__options-item--radio, .form__options-item--checkbox {
    position: relative;
  }
  .form__options-item--radio > input[type=radio],
.form__options-item--radio > input[type=checkbox], .form__options-item--checkbox > input[type=radio],
.form__options-item--checkbox > input[type=checkbox] {
    /* -webkit-appearance:none; */
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
  }
  .form__options-item--radio > input[type=radio], .form__options-item--checkbox > input[type=radio] {
    border: 1px solid #272727;
    border-radius: 50%;
    width: 13px;
    height: 13px;
  }
  .form__options-item--radio > input[type=checkbox], .form__options-item--checkbox > input[type=checkbox] {
    border: 1px solid #272727;
    width: 13px;
    height: 13px;
  }
  .form__options-item--radio label,
.form__options-item--radio span, .form__options-item--checkbox label,
.form__options-item--checkbox span {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 32px;
    border: 1px solid #dedede;
    border-radius: 2px;
  }
  .form__options-item--radio > input[type=radio]:checked + label,
.form__options-item--radio > input[type=checkbox]:checked + label,
.form__options-item--radio > input[type=radio]:checked + span,
.form__options-item--radio > input[type=checkbox]:checked + span, .form__options-item--checkbox > input[type=radio]:checked + label,
.form__options-item--checkbox > input[type=checkbox]:checked + label,
.form__options-item--checkbox > input[type=radio]:checked + span,
.form__options-item--checkbox > input[type=checkbox]:checked + span {
    padding: 7px 7px 7px 31px;
    font-weight: 700;
    border-width: 2px;
  }
  .form__extra-input {
    flex-grow: 1;
    margin-left: 4px;
  }
  .form__message:not(:empty) {
    margin-top: 12px;
  }
  .form__message > .error {
    display: block;
    padding: 8px;
    font-size: 0.85em;
    color: #fff;
    background-color: #f23126;
  }
  .form__message > .error:not(:first-child) {
    margin-top: 8px;
  }
  .form__body-notice {
    margin-top: 12px;
    padding: 8px 12px;
    color: #f23126;
    font-size: 0.85em;
    border: 1px dotted currentColor;
  }
  .form__flow {
    counter-reset: step;
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    color: #a8a8a8;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
  }
  .form__flow-step {
    counter-increment: step;
    flex-grow: 1;
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    margin: 0 2.5px;
    padding: 8px 0;
  }
  .form__flow-step:first-child {
    margin-left: -16px;
    padding-left: 16px;
  }
  .form__flow-step:last-child {
    margin-right: -16px;
    padding-right: 16px;
  }
  .form__flow-step::before, .form__flow-step::after {
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #dedede;
  }
  .form__flow-step::before {
    bottom: 0;
    transform: skew(-30deg);
  }
  .form__flow-step::after {
    top: 0;
    transform: skew(30deg);
  }
  .form__flow-step--current {
    color: #fff;
  }
  .form__flow-step--current::before, .form__flow-step--current::after {
    background-color: #BA933F;
  }
  .form__flow-step > span {
    display: inline-block;
    padding: 0 1em;
  }
  .form__flow-step > span::before {
    content: counter(step) ".";
    margin-right: 0.2em;
  }
  .form__button-unit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .form__button-unit:not(:first-child) {
    margin-top: 20px;
  }
  .form .l-form-container__buttons-row > .form__button-unit {
    margin-top: 0;
  }
  .form .l-form-container__buttons-row .form__button-back {
    width: 100%;
  }
  .form__button-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #BA933F;
    transition: background-color 200ms;
  }
  .form__button-submit:disabled {
    background-color: #dedede;
    cursor: not-allowed;
  }
  .form__button-back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 40px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #dedede;
  }
  .form__button-normal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #dedede;
  }
  .form__button-normal:disabled {
    cursor: not-allowed;
  }
  .form__button-upcell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    background-color: #BA933F;
  }
  .form__button-upcell:disabled {
    cursor: not-allowed;
  }
  .form .form__options-name-place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
  }
  .form .form__options-name-place .form__options-item {
    width: calc(50% - 4px);
    /* 2枚 横並び, 100% ÷ 2 = 50% */
    margin-top: 8px;
    margin-right: 8px;
  }
  .form .form__options-name-place .form__options-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* ----------------------------------------------------------

アップセル

---------------------------------------------------------- */
.l-form-upcell-offer {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .l-form-upcell-offer {
    margin-bottom: 15%;
  }
}
.l-form-upcell-offer .offer {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 760px) {
  .l-form-upcell-offer .offer {
    margin-top: 20%;
    padding: 0 5%;
  }
}
.l-form-upcell-offer .offer img {
  width: 100%;
}

.l-form-container__buttons ul {
  width: 100%;
  text-align: center;
}
.l-form-container__buttons li.normal {
  width: 300px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-form-container__buttons li.normal {
    width: 80%;
    height: 50px;
    margin-bottom: 5%;
  }
}
.l-form-container__buttons li.normal a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #787878;
  border: 3px solid #787878 !important;
  text-align: center;
  font-size: 20px;
  line-height: 78px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .l-form-container__buttons li.normal a {
    font-size: 6vw;
    line-height: 46px;
  }
}
.l-form-container__buttons li.normal a:hover {
  background: #fff;
  border: 3px solid #787878 !important;
  color: #787878;
}
.l-form-container__buttons li.btn_upsell {
  width: 496px;
  height: 158px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .l-form-container__buttons li.btn_upsell {
    width: 100%;
    height: 27vw;
    margin-bottom: 5%;
  }
}
.l-form-container__buttons li.btn_upsell button {
  width: 496px;
  height: 158px;
  background: url(../../inquiry/img/btn.jpg) no-repeat center/contain;
}
@media screen and (max-width: 760px) {
  .l-form-container__buttons li.btn_upsell button {
    width: 100%;
    height: 27vw;
  }
}
.l-form-container__buttons li.btn_upsell button:hover {
  background-image: url(../../inquiry/img/btn_o.jpg) no-repeat center/contain;
}
.l-form-container__buttons li.btn_upsell button .form__button-inner {
  display: none;
}

.l-form-container__policy {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-form-container__policy {
    margin: 2% 5% 4%;
  }
}
.l-form-container__policy a {
  text-decoration: underline;
}

.form__options-name-type {
  display: flex;
}
.form__options-name-type .form__options-item--radio {
  width: 49%;
}
.form__options-name-type .form__options-item--radio:first-child {
  margin-right: 2%;
}

@media screen and (min-width: 761px) {
  .form__row-name-res_date a {
    pointer-events: none;
  }
}
@media screen and (max-width: 760px) {
  .form__row-name-res_date a {
    text-decoration: underline;
  }
}

/* mobile */
.form-num-remaining {
  position: fixed;
  right: 88px;
  bottom: 28px;
  z-index: 1000;
  display: block;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  background: #f23126;
  border-radius: 4px;
}
.form-num-remaining var {
  font-size: 1.25em;
  font-style: normal;
}

@media (max-width: 760px) {
  .form-num-remaining {
    right: 28px;
  }
}
@media print, screen and (min-width: 741px) {
  /* For PC */
  .thanks__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }
  .thanks__message {
    text-align: center;
  }
  .thanks__message:not(:first-child) {
    margin-top: 24px;
  }
  .thanks__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .thanks__button-unit {
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 520px;
  }
  .thanks__button-unit > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    background-color: #BA933F;
  }
}
@media print, screen and (max-width: 740px) {
  /* For SP */
  .thanks {
    padding: 0 5%;
  }
  .thanks__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
  .thanks__message {
    text-align: center;
  }
  .thanks__message:not(:first-child) {
    margin-top: 24px;
  }
  .thanks__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .thanks__button-unit {
    display: flex;
    justify-content: center;
    width: 90%;
  }
  .thanks__button-unit > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    background-color: #BA933F;
  }
}


/* === form-multistep.css === */
.cf7-hidden-submit {
  display: none !important;
}

.l-form-container__buttons .form__button-unit {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.form-complete {
  padding: 40px 0;
  text-align: center;
  line-height: 2;
}

a.form__button-normal,
a.form__button-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

/* [model_house_radio] : モデルハウスCPTから動的に生成する画像付きラジオカード */

.wpcf7-form-control-wrap[data-name="mh_place"] {
  display: block;
  width: 100%;
}

.irest-model-house-radio-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 900px) {
  .irest-model-house-radio-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .irest-model-house-radio-group {
    grid-template-columns: 1fr;
  }
}

.irest-model-house-radio-item {
  display: block;
  list-style: none;
}

.irest-model-house-radio-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.2s, background-color 0.2s;
}

.irest-model-house-radio-card input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.irest-model-house-radio-card__thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #f4f4f4;
}

.irest-model-house-radio-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.irest-model-house-radio-card__title {
  padding: 6px 10px 0;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.3;
  text-align: center;
}

.irest-model-house-radio-card__address {
  display: block;
  padding: 2px 10px 6px;
  font-weight: 400;
  font-size: 0.72em;
  line-height: 1.3;
  color: #777;
  text-align: center;
}

.irest-model-house-radio-card:has(input[type="radio"]:checked) {
  border-color: #f23126;
  border-width: 2px;
  background-color: #fdf3f3;
}

.irest-model-house-radio-group.wpcf7-not-valid {
  outline: 2px solid #f23126;
  outline-offset: 4px;
  border-radius: 4px;
}

/* 土地・物件ご相談フォーム: お問い合わせ内容(見学予約 / お問い合わせ)のラジオボタン */

.wpcf7-form-control-wrap[data-name="type"] .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wpcf7-form-control-wrap[data-name="type"] .wpcf7-list-item {
  flex: 1 1 200px;
}

/* [radio use_label_element] により <input> とラベル文言が <label> 1つに包まれるため、
   クリック領域を枠いっぱいに広げるためスタイルは <label> 側に付ける
   (枠の余白部分をクリックしてもラジオボタンが選択できない不具合の対処)。 */
.wpcf7-form-control-wrap[data-name="type"] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

.wpcf7-form-control-wrap[data-name="type"] .wpcf7-list-item label:has(input:checked) {
  border-color: #f23126;
  border-width: 2px;
  background-color: #fdf3f3;
}

.wpcf7-form-control-wrap[data-name="type"].wpcf7-not-valid .wpcf7-radio {
  outline: 2px solid #f23126;
  outline-offset: 4px;
  border-radius: 4px;
}

/* === new_top.css === */
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-weight: 500 !important;
  font-style: normal;
  box-sizing: border-box;
}

body {
  background-color: #FEFDF7;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif !important;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

/*アイコン表示用 */
/* v6 Web Font 用の指定。グローバルfont-familyの上書きを無効化 */
.fa, .fa-solid, .fa-regular {
  font-family: "Font Awesome 7 Free" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-brands {
  font-family: "Font Awesome 7 Brands" !important;
}

.fa-solid {
  font-weight: 900 !important;
} /* Solid */
.fa-regular {
  font-weight: 400 !important;
} /* Regular */
/*パーツ*/
.center_wrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .center_wrap {
    width: 90%;
  }
}

.red_button {
  border: 2px solid #151515;
  border-right: none;
  padding: 20px;
  width: 70%;
  position: absolute;
  right: 0;
  font-size: 24px;
  padding-left: 50px;
  color: #151515;
}
@media screen and (max-width: 768px) {
  .red_button {
    width: 85%;
    font-size: 17px;
    padding: 15px;
  }
}
.red_button a {
  display: block;
}

.black_button {
  border: 2px solid #000000;
  border-left: none;
  padding: 20px;
  width: 70%;
  position: absolute;
  left: 0;
  font-size: 24px;
  padding-right: 50px;
  color: #000000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .black_button {
    width: 85%;
    font-size: 17px;
    padding: 15px;
  }
}
.black_button a {
  display: block;
}

.title {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 35px;
  }
}
.title span {
  font-size: 20px;
  font-family: zen-old-mincho, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.01em;
}

/*LOADING*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgb(232, 232, 232);
  z-index: 9999999999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading .loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*各部分*/
/*ヘッダー*/
header,
header * {
  -webkit-font-smoothing: auto !important;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 9000;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0) 100%);
}
header .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0px;
    top: 0;
  }
  header .wrap {
    height: 104px;
    padding: 0 20px;
  }
}
header .rogo {
  display: flex;
  align-items: center;
  gap: 28px;
}
header .rogo a {
  display: block;
  width: 81px;
}
header .rogo img {
  width: 100%;
  display: block;
}
header .rogo .tagline {
  width: 197px;
}
@media screen and (max-width: 1400px) {
  header .rogo .tagline {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .rogo {
    width: 65%;
    gap: 14px;
    position: relative;
    z-index: 4;
  }
  header .rogo a {
    width: 56px;
  }
  header .rogo .tagline {
    display: none;
  }
}
header .navi {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  header .navi {
    display: none;
  }
}
header .navi .navi__main__ul {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 32px;
}
header .navi .navi__main__li {
  position: relative;
  display: flex;
  align-items: center;
}
header .navi .navi__main__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-weight: 700 !important;
  font-size: 14px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
header .navi .navi__main__label--plain {
  font-size: 16px;
}
header .navi .navi__main__label .fa-chevron-down {
  font-size: 10px;
  transition: transform 0.2s ease;
}
header .navi .navi__main__li:hover .navi__main__label,
header .navi .navi__main__li:focus-within .navi__main__label {
  opacity: 0.7;
}
header .navi .navi__main__li:hover .navi__main__label .fa-chevron-down,
header .navi .navi__main__li:focus-within .navi__main__label .fa-chevron-down {
  transform: rotate(180deg);
}
header .navi {
  /* メガメニュー */
}
header .navi .mega_navi {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  padding: 0 40px 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s linear, pointer-events 0.2s linear;
  transition-delay: 0.15s;
}
header .navi .navi__main__li.has_mega.is-mega-active .mega_navi,
header .navi .navi__main__li.has_mega:focus-within .mega_navi,
header:not(.js-mega-nav) .navi .navi__main__li.has_mega:hover .mega_navi {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
header .navi .mega_navi__inner {
  display: flex;
  align-items: stretch;
  gap: 60px;
  width: 100%;
  padding: 48px 200px;
  padding-right: 70px;
  background-color: #2b2b2b;
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
header .navi .mega_navi__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #ffffff;
  font-weight: 900 !important;
  font-size: 22px;
  white-space: nowrap;
  min-width: 240px;
  width: fit-content;
}
header .navi .mega_navi__head .fa-chevron-down {
  font-size: 8px;
  transform: rotate(-90deg);
  margin-top: 3px;
}
header .navi .mega_navi__divider {
  width: 1px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
header .navi .mega_navi__body {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  min-width: 0;
}
header .navi .mega_navi__body--groups {
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
}
header .navi .mega_navi__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
header .navi .mega_navi__group_title {
  color: #ffffff;
  font-size: 18px;
}
header .navi .mega_navi__group_title,
header .navi .mega_navi__group_title * {
  font-weight: 900 !important;
}
header .navi .mega_navi__group_title--link a {
  color: #ffffff;
}
header .navi .mega_navi__group_title--link a .fa-arrow-up-right-from-square {
  font-size: 13px;
  margin-left: 4px;
}
header .navi .mega_navi__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px 60px;
}
header .navi .mega_navi__list a {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  color: #ffffff;
  font-weight: 700 !important;
  font-size: 16px;
  white-space: nowrap;
}
header .navi .mega_navi__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
header .navi .mega_navi__list a:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width: 1280px) {
  header .navi .navi__main__ul {
    gap: 20px;
  }
  header .navi .mega_navi__inner {
    gap: 40px;
    padding: 36px 60px;
  }
}
header {
  /*Sp menu*/
}
header .sp_navi {
  display: none;
}
@media screen and (max-width: 768px) {
  header .sp_navi {
    display: block;
  }
}
header .sp_navi {
  /* ハンバーガーメニューボタン */
}
header .sp_navi .hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
header .sp_navi .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 6px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
header .sp_navi .hamburger span:nth-child(1) {
  top: 10px;
}
header .sp_navi .hamburger span:nth-child(2) {
  top: 22px;
}
header .sp_navi .hamburger span:nth-child(3) {
  top: 35px;
}
header .sp_navi {
  /* スマホメニューを開いてる時のボタン */
}
header .sp_navi .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #ffffff;
  transform: rotate(-45deg);
}
header .sp_navi .hamburger.active span:nth-child(2),
header .sp_navi .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #ffffff;
  transform: rotate(45deg);
}
header .sp_navi {
  /* メニュー背景 */
}
header .sp_navi nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  text-align: left;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
}
header .sp_navi {
  /* クリックでjQueryで追加・削除 */
}
header .sp_navi nav.globalMenuSp.active {
  opacity: 1;
  display: block;
  transform: translateX(0%);
}
header .sp_navi .sp_navi_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 88px 32px 60px;
  box-sizing: border-box;
}
header .sp_navi .sp_menu_col {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  min-width: 0;
  gap: 36px;
}
header .sp_navi .sp_menu_group__title {
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}
header .sp_navi .sp_menu_group__title a {
  color: #ffffff;
}
header .sp_navi .sp_menu_group__sub {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
header .sp_navi .sp_menu_group__subtitle {
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}
header .sp_navi .sp_menu_group__subtitle a {
  color: #ffffff;
}
header .sp_navi .sp_menu_group__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400 !important;
}
header .sp_navi .sp_menu_group__sub .sp_menu_group__list {
  margin-top: 0;
}
header .sp_navi .sp_menu_group__list a {
  color: #ffffff;
}
header .sp_navi .sp_menu_group__list li::before {
  content: "- ";
}

/*ファーストびゅー*/
.first_view {
  position: relative;
}
.first_view .image {
  background-image: url(../../assets/images/new_top/firstview.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
}
.first_view .image .first_view_box li img {
  height: 94vh;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .first_view .image .first_view_box li img {
    height: 80vh;
  }
}
.first_view .news {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 84vh;
  width: 400px;
  left: 100px;
  padding: 10px;
  font-size: 14px;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .first_view .news {
    top: 72vh;
    width: 90%;
    left: 6%;
  }
}
.first_view .news a {
  display: block;
}
.first_view .news .title {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #A31039;
  font-size: 13px;
}
.first_view .news .event_title {
  display: block;
  color: #252525;
  padding: 0 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .first_view .news .event_title {
    padding: 0px;
    font-size: 13px;
  }
}
.first_view .news .check_link {
  font-size: 13px;
  text-align: right;
  letter-spacing: 0.1em;
}
.first_view .news .check_link a {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #A31039;
}
.first_view .news {
  position: relative;
  width: 100%;
  background-color: #D3D3D3;
  text-align: center;
  top: 100px;
  left: 0;
  z-index: 1;
}
.first_view .catch {
  position: absolute;
  color: #fff;
  top: 30vh;
  left: 49.5%;
  text-shadow: 0 1px 7px #000;
  font-family: var(--font-family--, "Zen Old Mincho");
  font-size: 32px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  height: 400px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .first_view .catch {
    top: 20vh;
    left: 40%;
  }
  .first_view .news {
    top: 0;
  }
}

.content_bnr .slick-initialized .slick-slide {
  padding: 10px;
}
.content_bnr .slick-initialized .slick-slide img {
  width: 100%;
  object-fit: cover;
}

/*メイン部分*/
main {
  width: 100%;
  position: relative;
}

/*Side bar*/
.sidebar {
  position: fixed;
  right: 0;
  top: 65vh;
  width: 150px;
  height: 600px;
  transform: translateY(-50%);
  z-index: 8000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar .news_line {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 55px;
  right: -220px;
  background: #D3D3D3;
  color: #000;
  font-size: 15px;
  padding: 10px 20px;
}
.sidebar .news_line span {
  margin-left: 15px;
}
.sidebar .main_sidbnr {
  position: absolute;
  top: 120px;
  right: 0;
  width: 100px;
}
.sidebar .main_sidbnr li {
  border: #D3D3D3 2px solid;
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  background-color: #D3D3D3;
  height: 55px;
}
.sidebar .main_sidbnr li .fa-solid {
  font-size: 35px;
}
.sidebar .main_sidbnr li span {
  position: relative;
  top: -25px;
  line-height: 1.7em;
}
.sidebar .main_sidbnr li a {
  display: block;
  padding: 10px;
  color: #000000;
}
.sidebar .sns_sidbnr {
  width: 50px;
  position: absolute;
  top: 325px;
  right: 0;
}
.sidebar .sns_sidbnr li {
  background-color: #000;
  margin-bottom: 8px;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .sns_sidbnr li .fa-brands {
  font-size: 25px;
}
.sidebar .sns_sidbnr li a {
  color: #ffffff;
}

.sticky {
  position: fixed;
  top: 49vh;
  /* スクロール時のスタイル */
}

/*Second view*/
.second_view {
  position: relative;
}
.second_view .flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .second_view .flex {
    padding-top: 40px;
  }
}
.second_view h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 50px;
  letter-spacing: 0em;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  .second_view h2 {
    font-size: 28px;
    padding-right: 2%;
  }
}
.second_view .text {
  line-height: 2.5em;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .second_view .text {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.second_view .img__01 {
  background-image: url(../../assets/images/new_top/top_image01.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 550px;
  width: 50%;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .second_view .img__01 {
    top: 280px;
    width: 70%;
    height: 80px;
  }
}
.second_view .img__02 {
  background-image: url(../../assets/images/new_top/top_image02.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  right: 0;
  width: 45%;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .second_view .img__02 {
    top: 380px;
    width: 60%;
    height: 70px;
  }
}
.second_view .under_image {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .second_view .under_image {
    padding-top: 210px;
  }
}
.second_view .last {
  text-align: right;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .second_view .last {
    padding-right: 6%;
  }
}
.second_view .three_axes {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .second_view .three_axes {
    width: 90%;
  }
}
.second_view .three_axes {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.second_view .three_axes li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .second_view .three_axes li {
    width: 30%;
  }
}
.second_view .three_axes li .cmn_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #a40a0a;
  border-radius: 30px;
  transition: 0.3s;
  box-sizing: border-box;
  color: #a40a0a;
  margin: auto;
}
.second_view .three_axes li .cmn_btn a:hover {
  color: #fff;
  background: #a40a0a;
}
@media screen and (max-width: 768px) {
  .second_view .three_axes li .cmn_btn a {
    width: 100px;
    font-size: 14px;
  }
}
.second_view .three_axes span {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .second_view .three_axes span {
    font-size: 11px;
  }
}
.second_view .three_axes .heikin {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .second_view .three_axes .heikin {
    font-size: 11px;
    display: inline-block;
  }
}
.second_view .three_axes h3 {
  font-size: 40px;
  padding: 10px 0;
  border-top: #252525 2px solid;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .second_view .three_axes h3 {
    font-size: 25px;
  }
}
.second_view .three_axes .axes_body {
  text-align: center;
  line-height: 2.1em;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: #252525 solid 2px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .second_view .three_axes .axes_body {
    font-size: 16px;
    line-height: 1.9em;
  }
}
.second_view h2 {
  font-size: 28px;
}
.second_view .catch {
  font-size: 20px;
  padding: 20px 0;
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.second_view .text {
  line-height: 2em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .second_view .text {
    font-size: 15px;
  }
}
.second_view .img_wrap {
  display: flex;
  flex-flow: row-reverse;
  margin: 60px 0;
  padding: 0 30px;
  width: 100%;
  justify-content: space-around;
  height: 533px;
  flex-wrap: wrap;
}
.second_view .img__01 {
  background-image: url(../../assets/images/new_top/subv_01.png);
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 100%;
}
.second_view .img__02 {
  background-image: url(../../assets/images/new_top/subv_02.png);
  background-size: cover;
  background-position: center;
  width: 30%;
  height: 80%;
}
.second_view .img__03 {
  background-image: url(../../assets/images/new_top/subv_03.png);
  background-size: cover;
  background-position: center;
  width: 15%;
  height: 50%;
}

/*施工事例*/
.works {
  margin-top: 260px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works {
    margin-top: 180px;
  }
}
.works .yazirusi_right {
  position: absolute;
  width: 100px;
  left: 80%;
  top: 90px;
  margin: 30px;
  height: 20px;
  padding: 120px 0;
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .works .yazirusi_right {
    left: 80%;
    top: 40px;
    width: 55px;
    margin: 30px 10px;
    padding: 100px 0 150px 0;
  }
}
.works .yazirusi_right .line01 {
  height: 4px;
  background-color: #000;
}
.works .yazirusi_right .line02 {
  position: absolute;
  top: 120px;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 3px;
  background-color: #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .works .yazirusi_right .line02 {
    top: 100px;
    right: 2px;
  }
}
.works .yazirusi_left {
  position: absolute;
  width: 100px;
  left: 10%;
  top: 90px;
  margin: 30px;
  height: 20px;
  padding: 120px 0;
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .works .yazirusi_left {
    left: 0;
    top: 40px;
    padding: 100px 0 150px 0;
    margin: 30px 10px;
    width: 55px;
  }
}
.works .yazirusi_left .line01 {
  height: 4px;
  background-color: #000;
}
.works .yazirusi_left .line02 {
  position: absolute;
  top: 105px;
  left: -3px;
  transform-origin: right bottom;
  width: 20px;
  height: 3px;
  background-color: #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .works .yazirusi_left .line02 {
    top: 85px;
  }
}
.works .title {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .works .title {
    width: 90%;
  }
}
.works .slide-items {
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .works .slide-items {
    margin-bottom: 30px;
  }
}
.works .slide-items a {
  color: #252525;
}
.works .slide-items li {
  display: flex;
  align-items: inherit;
  flex-direction: column;
  margin-bottom: 20px;
}
.works .slide-items h3 {
  font-size: 15px;
  margin-left: 10px;
  margin-top: 10px;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .works .slide-items h3 {
    height: 240px;
    font-size: 22px;
    letter-spacing: 0em;
  }
}
.works .slide-items .slick-slide {
  padding: 0 10px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.works .slide-items .slick-slide:first-child {
  padding-left: 0px;
  /* 左右に10pxの余白を設定 */
}
.works .slide-items .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
.works .slide-items img {
  width: 100%;
  object-fit: cover;
  margin: 0 10px;
}
.works .slick-next {
  right: 15%;
}
.works .slick-prev {
  left: 15%;
}
.works .black_button {
  bottom: -120px;
}
@media screen and (max-width: 768px) {
  .works .black_button {
    bottom: 40px;
  }
}

/*infomation EVENT NEWS*/
.info {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info {
    width: 90%;
  }
}
.info {
  margin-top: 280px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .info {
    display: block;
    margin-top: 70px;
  }
}
.info span {
  display: block;
  text-align: center;
}
.info a {
  color: #000;
}
.info .news,
.info .event {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .info .news,
  .info .event {
    width: 100%;
  }
}
.info .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info .title {
    margin-top: 70px;
  }
}
.info ul {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  .info ul {
    padding: 0 20px;
  }
}
.info ul li {
  position: relative;
  margin-bottom: 35px;
}
.info .news ul li {
  padding-left: 30px;
}
.info .news ul li::before {
  background-color: #A31039;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  /* 縦線の幅 */
  height: 100%;
  /* 縦線の高さ */
}
.info .event .title::before {
  border: 1px solid #000000;
  width: 130px;
  content: "";
  transform: rotate(-50deg);
  display: block;
  position: relative;
  left: -80px;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .info .event .title::before {
    display: none;
  }
}
.info .event ul li {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .info .event ul li {
    padding-left: 0px;
    text-align: center;
  }
}
.info .event ul li::before {
  background-color: #005149;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  /* 縦線の幅 */
  height: 100%;
  /* 縦線の高さ */
}
.info .info_button {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  width: 50%;
  text-align: center;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 50px;
  letter-spacing: 0.15em;
}
.info .red {
  background-color: #A31039;
}
.info .green {
  background-color: #005149;
}

/*Instagram*/
.instagram {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .instagram {
    width: 90%;
  }
}
.instagram {
  margin-top: 40px;
  margin-top: 200px;
}
.instagram .instagram_wrap {
  background-color: #f0f0f0;
  width: 80%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .instagram .instagram_wrap {
    display: block;
  }
}
.instagram .instagram_wrap .insta_feed {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .instagram .instagram_wrap .insta_feed {
    padding: 10px;
    position: relative;
    top: -60px;
  }
}
.instagram .instagram_wrap .insta_feed #sb_instagram .sbi_photo {
  display: block !important;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .instagram .instagram_wrap .insta_feed #sb_instagram .sbi_photo {
    width: auto;
    height: auto;
  }
}
.instagram .instagram_wrap .insta_feed .sb-instagram-feed-image {
  height: auto !important;
  width: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .instagram .instagram_wrap {
    width: 100%;
  }
}
.instagram .title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 60px;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .instagram .title {
    padding-left: 20px;
    writing-mode: horizontal-tb;
    top: -80px;
  }
}

/*youtube*/
.youtube {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .youtube {
    width: 90%;
  }
}
.youtube {
  margin-top: 100px;
}
.youtube .youtube_wrap {
  width: 100%;
  position: relative;
}
.youtube .title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 60px;
  position: absolute;
  top: -350px;
  right: 70px;
}
@media screen and (max-width: 768px) {
  .youtube .title {
    writing-mode: horizontal-tb;
    top: -60px;
    right: 0px;
  }
}
.youtube .youtube_list {
  display: flex;
}
.youtube {
  /*画像の横幅を100%にしてレスポンシブ化*/
}
.youtube iframe {
  width: 100%;
  height: 480px;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}
@media screen and (max-width: 768px) {
  .youtube iframe {
    height: 230px;
  }
}
.youtube {
  /*メイン画像下に余白をつける*/
}
.youtube .gallery {
  margin: 0 0 5px 0;
  width: 70%;
  float: left;
}
@media screen and (max-width: 768px) {
  .youtube .gallery {
    width: 100%;
    float: none;
    height: 230px;
  }
}
.youtube .gallery li {
  list-style: none;
}
.youtube .choice-btn {
  float: right;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .youtube .choice-btn {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .youtube .choice-btn .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
}
.youtube .choice-btn .slick-slide {
  clear: both !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .youtube .choice-btn .slick-slide {
    clear: none !important;
    width: 31% !important;
  }
}
.youtube {
  /*選択するサムネイル画像の設定*/
}
.youtube .choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  list-style: none;
  margin-bottom: 30px;
}
.youtube .choice-btn li img {
  opacity: 0.4;
  width: 100%;
  /*選択されていないものは透過40%*/
}
.youtube .choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}
.youtube .red_button {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .youtube .red_button {
    margin-top: 0;
  }
}

/*分譲・土地情報*/
.real_estate {
  margin-top: 260px;
}
@media screen and (max-width: 768px) {
  .real_estate {
    margin-top: 180px;
  }
}
.real_estate .title span {
  display: block;
  margin-bottom: 15px;
}
.real_estate .title,
.real_estate p {
  text-align: right;
}
.real_estate p {
  line-height: 2.5em;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .real_estate p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.real_estate p {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .real_estate p {
    margin-top: 30px 0 50px 0;
  }
}
.real_estate img {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .real_estate img {
    width: 90%;
  }
}
.real_estate img {
  display: block;
}
@media screen and (max-width: 768px) {
  .real_estate img {
    width: 100%;
  }
}

.real_estate_wrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .real_estate_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .real_estate_wrap {
    margin-top: 50px;
  }
}

/*リフォーム*/
.reform {
  margin-top: 200px;
}
.reform img {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reform img {
    width: 90%;
  }
}
.reform img {
  display: block;
}
@media screen and (max-width: 768px) {
  .reform img {
    width: 100%;
  }
}
.reform .title span {
  display: block;
  margin-bottom: 15px;
}
.reform .title,
.reform p {
  text-align: left;
}
.reform p {
  line-height: 2.5em;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .reform p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.reform p {
  margin: 50px auto;
}
.reform p + p {
  margin-top: 25px;
}

.reform_wrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reform_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .reform_wrap {
    margin-top: 50px;
  }
}

/*モデルハウス*/
.modelhouse {
  margin-top: 200px;
}
.modelhouse img {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modelhouse img {
    width: 90%;
  }
}
.modelhouse img {
  display: block;
}
@media screen and (max-width: 768px) {
  .modelhouse img {
    width: 100%;
  }
}
.modelhouse .title span {
  display: block;
  margin-bottom: 15px;
}
.modelhouse .title,
.modelhouse p {
  text-align: right;
}
.modelhouse p {
  line-height: 2.5em;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .modelhouse p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.modelhouse p {
  margin: 50px auto;
}

.modelhouse_wrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modelhouse_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse_wrap {
    margin-top: 50px;
  }
}

/*会社案内*/
.company {
  margin-top: 200px;
}
.company .title {
  text-align: left;
  margin-left: 50px;
}
.company span {
  display: block;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 15px;
}
.company img {
  width: 100%;
}
.company .company_wrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company .company_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .company .company_wrap {
    width: 100%;
  }
}
.company .company_wrap .company_body {
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
}
@media screen and (max-width: 768px) {
  .company .company_wrap .company_body {
    display: block;
    padding: 10px 20px;
  }
}
.company .company_wrap .company__ul__01 {
  display: flex;
  position: relative;
  z-index: 500;
}
.company .company_wrap .company__ul__01 li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #040426;
  font-size: 25px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .company .company_wrap .company__ul__01 li {
    font-size: 18px;
    margin-right: 10px;
    letter-spacing: 0em;
    margin-left: 10px;
  }
}
.company .company_wrap .company__ul__01 a {
  color: #fff;
  padding: 30px;
  display: block;
}
.company .company_wrap li:nth-child(2) {
  position: relative;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .company .company_wrap li:nth-child(2) {
    margin-top: 0px;
  }
}
.company .company_wrap li:nth-child(3) {
  position: relative;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .company .company_wrap li:nth-child(3) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .company .company_info {
    margin-top: 100px;
    text-align: right;
  }
}
.company .company_info .tel {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 45px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company .company_info .tel {
    font-size: 30px;
    letter-spacing: 0.07em;
  }
}
.company .company_info .tel .fa-phone-volume {
  margin-right: 20px;
}
.company .company_info a {
  color: #040426;
}
.company .company_info .schedule {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 34px;
  letter-spacing: 0.07em;
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company .company_info .schedule {
    font-size: 25px;
    justify-content: flex-end;
    align-items: baseline;
  }
}
.company .company_info .schedule span {
  font-size: 19px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .company .company_info .schedule span {
    font-size: 15px;
    margin-left: 10px;
  }
}
.company ul.company__ul__02 {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  top: -110px;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .company ul.company__ul__02 {
    margin-right: 0px;
    margin-top: 110px;
    padding-right: 20px;
  }
}
.company ul.company__ul__02 li {
  margin-top: 10px;
  font-size: 30px;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company ul.company__ul__02 li {
    font-size: 20px;
    margin-bottom: -15px;
    padding-bottom: 10px;
  }
}
.company ul.company__ul__02 li:not(:last-child) {
  border-bottom: 2px solid #040426;
  width: 40%;
}
.company ul.company__ul__02 li:last-child {
  border-bottom: 2px solid #040426;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .company ul.company__ul__02 li:last-child {
    width: 100%;
  }
}

/*フッター*/
footer {
  background-color: #f0f0f0;
  width: 100%;
  padding: 100px 0;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
}
footer .footer {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer {
    width: 90%;
  }
}
footer .footer .footer_info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_info {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_info .rogo {
    margin: 0 auto;
    padding: 0 120px;
    margin-bottom: 40px;
  }
}
footer .footer .footer_info .rogo img {
  width: 100%;
}
footer .footer .footer_info .about {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_info .about {
    text-align: center;
  }
}
footer .footer .footer_info .about .name {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_info .about .name {
    font-size: 22px;
  }
}
footer .footer .footer_info .about .address {
  margin-top: 10px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_info .about .address {
    margin-top: 5px;
    line-height: 1.7em;
    font-size: 14px;
  }
}
footer .footer .footer_menu {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_menu {
    display: none;
  }
}
footer .footer .footer_menu .footer_menu_item {
  margin: 10px 0;
  font-size: 23px;
  padding-left: 10px;
}
footer .footer .footer_menu .footer_sub_menu {
  list-style-type: none;
  margin: 10px 0 0 0px;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 80px;
  border-top: 2px solid #252525;
}
footer .footer .footer_menu .footer_sub_menu li {
  margin: 10px 0;
  margin-right: 5px;
}
footer .footer .footer_menu .footer_sub_menu li:first-child {
  margin-right: 0;
}
footer .footer .recruit_bnr {
  text-align: center;
}
footer .footer .recruit_bnr .pc_bnr {
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer .recruit_bnr .pc_bnr {
    display: none;
  }
}
footer .footer .recruit_bnr .sp_bnr {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer .recruit_bnr .sp_bnr {
    display: inline-block;
    width: 80%;
    margin-bottom: 50px;
  }
}
footer .footer .copyright {
  font-family: circe-slab-a, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .footer .copyright {
    font-size: 7px;
  }
}
footer .sp_footer {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 600;
  }
  footer .sp_footer .sp_footer_ul {
    display: flex;
    justify-content: space-between;
  }
  footer .sp_footer .sp_footer_ul li {
    width: 33%;
    padding: 10px 0;
    background-color: #151515;
    text-align: center;
    font-size: 15px;
  }
  footer .sp_footer .sp_footer_ul li i {
    margin-right: 8px;
    font-size: 16px;
  }
  footer .sp_footer .sp_footer_ul li:last-child {
    margin-right: 0;
  }
  footer .sp_footer .sp_footer_ul li a {
    color: #ffffff;
  }
}

