@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
/* ベース指定 */
/* 文字色 */
/* 黄 */
/* 水色 */
/* テーマカラー */
/* 白 */
/*
 Theme Name: Original
 Template: twentynineteen
 */
/*--------------------------------------------------------------
 0. Contents
 ----------------------------------------------------------------
 1. Normalize
 2. Wrap
 3. Navi
 4. Header
 5. Primary
 6. Footer
 7. Top
 8. Page
 9. Interview
 10. Gallery
 11. Recruit
 12. Project
 13. Title
 14. Hr
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 1. Normalize
 --------------------------------------------------------------*/
html {
  font-size: 100%;
}
body {
  font-size: 1rem;
}
body {
  font-family: "ＭＳ Ｐ明朝", serif !important;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05rem;
  background: #fff;
}
a:visited {
  color: #c4a365;
}
a:hover {
  color: #c4a365;
}
a {
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/*--------------------------------------------------------------
 1. Background
 --------------------------------------------------------------*/
.bg-theme-gold {
  background: #c4b24e !important;
}
.bg-theme-green {
  background: #005941 !important;
}
.bg-theme-green-ll {
  background: #ebf2f0 !important;
}
.bg-theme-yellow-l {
  background: #f9f8f0 !important;
}
.bg-theme-beige {
  background: #efebe1 !important;
}
.bg-theme-beige-d {
  background: #cbbda2 !important;
}
.bg-theme-beige-dl {
  background: #eae1c9 !important;
}
/*--------------------------------------------------------------
 1. Button
 --------------------------------------------------------------*/
.btn-theme-white-t {
  background: transparent;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff !important;
  transition: all 0.3s;
  font-size: 0.8rem;
  padding: 0.8rem 2.5rem;
}
.btn-theme-white-t:hover {
  background: #fff;
  color: #872a2e !important;
}
input[type="button"], .btn-theme-red-t {
  background: transparent;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  border: 1px solid #872a2e;
  border-radius: 0;
  color: #872a2e !important;
  transition: all 0.3s;
  font-size: 0.8rem;
  padding: 0.8rem 2.5rem 0.75rem;
}
input[type="button"]:hover, .btn-theme-red-t:hover {
  background: #872a2e;
  color: #fff !important;
}
input[type="button"] {
  font-size: 1rem;
}
input[type="button"] + input[type="submit"] {
  margin-left: 1rem;
  margin-right: -1rem;
}
input[type="submit"], .btn-theme-red {
  background: #872a2e;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  border: 1px solid #872a2e;
  border-radius: 0;
  color: #fff !important;
  transition: all 0.3s;
  font-size: 1rem;
  padding: 0.8rem 2.5rem 0.75rem;
}
input[type="submit"]:hover, .btn-theme-red:hover {
  background: #fff;
  color: #872a2e !important;
}
input[type="submit"].disabled:hover, .btn-theme-red.disabled:hover {
  background: #872a2e;
  color: #fff !important;
  pointer-events: none;
  cursor: default;
}
.btn-theme-red-l {
  background: #872a2e;
  font-weight: 700;
  border: 1px solid #872a2e;
  border-radius: 0;
  color: #fff !important;
  transition: all 0.3s;
  padding: 0.8rem 2.5rem 0.75rem;
  font-size: 1.1rem;
}
.btn-theme-red-l:hover {
  background: #fff;
  color: #872a2e !important;
}
.btn-theme-red-l-l {
  background: #b44848;
  font-weight: 700;
  border: 1px solid #b44848;
  border-radius: 0;
  color: #fff !important;
  transition: all 0.3s;
  padding: 0.8rem 2.5rem 0.75rem;
  font-size: 1.1rem;
}
.btn-theme-red-l-l:hover {
  background: #fff;
  color: #872a2e !important;
}
@media screen and (min-width: 768px) {
  .btn-theme-red-l {
    padding: 1.1rem 5rem 1.05rem;
    font-size: 1.2rem;
  }
  .btn-theme-red-l-l {
    padding: 1.1rem 5rem 1.05rem;
    font-size: 1.2rem;
  }
}
.btn-theme-red-prata {
  background: #872a2e;
  font-family: 'Prata', serif;
  border: 1px solid #872a2e;
  border-radius: 0;
  color: #fff !important;
  transition: all 0.3s;
  font-size: 0.9rem;
  padding: 1.2rem 3.2rem 1.1rem;
}
.btn-theme-red-prata:hover {
  background: #fff;
  color: #872a2e !important;
}
.btn-theme-gold {
  background: #c4b24e;
  font-family: 'Prata', serif;
  border: 1px solid #c4b24e;
  border-radius: 0;
  color: #fff !important;
  transition: all 0.3s;
  font-size: 0.9rem;
  padding: 1.2rem 2.8rem 1.1rem;
}
.btn-theme-gold:hover {
  background: #fff;
  color: #c4b24e !important;
}
.btn-theme-gold-t {
  background: transparent;
  font-family: 'Prata', serif;
  border: 1px solid #c4b24e;
  border-radius: 0;
  color: #c4b24e !important;
  transition: all 0.3s;
  font-size: 0.9rem;
  padding: 1.2rem 2.8rem 1.1rem;
  font-weight: 700;
}
.btn-theme-gold-t:hover {
  background: #b29052;
  color: #fff !important;
}
/*--------------------------------------------------------------
 1. A
 --------------------------------------------------------------*/
.link-theme-green {
  color: #005941;
}
.link-theme-green:hover, .link-theme-green:visited, .link-theme-green:active {
  color: #005941;
  opacity: 0.5;
}
a {
  transition: all 0.3s;
}
a.link-gold {
  color: #c4b24e;
}
a.link-gold:hover {
  color: #888 !important;
}
a.underline {
  text-decoration: underline;
}
/*--------------------------------------------------------------
 1. H
 --------------------------------------------------------------*/
h2, h3 {
  font-weight: 500;
  font-family: "ＭＳ Ｐ明朝", serif !important;
  font-size: 1rem;
}
h2::before, h3::before {
  display: none;
}
h4 {
  font-weight: 400;
  font-size: 1rem;
}
h2.with-double-line {
  margin: 0 0 3rem;
  text-align: center;
}
h2.with-double-line .en-title {
  display: inline-block;
  color: #c4b24e;
  font-family: 'Prata', serif;
  font-size: 1.4rem;
  position: relative;
}
h2.with-double-line .en-title::before, h2.with-double-line .en-title::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 6px;
  border-top: 1px solid #b09e3e;
  border-bottom: 1px solid #c9b85d;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
h2.with-double-line .en-title::before {
  left: -70px;
}
h2.with-double-line .en-title::after {
  right: -70px;
}
h2.with-double-line .ja-title {
  display: block;
  margin-top: 1.1rem;
  font-size: 1.7rem;
  font-weight: 700;
}
h2.with-double-line .ja-subtitle {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.1rem;
}
.deco-title {
  position: relative;
}
.deco-title::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: url('./img/parts/title_left.png');
  line-height: 0;
}
.deco-title::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: url('./img/parts/title_right.png');
  line-height: 0;
}
main.page h1, main.page-wide h1 {
  font-weight: 500;
  font-family: "ＭＳ Ｐ明朝", serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 3rem;
  color: #333;
}
main.page h1::before, main.page-wide h1::before {
  display: none;
}
main.page .page-subtitle, main.page-wide .page-subtitle {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 0.7rem;
}
main.page .page-subtitle::before, main.page-wide .page-subtitle::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: url('./img/parts/title_left.png');
  line-height: 0;
}
main.page .page-subtitle::after, main.page-wide .page-subtitle::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: url('./img/parts/title_right.png');
  line-height: 0;
}
@media screen and (min-width: 768px) {
  main.page h1, main.page-wide h1 {
    font-size: 2.3rem;
  }
}
.mini-content .container {
  max-width: 800px;
  margin: 0 auto;
}
/*--------------------------------------------------------------
 1. Tabble
 --------------------------------------------------------------*/
.table .thead-dark th {
  color: #fff;
  background-color: #c4b24e;
  border-color: #ddd;
}
.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table td, table th {
  padding: 0.5em;
  border: 1px solid #ddd;
  word-break: break-all;
}
table ul li {
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
}
/*--------------------------------------------------------------
 1. Font
 --------------------------------------------------------------*/
.font-mincho {
  font-family: "ＭＳ Ｐ明朝", serif !important;
}
.font-mincho2 {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif !important;
}
.font-gothic {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
.font-msgothic {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", "MS Gothic", "ＭＳ ゴシック", sans-serif !important;
}
.font-prata {
  font-family: 'Prata', serif !important;
}
.font-ss {
  font-size: 0.6rem !Important;
}
.font-sm {
  font-size: 0.7rem !Important;
}
.font-s {
  font-size: 0.8rem !Important;
}
.font-l {
  font-size: 1.2rem !Important;
}
.font-lm {
  font-size: 1.4rem !Important;
}
.font-ll {
  font-size: 1.6rem !Important;
}
.font-llm {
  font-size: 1.8rem !Important;
}
.font-lll {
  font-size: 2rem !Important;
}
@media screen and (min-width: 768px) {
  .font-sm {
    font-size: 0.7rem !Important;
  }
  .font-s {
    font-size: 0.8rem !Important;
  }
  .font-m {
    font-size: 1rem !Important;
  }
  .font-l {
    font-size: 1.2rem !Important;
  }
  .font-lm {
    font-size: 1.5rem !Important;
  }
  .font-ll {
    font-size: 2rem !Important;
  }
  .font-llm {
    font-size: 2.5rem !Important;
  }
  .font-lll {
    font-size: 3rem !Important;
  }
}
/*--------------------------------------------------------------
 1. Text
 --------------------------------------------------------------*/
.text-theme-red {
  color: #872a2e;
}
.text-theme-gold {
  color: #c4b24e;
}
.text-theme-gold-l {
  color: #c9b85d;
}
.text-theme-green {
  color: #005941;
}
.text-gray {
  color: #666;
}
.text-gray-l {
  color: #999;
}
.text-shadow-white {
  text-shadow: 0px 0px 20px #fff, 0px 0px 12px #fff, 0px 0px 5px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff;
}
.text-shadow-white-d {
  text-shadow: 0px 0px 20px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 5px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff;
}
/*--------------------------------------------------------------
 1. Shadow
 --------------------------------------------------------------*/
.shadow-light {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
 1. List
 --------------------------------------------------------------*/
ol.number {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.number li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ol.number li::before {
  counter-increment: item;
  content: counter(item) '.';
  padding-right: 0.5em;
  font-weight: bold;
}
/*--------------------------------------------------------------
 1. 5 Columns
 --------------------------------------------------------------*/
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  flex: 0 0 20%;
}
@media (min-width: 768px) {
  .col-sm-15 {
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    flex: 0 0 20%;
  }
}
/*--------------------------------------------------------------
 1. Line Height
 --------------------------------------------------------------*/
.line-height-0 {
  line-height: 0 !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-12 {
  line-height: 1.2 !important;
}
.line-height-14 {
  line-height: 1.4 !important;
}
.line-height-16 {
  line-height: 1.6 !important;
}
.line-height-18 {
  line-height: 1.8 !important;
}
.line-height-2 {
  line-height: 2 !important;
}
.line-height-22 {
  line-height: 2.2 !important;
}
/*--------------------------------------------------------------
 1. Input
 --------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.96rem 1.4rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}
input::placeholder {
  color: #aaa !important;
}
/* IE */
input:-ms-input-placeholder {
  color: #aaa;
}
/* Edge */
input::-ms-input-placeholder {
  color: #aaa;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.2em + .75rem + 2px);
  padding: 0.375rem 0.1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*--------------------------------------------------------------
 Header
 --------------------------------------------------------------*/
.navbar-brand img {
  max-width: 240px;
  height: auto;
}
.navbar-collapse {
  background: #fff;
  position: relative;
  padding-top: 10rem;
  border-top: 1px solid #c4b24e;
  border-bottom: 1px solid #c4b24e;
  margin: -10rem -2rem 0;
}
.navbar-collapse a {
  color: #333 !important;
}
.navbar-collapse a:hover {
  color: #c4b24e !important;
}
@media screen and (max-width: 575px) {
  .navbar-brand img {
    max-width: 160px;
  }
}
.navbar {
  -ms-flex-align: start;
  align-items: start;
}
.navbar-toggler {
  background: transparent !important;
  color: transparent;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}
/*--------------------------------------------------------------
 Footer
 --------------------------------------------------------------*/
footer {
  padding: 5rem 0 !important;
}
footer a {
  color: #777 !important;
  font-size: 0.8rem;
  font-weight: 700;
}
footer a:hover {
  color: #872a2e !important;
}
footer li {
  margin-bottom: 0.4rem;
}
/*--------------------------------------------------------------
 13. Breadcrumb
 --------------------------------------------------------------*/
#breadcrumb {
  font-size: 0.76rem;
  margin-bottom: 3rem;
}
#breadcrumb a {
  position: relative;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 0.1rem;
}
#breadcrumb .separator {
  margin: 0 0.4rem;
  font-size: 0.6rem;
  color: #555;
}
/*--------------------------------------------------------------
 13. PageTop
 --------------------------------------------------------------*/
#page-top a {
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #fff;
  background: #c4b24e;
  border-radius: 50px;
  position: relative;
}
#page-top a i {
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/*--------------------------------------------------------------
 1. Animation
 --------------------------------------------------------------*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
.fadeInDown2 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInDow2n;
  animation-name: fadeInDown2;
  visibility: visible !important;
}
.fadeInDown3 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
 Top
 --------------------------------------------------------------*/
h1.no-title {
  margin: 0;
}
h1.no-title::before {
  display: none;
}
.header-visual-logo {
  width: 100%;
  max-width: 140px;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .header-visual-logo {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .header-visual-logo {
    max-width: 250px;
  }
}
#topService {
  overflow: hidden;
}
#topService .top-service-visual {
  background: url("img/top/service_v.jpg") center center / cover no-repeat;
  margin-top: 10rem;
  margin-left: 2rem;
  min-height: 400px;
}
#topService .top-service-visual-top {
  height: 0;
}
#topService .top-service-text-container {
  padding-bottom: 10rem;
  background: -moz-linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0));
}
#topService .top-service-text {
  font-family: "ＭＳ Ｐ明朝", serif;
  letter-spacing: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
#topService .top-service-message {
  display: inline-block;
  font-size: 0.9rem;
  max-width: 230px;
}
#topService .top-message-visual {
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  #topService .top-service-text-container {
    padding-bottom: 2rem;
  }
  #topService .top-service-visual {
    background: url("img/top/service_v.jpg") center center / cover no-repeat;
    margin-top: 0;
    margin-left: 0;
    min-height: auto;
  }
  #topService .top-service-text {
    font-size: 2.2rem;
  }
  #topService .top-service-message {
    max-width: 300px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #topService .top-service-text-container {
    background: transparent;
  }
  #topService .top-service-message {
    max-width: 540px;
  }
}
h2.gold {
  font-family: 'Prata', serif !important;
  color: #c4b24e;
  font-size: 2.7rem;
  margin: 0;
}
.top-menu-container .top-menu-column-title-container {
  padding-bottom: 1rem;
}
.top-menu-container .top-menu-column-title-container .top-menu-column-title-red {
  background: rgba(134, 23, 23, 1);
  padding: 2.5rem;
  text-align: center;
}
.top-menu-container .top-menu-column-title-container .top-menu-column-title-gold {
  background: rgba(232, 219, 144, 1);
  padding: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .top-menu-container .top-menu-column-title-container {
    position: relative;
    padding-bottom: 0;
    top: -12rem;
    margin-bottom: -11rem;
  }
  .top-menu-container .top-menu-column-title-container .top-menu-column-title-red {
    background: rgba(134, 23, 23, .9);
    position: relative;
    padding: 2.5rem;
  }
  .top-menu-container .top-menu-column-title-container .top-menu-column-title-gold {
    background: rgba(232, 219, 144, .9);
    position: relative;
    padding: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .top-menu-container .top-menu-column-container:nth-child(1) {
    padding-top: 0;
  }
  .top-menu-container .top-menu-column-container:nth-child(2) {
    padding-top: 3rem;
  }
  .top-menu-container .top-menu-column-container:nth-child(3) {
    padding-top: 6rem;
  }
  .top-menu-container .top-menu-column-title-container {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 1.5rem;
    margin-bottom: 0;
  }
  .top-menu-container .top-menu-column-title-container .top-menu-column-title-red {
    padding: 2.5rem;
    text-align: center;
  }
  .top-menu-container .top-menu-column-title-container .top-menu-column-title-gold {
    padding: 2.5rem;
    text-align: center;
  }
  #topMenu1 {
    margin-bottom: 10rem;
  }
  #topMenu2 {
    margin-bottom: 17rem;
  }
}
.top-magazine-container {
  background: url("img/top/magazine_v_pc.jpg") left -460px center / cover no-repeat;
}
.top-magazine-container .top-magazine {
  padding: 4rem 1rem 4rem 5rem;
  margin: 0 auto;
  max-width: 540px;
}
.top-magazine-container .magazine-c {
  max-width: 260px;
}
@media screen and (min-width: 576px) {
  .top-magazine-container {
    background: url("img/top/magazine_v_pc.jpg") left -360px center / cover no-repeat;
  }
  .top-magazine-container .magazine-c {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .top-magazine-container {
    background: url("img/top/magazine_v_pc.jpg") center center / cover no-repeat;
  }
  .top-magazine-container .top-magazine {
    padding: 4rem 0 4rem 10rem;
  }
  .top-magazine-container .magazine-c {
    max-width: 100%;
  }
}
h2.top-title {
  font-family: 'Prata', serif !important;
  font-size: 2.6rem;
  margin: 0;
  position: relative;
  display: inline-block;
}
h2.top-title.with-line::before {
  display: block;
  width: 160px;
  height: 1px;
  background: #c4b24e;
  margin: 0 auto 1.5rem;
}
h2.top-title.with-line-long::before {
  display: block;
  width: 240px;
  height: 1px;
  background: #c4b24e;
  margin: 0 auto 1.5rem;
}
h2.top-title.with-line-normal {
  margin-top: 1.3rem;
}
h2.top-title.with-line-normal::before {
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: -1.3rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 95%;
  height: 1px;
  background: #c4b24e;
}
h2.top-title.with-line-white::before {
  display: block;
  width: 200px;
  height: 1px;
  background: #fff;
  margin: 0 auto 1rem;
}
h3.about-title {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 700;
  position: relative;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 2.6rem;
  display: inline-block;
}
h3.about-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  width: 30px;
  height: 1px;
  background: #c4b24e;
}
h3.about-title.center::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.3rem;
  width: 30px;
  height: 1px;
  background: #c4b24e;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  h2.top-title {
    font-size: 4rem;
  }
  h2.top-title.with-line-white {
    font-size: 3.6rem;
  }
}
#topOthers .other1 {
  background: url("img/top/other_1.jpg") center center / cover no-repeat;
}
#topOthers .other2 {
  background: url("img/top/other_2.jpg") center center / cover no-repeat;
}
#topOthers .other3 {
	background: url("img/top/other_3.jpg") center center / cover no-repeat;
}
#topOthers .other-link {
  font-family: 'Prata', serif !important;
  border: 1px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
  padding: 2rem;
}
#topOthers .other-link:hover {
  background: rgba(255, 255, 255, .2);
}
.top-contact-container {
  background: url("img/top/contact_v.jpg") center center / cover no-repeat;
  padding: 7rem 0;
}
/*--------------------------------------------------------------
 Pages
 --------------------------------------------------------------*/
.excerpt-container {
  margin-bottom: -3rem;
}
.page-header {
  width: 100%;
  max-width: 100%;
  margin: 5.6rem 0 1rem !important;
  background: url("img/pages/header.jpg") left center / cover no-repeat;
  padding: 3rem 0;
}
.page-header .page-title {
  font-family: 'Prata', serif;
  font-size: 2.7rem;
  color: #333 !important;
  line-height: 1;
  margin: 0;
}
.page-header .page-title::before {
  display: none;
}
.page-header .page-ja-title {
  margin-top: 1.8rem;
  display: block;
  font-size: 1.4rem;
  color: #555;
}
@media screen and (min-width: 768px) {
  .page-header {
    margin: 8rem 0 2rem !important;
    padding: 6rem 0;
  }
  .page-header .page-title {
    font-size: 3.4rem;
  }
  .page-header .page-ja-title {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
.page-container h2 {
  margin: 5rem 0 3rem;
  text-align: center;
}
.page-container h2 .category-en-title {
  display: inline-block;
  color: #c4b24e;
  font-family: 'Prata', serif;
  font-size: 1.4rem;
  position: relative;
}
.page-container h2 .category-en-title::before, .page-container h2 .category-en-title::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 6px;
  border-top: 1px solid #b09e3e;
  border-bottom: 1px solid #c9b85d;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-container h2 .category-en-title::before {
  left: -70px;
}
.page-container h2 .category-en-title::after {
  right: -70px;
}
.page-container h2 .category-title {
  display: block;
  margin-top: 1.1rem;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .article-container {
    max-width: 800px;
  }
}
article .article-title {
  margin: 1.2rem 0;
}
article .article-title h1 {
  font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  font-weight: 600;
  font-size: 1.5rem;
}
article .article-title h1::before {
  display: none;
}
article .article-excerpt {
  margin: 2rem 0;
}
article .article-content h2 {
  margin: 2.9rem 0 2.4rem !important;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 0.6rem;
  font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
}
article .article-content h2::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  height: 5px;
  background: #c4b24e;
  width: 90px;
  bottom: -26px;
}
article .article-content h2::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  height: 1px;
  background: #c9b85d;
  width: 100%;
  bottom: -8.5px;
}
article .article-content h3 {
  margin: 2.9rem 0 2.4rem !important;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 0.6rem;
  font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  font-weight: 700;
}
article .article-content h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  height: 1px;
  background: #c4b24e;
  width: 30px;
  bottom: -10px;
}
article .article-content h4 {
  margin: 2.4rem 0 1.8rem !important;
  font-size: 1.1rem;
  font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  color: #c4b24e;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  article .article-title h1 {
    font-size: 1.9rem;
  }
}
/*--------------------------------------------------------------
 Overview
 --------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .table-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .table-container-small {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.space-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.space-container-f {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.space-container-n {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .space-container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .space-container-f {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }
  .space-container-n {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
/*--------------------------------------------------------------
 Voice
 --------------------------------------------------------------*/
.voice-header-img img {
  max-width: 350px !important;
}
.voice-header + .voice-header {
  margin-top: 5rem;
}
.voice-message {
  font-size: 89%;
}
.voice-header-title {
  border-top: 1px solid #c4b24e;
  border-bottom: 1px solid #c4b24e;
  padding: 2rem 2rem 3rem;
  margin-bottom: 3rem;
}
.voice-header-title h2 {
  font-weight: 600;
  font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.7;
}
.voice-header-title h2::before {
  display: none;
}
.voice-header-title .vertical-line {
  width: 1px;
  background: #c9b85d;
  height: 25px;
  margin: 0 auto;
}
.voice-container .voice-comment {
  letter-spacing: 0;
  line-height: 1.7;
}
.voice-container .voice-content:nth-child(even) .voice-image {
  order: 2;
}
.voice-container .voice-content:nth-child(even) .voice-text {
  order: 1;
}
@media screen and (min-width: 768px) {
  .voice-header-title {
    padding: 3rem 2rem;
  }
  .voice-header-title h2 {
    font-size: 1.3rem;
  }
  .voice-container .voice-content {
    margin-bottom: 3rem;
  }
  .voice-container .voice-content:nth-child(3n+2) {
    padding-top: 4rem !important;
  }
  .voice-container .voice-content:nth-child(even) .voice-image {
    order: 1;
  }
  .voice-container .voice-content:nth-child(even) .voice-text {
    order: 2;
  }
}
/*--------------------------------------------------------------
 Q&A
 --------------------------------------------------------------*/
.accordion {
  margin-bottom: 3rem;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion .card-header {
  position: relative;
  padding: 2rem 3.5rem 2rem 1rem;
}
.accordion .card-header h2 {
  font-weight: 700;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 1.2rem;
  line-height: 1.6;
}
.accordion .card-header::before, .accordion .card-header::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  border-radius: 5px;
  background: #c4b24e;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.accordion .card-header::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.accordion .card-header.active::after {
  transform: rotate(0);
  transition: 0.5s;
  opacity: 0;
}
.accordion .card-body {
  padding: 2rem 1rem;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.q-block, .a-block {
  margin-left: 3rem;
  position: relative;
}
.q-block::before, .a-block::before {
  content: 'Q';
  font-family: 'Prata', serif;
  color: #c4b24e;
  font-weight: 400;
  font-size: 2rem;
  position: absolute;
  left: -3rem;
  top: -0.65rem;
}
.a-block::before {
  content: 'A';
  top: -0.78rem;
}
@media screen and (min-width: 768px) {
  .accordion .card-body {
    padding: 2rem;
  }
  .accordion .card-header {
    padding: 2rem 4.5rem 2rem 2rem;
  }
  .accordion .card-header h2 {
    font-weight: 700;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .accordion .card-header::before, .accordion .card-header::after {
    right: 1.5rem;
  }
}
/*--------------------------------------------------------------
 Service
 --------------------------------------------------------------*/
.service-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-menu li {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  padding: 1rem 1rem 2.6rem;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}
.service-menu li::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 1rem;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c9b85d;
  border-right: 2px solid #c9b85d;
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform: translateX(-50%) rotate(135deg);
}
.service-menu .service-menu-title {
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  letter-spacing: -1px;
}
.service-menu .service-menu-subtitle {
  font-size: 0.7rem;
  line-height: 1.4;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .service-menu li {
    padding: 0.7rem 0.3rem 2.3rem;
    border-left: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
  .service-menu li::after {
    bottom: 0.6rem;
  }
  .service-menu li:last-child {
    border-right: 1px solid #ccc;
  }
}
.service-one-container {
  counter-reset: number 0;
}
.service-one-container .service-table .service-table-column.attention {
  border: 5px solid #fd6c67;
}
.service-one-container .service-table .service-table-column.attention .row-title {
  min-height: 57px;
  padding-top: calc(1rem - 4px);
}
.service-one-container .service-one-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}
.service-one-container .service-one-title h3 {
  position: relative;
  text-align: center;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 10;
  margin: 0;
}
.service-one-container .service-one-title h3::before {
  counter-increment: number 1;
  content: " 0" counter(number);
  font-family: 'Prata', serif;
  color: #c4b24e;
  font-weight: 400;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 3rem;
}
.service-one-container .service-one-title h3::after {
  content: '';
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 85px;
  display: inline-block;
  border: 1px solid #c9b85d;
  z-index: -1;
  opacity: 0.5;
  left: 50%;
  top: 1.5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.service-one-container .service-one-text {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .service-one-container .service-one-title {
    border-bottom: none;
    padding-bottom: 0;
    border-right: 1px solid #ccc;
  }
  .service-one-container .service-one-title.no-border {
    border-right: none;
  }
}
.service-table .service-table-column {
  padding: 0;
  border: 1px solid #ddd;
  margin-bottom: 2rem;
}
.service-table .service-table-column .row-title {
  color: #fff;
  font-weight: 700;
  padding: 1rem 1.2rem;
  text-align: center;
  min-height: 61px;
}
.service-table .service-table-column .row-title.yellow {
  background: #ddca63;
}
.service-table .service-table-column .row-title.yellow-d {
  background: #c1af49;
}
.service-table .service-table-column .row-title.red {
  background: #b44848;
}
.service-table .service-table-column .row-title.red-d {
  background: #a13535;
}
.service-table .service-table-column .row-container {
  padding: 1rem;
}
.service-table .service-table-column .row-normal {
  margin: 1.4rem 0;
}
.service-table .service-table-column .row-normal .row-inner-title {
  background: #efefef;
  padding: 0.4rem;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .service-table .service-table-column {
    border-right: none;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .service-table .service-table-column:last-child {
    border-right: 1px solid #ddd;
  }
  .service-table .service-table-column .row-container {
    padding: 0;
  }
  .service-table .service-table-column .row-normal {
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
  }
  .service-table .service-table-column .row-normal:last-child {
    border-bottom: none;
  }
  .service-table .service-table-column .row-normal.double {
    min-height: 87px;
  }
}
@media screen and (min-width: 992px) {
  .service-table .service-table-column .row-normal.double {
    min-height: auto;
  }
}
#contact form {
  max-width: 720px;
  margin: 0 auto;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#contact form label.error {
  font-size: 0.9rem;
  color: #872a2e;
}
#contact form input.error {
  border-color: #872a2e;
}
.form-control {
  border-radius: 0;
}
.col-form-label {
  padding-top: 0.96rem;
  padding-bottom: 0.96rem;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
input, select, textarea {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
textarea {
  padding: 0.96rem 1.4rem !important;
}
select {
  padding: 0rem 1.2rem 0.1rem !important;
}
.custom-control {
  padding: 0.96rem 1.4rem !important;
}
.custom-control .custom-control-label {
  line-height: 1;
}
.custom-control .custom-control-label::before {
  top: 0;
}
.custom-control .custom-control-label::after {
  top: 0;
}
#documentContainer {
  word-break: break-all !important;
}
#documentContainer ol, #documentContainer ul {
  margin-left: 1rem;
}
#documentContainer p {
  word-break: break-all !important;
}
/*--------------------------------------------------------------
 Profile
 --------------------------------------------------------------*/
.font14 {
  font-size: 14px;
}
.font27 {
  font-size: 0.9rem;
}
.font32 {
  font-size: 1.8rem;
}
.list-style-none {
  list-style-type: none;
  padding-left: 0;
}
.profile-txt {
  padding-top: 8rem;
}
.profile-bgcolor-l, .profile-bgcolor-r {
  position: relative;
}
.profile-bgcolor-l:after, .profile-bgcolor-r:after {
  content: '';
  position: absolute;
  width: 110%;
  height: 100%;
  top: -60px;
  background: #f6f2dd;
  z-index: -1;
}
.profile-bgcolor-l:after {
  left: -150px;
}
.profile-bgcolor-r:after {
  right: -150px;
}
#profile-main {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#profile-main .container {
  background: url(img/profile/bg_waku_tl.png), url(img/profile/bg_waku_tr.png), url(img/profile/bg_waku_br.png), url(img/profile/bg_waku_bl.png);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 102px 98px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.profile-inner {
  background: url(img/profile/txt_tanaka_en.png) center center no-repeat;
}
.page-template-page-profile .site-footer.mt-5 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 992px) {
  .profile-bgcolor-l:after, .profile-bgcolor-r:after {
    content: '';
    overflow: hidden;
  }
  .profile-txt {
    padding-top: 3rem;
    overflow: hidden;
  }
  #profile-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #profile-main .container {
    background-size: 60px 59px;
  }
  .profile-inner {
    background-size: 90%;
  }
}
/*--------------------------------------------------------------
 Staff
 --------------------------------------------------------------*/
.staff-list {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}
.staff-list:last-child {
  padding: 4rem 0 0;
}
.staff-list:nth-child(even) .staff-list-img {
  order: 2;
}
.staff-list:nth-child(even) .staff-list-txt {
  order: 1;
}
.staff-list:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.staff-list-img {
  width: 30%;
}
.staff-list-txt {
  width: 65%;
}
.staff-list-txt p:last-child {
  margin-bottom: 0;
}
.staff-list-txt a {
  color: #c4b24e;
  text-decoration: underline;
}
.staff-list-name {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.staff-list-name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  background: #c4b24e;
}
.staff-list-name span:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .staff-list {
    display: block;
  }
  .staff-list-img {
    width: 80%;
    margin: 0 auto 1.5rem;
  }
  .staff-list-txt {
    width: 100%;
  }
}
/*--------------------------------------------------------------
 TOC
 --------------------------------------------------------------*/
#toc_container {
  padding: 1rem;
  margin: 2rem 0;
}
#toc_container .toc_title {
  border-bottom: 1px solid #fff;
}
/*--------------------------------------------------------------
 Events
 --------------------------------------------------------------*/
.event-content-container {
  padding: 0 15px;
}
#topEvents .event-item {
  padding: 0.5rem 0;
}
#topEvents .event-item + .event-item {
  border-top: 1px solid #efefef;
}
#topEvents h2 {
  margin: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: 'Prata', serif;
  font-size: 2.7rem;
  border-bottom: 1px solid #c4b24e;
}
#topEvents a {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  transition: all 0.3s;
  font-size: 0.9rem;
}
#topEvents a:hover {
  color: #c4b24e;
}
#topEvents .col-date {
  padding: 0;
}
#topEvents .col-text {
  padding: 0;
  line-height: 1.6rem !important;
}
#topEvents .col-text a {
  font-size: 1.1rem;
}
#topEvents .date {
  display: inline-block;
  color: #fff;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  padding: 0 0.6rem;
  background: #c4b24e;
}
@media screen and (min-width: 768px) {
  #topEvents .event-title-container {
    padding-right: 60px;
    height: 100%;
    padding-left: 0;
  }
  #topEvents .event-content-container {
    border-left: 1px solid #c4b24e;
    padding-left: 80px;
  }
}
@media screen and (min-width: 960px) {
  #topEvents .col-date {
    max-width: 120px;
  }
  #topEvents .col-text {
    max-width: calc(100% - 120px);
    padding-left: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 1.8rem !important;
  }
  #topEvents .date {
    width: 100%;
  }
}
