@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #313131;
  margin: 0px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.04em;
  overflow-x: hidden;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #313131;
  text-decoration: underline;
}
a:hover {
  color: #313131;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 100;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
  background: #fff;
}
@media (min-width: 992px) {
  #header {
    padding: 5px 0px;
    height: 70px;
  }
}
@media (min-width: 1400px) {
  #header {
    height: 80px;
    padding: 10px 0px;
  }
}
#header #logo {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  height: 60px;
  aspect-ratio: 522/128;
}
@media (min-width: 992px) {
  #header #logo {
    height: 70px;
  }
}
@media (min-width: 1400px) {
  #header #logo {
    height: 100px;
  }
}
@media (min-width: 1880px) {
  #header #logo {
    height: 128px;
  }
}
#header #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #9addff;
}
#header #logo a img {
  width: 85%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 1200px) {
  #header #logo a img {
    width: 80%;
  }
}
#header #header-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #header-Tel {
  display: none;
}
@media (min-width: 768px) {
  #header #header-Tel {
    color: #434343;
    display: block;
    border-left: 1px solid #434343;
    line-height: 1.3;
    padding: 0px 20px;
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  #header #header-Tel {
    margin-right: 90px;
  }
}
@media (min-width: 1700px) {
  #header #header-Tel {
    margin-right: 0px;
  }
}
@media (min-width: 1800px) {
  #header #header-Tel {
    padding: 0px 30px;
  }
}
#header #header-Tel a {
  text-decoration: none;
}
#header #header-Tel .num {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1400px) {
  #header #header-Tel .num {
    font-size: 2.8rem;
  }
}
#header #header-Tel .time {
  font-size: 1.3rem;
}
@media (min-width: 1400px) {
  #header #header-Tel .time {
    font-size: 1.5rem;
  }
}
#header #mainNavi {
  display: none;
}
@media (min-width: 1700px) {
  #header #mainNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1em;
  }
}
#header #mainNavi > li {
  display: block;
}
#header #mainNavi > li > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 500;
  padding: 0px 1.5rem;
}
@media (min-width: 1800px) {
  #header #mainNavi > li > a {
    padding: 0px 1.8rem;
  }
}
#header #mainNavi > li > a {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
}
@media (min-width: 1200px) {
  #header #mainNavi > li > a {
    font-size: 1.6rem;
  }
}
#header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: #73d0ff;
  height: 1px;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  border: none;
}
#header #mainNavi li.active a:after,
#header #mainNavi li a:hover:after {
  width: 70%;
}
#header.on #logo {
  height: 60px;
}
@media (min-width: 992px) {
  #header.on #logo {
    height: 70px;
  }
}
@media (min-width: 1400px) {
  #header.on #logo {
    height: 80px;
  }
}
#header.on #mainNavi a {
  text-shadow: none;
  color: #000;
}
#header.on #mainNavi a .ja {
  font-size: 1.5rem;
}
#header.on #mainNavi a .en {
  font-size: 1.2rem;
}
#header.on #mainNavi a::before {
  background: #000;
}

.dropdown {
  position: relative;
}
.dropdown:after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 76%);
  background: #9addff;
  width: 8px;
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - 4px);
  left: 0px;
}

.dropdown-toggle {
  padding-right: 24px !important;
  position: relative;
}
.dropdown-toggle:before {
  position: absolute;
  right: 8px;
  top: 50%;
}
.dropdown-toggle {
  /* ホバー開閉時にフォーカスで出る枠を非表示 */
}
.dropdown-toggle:focus, .dropdown-toggle.show:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu {
  border-radius: 0px;
  border: none;
}
.dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 1.6rem 0rem;
  border-bottom: solid 1px #acacac;
  line-height: 1.2;
  padding-right: 2.8rem;
  position: relative;
}
.dropdown-menu a:hover {
  color: #5ac8ff;
}
.dropdown-menu a:before {
  content: "";
  display: block;
  background: #5ac8ff;
  position: absolute;
  width: 6px;
  height: 8px;
  top: 22px;
  right: 5px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.dropdown-menu li.active a {
  color: #5ac8ff;
}

.dropdown-menu.show {
  width: 280px;
  font-size: 1.4rem;
  margin-top: 6px !important;
  padding: 15px 15px !important;
}
@media (min-width: 1400px) {
  .dropdown-menu.show {
    font-size: 1.6rem;
  }
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 90px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -320px;
    width: 320px;
  }
}
.side-open #sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  font-size: 1.8rem;
}
#sidebar .list-sidenav > li {
  text-align: left;
}
#sidebar .list-sidenav > li > a {
  color: #3a3a3a;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 10px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: solid 1px #969696;
  font-weight: 500;
}
#sidebar .list-sidenav > li > a .ja {
  font-size: 15px;
}
#sidebar .list-sidenav > li > a .en {
  font-size: 12px;
}
#sidebar .list-sidenav > li > a:after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  color: #66ccff;
}
#sidebar .list-sidenav > li.active > a::after,
#sidebar .list-sidenav > li > a:hover:after {
  -webkit-filter: invert(77%) sepia(25%) saturate(5219%) hue-rotate(177deg) brightness(107%) contrast(102%);
          filter: invert(77%) sepia(25%) saturate(5219%) hue-rotate(177deg) brightness(107%) contrast(102%);
}
#sidebar .list-sidenav > li.has-submenu > a:after {
  width: 10px;
  right: 12px;
  background: url(../images/icon_plus.svg) no-repeat center/16px;
}
#sidebar .list-sidenav > li.has-submenu > a.on:after {
  right: 12px;
  background: url(../images/icon_minus.svg) no-repeat center/16px;
}
#sidebar .submenu {
  background: #fff;
  display: none;
}
#sidebar .submenu li {
  border-bottom: 1px dashed #cacaca;
}
#sidebar .submenu li a {
  padding: 10px 15px 10px 28px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#sidebar .submenu li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background: #66ccff;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#sidebar .submenu li a:hover {
  color: #66ccff;
}
#sidebar .submenu li.active a {
  color: #66ccff;
}

.sidebar-bnr {
  text-align: center;
}
.sidebar-bnr img {
  width: 80%;
  margin: 0px auto;
}

body.side-open {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
body.side-open::-webkit-scrollbar {
  display: none;
}

#sidebarTel {
  font-weight: 700;
  font-size: 7.2vw;
  line-height: 1;
  text-align: center;
}
@media (min-width: 576px) {
  #sidebarTel {
    font-size: 3rem;
  }
}
#sidebarTel .time {
  font-size: 1.3rem;
  line-height: 1.4;
}

/* -------------------------------
          オーバーレイ
      -------------------------------- */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
          HambergerMenu
      -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 103;
  display: block;
}
@media (min-width: 992px) {
  .menuWrapper {
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1400px) {
  .menuWrapper {
    top: 15px;
  }
}
@media (min-width: 1700px) {
  .menuWrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-open .menuWrapper {
    display: block;
  }
}
.menuWrapper.on {
  right: 0px;
  top: 0px;
}
@media (min-width: 1200px) {
  .menuWrapper.on {
    right: 0px;
    top: 0px;
  }
}

#menuButton {
  background: #333;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #menuButton small {
    font-size: 10px;
  }
}

body.side-open #menuButton {
  display: block;
}

/* アニメーション */
#menuButton {
  margin-right: 120px;
}
#menuButton span {
  opacity: 1;
  -webkit-transition: opacity 150ms 50ms;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.side-open #menuButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #e5f6ff;
  font-size: 1.4rem;
}
@media (min-width: 1400px) {
  #footer {
    font-size: 1.6rem;
  }
}
#footer .inr {
  background: #434343;
  color: #fff;
  line-height: 1;
  padding: 50px 0px;
  border-radius: 20px 20px 0px 0px;
}
@media (min-width: 992px) {
  #footer .inr {
    padding: 70px 0px;
    border-radius: 40px 40px 0px 0px;
  }
}
#footer .inr a {
  color: #fff;
  text-decoration: none;
}
#footer #footer-Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: solid 1px #fff;
  margin-bottom: 40px;
}
#footer #footer-Top .column {
  padding: 0px 0px;
  border-right: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1500px) {
  #footer #footer-Top .column {
    padding: 0px 30px;
  }
}
#footer #footer-Top .column:first-child {
  padding-left: 0px;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #fff;
  border-right: none;
}
@media (min-width: 768px) {
  #footer #footer-Top .column:first-child {
    width: 50%;
    border-bottom: none;
    border-right: solid 1px #fff;
  }
}
@media (min-width: 1500px) {
  #footer #footer-Top .column:first-child {
    width: auto;
    margin-bottom: 0px;
  }
}
#footer #footer-Top .column:nth-child(2) {
  width: 100%;
  border-right: none;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #footer #footer-Top .column:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1500px) {
  #footer #footer-Top .column:nth-child(2) {
    width: auto;
    border-right: solid 1px #fff;
    margin-bottom: 0px;
  }
}
#footer #footer-Top .column:nth-child(3) {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-right: none;
}
@media (min-width: 768px) {
  #footer #footer-Top .column:nth-child(3) {
    border-right: solid 1px #fff;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer #footer-Top .column:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1500px) {
  #footer #footer-Top .column:nth-child(3) {
    width: auto;
  }
}
#footer #footer-Top .column:last-child {
  padding-right: 0px;
  border-right: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #footer #footer-Top .column:last-child {
    margin-bottom: 0px;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  #footer #footer-Top .column:last-child {
    width: auto;
  }
}
#footer #footer-Top .column .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1500px) {
  #footer #footer-Top .column .box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#footer #footer-Top .column .linkbtn {
  width: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#footer #footer-Top .fotter-Tel {
  text-align: center;
  width: 100%;
}
#footer #footer-Top .fotter-Tel .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
#footer #footer-Top .fotter-Tel .num small {
  font-size: 60%;
  padding-top: 0.2em;
}
#footer #footer-Top .fotter-Tel .time {
  font-size: 1.8rem;
}
#footer #footer-Top .icon-Line {
  width: 100px;
  height: auto;
  margin: 15px auto 0px;
}
@media (min-width: 992px) {
  #footer #footer-Top .icon-Line {
    width: 100px;
    height: auto;
    margin: 0px;
    margin-right: 20px;
  }
}
#footer #footer-Top h4 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
}
#footer #footerBody {
  width: 100%;
}
#footer #f-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
#footer #f-logo a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 15px;
  width: 82px;
}
#footer #f-logo a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer #f-logo a em {
  display: block;
  font-style: normal;
}
#footer #f-logo a em.logo-type {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
#footer #f-logo a em.adress {
  font-size: 1.4rem;
}
#footer .mapPin {
  width: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 0.6rem;
}
@media (min-width: 992px) {
  #footer .mapPin {
    width: 14px;
  }
}
#footer .f-tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 992px) {
  #footer .f-tel {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer .f-tel {
    line-height: 1;
  }
}
#footer .f-tel .en {
  font-size: 1.8rem;
}
#footer .f-tel .num {
  font-size: 3rem;
}
#footer #textLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer #textLink ul {
  width: 33%;
}
#footer #textLink li {
  margin: 0px;
  text-align: left;
  margin-bottom: 15px;
}
#footer #textLink li a {
  text-decoration: none;
}
#footer #textLink li a:hover {
  text-decoration: underline;
}
#footer .map {
  margin: 0px auto;
  text-align: right;
  max-width: 240px;
}
#footer .map img {
  margin-bottom: 10px;
}
#footer .sns {
  text-align: center;
  margin: 0px auto;
}
#footer .sns p {
  margin-bottom: 10px;
}
#footer #copy {
  font-size: 1.2rem;
  margin: 0px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  #footer #copy {
    text-align: left;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#sliderWrap {
  position: relative;
  width: 100%;
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
@media (min-width: 992px) {
  #sliderWrap {
    margin-top: 70px;
  }
}
@media (min-width: 1400px) {
  #sliderWrap {
    margin-top: 80px;
  }
}
#sliderWrap.on {
  opacity: 1;
}
#sliderWrap #catch {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding: 0.6em;
  border-radius: 0px 80px 0px 0px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-size: 32px;
}
@media (min-width: 576px) {
  #sliderWrap #catch {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  #sliderWrap #catch {
    font-size: 5.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  #sliderWrap #catch {
    padding: 1em;
    font-size: 5.4rem;
  }
}
@media (min-width: 1400px) {
  #sliderWrap #catch {
    font-size: 6.4rem;
  }
}
#sliderWrap #catch span {
  color: #73d0ff;
}

#mainSlider {
  width: 100%;
  position: relative;
  height: 110vw;
}
@media (min-width: 576px) {
  #mainSlider {
    height: 740px;
  }
}
@media (min-width: 1200px) {
  #mainSlider {
    height: 830px;
  }
}
#mainSlider .sp-buttons {
  padding-top: 0px;
  position: absolute;
  top: 0px;
  left: 0;
  background: #fff;
  width: 40px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 150px);
}
@media (min-width: 576px) {
  #mainSlider .sp-buttons {
    height: 556px;
  }
}
@media (min-width: 768px) {
  #mainSlider .sp-buttons {
    width: 60px;
    height: 486px;
  }
}
@media (min-width: 992px) {
  #mainSlider .sp-buttons {
    height: 480px;
  }
}
@media (min-width: 1215px) {
  #mainSlider .sp-buttons {
    height: 480px;
    width: 80px;
  }
}
@media (min-width: 1400px) {
  #mainSlider .sp-buttons {
    height: calc(100% - 20px);
    margin-top: 20px;
    height: 394px;
    width: 100px;
  }
}
@media (min-width: 1880px) {
  #mainSlider .sp-buttons {
    margin-top: 48px;
    height: 366px;
    width: 120px;
  }
}
#mainSlider .sp-button {
  height: 30px;
  width: 2px;
  position: relative;
  background: #d2d2d2;
  border-radius: 0;
  border: 0;
}
@media (min-width: 576px) {
  #mainSlider .sp-button {
    height: 40px;
  }
}
#mainSlider {
  /* before要素 */
}
#mainSlider .sp-selected-button:before {
  -webkit-animation-name: sliderpro-bg-color01;
  animation-name: sliderpro-bg-color01;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 0;
  content: "";
  display: inline-block;
  width: 100%;
  background: #434343;
  top: 0;
  left: 0;
  position: absolute;
}
@-webkit-keyframes sliderpro-bg-color01 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes sliderpro-bg-color01 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.about-Wrap {
  padding: 60px 0px;
}
@media (min-width: 768px) {
  .about-Wrap {
    padding: 120px 0px;
  }
}
@media (min-width: 1200px) {
  .about-Wrap {
    padding: 240px 0px;
  }
}

.underline {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), to(#73d0ff));
  background: linear-gradient(transparent 95%, #73d0ff 100%);
}

.about-Box {
  background: #e2f7fc;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.02em;
  width: 100%;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .about-Box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-Box dl {
  width: 100%;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: none;
  border-bottom: solid 1px #fff;
}
@media (min-width: 576px) {
  .about-Box dl {
    width: 33%;
    padding: 35px 20px;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
@media (min-width: 1500px) {
  .about-Box dl {
    padding: 35px 30px;
  }
}
.about-Box dl:last-child {
  border-right: none;
}
.about-Box img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.about-Box dt {
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}

.skyblue-Wrap {
  background: url(../images/bg_skyblue.jpg) repeat;
  padding: 90px 0px;
}
@media (min-width: 1200px) {
  .skyblue-Wrap {
    padding: 120px 0px;
  }
}

.news-Wrap {
  width: 100%;
  border-radius: 20px;
  padding: 15px 15px;
  background: #fff;
}
@media (min-width: 992px) {
  .news-Wrap {
    padding: 35px 40px;
    border-radius: 40px;
  }
}
.news-Wrap .inr {
  overflow-y: scroll;
  scrollbar-color: #555 #e0ebeb;
  scrollbar-width: thin;
  max-height: 420px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .news-Wrap .inr {
    padding-right: 35px;
  }
}
.news-Wrap .inr::-webkit-scrollbar {
  width: 2px;
  background-color: #555;
}
.news-Wrap .inr:-webkit-scrollbar-thumb {
  background: #e0ebeb;
  width: 4px;
  border-radius: 0;
}

.news-Title-Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .news-Title-Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-table {
  width: 100%;
  border-top: none;
}
.news-table th {
  width: 100%;
  padding: 30px 0px 5px 0px;
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
}
.news-table td {
  width: 100%;
  border-bottom: none;
  padding: 0;
  line-height: 1.8;
  border-bottom: solid 1px #ccc;
  font-weight: 600;
}
.news-table td:not(:has(a)) {
  padding: 20px 0px 20px 10px;
}
.news-table td a {
  display: block;
  padding: 20px 64px 20px 10px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.news-table td a:hover {
  background: #E7F9FD;
}
.news-table td a:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #66ccff url(../images/icon_arrow-white.svg) no-repeat center/12px 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.date {
  display: inline-block;
  margin-right: 2rem;
}

.icon-New {
  height: 18px;
  background: #434343;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8em 0.15rem;
  margin-right: 12px;
}

.category {
  background: #b5b5b5;
  height: 18px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8em 0.15rem;
  margin-right: 12px;
}

.real-Estate-Wrap {
  padding: 90px 0px;
  width: 100%;
  background: #edf9ff;
}
@media (min-width: 992px) {
  .real-Estate-Wrap {
    padding: 150px 0px;
  }
}

.frexibleImgae {
  width: 100%;
  aspect-ratio: 10/6;
}
@media (min-width: 992px) {
  .frexibleImgae {
    width: 100%;
    aspect-ratio: 1;
  }
}
.frexibleImgae img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .tag {
    width: 74%;
  }
}
@media (min-width: 1400px) {
  .tag {
    width: 64%;
  }
}
.tag li {
  margin: 0px 4px 4px 0px;
  background: #e5e5e5;
  line-height: 1.4;
  padding: 0px 0.6em 0.1em;
  display: block;
}

.topBanner {
  display: block;
  width: 100%;
  aspect-ratio: 695/348;
  position: relative;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
.topBanner.rental {
  background: url(../images/p01_rental.jpg) no-repeat center/100%;
}
.topBanner.rental:hover {
  background: url(../images/p01_rental.jpg) no-repeat center/105%;
}
.topBanner.buy-sell {
  background: url(../images/p01_buy-sell.jpg) no-repeat center/100%;
}
.topBanner.buy-sell:hover {
  background: url(../images/p01_buy-sell.jpg) no-repeat center/105%;
}
.topBanner p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0px 30px 0px 0px;
  font-size: 2.4rem;
  line-height: 1;
  aspect-ratio: 300/60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 30px;
  width: 60%;
}
@media (min-width: 576px) {
  .topBanner p {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .topBanner p {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .topBanner p {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .topBanner p {
    width: 300px;
  }
}
.topBanner p::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/12;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*-------------------------------------------------------------------------------------------*
 *
 * news.html
 *  
 *-------------------------------------------------------------------------------------------*/
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #313131;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0px 6px;
  border: 1px solid #ccc;
  background: #fff;
}
@media (min-width: 768px) {
  div.paging span.paging-text a {
    min-width: 38px;
    height: 38px;
  }
}

div.paging span.current {
  background: #66CCFF;
  border: 1px solid #66CCFF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  zoom: 1;
  min-width: 28px;
  height: 28px;
  padding: 0px 6px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  div.paging span.current {
    min-width: 38px;
    height: 38px;
  }
}

div.paging span.paging-text a:hover {
  background: #66CCFF;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.title-News {
  position: relative;
  font-size: 6vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  border-bottom: solid 2px #9ADDFF;
}
@media (min-width: 576px) {
  .title-News {
    font-size: 3.2rem;
  }
}
.title-News span {
  position: relative;
  z-index: 2;
  padding-bottom: 0.4em;
  display: inline-block;
}
.title-News:before {
  display: block;
  content: "";
  width: 102px;
  height: 93px;
  background: url(../images/icon_heart-blue.png) no-repeat center/contain;
  position: absolute;
  left: -12px;
  top: -20px;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.htmlArea {
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  line-height: normal;
}
@media (min-width: 992px) {
  .htmlArea {
    padding: 30px;
    border-radius: 40px;
  }
}

.attachedButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #454545;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 48px 8px 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 24px;
  text-decoration: none;
}
.attachedButton:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.attachedButton:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.attachedButton:hover {
  border: solid 1px #454545;
  background: #fff;
  color: #454545;
  text-decoration: none;
}
.attachedButton:hover:before {
  -webkit-filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
          filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
}
.attachedButton:hover:after {
  -webkit-filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
          filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
}
.attachedButton.pdf {
  background: #c84747;
  border: solid 1px #fff;
  color: #fff;
}
.attachedButton.pdf::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_pdf.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.attachedButton.pdf:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.attachedButton.pdf:hover {
  border: solid 1px #c84747;
}
.attachedButton.pdf:hover:before {
  -webkit-filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
          filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
}
.attachedButton.pdf:hover:after {
  -webkit-filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
          filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
}
.attachedButton.excel {
  background: #559156;
  border: solid 1px #fff;
  color: #fff;
}
.attachedButton.excel::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_excel.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.attachedButton.excel:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.attachedButton.excel:hover {
  border: solid 1px #559156;
}
.attachedButton.excel:hover:before {
  -webkit-filter: invert(50%) sepia(12%) saturate(1362%) hue-rotate(72deg) brightness(97%) contrast(91%);
          filter: invert(50%) sepia(12%) saturate(1362%) hue-rotate(72deg) brightness(97%) contrast(91%);
}
.attachedButton.excel:hover:after {
  -webkit-filter: invert(50%) sepia(12%) saturate(1362%) hue-rotate(72deg) brightness(97%) contrast(91%);
          filter: invert(50%) sepia(12%) saturate(1362%) hue-rotate(72deg) brightness(97%) contrast(91%);
}
.attachedButton.word {
  background: #48679e;
  border: solid 1px #fff;
  color: #fff;
}
.attachedButton.word::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_word.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.attachedButton.word:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.attachedButton.word:hover {
  border: solid 1px #48679e;
}
.attachedButton.word:hover:before {
  -webkit-filter: invert(44%) sepia(4%) saturate(6552%) hue-rotate(181deg) brightness(86%) contrast(86%);
          filter: invert(44%) sepia(4%) saturate(6552%) hue-rotate(181deg) brightness(86%) contrast(86%);
}
.attachedButton.word:hover:after {
  -webkit-filter: invert(44%) sepia(4%) saturate(6552%) hue-rotate(181deg) brightness(86%) contrast(86%);
          filter: invert(44%) sepia(4%) saturate(6552%) hue-rotate(181deg) brightness(86%) contrast(86%);
}
.attachedButton.pdf:hover {
  background: #fff;
  color: #c84747;
}
.attachedButton.excel:hover {
  background: #fff;
  color: #559156;
}
.attachedButton.word:hover {
  background: #fff;
  color: #48679e;
}

/*-------------------------------------------------------------------------------------------*
 *
 * about.html
 *  
 *-------------------------------------------------------------------------------------------*/
.value-Box {
  background: url(../images/bg_skyblue.jpg) repeat;
  border-radius: 20px;
  width: 100%;
  line-height: 1.4;
  padding: 15px;
}
@media (min-width: 992px) {
  .value-Box {
    border-radius: 40px;
    padding: 30px;
  }
}
.value-Box .logo-Mark {
  text-align: center;
  -webkit-filter: invert(59%) sepia(69%) saturate(346%) hue-rotate(162deg) brightness(108%) contrast(101%);
          filter: invert(59%) sepia(69%) saturate(346%) hue-rotate(162deg) brightness(108%) contrast(101%);
  margin-bottom: 3rem;
}
.value-Box .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: 0.02em;
}
.value-Box .inr dl {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
  margin-bottom: 25px;
}
.value-Box .inr dl:last-child {
  border-right: none;
}
.value-Box .inr dd {
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  aspect-ratio: 1;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .value-Box .inr dd {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .value-Box .inr dd {
    width: 200px;
  }
}
.value-Box .inr dd img {
  width: 50%;
}
.value-Box .inr dt {
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 576px) {
  .value-Box .inr dt {
    margin-bottom: 0px;
    font-size: 2.4rem;
  }
}

.readson-DL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .readson-DL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.readson-DL dt {
  font-size: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #f8c0ee;
  margin-right: 0.5em;
  line-height: 1;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .readson-DL dt {
    margin-bottom: 0px;
  }
}
.readson-DL dt img {
  margin-right: 16px;
  width: 46px;
}
@media (min-width: 992px) {
  .readson-DL dt img {
    width: 52px;
  }
}
.readson-DL dd {
  font-size: 3.2rem;
  line-height: 1.2;
}

.flexibleImgae-reason {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .flexibleImgae-reason {
    height: 400px;
  }
}
.flexibleImgae-reason img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------------------*
 *
 * property.html
 *  
 *-------------------------------------------------------------------------------------------*/
.tabBtn {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0px 30px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  color: #66CCFF;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #66CCFF;
}
.tabBtn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabBtn:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-filter: invert(68%) sepia(49%) saturate(628%) hue-rotate(171deg) brightness(100%) contrast(102%);
          filter: invert(68%) sepia(49%) saturate(628%) hue-rotate(171deg) brightness(100%) contrast(102%);
}
.tabBtn:hover {
  background: #66CCFF;
  color: #fff;
  border: solid 1px #66CCFF;
}
.tabBtn:hover:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.tabBtn.active {
  background: #66CCFF;
  color: #fff;
}
.tabBtn.active:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.card {
  border: solid 1px #66ccff;
  padding: 10px;
  height: 100%;
}
@media (min-width: 992px) {
  .card {
    padding: 25px;
  }
}

.category-property {
  background: #b5b5b5;
  height: 18px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8em 0.15rem;
  margin-right: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.property-Table {
  width: 100%;
  border-spacing: 0px;
}
.property-Table th,
.property-Table td {
  padding: 15px;
}
.property-Table th {
  width: 30%;
}
.property-Table td {
  background: #f8f8f8;
  border-bottom: solid 1px #fff;
}

/*-------------------------------------------------------------------------------------------*
 *
 * estate.html
 *  
 *-------------------------------------------------------------------------------------------*/
.estate-Wrap {
  padding: 60px 0px;
  position: relative;
}
.estate-Wrap:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 100%;
  background: url(../images/bg_skyblue.jpg) repeat;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px 0px 0px 20px;
  z-index: 1;
}
@media (min-width: 576px) {
  .estate-Wrap:after {
    width: calc(100% - 60px);
    border-radius: 40px 0px 0px 40px;
  }
}
@media (min-width: 992px) {
  .estate-Wrap:after {
    width: 60%;
  }
}

.flexibleImage-estate {
  width: 100%;
  aspect-ratio: 10/6;
}
@media (min-width: 992px) {
  .flexibleImage-estate {
    width: 100%;
    height: 100%;
  }
}
.flexibleImage-estate img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}

/*-------------------------------------------------------------------------------------------*
 *
 * info.html
 *  
 *-------------------------------------------------------------------------------------------*/
.skyBlue-box {
  border-radius: 20px;
  background: url(../images/bg_skyblue.jpg) repeat;
  padding: 25px;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 992px) {
  .skyBlue-box {
    padding: 30px 90px;
    border-radius: 40px;
  }
}
.skyBlue-box a {
  text-decoration: none;
}
.skyBlue-box .num {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 1400px) {
  .skyBlue-box .num {
    font-size: 2.8rem;
  }
}
.skyBlue-box .time {
  font-size: 1.3rem;
}
@media (min-width: 1400px) {
  .skyBlue-box .time {
    font-size: 1.5rem;
  }
}

.download-Table {
  width: 100%;
}
.download-Table th,
.download-Table td {
  padding: 15px 15px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .download-Table th,
  .download-Table td {
    padding: 15px 25px;
  }
}
.download-Table th {
  background: #75c3eb;
  color: #fff;
  white-space: nowrap;
}
.download-Table th:nth-child(1) {
  width: 70%;
}
.download-Table th:nth-child(2) {
  width: 15%;
  text-align: center;
}
.download-Table th:nth-child(3) {
  width: 15%;
  text-align: center;
}
.download-Table td {
  border-bottom: solid 1px #ccc;
  background: #fff;
  line-height: 1.4;
}
.download-Table td img {
  width: 24px;
  vertical-align: middle;
  -webkit-filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
          filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
}
.download-Table td:nth-child(2), .download-Table td:nth-child(3) {
  text-align: center;
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *  
 *-------------------------------------------------------------------------------------------*/
.flexibleImage-company {
  width: 100%;
  aspect-ratio: 10/7;
  position: relative;
}
@media (min-width: 992px) {
  .flexibleImage-company {
    width: 100%;
    height: 100%;
  }
}
.flexibleImage-company .img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}
@media (min-width: 1200px) {
  .flexibleImage-company .img01 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .flexibleImage-company .img01 {
    width: 90%;
  }
}
@media (min-width: 1500px) {
  .flexibleImage-company .img01 {
    width: 80%;
  }
}
.flexibleImage-company .img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
@media (min-width: 1200px) {
  .flexibleImage-company .img02 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .flexibleImage-company .img02 {
    width: 90%;
  }
}
@media (min-width: 1500px) {
  .flexibleImage-company .img02 {
    width: 60%;
  }
}

.responsiveTable {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 768px) {
  .responsiveTable {
    width: 100%;
    display: table;
    border-bottom: none;
  }
}
.responsiveTable th {
  width: 100%;
  padding: 15px 0px 0px;
  font-weight: bold;
  border-top: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable th {
    padding: 15px 0px 15px;
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable td {
  width: 100%;
  padding: 15px 0px 15px;
  border-bottom: none;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable td {
    padding: 18px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #66ccff;
  position: absolute;
  left: 0;
  top: 1rem;
}
.dotList.Horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

.googleMap {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .googleMap {
    height: 480px;
  }
}

.acess-DL dt {
  font-size: 1.8rem;
  position: relative;
  padding-left: 3.6rem;
  padding-bottom: 0.2em;
  line-height: 1;
  margin-bottom: 1rem;
}
.acess-DL dt img {
  width: 2.4rem;
  margin-right: 1.2rem;
  -webkit-filter: invert(77%) sepia(25%) saturate(5219%) hue-rotate(177deg) brightness(107%) contrast(102%);
          filter: invert(77%) sepia(25%) saturate(5219%) hue-rotate(177deg) brightness(107%) contrast(102%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.acess-DL dd {
  line-height: 1.4;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contact-Box {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .contact-Box {
    padding: 40px;
  }
}
.contact-Box a {
  text-decoration: none;
}
.contact-Box .num {
  font-size: 7.2vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .contact-Box .num {
    font-size: 3.6rem;
  }
}
.contact-Box .time {
  font-size: 1.3rem;
}
@media (min-width: 1400px) {
  .contact-Box .time {
    font-size: 1.5rem;
  }
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 25px 20px 25px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
.mailfoamTable th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.mailfoamTable td {
  width: 100%;
  padding: 20px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 0px 20px 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
.select-Wrap {
  position: relative;
  display: inline-block;
  width: 80%;
}
@media (min-width: 768px) {
  .select-Wrap {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .select-Wrap {
    width: 25%;
  }
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

.form15 {
  width: 20%;
  display: inline-block;
}

.form25 {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .form25 {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .form25 {
    width: 25%;
  }
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form15 {
    width: 15%;
  }
  .form50 {
    width: 50%;
  }
}
.need {
  color: #df443e;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #df443e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
}

.formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 540px;
  min-height: 60px;
  background: #66ccff;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 8px 0px;
  border-radius: 30px;
  border: none;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  text-decoration: none;
}
.formBtn.back:hover:before {
  -webkit-transform: scale(-1, 1) translate(16px, 0);
          transform: scale(-1, 1) translate(16px, 0);
}
.formBtn.next:hover:after {
  -webkit-transform: translate(16px, 0);
          transform: translate(16px, 0);
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  margin-right: 1.2rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 1.2rem;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.formBtn button.formBtn {
  border: none;
  outline: none;
}
.formBtn button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px #999 inset;
          box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
  text-align: justify;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 60px;
  width: 100%;
}
@media (min-width: 992px) {
  #h2Title {
    height: 420px;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 480px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    margin-top: 80px;
  }
}
#h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center right 27%/auto 100%;
}
@media (min-width: 992px) {
  #h2Title.p02 {
    background: url(../images/bg_h2title02.jpg) no-repeat center/auto 110%;
  }
}
#h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center right 23%;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #h2Title.p03 {
    background: url(../images/bg_h2title03.jpg) no-repeat center right 20%;
  }
}
@media (min-width: 1400px) {
  #h2Title.p03 {
    background: url(../images/bg_h2title03.jpg) no-repeat center/auto 110%;
  }
}
#h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center right 25%/auto 100%;
}
@media (min-width: 992px) {
  #h2Title.p04 {
    background: url(../images/bg_h2title04.jpg) no-repeat center/auto 110%;
  }
}
#h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center/auto 110%;
}
#h2Title.p06 {
  background: url(../images/bg_h2title06.jpg) no-repeat center right 41%/auto 100%;
}
@media (min-width: 992px) {
  #h2Title.p06 {
    background: url(../images/bg_h2title06.jpg) no-repeat center/auto 110%;
  }
}
#h2Title.p07 {
  background: url(../images/bg_h2title07.jpg) no-repeat center right 32%/auto 100%;
}
@media (min-width: 992px) {
  #h2Title.p07 {
    background: url(../images/bg_h2title07.jpg) no-repeat center/auto 110%;
  }
}
#h2Title.p08 {
  background: url(../images/bg_h2title08.jpg) no-repeat center right 41%/auto 100%;
}
@media (min-width: 992px) {
  #h2Title.p08 {
    background: url(../images/bg_h2title08.jpg) no-repeat center/auto 110%;
  }
}
#h2Title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-top-right-radius: 30px;
  padding: 15px 45px 15px 15px;
}
@media (min-width: 992px) {
  #h2Title h2 {
    border-top-right-radius: 40px;
    padding: 30px 90px 30px 30px;
  }
}
@media (min-width: 1400px) {
  #h2Title h2 {
    border-top-right-radius: 60px;
    padding: 40px 120px 40px 40px;
  }
}
#h2Title h2 .ja {
  font-size: 8.4vw;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 6.4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  #h2Title h2 .ja {
    font-size: 7.2rem;
  }
}
#h2Title h2 .ja span {
  color: #66ccff;
}
#h2Title h2 .en {
  font-size: 4vw;
  text-align: left;
  line-height: 1;
}
@media (min-width: 576px) {
  #h2Title h2 .en {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  #h2Title h2 .en {
    font-size: 3.2rem;
  }
}

.title-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.title-large:before {
  display: block;
  content: "";
  width: 102px;
  height: 93px;
  background: url(../images/icon_heart-blue.png) no-repeat center/contain;
  position: absolute;
  left: -12px;
  top: -20px;
  z-index: 1;
  -webkit-transform: rotate(-10deg) scale(0.75);
          transform: rotate(-10deg) scale(0.75);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (min-width: 992px) {
  .title-large:before {
    -webkit-transform: rotate(-10deg) scale(1);
            transform: rotate(-10deg) scale(1);
  }
}
.title-large .ja {
  font-size: 6vw;
  font-weight: 400;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .title-large .ja {
    font-size: 3.2rem;
  }
}
.title-large .en {
  font-size: 2.4vw;
  font-weight: 400;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .title-large .en {
    font-size: 2rem;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.title .ja {
  font-size: 6vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .title .ja {
    font-size: 3.2rem;
  }
}
.title .en {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.6em;
}
@media (min-width: 576px) {
  .title .en {
    padding-left: 2.4rem;
    font-size: 2rem;
  }
}
.title .en:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1;
  background: url(../images/icon_heart-blue.png) no-repeat center/contain;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .title .en:before {
    width: 14px;
    top: 9px;
  }
}
@media (min-width: 992px) {
  .title .en:before {
    top: 12px;
  }
}
.title.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .ja {
  text-align: center;
}
.title.white .en {
  color: #fff;
}
.title.white .ja {
  color: #fff;
}
.title.white .ja:before {
  background: #fff;
}
.title.white .ja:after {
  background: #fff;
}

.title2 {
  font-size: 6vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .title2 {
    font-size: 3.2rem;
  }
}
.title2.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: solid 8px #27b0fc;
  padding-left: 0.6em;
  font-size: 3rem;
}

.subTitle2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0a5cb8;
}

.read {
  font-size: 2rem;
  font-weight: 700;
}
.read:before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  background: #0a5cb8;
  margin-right: 8px;
  vertical-align: middle;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #66ccff;
  color: #fff;
  font-weight: 700;
  max-width: 300px;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  padding: 0px 30px;
  text-decoration: none;
}
.detailBtn:after {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detailBtn:hover {
  color: #fff;
  background: #1449bb;
}
.detailBtn:hover:after {
  -webkit-transform: translate(4px, 0);
          transform: translate(4px, 0);
}

.linkbtn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
.linkbtn.back a:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.linkbtn a {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 10px;
  text-decoration: none;
  background: #66ccff;
  color: #fff;
  font-weight: 700;
  padding: 0px 30px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
}
.linkbtn a .__roll-animation {
  overflow: hidden;
  height: 60px;
  display: block;
  text-align: left;
}
.linkbtn a .__roll-animation span {
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  -webkit-transition: margin-top 0.9s ease;
  transition: margin-top 0.9s ease;
}
.linkbtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.linkbtn a:hover .__roll-animation span.__initial {
  margin-top: -60px;
}
.linkbtn a:hover::before {
  right: 20px;
}
.linkbtn.white a {
  background: #fff;
  color: #313131 !important;
}
.linkbtn.white a:before {
  border-color: #313131;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.gray {
  color: #626262;
}

.skyblue {
  color: #80d3ff;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding: 0px 15px;
}

.verticalMiddle-Box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.padding-Right {
  padding-right: 0;
}
@media (min-width: 576px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
}
@media (min-width: 576px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.padding-md-Right {
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-md-Right {
    padding-right: 8.1%;
  }
}

.padding-md-Left {
  padding-left: 0;
}
@media (min-width: 768px) {
  .padding-md-Left {
    padding-left: 8.1%;
  }
}

.padding-lg-Right {
  padding-right: 0;
}
@media (min-width: 992px) {
  .padding-lg-Right {
    padding-right: 8.1%;
  }
}

.padding-lg-Left {
  padding-left: 0;
}
@media (min-width: 992px) {
  .padding-lg-Left {
    padding-left: 8.1%;
  }
}

.padding-xl-Right {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .padding-xl-Right {
    padding-right: 8.1%;
  }
}

.padding-xl-Left {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .padding-xl-Left {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

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

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

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

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

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

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

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

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */