@charset "UTF-8";
/*
u- : utilities
sec- : section

 */
/* ============================================================================================== */
/*
/* 全体の共通設定 */
/*
/* ============================================================================================== */
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 966px) {
  html {
    padding: 0;
    width: auto;
    max-width: 966px;
  }
}

body {
  height: auto;
  min-width: 320px;
  position: relative;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ Pro", "メイリオ, Meiryo,Osaka", "ＭＳ Ｐゴシック", "Helvetica",
    "Verdana", sans-serif;
  line-height: 100%;
  color: #333;
  background: #fff;
  text-align: left;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 966px) {
  body {
    width: 100%;
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
ul {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

p {
  color: #333;
  word-break: normal;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

img {
  border: none;
  user-select: none;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 966px) {
  img {
    max-width: 100%;
  }
}

hr {
  display: none;
}

.clear {
  clear: both;
}

.clearfix {
  display: inline-block;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
* html .clearfix {
  height: 1%;
}

a {
  color: #ac9123;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a * {
  cursor: pointer;
}
@media screen and (max-width: 966px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

table {
  border-collapse: collapse;
}
table th,
table td {
  vertical-align: top;
  text-align: left;
}

div.clear {
  clear: both;
}

div.clear br {
  display: none;
}

::selection {
  background: #ac9123;
  color: #fff;
}

::-moz-selection {
  background: #ac9123;
  color: #fff;
}

.wf-din_l .en {
  font-family: "DIN Next W01 Medium", "DIN Pro";
  font-kerning: normal;
}

.wf-din_m .en {
  font-family: "DIN Next W01 Medium", "DIN Pro";
  font-kerning: normal;
}

.wf-din_b .en {
  font-family: "DIN Next W01 Bold", "DIN Pro";
  font-kerning: normal;
}

.sec-box-title {
  font-family: "DIN Next W01 Medium", "DIN Pro";
  font-kerning: normal;
}

/* ============================================================================================== */
/*
/* ユーティリティ 共通項目 */
/*
/* ============================================================================================== */
.u-none {
  display: none !important;
}

.entry-meta {
  display: none !important;
}

.u-tel {
  cursor: default;
}
.u-tel span {
  cursor: default;
}

.u-txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84;
}
.u-txt_bold {
  font-weight: bold;
}
.u-txt_read {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
  margin-top: -20px;
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 966px) {
  .u-txt_read {
    line-height: 1.85;
    margin-top: -15px;
  }
}
.u-txt_hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.win .u-txt_hide {
  text-indent: -9999px;
  color: #fff;
}
.u-txt-lightTxt .blast,
.u-txt-lightTxt .blast-inner {
  overflow: hidden;
  backface-visibility: hidden;
  display: inline-block;
}

.u-link_txt {
  color: #ac9123;
  text-decoration: underline;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.u-link_txt:hover {
  text-decoration: none;
}
.u-link_underline {
  color: #ac9123;
  text-decoration: none;
  position: relative;
}
.u-link_underline::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ac9123;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
  display: block;
  opacity: 1;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.u-link_underline_w::before {
  background: #fff;
  bottom: -4px;
}
.u-link_underline:hover::before {
  opacity: 0.8;
}
.u-link_box {
  width: 100%;
  text-align: center;
  padding: 26px 0;
  display: inline-block;
  background: #ac9123;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.u-link_box span {
  position: relative;
}
.u-link_box span::after {
  content: url(../svg/icon_02_w.svg);
  width: 0.5em;
  height: 0.9em;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  left: 0;
  top: 0.05em;
  position: relative;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.u-link_box:hover {
  background: #9d8831;
}
.u-link_box:hover span::after {
  left: 5px;
}
.u-link_submit {
  width: 48.5%;
  margin: 30px auto 0 auto;
  display: block;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 550px) {
  .u-link_submit {
    width: 90.71%;
    margin: 20px auto 0 auto;
  }
}

.u-listBlock {
  display: block;
  list-style: none;
}

.u-view_pc {
  display: block;
}
@media screen and (max-width: 966px) {
  .u-view_pc {
    display: none;
  }
}
.u-view_sp {
  display: none;
}
@media screen and (max-width: 966px) {
  .u-view_sp {
    display: block;
  }
}
.u-view-rwd_min {
  display: none;
}
@media screen and (max-width: 550px) {
  .u-view-rwd_min {
    display: block;
  }
}

.u-inner,
.u-inner-large,
.u-inner-middle,
.u-inner-contents,
.u-inner-small {
  margin: 0 auto;
}
.u-inner-large {
  width: 100%;
}
.u-inner-middle {
  width: 91.75%;
}
@media screen and (max-width: 966px) {
  .u-inner-middle {
    width: 90%;
  }
}
.u-inner-contents {
  width: 84%;
  max-width: 1020px;
}
@media screen and (max-width: 966px) {
  .u-inner-contents {
    width: 90%;
  }
}
.u-inner-small {
  width: 84%;
  max-width: 830px;
}

.u-ver_top th,
.u-ver_top td {
  vertical-align: top !important;
}
.u-ver_middle th,
.u-ver_middle td {
  vertical-align: middle !important;
}

.u-img_grad {
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.u-img_grad::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  -moz-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  z-index: 10;
}
.u-img_grad img {
  border-radius: 3px;
}

.u-table {
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.u-table th,
.u-table td {
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64;
  color: #454545;
  padding: 21px 0 19px 0;
}
.u-table th {
  width: 26%;
  font-weight: bold;
}
.u-table td {
  width: 74%;
}
.u-table a {
  color: #ac9123;
}
@media screen and (max-width: 966px) {
  .u-table th,
  .u-table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .u-table th {
    width: 30%;
  }
  .u-table td {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .u-table th,
  .u-table td {
    display: block;
  }
  .u-table th {
    width: 100%;
    border-bottom: 0;
    padding: 12px 0 2px 0;
  }
  .u-table td {
    width: 100%;
    padding: 0 0 10px 0;
  }
}

.u-graph {
  padding-top: 18px;
  margin: 0 auto;
}
.u-graph2 {
  padding-top: 8px;
}
.u-graph figcaption {
  padding-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: url(../images/bg.gif) repeat left top/37px;
  text-align: center;
}
.ie8 #loading, .ie9 #loading {
  display: none !important;
}

.load-loader {
  width: 220px;
  height: 123px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 2.5em);
  left: 0;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../svg/logomark.svg) no-repeat left top/contain;
}
.load-loader::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url(../images/loader.gif) no-repeat left top;
  position: absolute;
  bottom: -4em;
  left: 0;
  right: 0;
}

@-webkit-keyframes load_cycle {
  0% {
    transform: rotateZ(-360deg);
  }
}

/* ============================================================================================== */
/*
/* メインヘッダー */
/*
/* ============================================================================================== */
#g-header {
  width: 230px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  background: #fff;
  -moz-box-shadow: 2px 0px 8px 0px rgba(45, 31, 27, 0.1);
  -webkit-box-shadow: 2px 0px 8px 0px rgba(45, 31, 27, 0.1);
  box-shadow: 2px 0px 8px 0px rgba(45, 31, 27, 0.1);
  text-align: center;
  overflow: hidden;
}

/* ロゴ */
@media screen and (max-width: 966px) {
  .gh-logo {
    text-align: left;
  }
}
.gh-logo h1 {
  display: block;
  width: 188px;
  aspect-ratio: 94/41;
  margin: 21px auto 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/logo.jpg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* スイッチ */
.gh-switch {
  display: none;
}

/* グローバルナビゲーション */

/* コピーライト */
.gh-copyright {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  color: #555;
}

/* 小幅ヘッダー */
#g-header.min {
  /* overflow: scroll; */
  height: 100%;
}
#g-header.min .gh-copyright {
  position: static;
  margin-top: 30px;
  /* padding-bottom: 50px; */
}

@media screen and (max-width: 966px) {
  #g-header {
    width: 100%;
    height: auto;
    -moz-box-shadow: 10px 0px 4px 0px rgba(45, 31, 27, 0.1);
    -webkit-box-shadow: 10px 0px 4px 0px rgba(45, 31, 27, 0.1);
    box-shadow: 10px 0px 4px 0px rgba(45, 31, 27, 0.1);
    background: none;
    /* ロゴ */
  }
  .lay #g-header {
    opacity: 1;
    height: 100%;
    overflow: visible;
  }
  #g-header .gh-logo {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 20px 0 20px 20px;
  }
  #g-header .gh-logo h1 {
    margin: 0;
    width: auto;
    height: 32px;
    aspect-ratio: 159/20;
    background-image: url(../images/logo_sp.jpg);
  }
}
@media screen and (max-width: 966px) and (min-width: 760px) {
}

@media screen and (max-width: 966px) {
  /* ヘッダーボディ */
  /* .gh-body {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 58px auto 0 auto;
    opacity: 0;
    display: none;
    z-index: 0;
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  } */
}
@media screen and (max-width: 966px) and (min-width: 760px) {
  .gh-body {
    margin: 72px auto 0 auto;
  }
}
@media screen and (max-width: 966px) {
  .lay .gh-body {
    width: 100%;
    height: 100%;
  }
  .gh-body-inner {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 966px) {
  /* コピーライト */
  .gh-copyright {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #dddddd;
    position: static;
    padding-bottom: 100px;
    display: block;
  }

  /* 小幅ヘッダー */
  #g-header.min {
    overflow: scroll;
    height: auto;
  }
  #g-header.min .gh-copyright {
    position: static;
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
/* ============================================================================================== */
/*
/* メインコンテンツ */
/*
/* ============================================================================================== */
#wrapper {
  width: calc(100vw - 230px);
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 100;
  background: url(../images/bg.gif) repeat left top/37px;
  box-sizing: border-box;
  overflow-x: hidden;
}
#wrapper.home {
  background: none;
}
@media screen and (max-width: 966px) {
  #wrapper {
    width: 100%;
    position: static;
    margin-top: 56px;
    left: 0;
    z-index: 10;
    background: url(../images/bg.gif) repeat left top/27px;
  }
}
@media screen and (max-width: 966px) and (min-width: 760px) {
  #wrapper {
    margin-top: 72px;
  }
}

.win #wrapper {
  width: calc(100vw - 248px);
}
@media screen and (max-width: 966px) {
  .win #wrapper {
    width: 100%;
  }
}

.p-body {
  padding-top: calc(40px + 1.5vw);
  position: relative;
}
@media screen and (max-width: 966px) {
  .p-body {
    padding-top: 40px;
    padding-top: calc(30px + 1.5vw);
  }
}

.sec-box {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
  z-index: 20;
  position: relative;
}
.sec-box img {
  width: 100%;
  height: auto;
}
.sec-box:last-child {
  margin: 0 0 100px 0;
  padding: 0;
  border-bottom: 0;
}
@media screen and (max-width: 966px) {
  .sec-box {
    padding-bottom: 43px;
    margin-bottom: 50px;
  }
  .sec-box_spnone {
    border: none;
    padding: 0;
  }
  .sec-box:last-child {
    margin-bottom: 60px;
  }
}

.sec-box_middle {
  margin-top: 55px;
}
.sec-box_middle_box {
  padding-bottom: 25px;
}
.sec-box_middle_box:last-child {
  padding-bottom: 0;
}

.sec-title_large {
  display: inline-block;
  border-bottom: 3px solid #ac9123;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.sec-title_large span {
  display: inline-block;
  vertical-align: middle;
}
.sec-title_large span.en {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  color: #ac9123;
}
.sec-title_large span.jp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #777777;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  /* position: relative;
  top: -0.15em; */
  font-weight: bold;
}
.sec-title_large_center {
  margin: 0 auto 11px 0;
  border: none;
  text-align: center;
  display: block;
}
.sec-title_large_center span {
  display: block;
}
.sec-title_large_center span.en {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 16px;
}
.sec-title_large_center_jp {
  margin: 0 auto 29px 0;
  border: none;
  text-align: center;
  display: block;
}
.sec-title_large_center_jp span {
  display: block;
}
.sec-title_large_center_jp span.jp {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 11px;
}
.sec-title_large_center_jp span.en {
  font-size: 13px;
  font-size: 1.3rem;
  color: #d0d0d0;
}
@media screen and (max-width: 550px) {
  .sec-title_large_center_jp {
    margin: 0 auto 20px 0;
  }
  .sec-title_large_center_jp span.jp {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec-title_large_center_jp span.en {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 966px) {
  .sec-title_large {
    border-bottom: 2px solid #ac9123;
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
  .sec-title_large span.en {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sec-title_large span.jp {
    font-size: 12px;
    font-size: 1.2rem;
    top: -0.1em;
    margin-left: 10px;
  }
  .sec-title_large_center {
    border: none;
    padding: 0;
    margin: 0 auto 27px auto;
  }
  .sec-title_large_center span.en {
    margin-bottom: 5px;
  }
  .sec-title_large_center span.jp {
    margin: 0 0 0 0;
  }
}
.sec-title_middle,
.sec-title_middle2 {
  border-bottom: 2px solid #f0f0f0;
}
.sec-title_middle h3,
.sec-title_middle h4,
.sec-title_middle2 h3,
.sec-title_middle2 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
}
.sec-title_middle span,
.sec-title_middle2 span {
  border-left: 4px solid #ac9123;
  margin-bottom: 15px;
  padding: 2px 0 2px 10px;
  display: inline-block;
}
.sec-title_middle2 {
  margin-bottom: 16px;
}
.sec-title_middle2 h3,
.sec-title_middle2 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ac9123;
}
.sec-title_min {
  border-left: 4px solid #ac9123;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  padding: 4px 0 4px 11px;
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 966px) {
  .sec-title_min {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 30px 0 20px 0;
    padding: 3px 0 1px 11px;
  }
}
.sec-title_bold {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  padding-bottom: 12px;
  padding-top: 10px;
}

/* ============================================================================================== */
/*
/* メインフッター */
/*
/* ============================================================================================== */
#global-footer {
  width: 100%;
  position: relative;
  border-top: 1px solid #b4a451;
  -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#global-footer::after {
  content: "";
  width: 661px;
  height: 199px;
  background: url(../images/footer_shadow.png) no-repeat center top/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

/* コンタクト */
.gf-contact {
  text-align: center;
  background: #ac9123 url(../images/footer_visual.png) no-repeat center
    center/cover;
  background-blend-mode: screen;
  padding: 55px 0 50px 0;
}
.gf-contact_title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.gf-contact_title img{
  width: 100%;
}
.gf-contact_read {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 22px;
}
.gf-contact_copy {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.769;
  color: rgba(255, 255, 255, 0.8);
}
.gf-contact-form {
  width: 100%;
  margin: 20px auto;
  display: block;
}
.gf-contact-form section {
  width: 50%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}
.gf-contact-form h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.gf-contact-form .tel_link {
  font-size: 40px;
  font-size: 4rem;
}
.gf-contact-form .tel_link a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.gf-contact-form .tel_link a::before {
  content: "";
  width: 38px;
  height: 38px;
  width: 3.8rem;
  height: 3.8rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px;
  background: url(../images/icon_footer_tel.png) no-repeat left top/contain;
}

/* フッター */
.gf-bottom {
  background: #3c3510;
  padding: 82px 0 82px 0;
}
.gf-bottom-inner {
  position: relative;
}
.gf-bottom_link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  display: flex;
  justify-content: space-between;
  width: 40%;
  max-width: 450px;
}
.gf-bottom_link a {
  display: inline-block;
  width: 45%;
  /* color: #d8d7cf;
  font-size: 1.3rem;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: none; */
}
.gf-bottom_link a img {
  width: 100%;
}
.gf-bottom_left {
  float: left;
  margin-right: 26px;
}
.gf-bottom_logo {
  width: 186px;
  height: 23px;
  width: 18.6rem;
  height: 2.3rem;
  background: url(../svg/logo_footer.svg) no-repeat left top/contain;
  opacity: 0.8;
}
.gf-bottom address {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #90969b;
  margin-top: 1em;
}
.gf-bottom .gf-bottom_copyright{
  color: #90969b;
  margin-top: 0.5em;
}
.gf-bottom-nav {
  display: none;
}
.gf-bottom-pageTop {
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gf-bottom-pageTop a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  color: #90969b;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gf-bottom-pageTop a::before {
  content: "";
  width: 18px;
  height: 17px;
  width: 1.8rem;
  height: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -0.1em;
  background: url(../images/icon_footer_pagetop.png) no-repeat left top/contain;
  opacity: 0.5;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gf-bottom-pageTop a::after {
  content: "";
  width: 26px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -15px;
  left: -4px;
  opacity: 0;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gf-bottom-pageTop a:hover {
  color: #fff;
}
.gf-bottom-pageTop a:hover::after {
  width: 26px;
  top: -10px;
  opacity: 0.8;
}
.gf-bottom-pageTop a:hover::before {
  top: -5px;
  opacity: 1;
}

@media screen and (max-width: 966px) {
  /* コンタクト */
  .gf-contact {
    padding: 40px 0 35px 0;
  }
  .gf-contact_read {
    padding-bottom: 20px;
  }
  .gf-contact_copy {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .gf-contact-form {
    display: block;
    margin-top: 20px;
  }
  .gf-contact-form section {
    width: auto;
    display: block;
  }
  .gf-contact-form h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .gf-contact-form .tel_link {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .gf-contact-form .tel_link a {
    pointer-events: auto;
  }
  .gf-contact-form .tel_link a::before {
    width: 30px;
    height: 30px;
    width: 3rem;
    height: 3rem;
    margin-right: 6px;
  }

  /* フッター */
  .gf-bottom {
    padding: 0 0 40px 0;
    text-align: center;
  }
  .gf-bottom_left {
    float: none;
    margin-right: 0;
  }
  .gf-bottom_link {
    position: relative;
    top: auto;
    margin-top: 32px;
    width: 100%;
    max-width: 450px;
    transform: translateX(-50%);
  }
  .gf-bottom_link a {
    width: 48%;
  }
  .gf-bottom_logo {
    width: 158px;
    height: 19px;
    margin: 32px auto 25px auto;
    float: none;
  }
  .gf-bottom address {
    float: none;
    text-align: center;
    line-height: 1.8;
  }
  .gf-bottom-nav {
    padding-top: 22px;
    padding-bottom: 26px;
    display: block;
    text-align: center;
  }
  .gf-bottom-nav ul {
    list-style: none;
    display: block;
  }
  .gf-bottom-nav ul li {
    display: inline;
  }
  .gf-bottom-nav ul li::after {
    content: "";
    border-right: 1px solid #90969b;
    margin: 0 9px;
    padding: 2px 0;
  }
  .gf-bottom-nav ul li:last-child::after {
    display: none;
  }
  .gf-bottom-nav ul li a {
    color: #90969b;
    font-size: 12px;
    font-size: 1.2rem;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .gf-bottom-nav ul li a:hover {
    color: #fff;
  }
  .gf-bottom_copyright {
    margin-top: 26px;
    color: #90969b;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
  }
  .gf-bottom-pageTop {
    position: static;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
  .gf-bottom-pageTop a {
    line-height: 1;
    display: block;
    border-bottom: 1px solid #2e2808;
    text-decoration: underline;
    padding: 24px 0;
  }
  .gf-bottom-pageTop a::before {
    display: none;
  }
  .gf-bottom-pageTop a::after {
    width: 140%;
    height: calc(100% - 1px);
    background: #2e2808;
    opacity: 0;
    left: -20%;
    top: 0;
    z-index: 5;
  }
  .gf-bottom-pageTop a span {
    position: relative;
    z-index: 10;
  }
  .gf-bottom-pageTop a:hover {
    text-decoration: none;
  }
  .gf-bottom-pageTop a:hover::after {
    opacity: 1;
    width: 140%;
    height: calc(100% - 1px);
    top: 0;
    left: -20%;
  }
}

@media screen and (max-width: 768px) {
}

/* ---------------------------------------------------------------------------------------------- */
/*
/* トップページ (./) */
/*
/* ---------------------------------------------------------------------------------------------- */

#philosophy {
  border-bottom: none;
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.philosophy_maincopy {
  font-size: 29px;
  font-size: 2.9rem;
  font-size: calc(1.5rem + 1vw);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.philosophy_maincopy span {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: calc(1rem + 1vw);
}
@media screen and (max-width: 966px) {
  .philosophy_maincopy {
    width: 100%;
    margin-bottom: 20px;
    font-size: 3.2vw;
    line-height: calc(1.89 + 1.5vw);
  }
  .philosophy_maincopy span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 550px) {
  .philosophy_maincopy {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.89;
  }
  .philosophy_maincopy span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* ---------------------------------------------------------------------------------------------- */
/*
/* お知らせ (./news/) */
/*
/* ---------------------------------------------------------------------------------------------- */
.main-page-news .entry {
  margin-bottom: 40px;
}
.main-page-news .entry-header {
  background: #f8f7f4;
  margin-bottom: 15px;
  padding: 20px;
}
.main-page-news .entry-header h2,
.main-page-news .entry-header h3 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #ac9123;
}
.main-page-news .entry-header ul {
  padding-top: 12px;
  list-style: none;
  display: block;
}
.main-page-news .entry-header ul li {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
}
.main-page-news .entry-header ul li::after {
  content: "";
  border-right: 1px solid #999;
  margin: 0 8px;
}
.main-page-news .entry-header ul li:last-child::after {
  display: none;
}
.main-page-news .entry-header ul li.category p {
  display: inline;
}
.main-page-news .entry-header ul li.category p::after {
  content: "/";
  color: #999;
  margin: 0 3px 0 8px;
}
.main-page-news .entry-header ul li.category p:last-child::after {
  display: none;
}
.main-page-news .entry-header ul li.category p a {
  color: #666;
}
.main-page-news .entry-body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.79;
}
.main-page-news .entry-body p {
  margin-bottom: 20px;
}
.main-page-news .entry-body ol,
.main-page-news .entry-body ul {
  margin-left: 1.3em;
  margin-bottom: 20px;
}
.main-page-news .entry-body ol li,
.main-page-news .entry-body ul li {
  margin-bottom: 10px;
}
.main-page-news .entry-body a {
  color: #333;
}
.main-page-news .entry-body img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 966px) {
  .main-page-news .entry-header {
    padding: 20px 20px 15px 20px;
  }
  .main-page-news .entry-header h3 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.45;
  }
  .main-page-news .entry-header ul {
    padding-top: 7px;
  }
  .main-page-news .entry-header ul li {
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .main-page-news .entry-header ul li::after {
    display: none;
  }
}

/* ============================================================================================== */
/*
/* プリント用設定 */
/*
/* ============================================================================================== */
@media print {
  body {
    width: 1080px !important;
  }

  #none,
  .u-img_grad::after,
  #loading,
  #g-header,
  #wrapper .p-nav,
  #wrapper .stentObj,
  #wrapper .accessMap-info-gmapLink,
  #wrapper .gf-contact-form section:last-child,
  #wrapper .gf-bottom-pageTop {
    display: none;
  }

  #font {
    font-size: 13px;
    line-height: 1.65;
  }

  .u-inner-contents {
    width: 80%;
  }

  .u-img_grad {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #main-contents {
    background: none;
  }

  #wrapper {
    width: 100%;
    position: static;
    overflow: auto;
    background: none;
  }
  #wrapper .accessMap .mapcanvas,
  #wrapper .accessMap .mapcanvas iframe {
    height: 290px;
  }

  #p-header {
    height: 250px;
  }

  .philosophy_staff {
    width: 50%;
    margin: 0 auto;
  }
}

/* 言語切替追加 */
.gh-copyright {
  bottom: 60px;
}

.gh-nav-other {
  bottom: 90px;
}
