/* === cmn.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;
}

/* 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, .link-arrow_center_black::after, .link-arrow_center_black::before, .link-arrow_center_white::after, .link-arrow_center_white::before, .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, .link-arrow_center_white::after, .link-arrow_center_white::before, .link-arrow_center::after, .link-arrow_center::before {
  top: 47%;
  right: 19px;
  width: 29px;
  height: 6px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.link-arrow_center {
  position: relative;
}
.link-arrow_center::before {
  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;
  transition: 0.3s;
  background-image: url(../../assets/images/common/ico-arrow01.png);
}
.link-arrow_bottom_gray:hover:before {
  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;
  transition: 0.3s;
  background-image: url(../../assets/images/common/ico-arrow02.png);
}
.link-arrow_bottom_white:hover:before {
  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 {
    right: 2.8125vw;
    width: 6.6875vw;
    height: 1.5625vw;
  }
  .link-arrow_center::after {
    right: 2.8125vw;
    width: 6.6875vw;
    height: 1.5625vw;
  }

  .link-arrow_bottom_white::before {
    bottom: 9px;
    right: 7px;
  }

  .link-arrow_bottom_gray::before {
    bottom: 9px;
    right: 7px;
  }

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

  .slick-dots .slick-active {
    background: #BA933F !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: flex;
  margin: 40px auto 0;
  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%;
  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: flex;
    justify-content: space-between;
    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 {
    object-fit: contain;
  }
  .other_contents .item .txt {
    width: calc(100% - 38vw);
    font-size: 4.0625vw;
    text-align: left;
    font-weight: 500;
  }
}
.cmn_item {
  display: flex;
  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%;
  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 {
  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: flex;
  justify-content: space-between;
}
.cmn_item1 .img {
  width: 518px;
  height: 366px;
}
.cmn_item1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmn_item1 .container {
  width: calc(100% - 518px);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmn_item1 .content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .cmn_item1 .content {
    margin: 0;
  }
  .cmn_item1 .content .btn {
    justify-content: flex-start;
  }
}
.cmn_item1 .title_head {
  display: flex;
  justify-content: flex-start;
  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: flex;
  justify-content: 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: flex;
  width: 511px;
  justify-content: space-between;
}
.cmn_item1 .title_footer .item_ft {
  height: auto;
  display: flex;
  justify-content: 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;
  object-fit: cover;
}

@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 {
    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 {
    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%;
    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 {
  flex-direction: row-reverse;
}

.flex_IE {
  flex: 1 1 auto;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "source-han-sans-japanese", sans-serif;
  color: #333;
  font-weight: 400;
  margin-top: 0 !important;
}

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

.sec-row-3 .list {
  display: flex;
  flex-wrap: wrap;
}
.sec-row-3 .item {
  width: 30.917%;
}
@media (min-width: 761px) {
  .sec-row-3 .item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}
.sec-row-3 .img {
  height: 237px;
}
.sec-row-3 .img img {
  height: 100%;
  object-fit: cover;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  height: 19px;
}
.icons .icon {
  display: flex;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  height: 19px;
  align-items: 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%;
  object-fit: cover;
}
.key_visual .item {
  height: 634px;
}
.key_visual .content {
  position: absolute;
  left: 50%;
  top: 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 (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: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-tab_img .tab_nav .item {
  margin-bottom: 20px;
}
.sec-tab_img .tab_nav .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 79px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@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;
  }
}
.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;
  transition: 0.3s;
  max-width: 100%;
  display: none;
}
.sec-tab_img .tab_content .active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  animation: fadein 2s;
  display: block;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@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: flex;
  font-weight: bold;
  padding: 11px 12px 15px;
  margin-bottom: 8px;
  border-bottom: 2px solid #171717;
  align-items: center;
  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: flex;
  justify-content: 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: flex;
    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%;
  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%;
  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;
}
@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;
  }
}
.sec-gallery .txt {
  margin: 0 auto 63px;
  width: 1000px;
  text-align: center;
}

@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 .slick-active {
    background: #BA933F !important;
  }
  .sec-gallery .slick-dots {
    bottom: -9.3vw;
  }
  .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: 140px;
  margin-bottom: 100px;
  background: #F3F1ED;
}
@media screen and (max-width: 760px) {
  .article_h2 {
    height: 25vw;
    margin-bottom: 13%;
  }
}
.article_h2 .cover {
  width: 100%;
  height: 100%;
  /* background: rgba(#272727,.4); */
}
.article_h2 .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
}
.article_h2 .sub {
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-size: 35px;
  color: #4F3700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .article_h2 .sub {
    font-size: 7.5vw;
    margin-bottom: 2%;
  }
}
.article_h2 h2 {
  font-weight: 500;
  font-size: 15px;
  color: #BA933F;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px) {
  .article_h2 h2 {
    font-size: 3.73vw;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn a {
  font-weight: 500;
  min-width: 345px;
  height: 56px;
  display: flex;
  align-items: 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;
  transition: 0.3s;
}
.btn a:hover {
  color: #fff;
  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;
  transition: 0.3s;
  background-color: #BA933F;
}
.btn .btn-orange {
  border: none;
  background-color: #BA933F;
  color: #fff;
}
.btn .btn-orange:hover {
  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;
  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;
  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 {
    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;
  }
}
body {
  min-width: 1280px;
  font-family: source-han-sans-japanese, sans-serif;
  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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0 15px;
  z-index: 2;
  box-sizing: border-box;
  z-index: 1001;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
.header .head h1 {
  font-size: 1rem;
  margin: 0 0 8px;
}
@media screen and (max-width: 760px) {
  .header .head h1 {
    margin: 0 0 3px;
  }
}
.header .head p {
  width: 100px;
}
.header .info {
  display: flex;
  align-items: center;
  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: flex;
  align-items: 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: 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 {
    position: static;
    padding: 2vw;
  }
  .header .container {
    width: 100%;
  }
  .header .head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    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 {
  background: #252525;
  padding: 60px 0 20px;
  color: #fff;
}
.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: flex;
  align-items: 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: flex;
  align-items: 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: flex;
  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 .recruit_bnr {
  text-align: center;
}
.footer .recruit_bnr .pc_bnr {
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer .recruit_bnr .pc_bnr {
    display: none;
  }
}
  .footer .recruit_bnr .sp_bnr {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .recruit_bnr .sp_bnr {
    display: inline-block;
    width: 80%;
    margin-bottom: 50px;
  }
}


.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 {
    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: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 56px;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #4F3700;
  border-radius: 30px;
  transition: 0.3s;
  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;
  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: flex;
}
.cmn_f_event .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) {
  .cmn_f_event .sec-event .list .item:not(:last-child) {
    margin-right: 33px;
  }
}
.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;
}
@media (min-width: 761px) {
  .cmn_f_event .sec-event .list .item .txt {
    max-height: 45px;
  }
}
.cmn_f_event .sec-event .list .item .icon-wrap {
  margin-top: 3px;
  display: flex;
  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 (max-width: 760px) {
  .cmn_f_event .sec-event .sec-container {
    width: 100%;
  }
  .cmn_f_event .sec-event .list {
    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;
    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: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.cmn_cta .body li {
  width: 33.3333%;
  padding: 0 10px;
  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: flex;
    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: flex;
  align-items: 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: flex;
  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: flex;
  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 {
    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: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
  }
  .cmn_menu .menu {
    display: flex;
    flex: 1;
  }
  .cmn_menu .menu li {
    width: 33.3333%;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }
  .cmn_menu .menu li:last-child {
    border-right: none;
  }
  .cmn_menu .menu li a {
    display: flex;
    align-items: 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: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 16vw;
    height: 16vw;
    background: #272727;
  }
  .cmn_menu .hum div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 6vw;
    height: 4vw;
    margin: 0 0 2vw;
  }
  .cmn_menu .hum span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .cmn_menu .hum p {
    font-size: 2.6vw;
    color: #fff;
    line-height: 1;
  }
  .cmn_menu .hum.active div {
    justify-content: center;
  }
  .cmn_menu .hum.active span:nth-child(1) {
    transform: translateY(1px) rotate(-45deg);
  }
  .cmn_menu .hum.active span:nth-child(2) {
    display: none;
  }
  .cmn_menu .hum.active span:nth-child(3) {
    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;
    transition: 0.3s;
    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;
    transform: rotate(45deg);
  }
  .cmn_nav .sitemap > ul > li > a.js-accordion:before {
    transform: rotate(135deg);
  }
  .cmn_nav .sitemap > ul > li > a.js-accordion.active:before {
    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;
    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;
    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: flex;
  align-items: 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: flex;
  justify-content: space-between;
}
.cmn_event .body .block {
  width: 49%;
}
.cmn_event .body a {
  display: flex;
  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;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center top;";
}
.cmn_event .body .main {
  flex: 1;
}
.cmn_event .body .main div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2px;
}
.cmn_event .body .main ul {
  display: flex;
  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 {
    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: 500;
  line-height: 1;
  font-family: futura-pt, sans-serif;
}
.cmn_content .body ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.cmn_content .body li {
  width: 100%;
  padding: 0 10px;
  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;
  font-family: source-han-serif-japanese, serif;
}

@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: 8vw;
  }
  .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: flex;
    align-items: center;
    padding: 4vw;
    border: 1px solid #C6C6C6;
  }
  .cmn_content .body img {
    width: 32vw;
  }
  .cmn_content .body span {
    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;
}
@media screen and (max-width: 760px) {
  .cmn_works .body .slick-slide .thumb {
    margin: 0 0 5%;
  }
}
.cmn_works .body .slick-slide .thumb span {
  position: relative;
  display: block;
  padding-top: calc(2 / 3.2 * 100%);
  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;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center top;";
}
.cmn_works .body .slick-slide .thumb:hover span {
  transform: scale(1.1);
}
.cmn_works .body .slick-slide .content {
  display: flex;
  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;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center top;";
}
.cmn_works .body .slick-slide .info {
  flex: 1;
}
.cmn_works .body .slick-slide .info ul {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  justify-content: center;
}

@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: #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;
  }
}
/* ---------------------------------------------

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


/* === 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;
  }
}


/* === 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;
}
