/* Generated by less 2.5.1 */
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
  color: #363636;
  min-width: 750px;
}
a {
  text-decoration: none;
  color: inherit;
}
textarea {
  resize: none;
}
input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
select {
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  border-radius: 0;
}
ul.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
ol.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#page-loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100002;
}
#page-loading .bg {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
}
#page-loading svg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
}
#pagenation ul {
  zoom: 1;
}
#pagenation ul:after {
  content: "";
  display: block;
  clear: both;
}
#pagenation ul li {
  float: left;
}
#pagenation ul li:not(:last-child) {
  margin-right: 1em;
}
#pagenation ul li.active {
  font-weight: bold;
  text-decoration: underline;
}
.prev-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.prev-next li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  width: 33.33333333%;
}
.mobile-menu {
  position: fixed;
  z-index: 999999;
}
.mobile-menu .menu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background-color: #46669E;
}
@media (max-width: 960px) {
  .mobile-menu .menu-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu .menu-trigger div {
  position: relative;
  display: block;
  -webkit-transition: all .4s;
          transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
}
.mobile-menu .menu-trigger div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
  box-sizing: border-box;
}
.mobile-menu .menu-trigger div span:nth-of-type(1) {
  top: 0;
}
.mobile-menu .menu-trigger div span:nth-of-type(2) {
  top: 19px;
}
.mobile-menu .menu-trigger div span:nth-of-type(3) {
  bottom: 0;
}
.mobile-menu .menu-contents {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  -webkit-transition: 0.4s ease-out;
          transition: 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .menu-contents li {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.mobile-menu .menu-contents li:not(:last-child) {
  margin-bottom: 2em;
}
.mobile-menu.active .menu-trigger div span:nth-of-type(1) {
  -webkit-transform: translateY(19px) rotate(-45deg);
      -ms-transform: translateY(19px) rotate(-45deg);
          transform: translateY(19px) rotate(-45deg);
}
.mobile-menu.active .menu-trigger div span:nth-of-type(2) {
  opacity: 0;
}
.mobile-menu.active .menu-trigger div span:nth-of-type(3) {
  -webkit-transform: translateY(-19px) rotate(45deg);
      -ms-transform: translateY(-19px) rotate(45deg);
          transform: translateY(-19px) rotate(45deg);
}
.mobile-menu.active .menu-contents {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
header.index {
  background-color: #F7F7F7;
}
header.index .top {
  background-color: #fff;
}
header .top {
  background-color: #F7F7F7;
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.6em;
  margin-bottom: 50px;
}
header .top .contact {
  background-color: #4465A2;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-left: 20px;
}
header .top .contact .split {
  height: 5px;
  border-left: 1px dashed #fff;
  margin-left: 10px;
}
header .top .contact img {
  margin-left: 10px;
}
@media (max-width: 960px) {
  header .top .contact {
    display: none;
  }
}
header h1 {
  text-align: center;
  margin-bottom: 50px;
}
header nav {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  header nav {
    display: none;
  }
}
header nav ul {
  width: 100%;
  max-width: 876px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav ul li a {
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
header nav ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
header nav ul li.pc-hide {
  display: none;
}
header .triangle {
  position: relative;
  width: 100%;
  height: 100px;
  overflow-x: hidden;
}
header .triangle::after {
  content: "";
  display: block;
  width: 1280px;
  height: 100px;
  border-style: solid;
  border-width: 0 640px 100px 640px;
  border-color: transparent transparent #fff transparent;
  background-color: #f7f7f7;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
main {
  padding: 50px 50px 0px 50px;
}
section.common h2.ttl {
  font-size: 24px;
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-align: center;
  margin-bottom: 70px;
}
section.index-content h2 {
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  white-space: nowrap;
}
section.index-content p {
  font-size: 16px;
  line-height: 2.5em;
  text-align: center;
  margin-bottom: 100px;
}
section.index-content ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-bottom: 100px;
}
section.index-content ul::before {
  content: "CATEGORY";
  position: absolute;
  font-size: 90px;
  color: rgba(187, 201, 219, 0.42);
  top: -30px;
  right: 0;
  letter-spacing: 0.1em;
  z-index: -1;
}
section.index-content ul li {
  width: calc(50% - 15px);
  margin-bottom: 40px;
}
section.index-content ul li:nth-child(2n) {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
section.index-content ul li figure {
  width: 100%;
  background: -webkit-linear-gradient(rgba(69, 69, 69, 0.5), rgba(69, 69, 69, 0.5));
  background: linear-gradient(rgba(69, 69, 69, 0.5), rgba(69, 69, 69, 0.5));
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
section.index-content ul li figure figcaption {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  white-space: nowrap;
}
section.index-content ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.index-content ul li div h3 {
  font-weight: bold;
  letter-spacing: 0.3em;
}
section.index-content ul li div a {
  display: inline-block;
  color: #fff;
  background-color: #D0C658;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.3em;
  padding: 10px 50px;
  border-radius: 20px;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  text-indent: 0.3em;
  position: relative;
}
section.index-content ul li div a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
section.index-content ul li div a::after {
  display: inline-block;
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) scaleX(0.5);
      -ms-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}
section.index-content .banner {
  text-align: center;
  margin-bottom: 200px;
}
section.index-content .banner a {
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
section.index-content .banner a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
section.index-content .banner a img {
  max-width: 100%;
}
section.company-content {
  max-width: 880px;
  margin: 0 auto;
}
section.company-content dl {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 100px;
}
section.company-content dl dt {
  width: 200px;
  min-width: 200px;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
section.company-content dl dd {
  width: calc(100% - 200px);
  padding: 40px 0;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.6em;
  letter-spacing: 0.2em;
}
section.company-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
}
section.company-content ul li {
  width: calc(100% / 2 - 15px);
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  section.company-content ul li {
    width: 100%;
  }
}
section.company-content ul li .img {
  height: 220px;
  margin-bottom: 20px;
}
section.company-content ul li .txt h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
}
section.company-content ul li .txt p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.2em;
}
section.system-content {
  max-width: 880px;
  margin: 0 auto;
}
section.system-content h3 {
  font-size: 40px;
  color: #5D687C;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
section.system-content h3 + p {
  color: #5D687C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 100px;
}
section.system-content .img {
  width: 100%;
  margin-bottom: 200px;
}
section.system-content dl {
  margin-bottom: 200px;
}
section.system-content dl dt {
  margin-bottom: 50px;
}
section.system-content dl dt h4 {
  font-size: 24px;
  font-weight: bold;
  color: #696969;
}
section.system-content dl dd {
  text-align: center;
}
section.system-content dl dd:not(:last-child) {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #707070;
}
section.system-content dl dd p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.05em;
  text-align: left;
}
section.system-content dl dd img {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}
section.contact-content {
  max-width: 880px;
  margin: 0 auto;
}
section.contact-content h3 {
  font-size: 18px;
  font-family: "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin-bottom: 50px;
  color: #4E4E4E;
}
section.contact-content div.tel {
  border-top: 1px solid #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
  padding: 40px;
  margin-bottom: 80px;
  text-align: center;
  color: #4E4E4E;
}
section.contact-content div.tel a {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
section.contact-content div.tel a img {
  margin-right: 15px;
}
section.contact-content div.tel a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
section.contact-content div.tel p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
section.contact-content div.tel p span {
  text-decoration: underline;
}
section.contact-content .thanks {
  font-size: 14px;
  text-align: center;
  line-height: 3em;
  color: #7C7C7C;
  margin: 150px 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
section.contact-content .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  background-color: #4465a2;
  color: #fff;
  height: 50px;
  letter-spacing: 3.5em;
  text-indent: 3.5em;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 300px;
  position: relative;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
section.contact-content .btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
section.contact-content .btn::after {
  display: inline-block;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) scaleX(0.5);
      -ms-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
  text-indent: 0;
  letter-spacing: 0;
}
section.contact-content form {
  max-width: 460px;
  margin: 0 auto;
  color: #7C7C7C;
}
section.contact-content form label {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
section.contact-content form label.req::after {
  content: "※";
  color: #CC1E1E;
  margin-left: 5px;
}
section.contact-content form input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C7C7C7;
  font-size: 18px;
  padding: 0.2em 0.5em;
  margin-bottom: 15px;
}
section.contact-content form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C7C7C7;
  font-size: 18px;
  padding: 0.2em 0.5em;
  margin-bottom: 20px;
  height: 180px;
}
section.contact-content form p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 30px;
}
section.contact-content form p span {
  color: #cc1e1e;
}
section.travel-guide-content {
  max-width: 880px;
  margin: 0 auto;
}
section.travel-guide-content ul.anav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
section.travel-guide-content ul.anav li {
  width: calc(100% / 3 - 4px);
  margin-bottom: 4px;
}
@media (max-width: 960px) {
  section.travel-guide-content ul.anav li {
    width: calc(100% / 2 - 4px);
  }
}
section.travel-guide-content ul.anav li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #F7FAFB;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-left: 8px solid #DDCD8D;
  padding-left: 20px;
  font-weight: bold;
  color: #707070;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  position: relative;
}
section.travel-guide-content ul.anav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
section.travel-guide-content ul.anav li a::after {
  content: "≫";
  letter-spacing: 0;
  text-indent: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg) scaleY(1.5);
      -ms-transform: translateY(-50%) rotate(90deg) scaleY(1.5);
          transform: translateY(-50%) rotate(90deg) scaleY(1.5);
}
section.travel-guide-content h3 {
  font-size: 18px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  background-color: #F7FAFB;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-left: 8px solid #DDCD8D;
  padding-left: 20px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 40px;
}
section.travel-guide-content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding: 0 20px;
}
@media (max-width: 750px) {
  section.travel-guide-content .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section.travel-guide-content .wrap .img {
  min-width: 250px;
}
@media (max-width: 750px) {
  section.travel-guide-content .wrap .img {
    min-width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  section.travel-guide-content .wrap .img img {
    width: 60%;
    height: auto;
  }
}
section.travel-guide-content .wrap .txt h4 {
  color: #6F6F6F;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDCD8D;
  margin-bottom: 40px;
}
section.travel-guide-content .wrap .txt p {
  color: #8E8E8E;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 50px;
}
section.investment-content {
  max-width: 880px;
  margin: 0 auto;
}
section.investment-content h3 {
  color: #696969;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
section.investment-content .img {
  width: 100%;
  margin-bottom: 100px;
}
section.investment-content dl {
  color: #696969;
  margin-bottom: 200px;
}
section.investment-content dl dt {
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 30px;
}
section.investment-content dl dt span {
  color: #fff;
  background-color: #DDCD8D;
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 17px;
  margin-right: 15px;
}
section.investment-content dl dd {
  border-bottom: 1px solid #D3D3D3;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
  padding: 0 20px;
  padding-bottom: 30px;
}
section.search-content {
  max-width: 880px;
  margin: 0 auto;
}
section.search-content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}
section.search-content .wrap .img {
  min-width: 326px;
  margin-right: 50px;
}
section.search-content .wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.search-content .wrap ul li {
  width: calc(100% / 2 - 20px);
}
section.search-content .wrap ul li a {
  display: block;
  color: #4E4E4E;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
section.search-content .wrap ul li a:hover {
  color: #AABED0;
  border-bottom: 1px solid #AABED0;
}
@media (max-width: 960px) {
  section.search-content .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.search-content .wrap .img {
    text-align: center;
    min-width: 100%;
    margin-right: 0;
  }
  section.search-content .wrap ul {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
section.case-content {
  max-width: 880px;
  margin: 0 auto;
}
section.case-content .wrap {
  width: 100vw;
  min-width: 750px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F7F7F7;
  padding: 50px 50px;
  margin-bottom: 50px;
}
section.case-content .inner {
  margin: 0 auto;
  max-width: 880px;
}
section.case-content .inner .label {
  font-size: 14px;
  color: #989898;
  margin-bottom: 10px;
}
section.case-content .inner .keyword {
  margin-bottom: 30px;
  width: 500px;
}
section.case-content .inner .region {
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}
section.case-content ul.entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.case-content ul.entries > *,
section.case-content ul.entries::before,
section.case-content ul.entries::after {
  width: calc(100% / 4 - 8px);
}
@media (max-width: 960px) {
  section.case-content ul.entries > *,
  section.case-content ul.entries::before,
  section.case-content ul.entries::after {
    width: calc(100% / 3 - 8px);
  }
}
@media (max-width: 750px) {
  section.case-content ul.entries > *,
  section.case-content ul.entries::before,
  section.case-content ul.entries::after {
    width: calc(100% / 2 - 8px);
  }
}
section.case-content ul.entries::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
section.case-content ul.entries::after {
  content: "";
  display: block;
}
section.case-content ul.entries > * {
  margin-bottom: 40px;
}
section.case-content ul.entries > * .img {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-color: #ddd;
  margin-bottom: 10px;
  position: relative;
}
section.case-content ul.entries > * .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0);
}
section.case-content ul.entries > * .img::after {
  content: "　　MORE　　>";
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
section.case-content ul.entries > * .img:hover {
  cursor: pointer;
}
section.case-content ul.entries > * .img:hover::before {
  background-color: rgba(0, 0, 0, 0.25);
}
section.case-content ul.entries > * .img:hover::after {
  opacity: 1;
}
section.case-content ul.entries > * h2 {
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
section.case-content .el-pagination {
  text-align: center;
  margin-bottom: 200px;
}
[v-cloak] {
  display: none;
}
.popup {
  width: 90vw !important;
  max-width: 640px;
}
.popup .data {
  font-size: 14px;
  color: #555555;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.popup .data .label {
  display: inline-block;
  background-color: #EAEAEA;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 4px 10px;
  margin-right: 20px;
}
.popup img {
  width: 100%;
}
footer {
  background-color: #404040;
  color: #fff;
  padding: 100px 50px 30px 50px;
}
footer .company-name {
  text-align: center;
  margin-bottom: 50px;
}
footer .nav {
  width: 100%;
  max-width: 876px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 70px;
}
footer .nav li a {
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
footer .nav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
@media (max-width: 960px) {
  footer .nav {
    display: none;
  }
}
footer .tel-contact {
  text-align: center;
  margin-bottom: 70px;
}
footer .tel-contact .inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #fff;
}
footer .tel-contact .inline .tel {
  border-right: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
}
footer .tel-contact .inline .tel .txt {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin-bottom: 10px;
}
footer .tel-contact .inline .tel a {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
footer .tel-contact .inline .tel a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
footer .tel-contact .inline .tel a img {
  margin-right: 20px;
}
footer .tel-contact .inline .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  padding: 20px;
}
footer .tel-contact .inline .contact .txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2em;
}
footer .tel-contact .inline .contact a {
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
}
footer .tel-contact .inline .contact a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
footer small {
  display: block;
  text-align: center;
}
