@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
.main-page {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: #3d3d3d;
  overflow: hidden;
}
.main-page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inner {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 12.5px;
  }
}
.inner-1060 {
  max-width: 1110px;
}
img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
}
/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
/* ====================================================
header
==================================================== */
#main-header {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1300px) {
  #main-header {
    font-size: 14px;
  }
}
#main-header img {
  vertical-align: middle;
  max-width: 100%;
}
#main-header li {
  list-style: none;
}
#main-header a {
  color: inherit;
  text-decoration: none;
  cursor: pointer
}
#main-header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-head {
  background: #000037;
}
@media screen and (max-width: 990px) {
  .header-head_logo img {
    width: 200px !important;
  }
}
.header-head_logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-head_logo-right {
  margin: -4px 13px 0 auto;
}
@media screen and (max-width: 990px) {
  .header-head_logo-right {
    margin: 0px 0 0 auto;
  }
  .header-head_logo-right img {
    width: 124px !important;
  }
}
.header-head_inner {
  padding-top: 7px;
  padding-bottom: 4px;
}
@media screen and (max-width: 990px) {
  .header-head_inner {
    padding: 7px 13px 6px 7px;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-task {
  background: #30305D;
  position: relative;
}
@media screen and (max-width: 990px) {
  .header-task {
    padding: 8px 0 9px;
  }
}
@media screen and (max-width: 990px) {
  .header-task_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-task_action {
  width: 74.525%;
}
@media screen and (max-width: 990px) {
  .header-task_action {
    position: fixed;
    top: 93px !important;
    left: 0;
    width: 100%;
    display: none;
    height: calc(100% - 85px);
    z-index: 1;
    background: #E4E4E4;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 12.5px;
    z-index: 9;
  }
}
.header-task_link {
  width: 21.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 990px) {
  .header-task_link {
    width: 72%;
    max-width: 400px;
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .header-task_link {
    font-size: 13px;
    width: 80%;
  }
}
.header-task_link a {
  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;
  text-align: center;
  background: #000037;
  border: 1px solid #FFFFFF;
  width: 48.9%;
  margin-right: 2.2%;
  padding: 3px;
}
.header-task_link a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 990px) {
  .header-task_link a {
    width: 47.8%;
    padding: 7px 3px 5px;
    margin-right: 4.4%;
  }
}
.header-task_link a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .header-task_link a br {
    display: none;
  }
}
.header-task_ico {
  width: 4.375%;
  text-align: center;
  margin-top: -2px;
}
@media screen and (max-width: 990px) {
  .header-task_ico {
    display: none;
  }
}
.header-search_btn {
  cursor: pointer;
}
.header-search_wrap {
  position: fixed;
  top: 124px;
  left: 0;
  width: 100%;
  height: calc(100vh - 124px);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .header-search_wrap {
    top: 118px;
    height: calc(100vh - 118px);
  }
}
@media screen and (max-width: 990px) {
  .header-search_wrap {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    margin-bottom: 11px;
  }
}
.header-search_wrap.on {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-search_inner {
  width: 90%;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 990px) {
  .header-search_inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.header-search_inner .btn-type01 {
  -webkit-appearance: none;
  border-radius: 0;
  width: 10%;
  margin-left: 1%;
  padding: 7px 5px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: normal;
  background: #FFFFFF url("/stockhebel/common/images/ico-search-black.png") no-repeat;
  background-position: center;
  background-size: auto 100%;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .header-search_inner .btn-type01 {
    width: 76px;
    margin-left: auto;
    background: #FFFFFF url("/stockhebel/common/images/ico-search-black.png") no-repeat;
    background-position: center;
    background-size: auto 83%;
    height: 33px;
  }
}
.header-search_inner:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 35px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/stockhebel/common/images/ico-search.png") no-repeat;
  z-index: -1;
}
@media screen and (max-width: 990px) {
  .header-search_inner:before {
    display: none;
  }
}
.header-search_input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 89%;
  border: none;
  border-bottom: 1px solid #5b5d64;
  background: none;
  padding: 9px 1px 10px 40px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 990px) {
  .header-search_input {
    width: calc(100% - 81px);
    height: 33px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #707070;
    padding: 6px 13px;
    color: #000;
  }
}
.nav-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 990px) {
  .nav-global {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nav-global_item {
  margin-right: 7.4%;
}
@media screen and (max-width: 1300px) {
  .nav-global_item {
    margin-right: 4%;
  }
}
@media screen and (max-width: 990px) {
  .nav-global_item {
    width: 100%;
    margin-right: 0;
    background: #737373;
  }
}
.nav-global_item:last-child {
  margin-right: 0;
}
.nav-global_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 990px) {
  .nav-global_item > a {
    background: #2F305E;
    border-bottom: 1px solid #fff;
    padding: 20px 9px;
    position: relative;
    height: auto;
  }
  .nav-global_item > a:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-global_item > a.show:before {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.nav-global_item:hover > a {
  color: rgba(0, 0, 55, 0.5) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 990px) {
  .nav-global_item:hover > a {
    color: #fff !important;
  }
}
.nav-global_item:hover .nav-sub {
  opacity: 1;
  pointer-events: auto;
}
.nav-global_in {
  position: absolute;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  top: 100%;
  left: 50%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 991px) {
  .nav-global_in {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 990px) {
  .nav-global_in {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .nav-global br {
    display: none;
  }
}
.nav-sub_wrap {
  background: rgba(219, 219, 219, 0.97);
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  padding: 51px 20px 26px;
}
@media screen and (max-width: 990px) {
  .nav-sub_wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-height: unset;
    overflow: hidden;
    padding: 0 !important;
    background: #737373 !important;
    color: #fff;
  }
}
.nav-sub_wrap-bg {
  background: url("/stockhebel/common/images/bg-menu.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
}
.nav-sub_wrap-gray {
  background: rgba(235, 235, 235, 0.95);
}
.nav-sub_ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 19px;
}
@media screen and (max-width: 990px) {
  .nav-sub_ttl {
    display: none;
  }
}
.nav-sub_ttl small {
  font-size: 20px;
  display: block;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 991px) {
  .nav-sub_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-sub_item {
    width: 48.145%;
    margin-right: 3.71%;
  }
  .nav-sub_item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .realize-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    font-size: 25px;
    line-height: 1.75;
    font-weight: bold;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 991px) {
  .realize-list_item {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.realize-list_item a {
  display: block;
}
@media screen and (min-width: 991px) {
  .realize-list_item a {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    padding: 28px 20px 20px;
  }
}
@media screen and (max-width: 990px) {
  .realize-list_item a {
    padding: 20px 8px;
    border: none;
    border-bottom: 1px solid #fff;
  }
}
.realize-list_item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.realize-list_item:first-child {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .example-list_item {
    margin-top: 18px;
  }
  .example-list_item:first-child {
    margin-top: 0;
  }
  .example-list_item:first-child + div {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .example-list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.4);
    padding: 10px;
  }
}
@media screen and (max-width: 990px) {
  .example-list_wrap {
    display: block;
  }
}
.example-list_wrap a {
  display: block;
}
@media screen and (min-width: 991px) {
  .example-list_wrap a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.example-list_img {
  width: 28.48%;
}
@media screen and (max-width: 990px) {
  .example-list_img {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .example-list_content {
    width: 71.52%;
    line-height: 1.75;
    font-size: 15px;
    padding-left: 11px;
  }
}
.example-list_ttl {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 991px) {
  .example-list_ttl {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 6px;
    line-height: 1.4;
    margin: -4px 0 0;
  }
}
@media screen and (max-width: 990px) {
  .example-list_ttl {
    padding: 20px 8px;
  }
}
@media screen and (max-width: 990px) {
  .example-list_des {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .information-list {
    font-size: 20px;
    font-weight: bold;
  }
  .information-list small {
    font-size: 15px;
    line-height: 1.75;
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
  }
}
.information-list a {
  display: block;
}
@media screen and (min-width: 991px) {
  .information-list_item {
    margin-top: 14px;
  }
  .information-list_item:first-child {
    margin-top: 0;
  }
  .information-list_item:first-child + div {
    margin-top: 0;
  }
}
.information-list_txt {
  padding: 12px 10px 20px;
}
@media screen and (max-width: 990px) {
  .information-list_txt {
    padding: 20px 8px;
    border-bottom: 1px solid #fff;
  }
}
.information-list_txt:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 991px) {
  .information-list_wrap {
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 18px;
  }
  .information-list_wrap .ttl-link {
    padding: 11px 12px 12px;
  }
  .information-list_wrap .ttl-link:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 990px) {
  .information-list_wrap .ttl-link {
    padding: 20px 8px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 991px) {
  .information-list_content {
    padding: 0 10px;
  }
  .information-list_content li a {
    padding: 13px 12px 13px 19px;
    border-top: 1px solid #fff;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .information-list_content li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .information-list_content li > ul {
    line-height: 1.45;
  }
  .information-list_content li > ul li > a {
    padding-left: 40px;
  }
  .information-list_content li > ul li > ul li a {
    padding-left: 55px;
  }
  .information-list_content > li:first-child > a {
    border-top: none;
  }
}
@media screen and (max-width: 990px) {
  .information-list_content li a {
    padding: 20px 8px;
    border-bottom: 1px solid #fff;
  }
}
.menu-bar {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 12px;
  width: 23px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .menu-bar {
    display: block;
  }
}
.menu-bar i {
  width: 100%;
  display: block;
  height: 1px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.menu-bar i:last-child {
  margin-bottom: 0;
}
.menu-bar.on i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-bar.on i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
.menu-bar.on i:nth-child(2) {
  display: none;
}
.menu-bar.on i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .siderbar {
    margin-top: 50px;
  }
}
.siderbar .ttl-sidebar {
  font-size: 18px;
  line-height: 1.33333;
  color: #fff;
  width: 100%;
  font-weight: normal;
  height: 50px;
  background: #000037;
  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: 18px;
}
@media screen and (max-width: 768px) {
  .siderbar .ttl-sidebar {
    margin-bottom: 22.5px;
    font-size: 17px;
    line-height: 1.76471;
  }
}
.siderbar .block-select form > div {
  padding: 13px 10px 21px;
  border: 1px solid #666;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .siderbar .block-select form > div {
    padding: 22.5px 7.5px;
    margin-bottom: 87.5px;
  }
}
@media screen and (max-width: 768px) {
  .siderbar .block-select form > div.search-condition {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .siderbar .block-select form > div.part-option {
    border-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .siderbar .block-select form > div:nth-last-child(2) {
    margin-bottom: 45px;
  }
}
.siderbar .block-select form > div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .siderbar .block-select form > div:last-child {
    margin-bottom: 45px;
  }
}
.siderbar .block-select ul > li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .siderbar .block-select ul > li {
    font-size: 14px;
  }
}
.siderbar .block-select ul > li:last-child {
  margin-bottom: 0;
}
.siderbar .block-select .ttl-style01 {
  margin-bottom: 18px;
}
.siderbar .block-select .ttl-style01 > span {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .siderbar .block-select .ttl-style01 > span {
    padding-left: 20px;
  }
}
.siderbar .block-select label {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.siderbar .block-select .part-option .ttl-style01 {
  margin-bottom: 13px;
}
@media screen and (max-width: 374px) {
  .siderbar .block-select .part-option .ttl-style01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 374px) {
  .siderbar .block-select .part-option .ttl-style01 > span {
    padding-left: 0;
    display: inline-block;
    width: 100%;
  }
}
.siderbar .block-select .part-option .list-option {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .siderbar .block-select .part-option .list-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .siderbar .block-select .part-option .list-option > .item {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .siderbar .block-select .part-option .list-option > .item {
    min-width: 50%;
    width: auto;
  }
}
.siderbar .block-select .part-option .list-option:nth-last-child(2) {
  margin-bottom: 3px;
  border-bottom: none;
}
.siderbar .block-select .part-option .list-option:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.siderbar .block-select .part-option .list-option:last-child label {
  margin-bottom: 7px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .siderbar .block-select .part-option .list-option:last-child > .item-select {
    width: 100%;
  }
  .siderbar .block-select .part-option .list-option:last-child > .item-select .fm-sort01 {
    width: 100%;
  }
  .siderbar .block-select .part-option .list-option:last-child > .item-select .fm-sort01 select {
    width: 100%;
  }
}
.siderbar .list-feature .list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.siderbar .list-feature .list .item {
  width: 37%;
  margin-bottom: 2px;
}
.siderbar .list-feature .list .item:nth-child(3n) {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .siderbar .list-feature .list .item {
    width: 25%;
    margin-bottom: 17.5px;
  }
  .siderbar .list-feature .list .item:nth-child(3n) {
    width: 25%;
  }
}
.siderbar .search-condition_content {
  font-size: 14px;
  line-height: 1.71429;
  font-weight: normal;
}
.siderbar .search-condition .ttl-stylenormal {
  margin-bottom: 15px;
  font-weight: normal;
}
.siderbar .search-condition .list-select .item-select {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .siderbar .search-condition .list-select .item-select {
    display: inline-block;
    width: 100%;
  }
}
.siderbar .search-condition .list-select .part-space {
  height: 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .siderbar .search-condition .list-select .part-space {
    width: 27.5px;
    height: 27.5px;
    float: left;
  }
}
.siderbar .search-condition .list-select .part-space:after {
  content: "～";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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;
}
@media screen and (max-width: 768px) {
  .siderbar .search-condition .part-floor {
    display: inline-block;
    width: 100%;
  }
}
.siderbar .search-condition .part-floor .ttl-style01 {
  margin-bottom: 10px;
}
.siderbar .search-condition .part-floor .list-part-floor .item {
  margin-bottom: 6px;
}
.siderbar .search-condition .part-floor .list-part-floor .item:last-child {
  margin-bottom: 0;
}
.siderbar .search-condition .part-floor .list-part-floor .item:last-child .wrap {
  margin-bottom: 0;
}
.siderbar .search-condition .part-floor .list-part-floor .item .wrap {
  margin-bottom: 6px;
}
.btn-bgbd {
  padding: 0 !important;
  border: none !important;
}
.btn-bgbd.no-fullwidth {
  margin: 50px auto 0;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .btn-bgbd.no-fullwidth {
    margin-top: 30px;
    max-width: 100%;
  }
}
.btn-bgbd button {
  font-size: 18px;
  line-height: 1.33333;
  color: #fff;
  font-weight: bold;
  border: none;
  width: 100%;
  height: 100px;
  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;
  position: relative;
  background: #000037;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 17px 10px 17px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .btn-bgbd button {
    font-size: 17px;
    line-height: 1.8;
  }
}
.btn-bgbd button:hover {
  opacity: 0.8;
}
.btn-bgbd button:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  left: 4px;
  border: 1px solid #fff;
}
.main-page label.wrap {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
.main-page label.wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-page label.wrap input:checked ~ .checkmark:after {
  display: block;
}
.main-page label.wrap .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-page label.wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-page label.wrap .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 7px;
  border: solid #666;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-page .fm-sort01 {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main-page .fm-sort01 {
    display: inline-block;
    float: left;
    width: calc(50% - 15.5px);
  }
}
.main-page .fm-sort01:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #636363;
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 1px;
  z-index: -1;
}
.main-page .fm-sort01 select {
  height: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  background: transparent;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main-page .fm-sort01 select {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .main-page .fm-sort01 select {
    height: 35px;
    padding: 0 12px;
    width: 100%;
  }
}
.main-page .wrap-main-content {
  display: inline-block;
  width: 100%;
}
.main-page .wrap-main-content > div {
  display: inline-block;
  float: left;
}
.main-page .wrap-main-content .wrap-property {
  width: calc(75.4% - 15px);
  margin-right: 15px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .main-page .wrap-main-content .wrap-property {
    width: calc(65% - 15px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main-page .wrap-main-content .wrap-property {
    width: 100%;
    margin-right: 0;
  }
}
.main-page .wrap-main-content .siderbar {
  width: calc(24.6% - 15px);
  margin-left: 15px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .main-page .wrap-main-content .siderbar {
    width: calc(35% - 15px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main-page .wrap-main-content .siderbar {
    width: 100%;
    margin-left: 0;
  }
}
.main-page ul {
  list-style: none;
}
.main-page a {
  text-decoration: none;
  color: #000;
}
.main-page .ttl-Com01 {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.93103;
  color: #000037;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .main-page .ttl-Com01 {
    font-size: 20px;
    line-height: 1.75;
    margin: 0 0 30px;
  }
}
.main-page .ttlCom02 {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .main-page .ttlCom02 {
    font-size: 17px;
    line-height: 1.11765;
  }
}
.main-page .ttl-style01 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  .main-page .ttl-style01 {
    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;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.70588;
  }
}
.main-page .ttl-style01 span {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-page .ttl-style01 span {
    width: auto;
  }
}
.main-page form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.main-page form select::-ms-expand {
  display: none;
}
.main-page select::-ms-expand {
  display: none;
}
.btn-type02 {
  display: block;
  width: 100%;
  max-width: 476px;
  background: #000037;
  padding: 5px;
  margin: 0 auto;
  cursor: pointer;
  font-family: inherit;
}
@media screen and (max-width: 1200px) {
  .btn-type02 {
    padding: 3px;
  }
}
.btn-type02 span {
  display: block;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 33px 10px 32px;
}
@media screen and (max-width: 1200px) {
  .btn-type02 span {
    padding: 20px 10px 22px;
  }
}
.btn-type02-full {
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .btn-type02:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
button.btn-type02 {
  border: none;
}
@media screen and (min-width: 991px) {
  button.btn-type02:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.backTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #000 !important;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .backTop {
    bottom: 38px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.backTop:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .backTop:before {
    width: 15px;
    height: 15px;
  }
}
.ttlCom01 {
  font-size: 29px;
  line-height: 1.7931;
  color: #000037;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ttlCom01 {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 24px;
    margin-top: 20px;
  }
}
table {
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  table {
    font-size: 14px;
    line-height: 1.5;
  }
}
table th, table td {
  /*padding: 15px 15px 16px;*/
}
table th {
  background: #EBEBEB;
  width: 300px;
  text-align: left;
  vertical-align: baseline;
  height: 100%;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  table th {
    width: 155px;
  }
}
@media screen and (max-width: 768px) {
  table th {
    width: 50%;
    padding: 8px 5px 8px 7px;
  }
}
table td {
  width: calc(100% - 300px);
  min-width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  table td {
    width: 50%;
    min-width: 50%;
    padding: 0 5px 0 7px;
  }
}
table td .btn-bgbd {
  font-size: 10.5px;
  line-height: 3.19048;
}
@media screen and (max-width: 768px) {
  .slide-main {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.slide-main .ad-gallery {
  max-width: 729px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slide-main .ad-gallery {
    width: 100%;
    max-width: 100%;
  }
  .slide-main .ad-gallery .ad-nav .ad-thumbs {
    overflow: auto;
  }
}
.slide-main .list-main img {
  width: 130px !important;
}
@media screen and (max-width: 1200px) {
  .slide-main .list-main img {
    width: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .slide-main .list-main img {
    width: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .slide-main .list-main {
    list-style: none;
    width: auto;
    overflow: auto;
  }
  .slide-main .list-main li {
    float: left;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .slide-main .ad-image-wrapper {
    display: none;
  }
}
.slide-main_note {
  font-size: 14px;
  margin-bottom: 5px;
}
.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 !important;
  z-index: 9999;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup-box.on {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup-box_wrap {
  width: 95%;
  max-height: 80%;
  position: relative;
  padding: 30px 0;
}
.popup-box_close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.popup-box_inner {
  background: #fff;
}
.popup-box_txt {
  text-align: center;
  display: block;
  padding: 5px;
  font-size: 14px;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 769px) {
  .mtpc-15 {
    margin-top: 15px !important;
  }
}
.ttl-custom02 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .ttl-custom02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .ttl-custom02 {
    font-size: 17px;
    line-height: 1.412;
  }
}
@media screen and (max-width: 374px) {
  .ttl-custom02 {
    font-size: 15px;
  }
}
.simulation-form_wrap {
  width: 100%;
  max-width: 843px;
  margin-left: auto;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .simulation-form_wrap {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .simulation-form_wrap {
    font-size: 14px;
  }
}
.simulation-form_btn02 {
  max-width: 626px;
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .simulation-form_btn02 {
    max-width: 179px;
    margin: 45px auto 36px;
  }
  .simulation-form_btn02 span {
    font-size: 17px;
  }
}
.simulation-form_note {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .simulation-form_note {
    font-size: 10.5px;
    line-height: 1.5;
  }
}
.simulation-form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  min-height: 65px;
}
@media screen and (max-width: 768px) {
  .simulation-form_item {
    margin-bottom: 39px;
  }
}
.simulation-form_item:last-child {
  margin-bottom: 0;
}
.simulation-form_txt {
  width: 38.8%;
}
@media screen and (max-width: 768px) {
  .simulation-form_txt {
    width: 100%;
    margin-bottom: 9px;
  }
}
.simulation-form_txt small {
  font-size: 14px;
  display: block;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .simulation-form_txt small {
    font-size: 10.5px;
    top: 1px;
    letter-spacing: 0.4px;
  }
}
.simulation-form_required {
  background: #FF2B00;
  color: #fff;
  font-size: 13px;
  padding: 0 5px 1px;
  margin-left: 4px;
  vertical-align: middle;
}
.simulation-form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 61.2%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .simulation-form_input {
    width: 100%;
  }
}
.simulation-form_input input {
  max-width: 299px;
}
@media screen and (max-width: 768px) {
  .simulation-form_input input {
    width: 100%;
  }
}
.simulation-form_input .note {
  line-height: 1.286;
  width: 100%;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .simulation-form_input .note {
    line-height: 1.4;
    margin-top: 8px;
  }
}
.simulation-form_type {
  width: calc(100% - 299px);
  padding-left: 8px;
  font-size: 15px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .simulation-form_type {
    font-size: 14px;
    width: 85px;
    padding-left: 16px;
  }
}
.simulation-form_txt02 {
  width: 100%;
  max-width: 299px;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .simulation-form_txt02 {
    max-width: calc(100% - 86px);
    font-size: 18px;
    padding: 23px 8px 19px 10px;
    text-align: center;
    margin: auto;
  }
}
.input-type01 {
  width: 100%;
  height: 65px;
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  font-size: 20px;
  text-align: right;
  padding: 3px 11px 0;
  font-family: inherit;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .input-type01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .input-type01 {
    padding-right: 7px;
  }
}
.input-type01-red {
  border-color: #FF2B00;
  background: #fff;
  color: inherit !important;
}
.assessment-box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.assessment-box_img {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .assessment-box_img {
    width: 173px;
  }
}
@media screen and (max-width: 374px) {
  .assessment-box_img {
    margin: 0 auto 15px;
  }
}
.assessment-box_content {
  width: calc(100% - 197px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .assessment-box_content {
    width: calc(100% - 186px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px;
  }
}
@media screen and (max-width: 374px) {
  .assessment-box_content {
    width: 100%;
  }
}
.assessment-box_ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .assessment-box_ttl {
    font-size: 17px;
  }
}
.assessment-box_txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .assessment-box_txt {
    font-size: 14px;
    line-height: 1.72;
  }
}
.assessment-box_inner {
  width: 100%;
  max-width: 788px;
  margin-left: auto;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .assessment-box_inner {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .plsp-20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu > li > a {
    padding-left: 20px !important;
  }
  .sub-menu > li > a + ul > li a {
    padding-left: 30px !important;
  }
}
.th-other {
  padding-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .th-other {
    padding-left: 20px !important;
  }
}
.main-page {
  color: #000;
  margin-top: 50px;
}
.main-page ul {
  list-style: none;
}
.main-page a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-page a:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.7;
}
.main-page a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-page img {
  display: block;
}
.main-visual {
  position: relative;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .main-visual {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin-bottom: -4px;
  }
}
.main-visual .img-mv img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1200px) {
  .main-visual .img-mv img {
    min-height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .img-mv img {
    min-height: 200px;
  }
}
.main-visual:before {
  content: '';
  background: rgba(0, 0, 55, 0.6);
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .main-visual:before {
    background: rgba(0, 0, 55, 0);
  }
}
.main-visual .ttl-mv {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 29px;
}
@media screen and (max-width: 1200px) {
  .main-visual .ttl-mv {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .ttl-mv {
    padding-bottom: 4px;
    top: 48%;
    font-size: 20px;
  }
}
.main-visual .ttl-mv:before {
  content: '';
  width: 135px;
  height: 2px;
  background: #D84A23;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main-visual .ttl-mv:before {
    width: 68px;
  }
}
.breadcrumb {
  margin-bottom: 122px;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    line-height: 1;
    margin-bottom: 24px;
  }
}
.breadcrumb li {
  display: inline-block;
  padding-right: 8px;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 10px;
  }
}
.breadcrumb li a {
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumb li a {
    font-size: 10px;
  }
}
.breadcrumb li a:before {
  content: '>';
  position: absolute;
  right: -8px;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .breadcrumb li a:before {
    top: 1px;
  }
}
.sec-search-housing {
  margin-bottom: 216px;
}
@media screen and (max-width: 1200px) {
  .sec-search-housing {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sec-search-housing {
    margin-bottom: 76px;
  }
}
.housing_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.housing_box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.housing_text {
  width: 49.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 35px 28px;
  background: #000037;
}
@media screen and (max-width: 1200px) {
  .housing_text {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .housing_text {
    padding: 3px 10px 13px;
  }
}
.housing_text p {
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .housing_text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .housing_text p {
    line-height: 1.29;
    font-size: 14px;
  }
}
.housing_ttl {
  color: #fff;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  .housing_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .housing_ttl {
    margin-bottom: 14px;
    font-size: 17px;
  }
}
.housing_img {
  width: 50.25%;
}
.housing_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 990px) {
  .housing_img img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .housing_img img {
    height: 100%;
    min-height: 100px;
  }
}
.search-housing_popup {
  position: fixed;
  top: 124px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-housing_popup.on {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1300px) {
  .search-housing_popup {
    top: 118px;
  }
}
@media screen and (max-width: 990px) {
  .search-housing_popup {
    top: 85px;
  }
}
.search-housing_wrap {
  background: #DBDBDB;
  height: 100%;
  max-height: calc(100vh - 124px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 53px 20px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .search-housing_wrap {
    max-height: calc(100vh - 118px);
  }
}
@media screen and (max-width: 1200px) {
  .search-housing_wrap {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 990px) {
  .search-housing_wrap {
    max-height: calc(100vh - 85px);
  }
}
@media screen and (max-width: 768px) {
  .search-housing_wrap {
    padding: 63px 10px;
    background: #fff;
  }
}
.search-housing_wrap .part-search {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .search-housing_wrap .part-search {
    max-width: 100%;
  }
  .search-housing_wrap .part-search button {
    height: auto;
    padding: 15px 10px 18px 10px;
  }
}
.search-housing_close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.search-housing_close:before, .search-housing_close:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 90%;
  background: #000;
  left: 50%;
}
.search-housing_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-housing_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-housing_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.search-housing_col {
  width: 48.145%;
  margin-right: 3.71%;
}
@media screen and (max-width: 1200px) {
  .search-housing_col {
    width: 100%;
    margin-right: 0;
  }
}
.search-housing_col:nth-child(even) {
  margin-right: 0;
}
.search-housing_item {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .search-housing_item {
    margin-bottom: 46px;
  }
}
.search-housing_content {
  background: #fff;
  padding: 23px 10px 8px 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .search-housing_content {
    padding: 0px 1px 8px 0px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-housing_content.odd-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.search-housing_ttl {
  font-size: 15px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .search-housing_ttl {
    margin-bottom: 16px;
  }
}
.search-housing_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-housing_bottom {
    margin-bottom: 40px;
  }
}
.search-housing_txt {
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 50px 3px 0;
}
@media screen and (max-width: 768px) {
  .search-housing_txt {
    width: 100%;
    text-align: center;
    margin: 0 0 74px;
  }
}
.search-housing_txt span {
  font-size: 38px;
  font-weight: bold;
  margin: 0 7px 0 18px;
}
@media screen and (max-width: 768px) {
  .search-housing_txt span {
    margin: 0 14px 0 28px;
  }
}
.search-housing_img {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: -1;
  width: 88.3%;
}
@media screen and (max-width: 1200px) {
  .search-housing_img {
    right: 13vw;
  }
  .search-housing_img img {
    width: 100%;
    max-width: 55vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .search-housing_img {
    display: none;
  }
}
.search-housing_group {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-housing_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.search-housing_group:first-child {
  margin-bottom: 161px;
}
@media screen and (max-width: 1200px) {
  .search-housing_group:first-child {
    margin-bottom: 21vw;
  }
}
@media screen and (max-width: 990px) {
  .search-housing_group:first-child {
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .search-housing_group:first-child {
    margin-bottom: 0;
  }
}
.search-housing_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 502px;
  margin: -2px auto 27px;
  border-bottom: 1px solid #666666;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .search-housing_list {
    max-width: 100%;
    margin: 0 0 20px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .search-housing_list.pc-border {
    border-bottom: none;
  }
}
.search-housing_list .item {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .search-housing_list .item {
    width: 50%;
  }
}
.search-housing_list .item label.wrap {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .search-housing_list .item label.wrap {
    margin-bottom: 17px;
  }
}
.search-housing_list .item-select {
  width: 100%;
  max-width: 268px;
}
@media screen and (max-width: 768px) {
  .search-housing_list .item-select {
    max-width: 100%;
  }
}
.search-housing_list .item-select label {
  margin-bottom: 11px;
  display: block;
  font-size: 15px;
}
.search-housing_list .item-select .fm-sort01 {
  display: block;
  width: 100%;
  background: #fff;
}
.search-housing_list .item-select .fm-sort01 select {
  font-size: 14px;
}
.search-housing_list:last-child {
  border-bottom: none;
  margin-bottom: 2px;
}
.housing-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.housing-group_item {
  width: 30.035%;
  margin-right: 4.9475%;
}
@media screen and (max-width: 768px) {
  .housing-group_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.housing-group_item:nth-child(3n+3) {
  margin-right: 0;
}
.housing-group_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000037;
  margin-bottom: 5px;
  padding: 1px 5px 4px;
  color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .housing-group_head {
    padding: 4px 5px 4px;
  }
}
@media screen and (max-width: 768px) {
  .housing-group_head {
    padding: 5px 5px 6px;
    margin-bottom: 20px;
  }
}
.housing-group_head label.wrap {
  margin-bottom: 0;
  padding: 0 10px 0 24px;
}
.housing-group_head label.wrap .checkmark {
  top: 3px;
  left: 2px;
  border: none;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .housing-group_head label.wrap .checkmark {
    width: 13px;
    height: 13px;
    top: 3px;
  }
}
.housing-group_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .housing-group_wrap-full .housing-group_label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 8px;
  }
}
.housing-group_label {
  width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .housing-group_label {
    width: auto;
    padding-left: 2px;
    margin-right: 23px;
  }
}
.housing-group_label.right {
  margin-left: auto;
}
.housing-group_label label.wrap {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .housing-group_label label.wrap {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .housing-group_label label.wrap .checkmark {
    background: transparent;
  }
}
.search-housing_content-second {
  padding: 10px 10px 17px 10px;
}
@media screen and (max-width: 768px) {
  .search-housing_content-second {
    padding: 0;
  }
}
.search-housing_content-second .search-condition_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-housing_content-second .search-condition_content .list-select {
  width: 46.7%;
}
@media screen and (max-width: 768px) {
  .search-housing_content-second .search-condition_content .list-select {
    width: 100%;
    margin-bottom: 74px;
  }
}
.search-housing_content-second .search-condition_content .list-select .item-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.search-housing_content-second .search-condition_content .list-select .item-select:last-child {
  margin-bottom: 0;
}
.search-housing_content-second .search-condition_content .list-select .item-select label {
  font-size: 14px;
  width: 100%;
  margin-bottom: 6px;
}
.search-housing_content-second .search-condition_content .list-select .item-select .part-space {
  width: 20px;
  text-align: center;
}
.search-housing_content-second .search-condition_content .list-select .item-select .fm-sort01 {
  width: calc(50% - 10px);
  background: #fff;
}
.search-housing_content-second .search-condition_content .list-select .item-select .fm-sort01 select {
  font-size: 14px;
}
.search-housing_content-second .search-condition_content .part-floor {
  width: 43.3%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .search-housing_content-second .search-condition_content .part-floor {
    width: 100%;
    margin-bottom: 25px;
  }
}
.search-housing_content-second .search-condition_content .part-floor .ttl-style01 {
  font-size: 14px;
  margin-bottom: 9px;
}
.search-housing_content-second .search-condition_content .part-floor .item label.wrap {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .search-housing_content-second .search-condition_content .part-floor .item label.wrap {
    margin-bottom: 17px;
  }
}
.search-housing_content-second .search-condition_content .part-floor .item:last-child label.wrap {
  margin-bottom: 0;
}
.sec-introduce {
  margin-bottom: 163px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .sec-introduce {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec-introduce {
    margin-bottom: 70px;
  }
}
.slider-intro {
  margin: 0 -14px;
}
@media screen and (max-width: 990px) {
  .slider-intro {
    margin: 0 -10px;
  }
}
.slider-intro .item-intro {
  margin: 0 14px 10px;
}
@media screen and (max-width: 990px) {
  .slider-intro .item-intro {
    margin: 0 10px 10px;
  }
}
.slider-intro .slick-prev, .slider-intro .slick-next {
  width: 15px;
  height: 47px;
  z-index: 10;
  position: absolute;
  top: 49%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .slider-intro .slick-prev, .slider-intro .slick-next {
    left: 20px;
  }
}
@media screen and (max-width: 990px) {
  .slider-intro .slick-prev, .slider-intro .slick-next {
    left: 10px;
    top: 50%;
  }
}
.slider-intro .slick-next {
  left: auto;
  right: 24px;
}
@media screen and (max-width: 1200px) {
  .slider-intro .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 990px) {
  .slider-intro .slick-next {
    right: 10px;
  }
}
.ttl-custom {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 53px;
  color: #000037;
  font-size: 26px;
}
.ttl-custom span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ttl-custom span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ttl-custom span {
    margin-bottom: 1px;
    font-size: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .ttl-custom {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .ttl-custom {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
.ttl-custom.white {
  color: #fff;
}
.item-intro {
  -webkit-box-shadow: 0px 1px 6px 3px rgba(128, 128, 128, 0.3);
  box-shadow: 0px 1px 6px 3px rgba(128, 128, 128, 0.3);
}
.item-intro .item-img img {
  width: 100%;
}
.item-intro .item-text {
  padding: 33px 39px 55px;
  background: #EBEBEB;
}
@media screen and (max-width: 1200px) {
  .item-intro .item-text {
    padding: 25px 30px 40px;
  }
}
@media screen and (max-width: 990px) {
  .item-intro .item-text {
    padding: 20px 30px 30px;
  }
}
.item-intro .item-text .ttl {
  margin-bottom: 22px;
  letter-spacing: 1px;
}
@media screen and (max-width: 990px) {
  .item-intro .item-text .ttl {
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .item-intro .item-text .ttl {
    margin-bottom: 19px;
  }
}
.item-intro .item-text .ttl a {
  font-weight: normal;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .item-intro .item-text .ttl a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .item-intro .item-text .ttl a {
    letter-spacing: 1px;
    font-size: 17px;
  }
}
.item-intro .item-text p {
  font-weight: normal;
  line-height: 1.71;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .item-intro .item-text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .item-intro .item-text p {
    font-size: 14px;
  }
}
.item-intro .item-text .list-option {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .item-intro .item-text .list-option {
    margin-bottom: 20px;
  }
}
.item-intro .item-text .list-option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .item-intro .item-text .list-option dl {
    margin-bottom: 4px;
  }
}
.item-intro .item-text .list-option dl dt, .item-intro .item-text .list-option dl dd {
  line-height: 1.72;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .item-intro .item-text .list-option dl dt, .item-intro .item-text .list-option dl dd {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .item-intro .item-text .list-option dl dt, .item-intro .item-text .list-option dl dd {
    font-size: 14px;
  }
}
.item-intro .item-text .list-option dl dt {
  width: 122px;
  padding-right: 15px;
}
@media screen and (max-width: 990px) {
  .item-intro .item-text .list-option dl dt {
    width: 50%;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .item-intro .item-text .list-option dl dt {
    width: 36%;
  }
}
.item-intro .item-text .list-option dl dd {
  letter-spacing: 0.25px;
  width: calc(100% - 122px);
}
@media screen and (max-width: 990px) {
  .item-intro .item-text .list-option dl dd {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .item-intro .item-text .list-option dl dd {
    width: 64%;
  }
}
.sec-special {
  margin-bottom: 218px;
}
@media screen and (max-width: 1200px) {
  .sec-special {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sec-special {
    margin-bottom: 79px;
  }
}
.sec-special .img-special {
  position: relative;
}
.sec-special .img-special a {
  display: block;
}
.sec-special .img-special:hover .ttl-img {
  color: #000;
}
.sec-special .img-special .ttl-img {
  position: absolute;
  top: 43px;
  left: 0px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  display: block;
  padding: 0 17px;
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  .sec-special .img-special .ttl-img {
    top: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec-special .img-special .ttl-img {
    top: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
}
.sec-special .img-special img {
  width: 100%;
}
.bg-violet {
  padding: 143px 0 144px;
  background: #000037;
  margin-bottom: 145px;
}
@media screen and (max-width: 1200px) {
  .bg-violet {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .bg-violet {
    padding: 41px 0 77px;
    margin-bottom: 100px;
  }
  .bg-violet.sp {
    background: none;
    padding: 0;
  }
  .bg-violet.none-bg-sp {
    background: none;
    padding: 0;
  }
}
.bg-violet .view-list {
  margin-bottom: 14px;
  display: block;
  text-align: right;
  margin-top: -44px;
}
@media screen and (max-width: 768px) {
  .bg-violet .view-list {
    margin-top: 44px;
    margin-bottom: 48px;
    text-align: center;
  }
}
.bg-violet .view-list a {
  height: 32px;
  width: 100px;
  display: block;
  margin-left: auto;
  background: #fff;
  font-weight: bold;
  color: #000037;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .bg-violet .view-list a {
    width: 173px;
    margin: 0 auto;
    font-size: 17px;
  }
}
.bg-violet .view-list a span {
  display: block;
  text-align: center;
  padding: 1px;
  border: 1px solid #000037;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .sec-satisfaction .ttl-custom {
    margin-bottom: 20px;
  }
}
.list-seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}
@media screen and (max-width: 990px) {
  .list-seminar {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .list-seminar {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.list-seminar .item-seminar {
  color: #fff;
  padding: 0 14px;
  width: 33.333%;
}
@media screen and (max-width: 990px) {
  .list-seminar .item-seminar {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .list-seminar .item-seminar {
    padding: 0;
    width: 100%;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .list-seminar .item-seminar:last-child {
    margin-bottom: 0;
  }
}
.list-seminar .item-seminar a {
  display: block;
  color: #fff;
}
.list-seminar .item-seminar a > img {
  width: 100%;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .list-seminar .item-seminar a > img {
    margin-bottom: 20px;
  }
}
.list-seminar .item-seminar .text-seminar {
  padding: 15px 0 19px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .list-seminar .item-seminar .text-seminar {
    padding: 20px 0 23px;
  }
}
.list-seminar .item-seminar .text-seminar .ttl {
  font-weight: bold;
  line-height: 1.66;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .list-seminar .item-seminar .text-seminar .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .list-seminar .item-seminar .text-seminar .ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .list-seminar .item-seminar .text-seminar .ttl {
    line-height: 1.47;
    font-size: 17px;
  }
}
.list-seminar .item-seminar .text-seminar p {
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.75px;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .list-seminar .item-seminar .text-seminar p {
    letter-spacing: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .list-seminar .item-seminar .text-seminar p {
    line-height: 1.71;
    font-size: 14px;
  }
}
.list-fact .item-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 145px;
}
@media screen and (max-width: 1200px) {
  .list-fact .item-fact {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .list-fact .item-fact {
    padding: 0;
    width: 100%;
    margin-bottom: 78px;
  }
}
.list-fact .item-fact:last-child {
  margin-bottom: 0;
}
.list-fact .item-fact .img-fact {
  width: 31.875%;
}
@media screen and (max-width: 768px) {
  .list-fact .item-fact .img-fact {
    width: 100%;
    margin-bottom: 17px;
  }
}
.list-fact .item-fact .img-fact img {
  width: 100%;
}
.list-fact .item-fact .text-fact {
  width: 68.125%;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .list-fact .item-fact .text-fact {
    width: 100%;
    padding-left: 0;
  }
}
.list-fact .item-fact .text-fact .ttl-fact {
  line-height: 1.4;
  font-weight: bold;
  margin-top: -7px;
  margin-bottom: 18px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .list-fact .item-fact .text-fact .ttl-fact {
    margin-bottom: 11px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .list-fact .item-fact .text-fact .ttl-fact {
    margin-top: 0;
    font-size: 17px;
  }
}
.list-fact .item-fact .text-fact p {
  font-weight: normal;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .list-fact .item-fact .text-fact p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .list-fact .item-fact .text-fact p {
    line-height: 1.42;
    font-size: 14px;
  }
}
.list-fact_btn {
  margin-top: 49px;
}
@media screen and (max-width: 1200px) {
  .list-fact_btn {
    margin-top: 38px;
  }
}
.sec-information {
  padding: 217px 0 172px;
}
@media screen and (max-width: 1200px) {
  .sec-information {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-information {
    padding: 81px 0;
  }
}
.sec-information .slider-intro {
  margin-bottom: 136px;
}
@media screen and (max-width: 1200px) {
  .sec-information .slider-intro {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec-information .slider-intro {
    margin-bottom: 123px;
  }
}
.list-tag {
  font-weight: normal;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .list-tag {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .list-tag {
    line-height: 1.4;
    font-size: 14px;
  }
}
.list-tag a {
  letter-spacing: 2.8px;
  right: -14px;
  top: 2px;
}
.realized-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.realized-box a {
  display: block;
}
.realized-box_item {
  width: 48.9%;
  margin-right: 2.2%;
  position: relative;
}
.realized-box_item:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .realized-box_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .realized-box_item:last-child {
    margin-bottom: 0;
  }
}
.realized-box_img {
  width: 100%;
}
.realized-box_img img {
  width: 100%;
}
.realized-box_txt {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 55, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px 10px 12px 18px;
}
@media screen and (max-width: 1200px) {
  .realized-box_txt {
    font-size: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .realized-box_txt {
    font-size: 18px;
  }
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb10 {
  margin-bottom: 10px !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;
}
.list-opline {
  border-bottom: 1px solid #666666 !important;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}