@charset "UTF-8";
/* LESS Document */
/* 変数ファイルインポート */
/* LESS Document */
/* 変数 */
/* 共通 */
/* SP用 */
/* グリッドシステム用 設定 */
.keyFrame {
  transition: all 0.2s ease;
}
.opacity {
  opacity: 0.8;
}
/* 共通 */
html {
  overflow-x: hidden;
}
body {
  background: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
p {
  text-align: justify;
  margin-top: 1rem;
}
.bgcolor {
  background-color: #ececec;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.flex {
  display: flex;
}
img {
  max-width: 100%;
  height: auto;
}
a:link {
  color: #bb9d7d;
  transition: all 0.2s ease;
  text-decoration: none;
}
a:visited {
  color: #bb9d7d;
  text-decoration: none;
}
a:hover {
  color: #bb9d7d;
  text-decoration: none;
}
a:active {
  color: #bb9d7d;
  text-decoration: none;
}
th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.btn01,
.btn01:link,
.btn01:visited,
.btn01:hover,
.btn01:active {
  text-decoration: none;
  display: block;
  line-height: 3.5;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  max-width: 100%;
  width: 400px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn01:hover {
  background-color: #bb9d7d;
}
.btn01::after {
  transition: all 0.2s ease;
  background-color: #ccc;
  content: '';
  -webkit-mask-image: url(../image/arrow_right.svg);
  mask-image: url(../image/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 3px;
  right: 0.5em;
}
.btn01:hover::after {
  background-color: #fff;
  right: 0;
}
.btn02,
.btn02:link,
.btn02:visited,
.btn02:hover,
.btn02:active {
  text-decoration: none;
  display: block;
  line-height: 3.5;
  border: 1px solid #bb9d7d;
  background-color: #fff;
  color: #bb9d7d;
  max-width: 100%;
  width: 400px;
  text-align: center;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn02:hover {
  background-color: #bb9d7d;
  color: #fff;
}
.btn02::after {
  transition: all 0.2s ease;
  background-color: #bb9d7d;
  content: '';
  -webkit-mask-image: url(../image/arrow_right.svg);
  mask-image: url(../image/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 3px;
  right: 1.3em;
}
.btn02:hover::after {
  background-color: #fff;
  right: 0.8em;
}
.btn03,
.btn03:link {
  text-decoration: none;
  display: block;
  line-height: 3.8;
  border: 1px solid #bb9d7d;
  color: #fff;
  background-color: #bb9d7d;
  max-width: 100%;
  width: 400px;
  text-align: center;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn03:visited,
.btn03:hover,
.btn03:active {
  background-color: #3e3a39;
  border: 1px solid #3e3a39;
  color: #fff;
}
.pagenation {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
/*  ナビゲーション */
.sp header,
#page header {
  z-index: 9999;
  background-color: #3e3a39;
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  position: fixed;
  border-bottom: 5px solid #bb9d7d;
}
.sp header .nest,
#page header .nest {
  width: 1130px;
  max-width: 100%;
  margin: auto;
  height: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.sp header .nest h1,
#page header .nest h1 {
  width: auto;
  height: 71px;
  margin-bottom: 10px;
}
.sp header .nest h1 img,
#page header .nest h1 img {
  width: auto;
  height: 100%;
}
.sp header .nest h2,
#page header .nest h2 {
  font-size: 10px;
}
.sp header .nest nav,
#page header .nest nav {
  display: flex;
  height: 100%;
}
.sp header .nest #gnav,
#page header .nest #gnav {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.sp header .nest #gnav > li,
#page header .nest #gnav > li {
  padding: 0 20px;
}
.sp header .nest #gnav > li a,
#page header .nest #gnav > li a {
  position: relative;
  display: block;
  line-height: 120px;
}
.sp header .nest #gnav > li a::after,
#page header .nest #gnav > li a::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0%;
  left: 0px;
  bottom: 38px;
  margin: auto;
  background-color: #bb9d7d;
  transition: all 0.2s ease;
}
.sp header .nest #gnav > li a:hover::after,
#page header .nest #gnav > li a:hover::after {
  width: 100%;
}
.sp header .nest #gnav .active > a::after,
#page header .nest #gnav .active > a::after {
  width: 100%;
}
.sp header .nest #gnav .submenu,
#page header .nest #gnav .submenu {
  display: none;
  opacity: 0;
  box-sizing: border-box;
  top: 0;
  height: 0;
  animation: 0.25s page-submenu ease forwards;
}
@keyframes page-submenu {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 120px;
    opacity: 1;
  }
}
.sp header .nest #gnav .active .submenu,
#page header .nest #gnav .active .submenu,
.sp header .nest #gnav .submenu:hover,
#page header .nest #gnav .submenu:hover {
  display: flex;
  opacity: 1;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  justify-content: center;
  top: 120px;
}
.sp header .nest #gnav .active .submenu li,
#page header .nest #gnav .active .submenu li,
.sp header .nest #gnav .submenu:hover li,
#page header .nest #gnav .submenu:hover li {
  text-align: center;
  width: 250px;
}
.sp header .nest #gnav .active .submenu li a,
#page header .nest #gnav .active .submenu li a,
.sp header .nest #gnav .submenu:hover li a,
#page header .nest #gnav .submenu:hover li a {
  display: inline-block;
}
.sp header .nest .contact_link,
#page header .nest .contact_link {
  height: 120px;
  display: flex;
  align-items: center;
}
.sp header .nest .contact_link a,
#page header .nest .contact_link a {
  position: relative;
  display: block;
  background-color: #bb9d7d;
  line-height: 40px;
  padding-left: 50px;
  background-image: url("../cmn-img/mail.svg");
  background-size: 27px auto ;
  background-repeat: no-repeat;
  background-position: left 17px center;
  font-weight: 600;
}
.sp header .nest .contact_link a:after,
#page header .nest .contact_link a:after {
  content: "";
  position: absolute;
  background-color: #bb9d7d;
  height: 40px;
  top: 0;
  left: 100%;
  width: 1000%;
}
.sp header .nest .contact_link a,
#page header .nest .contact_link a,
.sp header .nest .contact_link a:link,
#page header .nest .contact_link a:link,
.sp header .nest .contact_link a:visited,
#page header .nest .contact_link a:visited,
.sp header .nest .contact_link a:hover,
#page header .nest .contact_link a:hover,
.sp header .nest .contact_link a:active,
#page header .nest .contact_link a:active {
  color: #231815;
}
.sp header .nest .contact_link a:hover,
#page header .nest .contact_link a:hover,
.sp header .nest .contact_link a:active,
#page header .nest .contact_link a:active {
  opacity: 0.8;
}
.sp header a,
#page header a,
.sp header a:link,
#page header a:link,
.sp header a:visited,
#page header a:visited,
.sp header a:hover,
#page header a:hover,
.sp header a:active,
#page header a:active {
  color: #fff;
}
/*  メイン  */
#page main {
  padding-top: 120px;
}
.pagetitle {
  text-align: center;
  padding-bottom: 0;
}
.pagetitle h2 {
  font-size: 34px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*  フッター */
footer {
  background-color: #3e3a39;
  color: #fff;
  overflow: hidden;
}
footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .row {
  position: relative;
}
footer .profile {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .profile .footer_logo {
  width: 160px;
}
footer .profile .information h5 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
footer .profile .information dt,
footer .profile .information dd {
  font-size: 0.8rem;
}
footer .profile .address {
  margin-top: 30px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
footer .profile .address p {
  line-height: 2;
  font-size: 0.9rem;
  margin: 0;
}
footer .profile a.access_btn {
  font-size: 0.8rem;
  vertical-align: bottom;
  height: 90px;
  width: 90px;
  padding-top: 60px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #bb9d7d;
  border: 1px solid #bb9d7d;
  background-image: url("../cmn-img/footer_access.svg");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center top 12px;
  text-align: center;
  float: right;
}
footer .profile a.access_btn:hover {
  color: #fff;
  background-color: #bb9d7d;
  background-image: url("../cmn-img/access.svg");
}
footer nav {
  position: relative;
}
footer nav h6 {
  position: relative;
  background-color: #727171;
  line-height: 35px;
  padding-left: 10px;
}
footer nav h6:after {
  content: "";
  background-color: #727171;
  position: absolute;
  left: 100%;
  top: 0;
  height: 35px;
  width: 100%;
}
footer nav ul {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
footer nav ul li {
  margin-right: 25px;
  margin-bottom: 0.5em;
}
footer nav ul li a:before {
  content: "■";
}
footer .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.85rem;
  margin-right: 25px;
}
footer a:link,
footer a:visited {
  color: #fff;
}
footer a:hover,
footer a:active {
  color: #bb9d7d;
}
/* パンくず */
.pankuzu {
  font-size: 0.85rem;
  background: #bb9d7d;
}
.pankuzu ul {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  display: flex;
  flex-wrap: wrap;
}
.pankuzu ul li {
  margin-right: 15px;
}
.pankuzu ul li + li:before {
  content: "〉";
  margin-right: 6px;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background: #bb9d7d;
  width: 55px;
  height: 55px;
  z-index: 100;
}
#pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#pagetop a::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 0;
  right: 0;
}
#pagetop:hover {
  opacity: 0.8;
}
/* アニメーション */
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.animationBar {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.animationBar span {
  animation: 0s fadeIn 0.5s ease forwards;
  opacity: 0;
  visibility: visible !important;
}
.animationBar:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  background-color: #ffffff;
  visibility: visible !important;
  animation: 0.8s animationBar 0s ease forwards;
}
@keyframes animationBar {
  0% {
    left: -100%;
  }
  40% {
    left: 0%;
  }
  60% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@charset "UTF-8";
/* LESS Document */
/* 変数ファイルインポート */
/* LESS Document */
/* 変数 */
/* 共通 */
/* SP用 */
/* グリッドシステム用 設定 */
.keyFrame {
  transition: all 0.2s ease;
}
.opacity {
  opacity: 0.8;
}
.link {
  transition: all 0.2s ease;
}
.link:hover {
  transition: all 0.2s ease;
  opacity: 0.8;
}
/*
    トップページ
*/
/* ローディング */
#loading {
  position: fixed;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #bb9d7d;
  top: 0;
  animation: 0.45s loading-bg 1.45s ease forwards;
  animation-iteration-count: 1;
  z-index: 9998;
  overflow: hidden;
}
img.loading_logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 220px;
  height: auto;
  animation: 1.6s loading-logo 0.1s ease forwards;
  animation-iteration-count: 1;
  opacity: 0;
  z-index: 9999;
}
@keyframes loading-logo {
  0% {
    transform: scale(1.5);
    opacity: 0;
    filter: blur(1rem);
    z-index: 9999;
  }
  30% {
    transform: scale(1);
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  90% {
    opacity: 1;
    filter: blur(0);
    z-index: 9999;
  }
  100% {
    opacity: 0;
    filter: blur(1rem);
    display: none;
    z-index: -1;
  }
}
@keyframes loading-bg {
  100% {
    top: -100vh;
    display: none;
  }
}
#toppage header {
  position: relative;
  width: 100vw;
  height: 100vh;
  border: none;
}
#toppage header h1 {
  width: 260px;
  position: absolute;
  top: 90px;
  left: 90px;
  animation: 1.5s fadeIn 1.5s ease-in forwards;
  animation-iteration-count: 1;
  opacity: 0;
  z-index: 9997;
}
#toppage header nav {
  position: fixed;
  top: 90px;
  right: 50px;
  animation: 1.5s fadeIn 1.5s ease forwards;
  animation-iteration-count: 1;
  opacity: 0;
  z-index: 9997;
}
#toppage header nav ul {
  display: flex;
  flex-direction: column;
  /* gnav */
}
#toppage header nav ul > li:nth-child(1) {
  background-image: url("../cmn-img/blog.svg");
  background-size: 48px auto;
  background-position: top 17px left 55%;
  animation-delay: 1.5s;
}
#toppage header nav ul > li:nth-child(2) {
  background-image: url("../cmn-img/company.svg");
  background-size: 42px auto;
  background-position: top 14px left 49%;
  animation-delay: 1.55s;
}
#toppage header nav ul > li:nth-child(3) {
  background-image: url("../cmn-img/access.svg");
  background-size: 50px auto;
  background-position: top 15px left 49%;
  animation-delay: 1.6s;
}
#toppage header nav ul > li:nth-child(4) {
  background-image: url("../cmn-img/contact.svg");
  background-size: 50px auto;
  background-position: top 19px left 52%;
  animation-delay: 1.65s;
}
#toppage header nav ul > li {
  display: relative;
  animation: 1.2s fadeInRightGnav ease-in-out forwards;
  right: -200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  background-color: #000;
  margin-bottom: 1.2em;
  font-size: 12px;
  font-weight: 300;
  transition: all 0.2s ease;
  /* submenu */
}
#toppage header nav ul > li > a,
#toppage header nav ul > li > a:link,
#toppage header nav ul > li > a:visited,
#toppage header nav ul > li > a:hover,
#toppage header nav ul > li > a:active {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 7px;
  display: block;
  text-align: center;
}
#toppage header nav ul > li ul.submenu {
  animation: none;
  position: absolute;
  top: 0px;
  width: 200px;
}
#toppage header nav ul > li ul.submenu > li {
  background-image: none;
  animation: none;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  left: 0;
  top: 0;
  background-color: #000;
}
#toppage header nav ul > li ul.submenu > li a {
  position: relative;
  background-color: none;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  bottom: 0px;
}
#toppage header nav ul > li ul.submenu > li:not(:last-child) a:after {
  content: "";
  display: block;
  position: absolute;
  width: 175px;
  height: 0px;
  border-bottom: 1px solid #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#toppage header nav ul > li ul.submenu:before {
  position: absolute;
  content: "";
  width: 40px;
  top: 10px;
  right: -60px;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #000;
}
#toppage header nav ul > li ul.submenu:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0px;
  right: -30px;
}
#toppage header nav ul li:hover,
#toppage header nav ul li:active,
#toppage header nav ul li.active {
  background-color: #bb9d7d !important;
}
#toppage ul.submenu {
  right: 135px;
  display: none;
  visibility: hidden;
  opacity: 0;
}
#toppage .active ul.submenu {
  visibility: visible;
  display: inherit;
  animation: 0.2s submenu ease forwards;
}
@keyframes submenu {
  0% {
    right: 140px;
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    right: 120px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRightGnav {
  0% {
    right: -200px;
  }
  60% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}
#topimage {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
#topimage div {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  outline: 0;
}
#topimage .topimage01 {
  background-image: url("../image/topimage01.jpg");
}
#topimage .topimage02 {
  background-image: url("../image/topimage02.jpg");
}
#topimage .topimage03 {
  background-image: url("../image/topimage03.jpg");
}
#strength .strength_message {
  font-size: 2rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#strength ul {
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}
#strength ul li {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.2rem;
}
#strength ul span {
  display: block;
  margin: auto;
  width: 115px;
  height: 100px;
  margin-bottom: 15px;
  background-color: #3e3a39;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: auto 62px ;
}
#strength ul span:before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  top: -9px;
  position: relative;
  background-color: #3e3a39;
}
#strength ul span:after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  top: 93px;
  position: relative;
  background-color: #3e3a39;
}
#strength ul .estate span {
  background-image: url("../cmn-img/estate.svg");
  animation-delay: .0s;
}
#strength ul .rental span {
  background-image: url("../cmn-img/rental.svg");
  animation-delay: .25s;
}
#strength ul .invest span {
  background-image: url("../cmn-img/invest.svg");
  animation-delay: .5s;
}
#strength ul .asset span {
  background-image: url("../cmn-img/asset.svg");
  animation-delay: .75s;
}
#strength ul .estate {
  animation-delay: .0s;
}
#strength ul .rental {
  animation-delay: .2s;
}
#strength ul .invest {
  animation-delay: .4s;
}
#strength ul .asset {
  animation-delay: .6s;
}
#commitment {
  width: 100%;
  height: 640px;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background-image: url("../image/commitment_image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-left: 100px;
  box-sizing: border-box;
}
#commitment span {
  font-family: 'Lora', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #fff;
  letter-spacing: 3px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
}
#commitment h3 {
  font-size: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
#commitment p {
  line-height: 2;
  font-size: 1.1rem;
}
.fadeInScale {
  -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: fadeInScale;
  animation-name: fadeInScale;
  visibility: visible !important;
  z-index: 100;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#blog-post .row {
  margin: 0 -10px;
  flex-wrap: nowrap;
}
#blog-post article {
  flex-basis: 30%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 420px;
}
#blog-post article div {
  border: 2px solid #000;
  padding: 15px;
  padding-bottom: 30px;
  height: 100%;
  box-sizing: border-box;
}
#blog-post article .link:hover {
  border-color: #3e3a39;
}
#blog-post article .title {
  font-size: 1.15rem;
  height: 62px;
}
#blog-post article .date {
  color: #888;
  margin-top: 0;
  overflow: hidden;
  display: block;
}
#blog-post article .date .date-post {
  float: right;
}
#blog-post article .image {
  width: 100%;
  height: 180px;
  align-content: center;
  text-align: center;
  position: relative;
}
#blog-post article .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#blog-post article:nth-child(1) {
  animation-delay: .0s;
}
#blog-post article:nth-child(2) {
  animation-delay: .2s;
}
#blog-post article:nth-child(3) {
  animation-delay: .4s;
}
#blog-post .allpost {
  height: 420px;
  flex-basis: 10%;
  margin-left: 10px;
  text-align: center;
  color: #bb9d7d;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.2rem;
  background-color: #3e3a39;
  width: 100%;
  box-sizing: border-box;
  padding-top: 150px;
  line-height: 1.2;
  animation-delay: .6s;
  transition: all 0.2s ease !important;
}
#blog-post .allpost a,
#blog-post .allpost a:link,
#blog-post .allpost a:visited,
#blog-post .allpost a:hover,
#blog-post .allpost a:active {
  display: block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  padding-top: 150px;
}
#blog-post .allpost a:before {
  content: "▶";
}
#blog-post .allpost:hover {
  background-color: #bb9d7d;
  color: #fff;
}
.new-post {
  color: #fff;
  font-size: 0.9rem;
  background: #ee0000;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.5;
}
/* ごあいさつ */
#message {
  margin-top: 90px;
  background-image: url("../message/image/message_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 60px 0;
  line-height: 2;
  letter-spacing: 2px;
}
#message h3 {
  font-size: 32px;
}
/* 会社概要 */
#profile dl {
  border-top: 2px dashed #ccc;
  margin: 0 auto;
}
#profile dl dt,
#profile dl dd {
  border-bottom: 2px dashed #ccc;
  padding: 20px 5%;
}
#profile dl dt:nth-child(4n+3),
#profile dl dd:nth-child(4n+4) {
  background: #ececec;
}
#profile dl dt {
  font-weight: 600;
}
#profile dl table tr:not(:last-child) th,
#profile dl table tr:not(:last-child) td {
  padding-bottom: 0.5em;
}
#profile dl th {
  padding-right: 1em;
}
#access article {
  background-color: #fff;
  border: 2px solid #000;
  padding: 25px;
  max-width: 960px;
  margin-top: 90px;
}
#access .row {
  align-items: center;
}
#access .logo {
  text-align: center;
}
#access .logo img {
  max-width: 50%;
}
#access .info h3 {
  font-weight: 500;
  font-size: 21px;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
#access iframe {
  margin-top: 90px;
  width: 100%;
}
/* プライバシーポリシー */
#privacy li {
  margin-top: 3em;
}
#privacy h4 {
  font-weight: 500;
  font-size: 21px;
  margin-top: 3.5em;
}
#privacy h5 {
  font-weight: 500;
  font-size: 19px;
}
/*　ブログ */
#blog > article {
  margin-bottom: 45px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 45px;
}
#blog .date {
  color: #888;
}
#blog .new-post {
  margin-right: 1em;
}
#blog h2 {
  text-align: justify;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 28px;
}
#blog .wp-post-image {
  margin-bottom: 1em;
}
#blog .thumbnail img {
  width: 100% !important;
  height: auto;
}
#blog .content .btn01 {
  margin-top: 1.5em;
}
#blog #blog-post .row {
  flex-wrap: wrap;
}
#blog #blog-post article {
  animation-delay: 0s !important;
  flex-basis: inherit;
  margin-bottom: 0;
  margin-top: 20px;
}
#blog .single {
  padding-bottom: 4em;
  margin-bottom: 4em;
}
.pager {
  display: flex;
  justify-content: space-between;
  margin-top: -40px;
  margin-bottom: 60px;
}
.pager a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #BFBFBF;
}
.pager a:hover {
  border: 1px solid #000;
}
/* お問い合わせ */
#contact h3 {
  font-size: 34px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 1em;
  text-align: center;
}
#contact .open {
  font-size: 18px;
  margin-top: 1.5em;
}
#contact h2 {
  font-size: 34px !important;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 1em;
  text-align: center;
}
#contact .contact_tel {
  text-align: right;
}
#contact .contact_fax {
  text-align: left;
}
#contact dl {
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
#contact dl dt,
#contact dl dd {
  border-bottom: 1px solid #ccc;
  padding: 20px 5%;
  position: relative;
}
#contact dl dt {
  font-weight: 600;
}
#contact dl input[type="text"],
#contact dl textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 110%;
  border: 2px solid #666;
  background: #ffffff;
  padding: 5px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
#contact dl input,
#contact dl textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 110%;
  border: 2px solid #666;
  background: #ffffff;
  padding: 5px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
#contact dl input[type="checkbox"] {
  width: auto;
}
#contact dl dd .wpcf7-list-item {
  display: block;
}
#contact dl span.wpcf7-list-item {
  margin: 0;
  margin-top: 1em;
}
#contact dl span.wpcf7-list-item.first {
  margin: 0;
}
#contact dl dd p:first-child {
  margin-top: 0;
}
#contact .confirm,
#contact .thanks {
  background-color: #fff;
  margin-bottom: 2em;
  padding: 1em 0;
}
#contact .wpcf7c-btn-back {
  margin-bottom: 2em;
}
.required {
  display: inline-block;
  background: #ee0000;
  color: #fff;
  font-size: 0.9em;
  padding: 0 5px;
  position: absolute;
  right: 0;
}
