@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: timeshare.co.jp
Author URI: https://timeshare.co.jp/
---------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}
*:before, *:after {
  box-sizing: border-box;
  word-break: break-all;
}

ul,
ol {
  list-style: none;
}

/* remove border & off descender */
img {
  display: inline-block;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:not([href]) {
  cursor: pointer;
}

/* remove descender */
svg,
input,
select,
textarea,
label {
  vertical-align: middle;
}

/* break word for all elements */
*,
*:before,
*:after {
  word-break: break-all;
}

/* [IE8-] New Tag from HTML5 */
main, article, aside, figcaption, figure,
footer, header, nav, section, details, summary {
  display: block;
}

em, i {
  font-style: normal;
}

.cf:after {
  height: 0;
  clear: both;
  display: block;
  content: '';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 15px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  color: #1b1b1b;
  max-width: 100%;
  overflow-x: hidden;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.sg-container, .container, .container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 1023px) {
  .sg-container, .container, .container-full {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .sg-container, .container, .container-full {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sg-container.sm, .container, .sm.container-full {
  max-width: 960px;
}
.sg-container .sg-container.sm, .container .sg-container.sm, .container-full .sg-container.sm, .sg-container .container, .container .container, .container-full .container, .sg-container .sm.container-full, .container .sm.container-full, .container-full .sm.container-full {
  max-width: 880px;
  padding-left: 0;
  padding-right: 0;
}

.sg-header {
  position: absolute;
  top: 106px;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: -106px;
  -moz-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.header-fixed .sg-header {
  top: 0;
  margin-top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
}
.header-fixed .sg-header .sg-header-nav-main ul.menu .sub-menu {
  background: rgba(0, 0, 0, 0.4);
}

.sg-header-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sg-header-body {
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
  }
}

.sg-header-brand {
  max-width: 182px;
}
@media (max-width: 1023px) {
  .sg-header-brand {
    max-width: 124px;
  }
}
@media (max-width: 767px) {
  .sg-header-brand {
    max-width: 124px;
  }
}

.sg-header-nav {
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .sg-header-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    background-color: #fff;
    z-index: 100;
    height: 100%;
    padding-top: 20px;
    transform: translateX(100%);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .sg-header-nav {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .sg-header-nav.is-active {
    transform: translateX(0);
  }
}

.sg-header-nav-main ul.menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .sg-header-nav-main ul.menu {
    display: block;
  }
}
.sg-header-nav-main ul.menu > li {
  position: relative;
  padding-bottom: 8px;
}
.sg-header-nav-main ul.menu > li:hover .sub-menu {
  display: block;
}
.sg-header-nav-main ul.menu > li + li {
  margin-left: 36px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .sg-header-nav-main ul.menu > li + li {
    margin-left: 0;
    margin-top: 12px;
  }
}
.sg-header-nav-main ul.menu a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  font-size: 15px;
  transition: 0.2s;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .sg-header-nav-main ul.menu a {
    color: #1b1b1b;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.sg-header-nav-main ul.menu a:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  transform: scale(0);
  transition: 0.2s;
}
.sg-header-nav-main ul.menu a:hover, .sg-header-nav-main ul.menu a.current {
  text-decoration: none;
}
.sg-header-nav-main ul.menu a:hover:before, .sg-header-nav-main ul.menu a.current:before {
  transform: scale(1);
}

.sg-header-nav-main ul.menu .sub-menu {
  display: none;
  position: absolute;
  left: -10px;
  white-space: nowrap;
  top: 100%;
  padding: 0 10px 10px;
}
.sg-header-nav-main ul.menu .sub-menu li {
  padding: 5px 0;
}
@media (max-width: 1023px) {
  .sg-header-nav-main ul.menu .sub-menu {
    display: block;
    position: static;
    white-space: normal;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 1em;
    padding-bottom: 0;
    background: none !important;
  }
}

.sg-header-nav-opener {
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
}
@media (max-width: 1023px) {
  .sg-header-nav-opener {
    display: flex;
  }
}

.sg-header-nav-opener-body {
  display: block;
  position: relative;
  width: 24px;
  height: 19px;
}
.sg-header-nav-opener-body i {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.sg-header-nav-opener-body i:nth-of-type(1) {
  top: 0;
}
.sg-header-nav-opener-body i:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.sg-header-nav-opener-body i:nth-of-type(3) {
  bottom: 0;
}

.sg-header-nav-sub {
  text-align: right;
  padding-bottom: 8px;
}
@media (max-width: 1023px) {
  .sg-header-nav-sub {
    display: none;
  }
}

.sg-header-nav-btn {
  display: none;
  padding: 20px;
}
@media (max-width: 1023px) {
  .sg-header-nav-btn {
    display: block;
  }
}

.to-top-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #ee7304;
  background: -moz-linear-gradient(45deg, #fff000 0%, #ee7304 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #fff000 0%, #ee7304 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #fff000 0%, #ee7304 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: 0.3s;
}
@media (max-width: 767px) {
  .to-top-anchor {
    height: 72px;
  }
}
.to-top-anchor img {
  transition: 0.3s;
  width: 67px;
}
@media (max-width: 767px) {
  .to-top-anchor img {
    width: 56px;
  }
}
.to-top-anchor:hover {
  opacity: 0.8;
}
.to-top-anchor:hover img {
  transform: translateY(-3px);
}

.sg-footer {
  color: #FFFFFF;
  background-color: #000000;
}

.sg-footer-lead {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFFFFF;
}

.sg-footer-lead-nav {
  display: flex;
  justify-content: center;
}

.sg-footer-lead-nav-list {
  display: flex;
}
@media (max-width: 767px) {
  .sg-footer-lead-nav-list {
    flex-wrap: wrap;
    margin-top: -12px;
  }
}
@media (max-width: 767px) {
  .sg-footer-lead-nav-list > li {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    width: 50%;
  }
}
.sg-footer-lead-nav-list > li + li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .sg-footer-lead-nav-list > li + li {
    margin-left: 0;
  }
}

.sg-footer-nav {
  padding-top: 65px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .sg-footer-nav {
    padding-top: 40px;
  }
}

.sg-footer-nav-columns {
  display: flex;
  justify-content: space-between;
  margin-left: -24px;
  margin-right: -24px;
}
@media (max-width: 1023px) {
  .sg-footer-nav-columns {
    flex-wrap: wrap;
    margin-top: -48px;
  }
}
@media (max-width: 767px) {
  .sg-footer-nav-columns {
    margin-top: -32px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sg-footer-nav-columns > li {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1023px) {
  .sg-footer-nav-columns > li {
    width: auto;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .sg-footer-nav-columns > li {
    padding-top: 32px;
  }
}

.sg-footer-nav-group > dt {
  font-weight: bold;
}
.sg-footer-nav-group > dt + dd {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sg-footer-nav-group > dt + dd {
    margin-top: 12px;
  }
}
.sg-footer-nav-group + .sg-footer-nav-group {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .sg-footer-nav-group + .sg-footer-nav-group {
    margin-top: 24px;
  }
}

.sg-footer-nav-item {
  color: #FFFFFF;
  font-size: 14px;
}
.sg-footer-nav-item:hover {
  text-decoration: underline;
}

.sg-footer-nav-list > li {
  position: relative;
  padding-left: 14px;
}
.sg-footer-nav-list > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background: url("./img/footer_link_arrow.png") no-repeat center;
  background-size: cover;
}
.sg-footer-nav-list > li + li {
  margin-top: 4px;
}

.sg-footer-nav-list-group {
  display: flex;
}
@media (max-width: 767px) {
  .sg-footer-nav-list-group {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sg-footer-nav-list-group > li {
    width: 100%;
  }
}
.sg-footer-nav-list-group > li + li {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .sg-footer-nav-list-group > li + li {
    margin-left: 0;
    margin-top: 4px;
  }
}

.sg-footer-copyright {
  padding-bottom: 16px;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .sg-footer-copyright {
    font-size: 11px;
  }
}
@media (max-width: 374px) {
  .sg-footer-copyright {
    font-size: 10px;
  }
}

.sg-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  background-color: #FFFFFF;
  border: 1px solid #1b1b1b;
  height: 60px;
  font-size: 15px;
  color: #1b1b1b;
  text-align: justify;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .sg-button {
    padding-left: 40px;
    padding-right: 24px;
    text-align: justify;
    width: 100%;
    height: 48px;
    max-width: 300px;
  }
}
.sg-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(0, -50%);
  width: 36px;
  height: 4px;
  background: url("./img/button_arrow_dark.png") no-repeat;
  background-size: cover;
  transition: 0.2s;
}
.sg-button:hover {
  background-color: #f2f2f2;
}
.sg-button:hover:before {
  transform: translate(6px, -50%);
}
.sg-button.dark {
  background-color: #1b1b1b;
  color: #FFFFFF;
}
.sg-button.dark:before {
  background-image: url("./img/button_arrow.png");
}
.sg-button.dark:hover {
  background-color: #2d2d2d;
}
.sg-button.md {
  height: 50px;
  width: 324px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .sg-button.md {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
}
.sg-button.sm {
  height: 40px;
  width: 190px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sg-button.sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sg-button.xs {
  height: 35px;
  width: 132px;
  font-size: 14px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .sg-button.xs {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sg-button.xs:before {
  left: -12px;
  width: 27px;
  height: 3px;
}
.sg-button.xs:hover:before {
  transform: translate(6px, -50%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .sg-section-header {
    text-align: center;
  }
}
.sg-section-header + .sg-section-main {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sg-section-header + .sg-section-main {
    margin-top: 48px;
  }
}

.sg-section-title {
  font-size: 70px;
  font-family: "Roboto Condensed";
  line-height: 1;
}
@media (max-width: 767px) {
  .sg-section-title {
    font-size: 44px;
  }
}

.sg-section-title-sub {
  font-size: 14px;
  line-height: 1;
  padding-top: 12px;
  font-weight: bold;
  display: block;
}

.sg-paragraph {
  font-size: 15px;
}

.top-mv-section {
  position: relative;
  padding-top: 50%;
  height: 0;
  background: url("./img/top/mv_bg.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .top-mv-section {
    padding-top: 0;
    height: 480px;
  }
}

.top-mv-caption {
  display: block;
  margin-top: 16px;
}

.top-mv-lead {
  margin-top: 30px;
}

.top-mv-section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .top-mv-section-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.top-mv-section-body {
  max-width: 755px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-mv-title {
  max-width: 468px;
}
@media (max-width: 767px) {
  .top-mv-title {
    max-width: 280px;
  }
}

.top-mv-caption {
  max-width: 437px;
}
@media (max-width: 767px) {
  .top-mv-caption {
    max-width: 280px;
  }
}

/*
 mv
----------------------------*/
.top-mv-v2 {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.top-mv-v2 > .inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 200px 20px 150px;
}
@media screen and (max-width: 600px) {
  .top-mv-v2 > .inner {
    padding: 80px 20px;
  }
}
.top-mv-v2.has-area02 > .inner {
  padding-top: 180px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .top-mv-v2.has-area02 > .inner {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.top-mv-v2 .area02 {
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 40px;
  margin-bottom: 40px;
}
.top-mv-v2 .area02 .title {
  font-size: 25px;
  margin-bottom: 20px;
}
.top-mv-v2 .area02 .title:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 15px auto 0;
}
.top-mv-v2 .area02 .txt {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .top-mv-v2 .area02 {
    padding: 15px;
    margin-bottom: 20px;
  }
  .top-mv-v2 .area02 .title {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .top-mv-v2 .area02 .txt {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.top-mv-v2 .area01 {
  padding: 20px 0;
  font-weight: bold;
  font-size: 25px;
}
.top-mv-v2 .area01 p {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .top-mv-v2 .area01 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .top-mv-v2 .area01 p {
    margin-bottom: 10px;
  }
}

/*
 message
----------------------------*/
.top-message {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #000;
}
.top-message .inner {
  *zoom: 1;
  position: relative;
}
.top-message .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.top-message .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.top-message .img {
  width: 75%;
  float: right;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .top-message {
    padding-top: 0;
  }
  .top-message .bg {
    position: static;
    width: auto;
    height: 120px;
  }
  .top-message .img {
    padding: 20px 0;
    float: none;
    width: auto;
  }
}

.top-news-section {
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .top-news-section {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.top-news-container {
  display: flex;
}
@media (max-width: 767px) {
  .top-news-container {
    display: block;
  }
}

.top-news-title {
  font-weight: normal;
  white-space: nowrap;
}
.top-news-title > * {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .top-news-title > * {
    text-align: center;
  }
}
.top-news-title > small {
  font-size: 13px;
}

.top-news-title-main {
  max-width: 72px;
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .top-news-title-main {
    max-width: none;
  }
  .top-news-title-main img {
    width: 72px;
  }
}

.top-news-title-sub {
  line-height: 1;
}

.top-news-main {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-news-main {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-news-item {
  color: #1b1b1b;
}

a.top-news-item:hover {
  text-decoration: underline;
}

.top-news-item-body {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-news-item-body {
    margin-top: 16px;
    display: block;
  }
}
.top-news-item-body > dt {
  position: relative;
  padding-right: 28px;
  padding-left: 16px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-news-item-body > dt {
    padding-right: 16px;
  }
}
.top-news-item-body > dt:before {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 7px;
  background: url("./img/list_icon_triangle.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-news-item-body > dd {
    white-space: normal;
    display: block;
    padding-left: 16px;
  }
}

.top-news-action {
  white-space: nowrap;
  position: relative;
  width: 130px;
}
.top-news-action .sg-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top-news-action {
    text-align: center;
    margin-top: 24px;
    width: auto;
  }
  .top-news-action .sg-button {
    position: relative;
  }
}

.top-about-lead {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .top-about-lead {
    padding-top: 64px;
  }
}

.top-about-lead-header {
  text-align: center;
}

.top-about-lead-main {
  margin-top: 92px;
}
@media (max-width: 767px) {
  .top-about-lead-main {
    margin-top: 56px;
  }
}

.top-about-lead-title-sub,
.top-about-lead-title-main {
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-about-lead-title-sub,
  .top-about-lead-title-main {
    line-height: 1.5;
  }
}

.top-about-lead-title-sub {
  padding-bottom: 24px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-about-lead-title-sub {
    font-size: 17px;
    padding-bottom: 16px;
  }
}

.top-about-lead-title-main {
  font-size: 25px;
}
@media (max-width: 767px) {
  .top-about-lead-title-main {
    font-size: 19px;
  }
}

.top-about-lead-item-list {
  display: flex;
}
@media (max-width: 767px) {
  .top-about-lead-item-list {
    display: block;
  }
}
.top-about-lead-item-list > li {
  width: 33.33333%;
}
@media (max-width: 767px) {
  .top-about-lead-item-list > li {
    width: 100%;
  }
}
.top-about-lead-item-list > li + li .top-about-lead-item {
  border-left-width: 0;
}
@media (max-width: 767px) {
  .top-about-lead-item-list > li + li .top-about-lead-item {
    border-left-width: 1px;
    margin-top: 40px;
  }
}

.top-about-lead-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  height: 250px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .top-about-lead-item {
    height: auto;
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
.top-about-lead-item > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  height: 60px;
  max-width: 290px;
  width: 100%;
  background-color: #1b1b1b;
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-about-lead-item > dt {
    height: 48px;
    max-width: 260px;
  }
}
.top-about-lead-item > dd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .top-about-lead-item > dd {
    padding-top: 0;
  }
}

.top-about-lead-item-points > li {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-about-lead-item-points > li {
    padding-left: 32px;
  }
}
.top-about-lead-item-points > li + li {
  margin-top: 24px;
}
.top-about-lead-item-points > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("./img/icon_check_circle.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-about-lead-item-points > li:before {
    width: 20px;
    height: 20px;
  }
}

.top-about-main {
  position: relative;
  padding-top: 140px;
  padding-bottom: 85px;
  background: url("./img/top/about_bg.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-about-main {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
.top-about-main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 4.42857%;
  background: url("./img/top/about_bg_triangle.png") no-repeat center;
  background-size: cover;
}

.top-about-main-lead {
  position: relative;
  font-size: 30px;
  padding-bottom: 72px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .top-about-main-lead {
    font-size: 19px;
    padding-bottom: 40px;
  }
}

.top-about-main-lead-body {
  position: relative;
  display: inline-block;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .top-about-main-lead-body {
    padding-bottom: 24px;
  }
}
.top-about-main-lead-body:before {
  content: '';
  display: block;
  position: absolute;
  max-width: 300px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #1b1b1b;
}

.top-about-main-container {
  position: relative;
  padding-right: 596px;
}
@media (max-width: 1023px) {
  .top-about-main-container {
    padding-right: 0;
  }
}

.top-about-main-body {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .top-about-main-body {
    margin-top: 32px;
  }
}

.top-about-main-action {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .top-about-main-action {
    text-align: center;
    margin-bottom: 20px;
  }
  .top-about-main-action .sg-button {
    padding: 10px 10px 10px 20px;
    height: auto;
    font-size: 13px;
  }
}

.top-about-main-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 516px;
}
@media (max-width: 1023px) {
  .top-about-main-figure {
    padding-top: 0;
    margin-top: 40px;
    position: static;
  }
}
@media (max-width: 767px) {
  .top-about-main-figure {
    margin-top: 40px;
  }
}

.top-about-company {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #f8f8f8;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .top-about-company {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .top-about-company {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.top-about-company:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  height: 165px;
  background: url("./img/top/about_company_logo.png") no-repeat center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 1023px) {
  .top-about-company:before {
    width: 150.5px;
    height: 115.5px;
  }
}
@media (max-width: 767px) {
  .top-about-company:before {
    width: 107.5px;
    height: 82.5px;
  }
}
.top-about-company:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  right: -48px;
  width: 412px;
  height: 435px;
  background: url("./img/top/about_company_building.png") no-repeat center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 1023px) {
  .top-about-company:after {
    width: 288.4px;
    height: 304.5px;
  }
}
@media (max-width: 767px) {
  .top-about-company:after {
    width: 206px;
    height: 217.5px;
  }
}
.top-about-company .sg-container, .top-about-company .container, .top-about-company .container-full {
  position: relative;
  z-index: 1;
}

.top-about-company-def {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.top-about-company-def > dt {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-about-company-def > dt {
    font-size: 19px;
    line-height: 1.5;
    text-align: left;
  }
}
.top-about-company-def > dd {
  margin-top: 36px;
}

.top-about-pattern {
  position: relative;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media (max-width: 1023px) {
  .top-about-pattern {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .top-about-pattern {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.top-about-pattern-section {
  position: relative;
}
.top-about-pattern-section + .top-about-pattern-section {
  margin-top: 140px;
}
@media (max-width: 1023px) {
  .top-about-pattern-section + .top-about-pattern-section {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .top-about-pattern-section + .top-about-pattern-section {
    margin-top: 64px;
  }
}
.top-about-pattern-section .sg-container, .top-about-pattern-section .container, .top-about-pattern-section .container-full {
  position: relative;
  z-index: 1;
}

.top-about-pattern-header {
  position: relative;
}
.top-about-pattern-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .top-about-pattern-header:before {
    display: none;
  }
}

.top-about-pattern-title {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  padding-left: 22px;
  padding-right: 32px;
  background-color: #FFFFFF;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-about-pattern-title {
    font-size: 17px;
    padding-right: 0;
    padding-left: 16px;
  }
}
.top-about-pattern-title:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1b1b1b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-about-pattern-title:before {
    width: 6px;
    height: 6px;
  }
}

.top-about-pattern-lead {
  padding-bottom: 32px;
}
@media (max-width: 1023px) {
  .top-about-pattern-lead {
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .top-about-pattern-lead {
    padding-bottom: 24px;
  }
}

.top-about-pattern-main {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .top-about-pattern-main {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-about-pattern-main {
    margin-top: 24px;
  }
}

.top-about-pattern-panel-list {
  display: flex;
}
@media (max-width: 767px) {
  .top-about-pattern-panel-list {
    display: block;
  }
}
.top-about-pattern-panel-list > li {
  width: 33.33333%;
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-about-pattern-panel-list > li {
    width: 100%;
  }
}
.top-about-pattern-panel-list > li:nth-of-type(1) {
  background-image: url("./img/top/about_resort_bg.jpg");
}
.top-about-pattern-panel-list > li:nth-of-type(2) {
  background-image: url("./img/top/about_hotel_bg.jpg");
}
.top-about-pattern-panel-list > li:nth-of-type(3) {
  background-image: url("./img/top/about_golf_bg.jpg");
}

.top-about-pattern-panel {
  padding: 42px;
}
@media (max-width: 1023px) {
  .top-about-pattern-panel {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .top-about-pattern-panel {
    padding: 40px 24px;
  }
}

.top-about-pattern-panel-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  height: 210px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .top-about-pattern-panel-body {
    height: auto;
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
.top-about-pattern-panel-body > dt {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767px) {
  .top-about-pattern-panel-body > dt {
    font-size: 15px;
  }
}
.top-about-pattern-panel-body > dd {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-about-pattern-panel-body > dd {
    margin-top: 16px;
  }
}

.top-about-pattern-point-list {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  background-color: #FFFFFF;
}
.top-about-pattern-point-list > li {
  width: 25%;
  border-top: 1px solid #1b1b1b;
  border-left: 1px solid #1b1b1b;
}
@media (max-width: 767px) {
  .top-about-pattern-point-list > li {
    width: 100%;
  }
}
.top-about-pattern-point-list > li a {
  display: block;
  color: #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-about-pattern-point-list > li a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.top-about-pattern-point {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .top-about-pattern-point {
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 24px 20px;
  }
}
.top-about-pattern-point > dt {
  line-height: 1;
  padding-bottom: 20px;
  font-family: "Roboto Condensed";
  font-size: 25px;
}
@media (max-width: 767px) {
  .top-about-pattern-point > dt {
    width: 32px;
    padding-bottom: 0;
  }
}
.top-about-pattern-point > dd {
  text-align: justify;
  max-width: 175px;
}
@media (max-width: 1023px) {
  .top-about-pattern-point > dd {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .top-about-pattern-point > dd {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

.top-about-pattern-figure {
  content: '';
  display: block;
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 31.07143%;
}
@media (max-width: 1023px) {
  .top-about-pattern-figure {
    display: none;
  }
}

.top-about-pattern-action {
  margin-top: 84px;
  text-align: center;
}
@media (max-width: 1023px) {
  .top-about-pattern-action {
    margin-top: 56px;
  }
}

.top-about-contact {
  background: url("./img/top/about_contact_bg.jpg");
  background-size: cover;
  padding-top: 102px;
  padding-bottom: 102px;
}
@media (max-width: 1023px) {
  .top-about-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .top-about-contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.top-about-contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: rgba(255, 255, 255, 0.75);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-about-contact-container {
    padding: 40px 32px;
  }
}

.top-about-contact-def {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-about-contact-def > dt {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-about-contact-def > dt {
    font-size: 19px;
    line-height: 1.5;
  }
}
.top-about-contact-def > dd {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .top-about-contact-def > dd {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-about-contact-def > dd {
    margin-top: 16px;
  }
}

.top-about-contact-action {
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-about-contact-action {
    margin-top: 28px;
  }
}

.top-business-section {
  padding-top: 125px;
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .top-business-section {
    padding-top: 80px;
  }
}

.top-business-item-list > li + li {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .top-business-item-list > li + li {
    margin-top: 40px;
  }
}
.top-business-item-list > li:nth-of-type(even) .top-business-item {
  flex-direction: row-reverse;
}

.top-business-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-business-item {
    display: block;
    border: 1px solid #1b1b1b;
  }
}

.top-business-item-figure {
  width: calc(100% - 420px);
}
@media (max-width: 1023px) {
  .top-business-item-figure {
    width: calc(100% - 360px);
  }
}
@media (max-width: 767px) {
  .top-business-item-figure {
    width: 100%;
  }
}

.top-business-item-detail {
  position: relative;
  width: 420px;
  border: 1px solid #1b1b1b;
  padding: 80px 50px 64px;
}
@media (max-width: 1023px) {
  .top-business-item-detail {
    width: 360px;
    padding: 64px 36px 48px;
  }
}
@media (max-width: 767px) {
  .top-business-item-detail {
    width: 100%;
    border: 0;
    padding: 24px 20px 32px;
  }
}

.top-business-item-symbol {
  position: absolute;
  top: -10px;
  right: 16px;
  width: 78px;
}
@media (max-width: 767px) {
  .top-business-item-symbol {
    width: 56px;
    top: -16px;
  }
}

.top-business-item-title,
.top-business-item-caption {
  display: block;
}

.top-business-item-caption {
  line-height: 1;
  font-size: 17px;
}
@media (max-width: 767px) {
  .top-business-item-caption {
    font-size: 15px;
  }
}

.top-business-item-title {
  padding-top: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-business-item-title {
    font-size: 17px;
    padding-top: 6px;
  }
}

.top-business-item-body {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .top-business-item-body {
    padding-top: 16px;
    font-size: 14px;
  }
}

.top-business-item-action {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-business-item-action {
    margin-top: 24px;
  }
}

.top-performance-section {
  padding-top: 60px;
  padding-bottom: 180px;
}
@media (max-width: 1023px) {
  .top-performance-section {
    padding-bottom: 140px;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .top-performance-section {
    padding-bottom: 72px;
    padding-top: 24px;
  }
}

.top-performance-main .top-performance-item-list {
  display: flex;
  margin-top: -40px;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
}
@media (max-width: 767px) {
  .top-performance-main .top-performance-item-list {
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.top-performance-main .top-performance-item-list > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .top-performance-main .top-performance-item-list > li {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.top-performance-item-list .top-performance-item {
  color: #1b1b1b;
  text-decoration: none;
}
.top-performance-item-list .top-performance-item:hover {
  text-decoration: underline;
}
.top-performance-item-list .top-performance-item:hover .top-performance-item-link:before {
  transform: translate(4px, -50%);
}

.top-performance-item-body {
  margin-top: 22px;
  padding-bottom: 12px;
  line-height: 1;
  font-size: 14px;
}
@media (max-width: 767px) {
  .top-performance-item-body {
    margin-top: 16px;
    padding-bottom: 8px;
  }
}

.top-performance-item-action {
  text-align: right;
}

.top-performance-item-link {
  position: relative;
  font-family: "Roboto Condensed";
  font-size: 13px;
  padding-left: 37px;
}
.top-performance-item-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 25px;
  height: 4px;
  background: url("./img/top/performance_link_arrow.png") no-repeat center;
  background-size: cover;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .sp-dn {
    display: none !important;
  }
}

.sp-db {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-db {
    display: block !important;
  }
}

.pc-dn {
  display: none !important;
}
@media (max-width: 767px) {
  .pc-dn {
    display: block !important;
  }
}

.tab-db {
  display: none !important;
}
@media (max-width: 1023px) {
  .tab-db {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .tab-dn {
    display: none !important;
  }
}

.none {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .pc_only {
    display: none !important;
  }
}
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.pt-md {
  padding-top: 50px !important;
}

.pt-sm {
  padding-top: 20px !important;
}

.pb-md {
  padding-bottom: 50px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-sm {
  padding-bottom: 20px !important;
}

.mt-md {
  margin-top: 50px !important;
}

.mb-md {
  margin-bottom: 50px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-sm {
  margin-bottom: 20px !important;
}

.clearfix {
  clear: both;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.w100p {
  width: 100%;
}

.fz-sm {
  font-size: .9em;
}

.fz-xs {
  font-size: .8em;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #1b1b1b;
  line-height: 1.6;
  word-break: break-all;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 25px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #1a73e8;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th, table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 5px 10px;
  min-height: 36px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #1b1b1b;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type='text'].input-sm,
input[type='password'].input-sm,
input[type='email'].input-sm,
input[type='search'].input-sm,
input[type='tel'].input-sm,
input.text.input-sm,
textarea.input-sm {
  width: 140px;
}
input[type='text']:disabled,
input[type='password']:disabled,
input[type='email']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input.text:disabled,
textarea:disabled {
  background: #eee;
}

textarea {
  line-height: 1.4;
}

select {
  padding: 5px 10px;
  height: 36px;
  line-height: 1;
  border: 1px solid #a0a0a0;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.article-main {
  padding-top: 30px;
  padding-bottom: 60px;
}

.article-col2 {
  *zoom: 1;
}
.article-col2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-col2 .article-side {
  float: right;
  width: 240px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .article-col2 .article-side {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 40px;
  }
}
.article-col2 .article-body {
  float: left;
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
}
@media screen and (max-width: 600px) {
  .article-col2 .article-body {
    float: none;
    width: auto;
  }
}

.anchor-target {
  padding-top: 106px;
  margin-top: -106px;
}
@media screen and (max-width: 600px) {
  .anchor-target {
    padding-top: 65px;
    margin-top: -65px;
  }
}

.article-side {
  font-size: 13px;
  position: relative;
}
body.side-fixed .article-side > .inner {
  position: fixed;
  top: 110px;
}
.article-side .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.article-side ul.menu > li ul {
  display: none;
  padding-bottom: 1em;
  padding-left: 22px;
}
.article-side ul.menu > li .show-subnav {
  color: #b99e22;
  padding: 5px;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
}
.article-side ul.menu > li .show-subnav .fa-chevron-down {
  display: block;
}
.article-side ul.menu > li .show-subnav .fa-chevron-up {
  display: none;
}
.article-side ul.menu > li.current ul {
  display: block;
}
.article-side ul.menu > li.current .show-subnav .fa-chevron-down {
  display: none;
}
.article-side ul.menu > li.current .show-subnav .fa-chevron-up {
  display: block;
}
.article-side ul.menu > li > a {
  font-weight: bold;
}
.article-side ul.menu a {
  color: #1b1b1b;
  margin: 4px 0;
  display: inline-block;
}

/*
 btn
----------------------------*/
.btn {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  border: 1px solid #ffffff;
  padding: 14px 47px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-default {
  font-weight: 500;
  color: #fff;
  border-color: #1b1b1b;
  background: #1b1b1b;
}
.btn.btn-default:hover {
  opacity: .6;
}
.btn.btn-default-light {
  font-weight: 500;
  color: #1b1b1b;
  background: #EFEBE3;
  border-color: #EFEBE3;
}
.btn.btn-default-light:hover {
  opacity: .6;
}
.btn.btn-primary {
  color: #fff;
  font-weight: bold;
  border-color: #1b1b1b;
  background: #1b1b1b;
}
.btn.btn-primary:hover {
  color: #fff;
  opacity: .8;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled, .btn.btn-primary:disabled[disabled], .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled[disabled]:hover {
  opacity: 1;
  color: #fff;
  border-color: #1b1b1b;
  background: #1b1b1b;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 6px 18px;
}

/*
 list
----------------------------*/
.list-inline li {
  vertical-align: bottom;
  display: inline-block;
}

/*
 bxslider
----------------------------*/
.bx-wrapper {
  margin: 0;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}
.bx-wrapper .bx-viewport {
  height: 100%;
}
.bx-wrapper .bx-controls-direction a {
  color: #1b1b1b;
  width: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  padding: 0;
  text-indent: 0;
  text-align: center;
  vertical-align: 0;
  z-index: 90;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bx-wrapper .bx-controls-direction a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -30px;
}
.bx-wrapper .bx-controls-direction a.bx-prev .fa {
  padding-right: 2px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -30px;
}
.bx-wrapper .bx-controls-direction a.bx-next .fa {
  padding-left: 2px;
}
.bx-wrapper .bx-has-pager .bx-controls-direction a {
  margin-top: -25px;
}
.bx-wrapper .bx-pager {
  position: static;
  padding-top: 0;
  line-height: 1;
  padding: 10px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dcdcdc;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #969696;
}

/*
 bxslider 前後に1枚ずつ見切れて表示
----------------------------*/
.bx-carousel {
  width: auto;
  position: relative;
  overflow: hidden;
}
.bx-carousel .bx-wrapper {
  width: 1060px;
  margin: 0 auto;
}
.bx-carousel .bx-viewport {
  overflow: visible !important;
}

/*
 ページネーション
----------------------------*/
.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 110px;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.pager ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pager ul.page-numbers a {
  color: #000;
}
.pager ul.page-numbers .dots,
.pager ul.page-numbers a.page-numbers,
.pager ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #E4DCCF;
  height: 46px;
  line-height: 42px;
  min-width: 46px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers .dots,
  .pager ul.page-numbers a.page-numbers,
  .pager ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
.pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
.pager ul.page-numbers a.page-numbers.prev,
.pager ul.page-numbers a.page-numbers.next,
.pager ul.page-numbers span.current.prev,
.pager ul.page-numbers span.current.next {
  background-color: #E4DCCF;
}
.pager ul.page-numbers .dots.prev:hover, .pager ul.page-numbers .dots.next:hover,
.pager ul.page-numbers a.page-numbers.prev:hover,
.pager ul.page-numbers a.page-numbers.next:hover,
.pager ul.page-numbers span.current.prev:hover,
.pager ul.page-numbers span.current.next:hover {
  color: #1b1b1b;
  background-color: #E4DCCF;
  border-color: #E4DCCF;
  opacity: .5;
}
.pager ul.page-numbers span.current,
.pager ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

/*
 table
----------------------------*/
.table-default {
  margin-bottom: 30px;
}
.table-default th, .table-default td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table-default th {
  background: #f9f9f9;
  position: relative;
}
.table-default th .label-required {
  float: right;
}

.table-list {
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
}
.table-list th, .table-list td {
  padding: 2px 5px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.table-list th {
  font-weight: bold;
}
.table-list.table-text-right th,
.table-list.table-text-right td {
  text-align: right;
}
.table-list.table-text-right thead th {
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.table-list.table-text-right tfoot th,
.table-list.table-text-right tfoot td {
  border-top-width: 3px;
  border-top-style: double;
}
.table-list tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.04);
}
.table-list.table-auto {
  width: auto;
  table-layout: auto;
}

.table-calendar-wrap {
  width: 100%;
  overflow-y: visible;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.table-calendar {
  width: 100%;
  font-size: 10px;
}
.table-calendar th, .table-calendar td {
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ccc;
  padding: 2px;
  vertical-align: middle;
}
.table-calendar th {
  background-color: #d2b945;
  color: #fff;
  font-weight: bold;
  border-color: #fff;
}
.table-calendar th.highlight {
  background-color: #927a09;
}
.table-calendar td.highlight {
  background-color: #f5f2e3;
}

.table-graph {
  font-size: 12px;
}
.table-graph th, .table-graph td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px 5px;
  vertical-align: middle;
}
.table-graph th {
  font-weight: bold;
  background: #f2f2f2;
}
.table-graph thead th, .table-graph thead td,
.table-graph tfoot th,
.table-graph tfoot td {
  background: #f2f2f2;
}
.table-graph tfoot tr:first-child th, .table-graph tfoot tr:first-child td {
  border-top-width: 2px;
}
@media screen and (max-width: 600px) {
  .table-graph {
    font-size: 10px;
  }
  .table-graph th, .table-graph td {
    padding: 2px;
  }
}

/*
 label
----------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
}
.label.label-required {
  color: #fff;
  background: #187a3b;
}
.label.label-new {
  color: #fff;
  background: #f44336;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.article-body .title-catch {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
  color: #187a3b;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.article-body .title-catch:before, .article-body .title-catch:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .article-body .title-catch {
    font-size: 19px;
  }
}

.article-body .title-catch-sub {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.article-body .title-catch-sub:before, .article-body .title-catch-sub:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .article-body .title-catch-sub {
    font-size: 15px;
  }
}

.article-body .title-bdb-center {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
  color: #1b1b1b !important;
}
.article-body .title-bdb-center:before, .article-body .title-bdb-center:after {
  display: none;
}
.article-body .title-bdb-center:after {
  content: " ";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  position: static;
}
@media screen and (max-width: 600px) {
  .article-body .title-bdb-center {
    font-size: 18px;
  }
}

.article-body .box-border {
  padding: 20px;
  border: 10px solid #eee;
  line-height: 1.6;
}

.image-box {
  display: inline-block;
  border: 2px dashed #eeeeee;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.img-txt .img {
  flex-shrink: 0;
}
.img-txt .txt {
  padding-right: 20px;
  width: 100%;
}
.img-txt.img-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.img-txt.img-left .txt {
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .img-txt .img {
    width: 100%;
    flex-shrink: unset;
  }
}
@media screen and (max-width: 600px) {
  .img-txt {
    display: block;
  }
  .img-txt .img {
    margin-bottom: .5em;
  }
  .img-txt .img img {
    width: 100%;
  }
  .img-txt .img,
  .img-txt .txt {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: auto;
  }
}

dl.dl-faq dt {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  font-size: 1.1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
dl.dl-faq dt:before {
  white-space: nowrap;
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  text-align: right;
  color: #ca3737;
}
dl.dl-faq dd {
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 20px;
}
dl.dl-faq dd:before {
  white-space: nowrap;
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  text-align: right;
}

.img-box {
  text-align: center;
  background: rgba(220, 208, 147, 0.7);
  padding: 10px;
  border: 6px solid rgba(0, 0, 0, 0.06);
}

/*
 MV付きのタイトル
----------------------------*/
.page-header {
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
}
.page-header .title {
  color: #fff;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  line-height: 1;
}
.page-header .title .en {
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 600px) {
  .page-header .title .en {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}
.page-header .title .ja {
  font-size: 14px;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 600px) {
  .page-header .title .ja {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.page-header .bg {
  z-index: 1;
}
.page-header .bg img {
  width: 100%;
}
.page-header .bg .bg-img {
  display: block;
  padding-top: 31.25%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  max-height: 400px;
}
@media screen and (max-width: 600px) {
  .page-header .bg .bg-img {
    padding-top: 60%;
  }
}
.page-header:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.article-body ul.list-pdf {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ccc;
  *zoom: 1;
}
.article-body ul.list-pdf:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-body ul.list-pdf li {
  width: 33.33%;
  float: left;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.article-body ul.list-pdf li:nth-child(1), .article-body ul.list-pdf li:nth-child(2), .article-body ul.list-pdf li:nth-child(3) {
  border-top: 1px solid #ccc;
}
.article-body ul.list-pdf li:nth-child(3n+1) {
  clear: both;
}
.article-body ul.list-pdf li a {
  display: block;
  padding: 10px 20px;
  padding-left: 45px;
  text-decoration: none;
  position: relative;
  color: #1b1b1b;
}
.article-body ul.list-pdf li a:hover {
  background: #f6f5f5;
  text-decoration: none;
}
.article-body ul.list-pdf li a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #f44336;
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
}
.article-body ul.list-pdf li .date {
  display: block;
}
.article-body ul.list-pdf li .title {
  display: block;
}
@media screen and (max-width: 600px) {
  .article-body ul.list-pdf li {
    width: auto;
    float: none;
  }
  .article-body ul.list-pdf li:nth-child(2), .article-body ul.list-pdf li:nth-child(3) {
    border-top: none;
  }
}

/*
 col2
----------------------------*/
.col2 {
  *zoom: 1;
}
.col2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col2 .cell {
  width: 49%;
  float: left;
}
.col2 .cell:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 600px) {
  .col2 .cell {
    width: auto;
    float: none;
  }
  .col2 .cell:nth-child(2n) {
    float: none;
  }
}

/*
 ページネーション
----------------------------*/
.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.pager ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pager ul.page-numbers a {
  color: #000;
}
.pager ul.page-numbers .dots,
.pager ul.page-numbers a.page-numbers,
.pager ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #f6f6f5;
  height: 46px;
  line-height: 42px;
  min-width: 46px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers .dots,
  .pager ul.page-numbers a.page-numbers,
  .pager ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
.pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
.pager ul.page-numbers a.page-numbers.prev,
.pager ul.page-numbers a.page-numbers.next,
.pager ul.page-numbers span.current.prev,
.pager ul.page-numbers span.current.next {
  background-color: #f6f6f5;
}
.pager ul.page-numbers .dots.prev:hover, .pager ul.page-numbers .dots.next:hover,
.pager ul.page-numbers a.page-numbers.prev:hover,
.pager ul.page-numbers a.page-numbers.next:hover,
.pager ul.page-numbers span.current.prev:hover,
.pager ul.page-numbers span.current.next:hover {
  color: #1b1b1b;
  background-color: #f6f6f5;
  border-color: #f6f6f5;
  opacity: .5;
}
.pager ul.page-numbers span.current,
.pager ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: rgba(27, 27, 27, 0.05);
  padding: 10px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.17px;
}
.breadcrumbs .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
  margin-left: 10px;
}
.breadcrumbs a {
  color: #1b1b1b;
}
.breadcrumbs a .fa {
  margin-left: 0;
}
.breadcrumbs span {
  display: inline;
}

/*
 col2
----------------------------*/
.col5 {
  *zoom: 1;
}
.col5:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col5 > * {
  width: 19.2%;
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-1) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-2) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-3) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n-4) {
  float: left;
  clear: none;
  margin-right: 1%;
}
.col5 > *:nth-child(5n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col5 > *:nth-child(5n-1) {
  margin-right: 0;
  clear: none;
}
.col5 > *:nth-child(5n-4) {
  clear: both;
}
.col5 > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col5 {
    *zoom: 1;
  }
  .col5:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col5 > * {
    width: 50%;
    float: left;
    clear: none;
    margin-right: 0;
  }
  .col5 > *:nth-child(2n-1) {
    float: left;
    clear: none;
    margin-right: 0;
  }
  .col5 > *:nth-child(2n) {
    float: right;
    margin-right: 0;
    clear: none;
  }
  .col5 > *:nth-child(2n-1) {
    margin-right: 0;
    clear: none;
  }
  .col5 > *:nth-child(2n-1) {
    clear: both;
  }
}

.col3 {
  *zoom: 1;
}
.col3:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col3 > * {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%;
}
.col3 > *:nth-child(3n-1) {
  float: left;
  clear: none;
  margin-right: 2%;
}
.col3 > *:nth-child(3n-2) {
  float: left;
  clear: none;
  margin-right: 2%;
}
.col3 > *:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col3 > *:nth-child(3n-1) {
  margin-right: 0;
  clear: none;
}
.col3 > *:nth-child(3n-2) {
  clear: both;
}
.col3 > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col3 {
    *zoom: 1;
  }
  .col3:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col3 > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3 > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3 > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}

.col3-full {
  *zoom: 1;
}
.col3-full:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col3-full > * {
  width: 33.33333%;
  float: left;
  clear: none;
  margin-right: 0;
}
.col3-full > *:nth-child(3n-1) {
  float: left;
  clear: none;
  margin-right: 0;
}
.col3-full > *:nth-child(3n-2) {
  float: left;
  clear: none;
  margin-right: 0;
}
.col3-full > *:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col3-full > *:nth-child(3n-1) {
  margin-right: 0;
  clear: none;
}
.col3-full > *:nth-child(3n-2) {
  clear: both;
}
.col3-full > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col3-full {
    *zoom: 1;
  }
  .col3-full:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col3-full > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3-full > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col3-full > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}

.col2 {
  *zoom: 1;
}
.col2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col2 > * {
  width: 49.25%;
  float: left;
  clear: none;
  margin-right: 1.5%;
}
.col2 > *:nth-child(2n-1) {
  float: left;
  clear: none;
  margin-right: 1.5%;
}
.col2 > *:nth-child(2n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col2 > *:nth-child(2n-1) {
  margin-right: 0;
  clear: none;
}
.col2 > *:nth-child(2n-1) {
  clear: both;
}
.col2 > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .col2 {
    *zoom: 1;
  }
  .col2:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col2 > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col2 > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .col2 > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}

/*
 modal
----------------------------*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 25px 30px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 100px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.graph-img-50p {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

/*
 company/history/
----------------------------*/
.wp-content .history-list dl {
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.wp-content .history-list dt {
  font-weight: bold;
  position: absolute;
  top: 1em;
  left: 0;
}
.wp-content .history-list dd {
  margin-left: 5em;
  padding-left: 1.5em;
  border-left: 3px solid #e5e5e5;
}
.wp-content .history-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-content .history-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 1em;
}
.wp-content .history-list li i {
  color: #d2b945;
  position: absolute;
  left: 0;
  top: .5em;
}

/*
 .table-form
----------------------------*/
.wpcf7-form .btns {
  text-align: center;
}
.wpcf7-form .btns br {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}
.wpcf7-form .wpcf7-form-control-wrap.place_name {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  margin-right: 0;
}
.wpcf7-form .wpcf7-text.box150,
.wpcf7-form .wpcf7-textarea.box150 {
  width: 200px;
}
.wpcf7-form .wpcf7-text.box50,
.wpcf7-form .wpcf7-textarea.box50 {
  width: 100px;
}
.wpcf7-form .wpcf7-text.wpcf7c-conf,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf {
  padding: 0;
  border: none;
  background: none;
}
.wpcf7-form .wpcf7-text.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:-moz-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-text.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf::-moz-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-text.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-text.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf::-webkit-input-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-textarea {
  height: 8em;
}
.wpcf7-form .wpcf7-list-item-label {
  margin-left: .5em;
  vertical-align: middle;
}
.wpcf7-form input[type="radio"][disabled="disabled"] {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"] ~ .wpcf7-list-item-label {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"]:checked ~ .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:disabled {
  display: none;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7-form span.wpcf7-list-item.has-free-text .wpcf7-list-item-label {
  width: 0;
}
.wpcf7-form span.wpcf7-list-item.has-free-text .wpcf7-free-text {
  width: 150px;
}
.wpcf7-form.custom-wpcf7c-confirmed span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form span.required {
  float: right;
  color: #fff;
  background: #f44336;
  padding: 1px 8px;
  font-weight: bold;
}
.wpcf7-form .table-form {
  width: 100%;
}
.wpcf7-form .table-form th {
  width: 220px;
  position: relative;
}
.wpcf7-form .table-form th span.required {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.8em;
}
@media screen and (max-width: 600px) {
  .wpcf7-form .table-form th br {
    display: none;
  }
}
.wpcf7-form .note {
  margin-bottom: 40px;
}

/*
 article-history
----------------------------*/
.article-history .page-header .bg .bg-img {
  background-position: left center;
}

/*
 別荘タイムシェア
----------------------------*/
.article-plan_a .article-body .wp-content,
.article-plan_b .article-body .wp-content,
.article-plan_c .article-body .wp-content,
.article-installed .article-body .wp-content {
  font-size: 14px;
  line-height: 1.5;
}

.article-plan_a .article-body .title-catch,
.article-plan_a .article-body h2 {
  color: #3757ce;
}
.article-plan_a .article-body h2:after,
.article-plan_a .article-body h3:before {
  background-color: #3757ce;
}

.article-plan_b .article-body .title-catch,
.article-plan_b .article-body h2 {
  color: #e67b1f;
}
.article-plan_b .article-body h2:after,
.article-plan_b .article-body h3:before {
  background-color: #e67b1f;
}

.article-plan_c .article-body .title-catch,
.article-plan_c .article-body h2 {
  color: #187a3b;
}
.article-plan_c .article-body h2:after,
.article-plan_c .article-body h3:before {
  background-color: #187a3b;
}

.article-installed .article-body .title-catch,
.article-installed .article-body h2 {
  color: #c7ab25;
}
.article-installed .article-body h2:after,
.article-installed .article-body h3:before {
  background-color: #c7ab25;
}

/*
 .fg-default.fg-gutter-10
----------------------------*/
.foogallery-default {
  padding: 0 !important;
  margin: 0 !important;
}

.fbx-caption {
  display: none !important;
}

.foogallery-default .fg-item {
  width: 33.33%;
  height: auto;
  margin: 0 !important;
  position: relative;
}
@media screen and (max-width: 600px) {
  .foogallery-default .fg-item {
    width: 50%;
  }
}
.foogallery-default .fg-item:after {
  content: " ";
  display: block;
  padding-top: 70%;
}
.foogallery-default .fg-item .fg-item-inner {
  border: none;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.foogallery-default .fg-item .fg-thumb,
.foogallery-default .fg-item .fg-image-wrap {
  width: 100%;
  height: 100%;
}
.foogallery-default .fg-item .fg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foogallery-default .fg-item .fg-item-inner {
  box-shadow: none !important;
}

/*
 single-post
----------------------------*/
.single-post .wp-content {
  font-size: 15px;
  line-height: 1.6;
}

.top-news-item-body .wp-content {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.wp-content,
body#tinymce {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 200;
}
@media screen and (max-width: 600px) {
  .wp-content,
  body#tinymce {
    font-size: 15px;
    line-height: 1.6;
  }
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}
.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
body#tinymce h1:first-child,
body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child {
  margin-top: 0;
}
.wp-content h1,
body#tinymce h1 {
  font-size: 1.2em;
  padding: 7px 15px 8px;
  color: #fff;
  background: #d2b945;
  margin-bottom: 20px;
}
.wp-content h2,
body#tinymce h2 {
  margin-top: 30px;
  font-size: 1.25em;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: .3em;
  margin-bottom: .6em;
  position: relative;
}
.wp-content h2:after,
body#tinymce h2:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #d2b945;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.wp-content h3,
body#tinymce h3 {
  font-size: 1.125em;
  margin-bottom: .2em;
}
.wp-content h3:before,
body#tinymce h3:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d2b945;
  display: inline-block;
  margin-right: 10px;
}
.wp-content h4,
body#tinymce h4 {
  font-size: 1em;
}
.wp-content h5,
body#tinymce h5 {
  font-size: 1em;
}
.wp-content a,
body#tinymce a {
  text-decoration: underline;
}
.wp-content a:hover,
body#tinymce a:hover {
  text-decoration: none;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
}
.wp-content b, .wp-content strong, .wp-content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.wp-content hr,
body#tinymce hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}
.wp-content dl,
body#tinymce dl {
  margin-bottom: 1em;
}
.wp-content dl dt,
body#tinymce dl dt {
  font-weight: bold;
}
.wp-content sup,
body#tinymce sup {
  display: inline-block;
  vertical-align: top;
  font-size: .6em;
}
.wp-content em,
body#tinymce em {
  font-weight: normal;
  display: inline-block;
}
.wp-content table.table-default,
body#tinymce table.table-default {
  margin-bottom: 30px;
}
.wp-content table.table-default th, .wp-content table.table-default td,
body#tinymce table.table-default th,
body#tinymce table.table-default td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wp-content table.table-default th,
body#tinymce table.table-default th {
  background: #f9f9f9;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .wp-content table.table-default,
  body#tinymce table.table-default {
    width: auto;
    display: block;
  }
  .wp-content table.table-default tbody, .wp-content table.table-default thead,
  body#tinymce table.table-default tbody,
  body#tinymce table.table-default thead {
    display: block;
  }
  .wp-content table.table-default tr, .wp-content table.table-default th, .wp-content table.table-default td,
  body#tinymce table.table-default tr,
  body#tinymce table.table-default th,
  body#tinymce table.table-default td {
    width: auto !important;
    display: block;
    border-bottom: none;
  }
  .wp-content table.table-default th,
  body#tinymce table.table-default th {
    text-align: left !important;
    font-weight: bold;
  }
  .wp-content table.table-default .wpcf7-text,
  .wp-content table.table-default .wpcf7-textarea,
  body#tinymce table.table-default .wpcf7-text,
  body#tinymce table.table-default .wpcf7-textarea {
    width: 100%;
  }
  .wp-content table.table-default .wpcf7-text.input-sm,
  .wp-content table.table-default .wpcf7-textarea.input-sm,
  body#tinymce table.table-default .wpcf7-text.input-sm,
  body#tinymce table.table-default .wpcf7-textarea.input-sm {
    width: 140px;
  }
}

[data-wpview-text*="youtube"] .wpview-content,
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}
