@charset "UTF-8";
/* ----------------------------
    Reset style
---------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, code, blockquote,
a, em, img, strong, small, sub, sup, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, main, nav, section, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
}

body:not(:has(.site-renewal)) {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #231f20;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input, textarea, select, button {
  font: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button, label {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

/*----------------------------
	background
-----------------------------*/
.bg-white {
  background: #fff;
  box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}

/*----------------------------
	text
-----------------------------*/
.c-main {
  color: #0092BB;
}

.bold {
  font-weight: 600;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

/*----------------------------
	display
-----------------------------*/
.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

.pst-rel {
  position: relative;
}

.pst-abs {
  position: absolute;
}

.pst-fix {
  position: fixed;
}

.site-renewal .inner {
  width: 92%;
  max-width: 116rem;
  margin-left: auto;
  margin-right: auto;
}
.site-renewal .inner-small {
  width: 92%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------
	link
-----------------------------*/
.link-main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background: linear-gradient(51.2deg, #0092BB 22.61%, #006E8C 78.04%);
  border-radius: 4rem;
  padding: 1.3rem 3.2rem 1.5rem 4.8rem;
  gap: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .link-main {
    padding: 1.2rem 2.2rem 1.2rem 4.8rem;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.icon-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-arrow::after {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  display: block;
  background: #fff;
  transition: 0.3s;
  mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
}

.link-white {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  color: #595757;
  font-size: 1.4rem;
  padding: 2.3rem 4.8rem 2.2rem;
  border-radius: 7rem;
  gap: 1.1rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .link-white {
    padding: 2rem 4.8rem 2.1rem;
  }
}
.link-white::after {
  background: #0092BB;
}
.link-white.line {
  border: 1px solid #0092BB;
  color: #0092BB;
  padding: 1.1rem 3.2rem 1.1rem 4.8rem;
}

.link-arrow {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-right: 4.8rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .link-arrow {
    padding-right: 3.6rem;
  }
}
.link-arrow.right {
  margin-left: auto;
}
.link-arrow::before, .link-arrow::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  bottom: 0;
  margin: auto;
}
.link-arrow::before {
  width: 2.4rem;
  height: 2.4rem;
  background: #0092BB;
  border-radius: 50%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .link-arrow::before {
    width: 2rem;
    height: 2rem;
  }
}
.link-arrow::after {
  width: 1.2rem;
  height: 1.1rem;
  background: #fff;
  mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  right: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .link-arrow::after {
    width: 1rem;
    height: 0.8rem;
  }
}

.link-arrow2 {
  position: relative;
  padding-right: 2.8rem;
  display: inline-block;
}
.link-arrow2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.1rem;
  background: #006E8C;
  mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
}

/*----------------------------
	パンくずリスト
-----------------------------*/
@media only screen and (max-width: 767px) {
  .page {
    display: flex;
    flex-direction: column;
  }
  .nav-breadcrumnb {
    order: 999;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  padding: 1.9rem 0 1.6rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1.8rem 0 1.6rem;
    font-size: 1.2rem;
    margin-top: 8rem;
    margin-bottom: 2.2rem;
    gap: 1.4rem 0;
  }
}
.breadcrumb_item:not(:last-child) {
  position: relative;
  padding-right: 2.3rem;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_item:not(:last-child) {
    padding-right: 1.7rem;
    margin-right: 1rem;
  }
}
.breadcrumb_item:not(:last-child)::after {
  content: "";
  width: 0.7rem;
  height: 1.3rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common_new/breadcrumb_arrow.svg) center/100% no-repeat;
}
.breadcrumb .link-breadcrumb {
  color: #999;
}

/*----------------------------
	asideメニュー
-----------------------------*/
.sec-simulation + .aside {
  margin-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation + .aside {
    margin-top: 6.4rem;
  }
}

.aside .list-aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .aside .list-aside {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .aside .list-aside {
    max-width: none;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.aside .list-aside_item {
  aspect-ratio: 260/100;
  width: calc((100% - 12rem) / 4);
  border-radius: 0.8rem;
  background-blend-mode: multiply;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 1023px) {
  .aside .list-aside_item {
    width: calc((100% - 4rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item {
    width: 100%;
    aspect-ratio: 345/64;
  }
}
.aside .list-aside_item:nth-child(1) {
  background: url(../img/common_new/bg_aside_01.png) center/100% no-repeat, #0092BB;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item:nth-child(1) {
    background-image: url(../img/common_new/bg_aside_01_sp.png);
  }
}
.aside .list-aside_item:nth-child(2) {
  background: url(../img/common_new/bg_aside_02.png) center/100% no-repeat, #0092BB;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item:nth-child(2) {
    background-image: url(../img/common_new/bg_aside_02_sp.png);
  }
}
.aside .list-aside_item:nth-child(3) {
  background: url(../img/common_new/bg_aside_03.png) center/100% no-repeat, #0092BB;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item:nth-child(3) {
    background-image: url(../img/common_new/bg_aside_03_sp.png);
  }
  .aside .list-aside_item:nth-child(3) .link-aside span {
    margin-right: 0.9rem;
  }
}
.aside .list-aside_item:nth-child(4) {
  background: url(../img/common_new/bg_aside_04.png) center/100% no-repeat, #0092BB;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item:nth-child(4) {
    background-image: url(../img/common_new/bg_aside_04_sp.png);
  }
}
.aside .list-aside_item .link-aside {
  display: flex;
  gap: 0.6rem;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 0 2.4rem;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item .link-aside {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3rem 2.4rem 0;
  }
}
.aside .list-aside_item .link-aside::before, .aside .list-aside_item .link-aside::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aside .list-aside_item .link-aside::before {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item .link-aside::before {
    right: 2.2rem;
  }
}
.aside .list-aside_item .link-aside::after {
  width: 1.2rem;
  height: 1.1rem;
  mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  background: #0092BB;
  right: 3rem;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item .link-aside::after {
    right: 2.8rem;
  }
}
.aside .list-aside_item .link-aside span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.aside .list-aside_item .link-aside .fs-small {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item .link-aside .fs-small {
    margin-top: 0.8rem;
    margin-right: 0.9rem;
  }
}
.aside .list-aside_item .link-aside .fs-large {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .aside .list-aside_item .link-aside .fs-large {
    margin-bottom: 0.5rem;
  }
}

/*----------------------------
	リニューアル前kvエリア
-----------------------------*/
#mainVisual {
  margin-top: 7.2rem;
}
@media only screen and (max-width: 1023px) {
  #mainVisual {
    margin-top: 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainVisual {
    margin-top: 5.6rem;
  }
}

/*----------------------------
	TOP kvエリア
    LUMEEDブランド
    不動産投資とは　共通部分
-----------------------------*/
.list-point {
  display: flex;
}
.list-point .circle {
  color: #0092BB;
  line-height: 1;
  position: relative;
  min-height: 8rem;
  width: 18.6rem;
  text-align: center;
}
@media only screen and (min-width: 1441px) {
  .list-point .circle {
    width: 12.9166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .list-point .circle {
    width: 28.2666666667vw;
  }
}
.list-point .circle::before, .list-point .circle::after {
  content: "";
  width: 3.5rem;
  height: 7.5rem;
  background: #0092BB;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-point .circle::before {
  mask: url(../img/common_new/leaves_left.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/leaves_left.svg) center/100% no-repeat;
  left: 0;
}
.list-point .circle::after {
  mask: url(../img/common_new/leaves_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/leaves_right.svg) center/100% no-repeat;
  right: 0;
}
.list-point .circle small {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}
@media only screen and (min-width: 1441px) {
  .list-point .circle small {
    font-size: 1.1111111111vw;
  }
}
.list-point .circle span {
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.06em;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .list-point .circle span {
    font-size: 1.9444444444vw;
  }
}
.list-point .circle em {
  font-size: 4.8rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1441px) {
  .list-point .circle em {
    font-size: 3.3333333333vw;
  }
}
.list-point .circle sup {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
}
@media only screen and (min-width: 1441px) {
  .list-point .circle sup {
    font-size: 0.6944444444vw;
  }
}

@media only screen and (max-width: 767px) {
  .main-kaso .list-point {
    flex-direction: column;
    align-items: center;
  }
}
.main-kaso .list-point small {
  font-size: 1.8rem;
}
.main-kaso .list-point .circle {
  width: 24.8rem;
  padding-top: 1.2rem;
}
.main-kaso .list-point .circle::before, .main-kaso .list-point .circle::after {
  width: 4.7rem;
  height: 10rem;
}
.main-kaso .list-point .circle small {
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.2;
}
.main-kaso .list-point .circle span {
  font-size: 4rem;
}
.main-kaso .list-point .circle span span {
  font-weight: 700;
  font-size: 2.4rem;
  position: absolute;
  top: -1.8rem;
  left: -2.8rem;
}
.main-kaso .list-point .circle em {
  font-size: 8rem;
}
.main-kaso .list-point .circle sup {
  font-size: 1.3rem;
  top: -1.7rem;
  right: 0.1rem;
}

/*----------------------------
	メインビジュアル 共通
-----------------------------*/
.mv {
  width: 100%;
  background: linear-gradient(226.13deg, #006E8C 40.95%, #0092BB 48.85%, #FFE200 74.65%, #008965 91.95%);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv {
    background: linear-gradient(226.13deg, #006E8C 40.95%, #0092BB 48.85%, #FFE200 74.65%, #008965 91.95%);
  }
}
.mv .inner {
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .mv .inner {
    max-width: 80.5555555556vw;
  }
}
.mv-kaso {
  aspect-ratio: 1440/325;
  min-height: 32.5rem;
  color: #fff;
  border-radius: 0 0 16.3rem 0;
}
@media only screen and (min-width: 1441px) {
  .mv-kaso {
    border-radius: 0 0 11.3194444444vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .mv-kaso {
    aspect-ratio: 375/336;
    border-radius: 0 0 27.4666666667vw 0;
  }
}
.mv-kaso .mv_title_outer {
  padding-top: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .mv-kaso .mv_title_outer {
    padding-top: 14.4vw;
  }
}
.mv_title_outer .mv_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .mv_title_outer .mv_title {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}
.mv_title_outer .mv_title-ja {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .mv_title_outer .mv_title-ja {
    font-size: 3.2rem;
    text-align: center;
  }
}
.mv_title_outer .mv_title-en {
  font-size: 5.6rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .mv_title_outer .mv_title-en {
    font-size: 4rem;
    text-align: center;
  }
}
.mv_title_outer .mv_title-ja::after, .mv_title_outer .mv_title-en::after {
  content: "";
  width: 9.8rem;
  height: 2px;
  display: block;
  margin: 3.2rem 0;
  background: linear-gradient(to right, #008965 0%, #008965 calc(33.333% - 0.05rem), transparent calc(33.333% - 0.05rem), transparent calc(33.333% + 0.05rem), #FFE200 calc(33.333% + 0.05rem), #FFE200 calc(66.666% - 0.05rem), transparent calc(66.666% - 0.05rem), transparent calc(66.666% + 0.05rem), #0092BB calc(66.666% + 0.05rem), #0092BB 100%);
}
@media only screen and (max-width: 767px) {
  .mv_title_outer .mv_title-ja::after, .mv_title_outer .mv_title-en::after {
    margin: 1.7rem auto 2rem;
  }
}
.mv_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
}
.mv_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
}

/*----------------------------
	下層タイトル共通
-----------------------------*/
.sec_title {
  position: relative;
}
.sec_title::after {
  content: "";
  width: 9.8rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #008965 0%, #008965 calc(33.333% - 0.05rem), transparent calc(33.333% - 0.05rem), transparent calc(33.333% + 0.05rem), #FFE200 calc(33.333% + 0.05rem), #FFE200 calc(66.666% - 0.05rem), transparent calc(66.666% - 0.05rem), transparent calc(66.666% + 0.05rem), #0092BB calc(66.666% + 0.05rem), #0092BB 100%);
}

.sec_title_outer .sec_title {
  font-size: 5.6rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .sec_title_outer .sec_title {
    font-size: 4rem;
    padding-bottom: 1.7rem;
    margin-bottom: 1.6rem;
  }
}
.sec_title_outer .sec_title .block {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .sec_title_outer .sec_title .block {
    margin-top: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_title_outer .sec_title .link-arrow {
    font-size: 1.6rem;
  }
}

.main-kaso .sec-intro .sec_title {
  font-size: 3.2rem;
  line-height: 1.7;
  margin-bottom: 2.8rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .main-kaso .sec-intro .sec_title {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 2.4rem;
  }
}
.main-kaso .sec_title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
  padding-bottom: 2.8rem;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .main-kaso .sec_title {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    padding-bottom: 1.8rem;
    margin-bottom: 2.4rem;
  }
}

/*----------------------------
	シミュレーション
-----------------------------*/
.sec-simulation {
  padding: 5rem 0 4.8rem;
  background: url(../img/management_new/bg_simulation.jpg) center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec-simulation {
    padding: 3.2rem 0 3.6rem;
  }
}
.sec-simulation .bg-white {
  max-width: 128.6rem;
  width: 92%;
  margin: auto;
  padding: 4rem 2.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.9rem 3.2rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .bg-white {
    padding: 1.6rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.sec-simulation .text_outer {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .sec-simulation .text_outer {
    padding-left: 3.6rem;
  }
}
.sec-simulation .text_outer .flex {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 8rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .text_outer .flex {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.sec-simulation .text_outer .flex .link-white {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .text_outer .flex .link-white {
    margin-top: 0;
  }
}
.sec-simulation .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    line-height: 1.3333333333;
  }
}
.sec-simulation .text {
  line-height: 2;
}
.sec-simulation figure {
  max-width: 56.4rem;
  width: 43.8569206843%;
  margin-top: -0.8rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation figure {
    width: 100%;
    margin-top: 0;
  }
}
.sec-simulation figure img {
  width: 100%;
}
.sec-simulation figure figcaption {
  line-height: 1.5625;
  color: #0092BB;
  text-align: center;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation figure figcaption {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
.sec-simulation .link_outer {
  max-width: 116.1rem;
  width: 100%;
  margin: auto;
  background: url(../img/management_new/bg_simulation_link.png) center right/contain no-repeat, #EFEFEF;
  border-radius: 0.8rem;
  padding: 3.4rem 8rem;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .link_outer {
    background: url(../img/management_new/bg_simulation_link_sp.png) center right/cover no-repeat, #EFEFEF;
    padding: 2.4rem 1.9rem 5.7rem;
    min-height: 24.3rem;
    max-width: 30.5rem;
  }
}
.sec-simulation .link_outer div {
  max-width: 55rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .link_outer div {
    text-align: left;
  }
}
.sec-simulation .link_outer div p {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .link_outer div p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.sec-simulation .link_outer .link-main {
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-simulation .link_outer .link-main {
    margin-top: 3.2rem;
  }
}

/*----------------------------
	blue line
-----------------------------*/
.list-line {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .list-line {
    gap: 2.4rem;
  }
}
.list-line.list-line-2 {
  flex-direction: row;
  flex-wrap: wrap;
}
.list-line.list-line-2 .list-line_item {
  width: calc((100% - 3.2rem) / 2);
}
@media only screen and (max-width: 767px) {
  .list-line.list-line-2 .list-line_item {
    width: 100%;
  }
}
.list-line_item {
  border: 1px solid #0092BB;
  padding: 2.5rem 3.2rem 2.3rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .list-line_item {
    padding: 1.6rem 1.6rem 1.4rem;
  }
}
.list-line .title {
  font-weight: 700;
}

.asterisk {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .asterisk {
    font-size: 1.2rem;
  }
}

/*----------------------------
	accrodion
-----------------------------*/
.accordion {
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  height: var(--acc-height--closed);
  transition: height 0.25s ease;
}
.accordion.is-opened {
  height: var(--acc-height--opened);
}
.accordion.is-opened .accordion_title::after {
  background-size: 100% 3px, 0 0;
}
.accordion + .accordion {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .accordion + .accordion {
    margin-top: 1.6rem;
  }
}
.accordion_title {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.9rem 3.2rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .accordion_title {
    font-size: 1.6rem;
    line-height: 1.5;
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.accordion_title::before {
  content: "Q.";
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #0092BB;
}
.accordion_title::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  background: linear-gradient(#0092BB, #0092BB), linear-gradient(#0092BB, #0092BB);
  background-size: 100% 3px, 3px 100%;
  display: block;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.accordion_content div {
  padding: 0.8rem 3.2rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  .accordion_content div {
    padding: 0 1.6rem 1.6rem;
  }
}

/* ----------------------------
    header
---------------------------- */
body:not(.site-renewal) .header {
  position: fixed !important;
}

.header {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 5.2rem 1.5rem 3.3rem;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 1023px) {
  .header {
    padding: 1.5rem 5.2rem 1.5rem 3.3rem;
    border-bottom: solid 1px #E5E5E5;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 1.1rem 1.9rem 1.2rem 1.3rem;
  }
}
.header .sitetitle {
  display: flex;
  gap: 1.3rem;
  font-size: 1.6rem;
  align-items: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .header .sitetitle {
    font-size: 1.4rem;
  }
  .header .sitetitle img {
    width: 3.2rem;
  }
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  .header .nav {
    width: 100%;
    background: #fff;
    flex-direction: column;
    gap: 2.4rem;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    top: 7.1rem;
    left: 0;
    background: #fff;
    transition: 0.3s;
    padding: 1.6rem 4rem 4rem;
    height: calc(100vh - 7.1rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .nav::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .header .nav {
    top: 5.6rem;
    height: calc(100vh - 5.6rem);
  }
}
@media only screen and (max-width: 1023px) {
  .header .nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.header .list-nav {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .header .list-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    max-width: 29.5rem;
  }
  .header .list-nav_item {
    width: 100%;
  }
}
.header .link-nav {
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .header .link-nav {
    display: none;
  }
}
.header a:hover {
  text-decoration: none;
}
.header .btn-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header .btn-nav {
    display: block;
    position: relative;
    padding: 0.8rem 3.6rem 0.8rem 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    text-align: left;
  }
  .header .btn-nav::before, .header .btn-nav::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .btn-nav::before {
    width: 2rem;
    height: 2rem;
    background: #0092BB;
    border-radius: 50%;
    right: 0;
  }
  .header .btn-nav::after {
    width: 1rem;
    height: 1rem;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 100% 0.2rem, 0.2rem 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 0.5rem;
    transition: 0.3s;
  }
  .header .btn-nav.is-active::after {
    background-size: 100% 0.2rem, 0 0;
  }
  .header .btn-nav .en {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin-right: 1.6rem;
  }
  .header .btn-nav .ja {
    font-size: 1.4rem;
    line-height: 0.9375;
    font-weight: 700;
  }
}
.header .list-navsub {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header .list-navsub {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7142857143;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
  }
  .header .list-navsub_item {
    margin: 1rem 1rem 0;
  }
}
.header .link-main {
  text-align: center;
  padding: 0.8rem 3.2rem 0.9rem;
}
.header .link-main:hover {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .header .link-main {
    max-width: 29.5rem;
    width: 100%;
    justify-content: center;
  }
}
.header .link-main::after {
  content: none;
}
.header .list-other {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header .list-other {
    display: block;
    font-weight: 400;
    max-width: 29.5rem;
    width: 100%;
    padding: 1rem;
  }
  .header .list-other_item {
    margin: 1rem 1rem 0;
  }
}
.header .list-sns {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header .list-sns {
    display: block;
    max-width: 29.5rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 2.4rem;
    border-top: 1px solid #D9D9D9;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu_outer {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header .menu_outer {
    width: 2.3rem;
    height: 1rem;
    position: relative;
    display: block;
  }
  .header .menu_outer .menu {
    width: 100%;
    height: 0.2rem;
    background: #0092BB;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .header .menu_outer .menu:nth-child(1) {
    top: 0;
  }
  .header .menu_outer .menu:nth-child(2) {
    top: 0.8rem;
  }
  .header .menu_outer.is-active .menu:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .header .menu_outer.is-active .menu:nth-child(2) {
    transform: rotate(-45deg);
    top: 50%;
  }
}
.header img {
  width: 4rem;
  max-width: none;
  display: inline;
  height: initial;
}
@media only screen and (max-width: 767px) {
  .header img {
    width: 3.2rem;
  }
}

/* ----------------------------
    footer
---------------------------- */
@media only screen and (max-width: 767px) {
  #top + .footer {
    margin-top: 8rem;
  }
}

.footer {
  background: #333;
  color: #fff;
  padding: 6.4rem 0 0 !important;
  margin-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 3.2rem 0 0 !important;
    margin-top: 0;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: none;
  color: #fff;
}
.footer_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
.footer_logo a img {
  width: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .footer_logo a img {
    width: 4.7rem;
  }
}
.footer_logo a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .footer_logo a {
    gap: 1.4rem;
    font-size: 1.6rem;
    margin-bottom: 3.7rem;
  }
  .footer_logo a img {
    width: 4.7rem;
  }
}
.footer .list-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4.8rem;
  max-width: 110.4rem;
  width: 92%;
  margin: 0 auto 10rem;
}
@media only screen and (max-width: 767px) {
  .footer .list-footer {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 74.4%;
    margin-bottom: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .list-footer_item {
    margin-bottom: 2.7rem;
  }
}
.footer .list-footer_item:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}
.footer .list-footer_item:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.footer .list-footer_item:nth-child(3) {
  grid-row: 1/3;
  grid-column: 3/4;
}
.footer .list-footer_item:nth-child(4) {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media only screen and (min-width: 768px) {
  .footer .list-footer_item:nth-child(4) {
    margin-top: 2.8rem;
  }
}
.footer .list-footer_item:nth-child(5) {
  grid-row: 1/3;
  grid-column: 4/5;
}
.footer .list-footer_item:nth-child(6) {
  grid-row: 3/4;
  grid-column: 1/2;
}
@media only screen and (min-width: 768px) {
  .footer .list-footer_item:nth-child(6) {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .list-footer_item:nth-child(6) {
    margin-bottom: 3.5rem;
  }
}
.footer .list-footer_item:nth-child(7) {
  grid-row: 3/4;
  grid-column: 2/3;
}
@media only screen and (min-width: 768px) {
  .footer .list-footer_item:nth-child(7) {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .list-footer_item:nth-child(7) {
    margin-bottom: 2.4rem;
  }
  .footer .list-footer_item:nth-child(7) .list-footersub_item + .list-footersub_item {
    margin-top: 1.1rem;
  }
}
.footer .list-footer_item:nth-child(8) {
  grid-row: 3/4;
  grid-column: 3/4;
}
@media only screen and (min-width: 768px) {
  .footer .list-footer_item:nth-child(8) {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .list-footer_item:nth-child(8) {
    margin-bottom: 2.4rem;
  }
  .footer .list-footer_item:nth-child(8) .list-footersub_item + .list-footersub_item {
    margin-top: 1.1rem;
  }
}
.footer .list-footer_item:nth-child(9) {
  grid-row: 3/4;
  grid-column: 4/5;
}
@media only screen and (min-width: 768px) {
  .footer .list-footer_item:nth-child(9) {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .list-footer_item:nth-child(9) {
    margin-bottom: 0;
  }
  .footer .list-footer_item:nth-child(9) .list-footersub_item + .list-footersub_item {
    margin-top: 1.1rem;
  }
}
.footer .list-footer .link-footer {
  margin-bottom: 1.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .list-footer .link-footer {
    margin-bottom: 1.6rem;
  }
}
.footer .list-footer .en {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-right: 1rem;
}
.footer .list-footer .ja {
  font-size: 1.2rem;
  line-height: 2;
}
.footer .list-footersub {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  .footer .list-footersub {
    font-size: 1.2rem;
  }
}
.footer .list-footersub_item + .list-footersub_item {
  margin-top: 0.8rem;
}
.footer .list-sns {
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  .footer .list-sns {
    margin-bottom: 4rem;
  }
}
.footer .copyright_outer {
  padding: 0 0.9rem 0.9rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .copyright_outer {
    padding-bottom: 2.6rem;
  }
}
.footer .copyright_outer .copyright {
  color: #fff !important;
  font-size: 1.2rem !important;
  margin-top: 0 !important;
}

/* ----------------------------
    TOP
---------------------------- */
@media only screen and (min-width: 768px) {
  #top {
    background: url(../img/top_new/bg_logo_large.png) right bottom 104rem/auto no-repeat;
  }
}
#top .mv {
  aspect-ratio: 1440/627;
  min-height: 62.7rem;
  color: #333;
  border-radius: 0 0 23.3rem 0;
}
@media only screen and (min-width: 1441px) {
  #top .mv {
    border-radius: 0 0 16.1805555556vw 0;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv {
    aspect-ratio: 375/685;
    min-height: auto;
    border-radius: 0 0 26.6666666667vw 0;
  }
}
#top .mv::before {
  content: "";
  width: 52.4rem;
  height: 50.9rem;
  background: url(../img/top_new/bg_logo_mv.png) center/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1441px) {
  #top .mv::before {
    width: 36.3888888889vw;
    height: 35vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv::before {
    content: none;
  }
}
#top .mv .inner {
  padding-top: 10rem;
  height: 100%;
  min-height: 62.7rem;
}
@media only screen and (min-width: 1441px) {
  #top .mv .inner {
    padding-top: 6.9444444444vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv .inner {
    padding-top: 10.6666666667vw;
  }
}
#top .mv .mv_catch {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#top .mv .mv_catch.is-active {
  opacity: 1;
  visibility: visible;
}
#top .mv .mv_catch-02 {
  color: #fff;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #top .mv .mv_catch-02 {
    bottom: 0;
    margin: auto;
    right: 0;
    max-height: -moz-max-content;
    max-height: max-content;
    text-align: right;
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1441px) {
  #top .mv .mv_catch-02 {
    padding-top: 3.4722222222vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv .mv_catch-02 {
    top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  #top .mv .mv_catch-02 .link-main {
    margin-left: auto;
  }
}
#top .mv_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 4.6rem;
}
@media only screen and (min-width: 1441px) {
  #top .mv_title {
    font-size: 2.7777777778vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv_title {
    font-size: 8.5333333333vw;
    line-height: 1.3125;
    margin-bottom: 2.9333333333vw;
    margin-left: 9.3333333333vw;
  }
  #top .mv_title .inblock {
    display: block;
  }
}
#top .mv_title .inblock:nth-child(2) {
  margin-left: -2.6rem;
}
@media only screen and (min-width: 1441px) {
  #top .mv_title .inblock:nth-child(2) {
    margin-left: -1.8055555556vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv_title .inblock:nth-child(2) {
    margin-left: 0;
  }
}
#top .mv_text {
  margin-bottom: 4.4rem;
  line-height: 1.8;
  font-size: 2rem;
}
@media only screen and (min-width: 1441px) {
  #top .mv_text {
    font-size: 1.3888888889vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv_text {
    font-size: 3.7333333333vw;
    margin-bottom: 7.7333333333vw;
    margin-left: 10.1333333333vw;
    line-height: 2;
  }
}
#top .mv .link-main {
  font-size: 1.4rem;
  padding: 1.3rem 3.2rem 1.5rem;
}
@media only screen and (min-width: 1441px) {
  #top .mv .link-main {
    font-size: 0.9722222222vw;
    padding: 0.9027777778vw 2.2222222222vw 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv .link-main {
    font-size: 3.2vw;
    padding: 3.2vw 5.8666666667vw 3.2vw 12.8vw;
    border-radius: 12.8vw;
    margin-left: 8.5333333333vw;
  }
  #top .mv .link-main::after {
    width: 3.2vw;
    height: 2.9333333333vw;
  }
}
#top .mv-swiper {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 5px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
}
#top .mv-swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
}
#top .mv .swiper-button {
  position: absolute;
  right: 5.4rem;
  bottom: 4.6rem;
  width: 11.8rem;
}
@media only screen and (min-width: 1441px) {
  #top .mv .swiper-button {
    right: 3.75vw;
    bottom: 3.1944444444vw;
    width: 8.1944444444vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv .swiper-button {
    right: 5.0666666667vw;
    bottom: -1.8666666667vw;
    width: 25.6vw;
  }
}
#top .mv .swiper-button-prev, #top .mv .swiper-button-next {
  background: #fff;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1441px) {
  #top .mv .swiper-button-prev, #top .mv .swiper-button-next {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv .swiper-button-prev, #top .mv .swiper-button-next {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
#top .mv .swiper-button-prev::before, #top .mv .swiper-button-next::before {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  display: block;
  background: #006E8C;
}
@media only screen and (min-width: 1441px) {
  #top .mv .swiper-button-prev::before, #top .mv .swiper-button-next::before {
    width: 1.1111111111vw;
    height: 0.9722222222vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .mv .swiper-button-prev::before, #top .mv .swiper-button-next::before {
    width: 3.2vw;
    height: 2.6666666667vw;
  }
}
#top .mv .swiper-button-prev svg, #top .mv .swiper-button-next svg {
  display: none;
}
#top .mv .swiper-button-prev::before {
  mask: url(../img/common_new/icon_left.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_left.svg) center/100% no-repeat;
}
#top .mv .swiper-button-next {
  right: -0.4rem;
}
#top .mv .swiper-button-next::before {
  mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
}
#top .mv.is-second .list-mv .circle + p {
  color: #fff;
}
#top .point {
  position: absolute;
  bottom: 1.4rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #top .point {
    bottom: 6.1333333333vw;
  }
}
#top .list-point {
  gap: 3.2rem;
  max-width: 62.2rem;
}
@media only screen and (min-width: 1441px) {
  #top .list-point {
    gap: getevwPc(19);
    max-width: 24.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point {
    bottom: 9.0666666667vw;
    gap: 3.7333333333vw;
    right: 0;
    margin: auto;
    justify-content: center;
  }
}
#top .list-point .circle {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.59));
  padding-top: 2rem;
}
@media only screen and (min-width: 1441px) {
  #top .list-point .circle {
    padding-top: 1.3888888889vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle {
    min-height: 5.4rem;
    padding-top: 3.7333333333vw;
  }
}
#top .list-point .circle::before, #top .list-point .circle::after {
  background: #fff;
}
@media only screen and (min-width: 1441px) {
  #top .list-point .circle::before, #top .list-point .circle::after {
    width: 2.4305555556vw;
    height: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle::before, #top .list-point .circle::after {
    width: 6.4vw;
    height: 13.6vw;
  }
}
#top .list-point .circle small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.15625;
}
#top .list-point .circle small.line2 {
  top: -1.6rem;
}
@media only screen and (min-width: 1441px) {
  #top .list-point .circle small.line2 {
    top: -1.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle small.line2 {
    top: -2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle small {
    font-size: 2.6666666667vw;
  }
}
#top .list-point .circle em {
  font-size: 5.6rem;
}
@media only screen and (min-width: 1441px) {
  #top .list-point .circle em {
    font-size: 3.8888888889vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle em {
    font-size: 9.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle span {
    font-size: 4.8vw;
  }
}
#top .list-point .circle span span {
  font-size: 2rem;
  margin-right: 0.4rem;
}
@media only screen and (min-width: 1441px) {
  #top .list-point .circle span span {
    font-size: 1.3888888889vw;
    margin-right: 0.2777777778vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle span span {
    font-size: 3.7333333333vw;
  }
}
#top .list-point .circle span sub {
  font-size: 4.2rem;
}
@media only screen and (min-width: 1441px) {
  #top .list-point .circle span sub {
    font-size: 2.9166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle span sub {
    font-size: 5.3333333333vw;
  }
}
#top .list-point .circle sup {
  top: -1.5rem;
}
@media only screen and (min-width: 1441px) {
  #top .list-point .circle sup {
    top: -1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #top .list-point .circle sup {
    font-size: 1.8666666667vw;
    top: -1.3333333333vw;
    right: 0vw;
  }
}
#top .list-note {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #fff;
  padding: 0.5rem 0.7rem 0.7rem;
  z-index: 1;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #top .list-note {
    font-size: 2.1333333333vw;
    padding: 1.8666666667vw;
    width: 90%;
  }
}
#top .list-note::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
  border-radius: 0.8rem;
  z-index: -1;
}
#top .sec_outer {
  padding-top: 6.7rem;
  margin-bottom: 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #top .sec_outer {
    padding-top: 8.3rem;
    padding-bottom: 5rem;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
#top .sec_outer::before {
  content: "";
  width: 50.2rem;
  height: 30.5rem;
  background: url(../img/top_new/bg_logo.png) center/100% no-repeat;
  position: absolute;
  top: 0;
  left: -6.2rem;
}
@media only screen and (max-width: 767px) {
  #top .sec_outer::before {
    right: -16.1rem;
    left: auto;
    top: auto;
    bottom: 3.3rem;
  }
}
#top .sec-intro {
  color: #333;
  max-width: 59rem;
  width: calc(100% - 24rem);
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #top .sec-intro {
    width: 100%;
    margin-bottom: 6.6rem;
  }
}
#top .sec-intro .sec_title-simple {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 4rem;
  padding-left: 0.7rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-intro .sec_title-simple {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2.8rem;
    margin-left: 0;
    text-align: center;
  }
}
#top .sec-intro .sec_text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7142857143;
  margin-bottom: 4.4rem;
  padding-left: 0.7rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-intro .sec_text {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 2.9rem;
    padding-left: 0;
    text-align: center;
  }
  #top .sec-intro .sec_text .inblock {
    margin-top: 0.6rem;
    display: block;
  }
}
#top .sec-intro .sec_text p + p {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-intro .link-main {
    margin: auto;
    padding: 1rem 4rem 1rem 4.8rem;
    max-width: 26.4rem;
    font-size: 1.4rem;
  }
}
#top .sec-business {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #top .sec-business {
    margin-top: -2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #top .sec-business {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.4rem;
  }
}
#top .sec-business .list-business {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  max-width: 58.1rem;
  width: calc(100% - 24rem);
}
@media only screen and (max-width: 767px) {
  #top .sec-business .list-business {
    flex-direction: column;
    line-height: 1.7142857143;
    gap: 2.7rem;
    align-items: flex-end;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin-left: auto;
  }
  #top .sec-business .list-business .link-arrow {
    padding-right: 4rem;
  }
}
#top .sec-property {
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-property {
    margin-bottom: 0;
  }
}
#top .sec-property .inner:has(.sec_title_outer) {
  background: url(../img/top_new/bg_propatyinformation.png) center/auto no-repeat;
  max-width: 128.6rem;
  min-height: 56rem;
  margin-bottom: 2rem;
  color: #fff;
  padding: 6.2rem 6.3rem 4.8rem;
  display: flex;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  #top .sec-property .inner:has(.sec_title_outer) {
    width: 100%;
    background: url(../img/top_new/bg_propatyinformation_sp.png) center/cover no-repeat;
    min-height: 69.8rem;
    border-radius: 0;
    margin-bottom: 0;
    padding: 4.3rem 1.9rem 4rem;
    flex-direction: column;
  }
}
#top .sec-property .inner:has(.sec_title_outer) .sec_title {
  padding-bottom: 3.5rem;
  margin-bottom: 3.3rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-property .inner:has(.sec_title_outer) .sec_title {
    padding-bottom: 2.4rem;
    margin-bottom: 1.7rem;
  }
}
#top .sec-property .inner:has(.sec_title_outer) .sec_text_outer {
  margin: auto auto 0;
}
#top .sec-property .inner:has(.sec_title_outer) .title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #top .sec-property .inner:has(.sec_title_outer) .title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
#top .sec-property .inner:has(.sec_title_outer) .sec_text {
  line-height: 1.875;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-property .inner:has(.sec_title_outer) .sec_text {
    text-align: center;
    line-height: 2.1428571429;
    margin-bottom: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  #top .sec-property .inner:has(.sec_title_outer) .link-main {
    margin-left: auto;
    margin-right: auto;
  }
}
#top .sec-property .inner:last-child {
  padding-right: 1rem;
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #top .sec-property .inner:last-child {
    bottom: 7.7rem;
  }
}
#top .sec-property .property-swiper {
  padding: 6rem 0 9.2rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-property .property-swiper {
    padding: 9.2rem 0 10.9rem;
  }
}
#top .sec-property .property-swiper .swiper-slide {
  filter: drop-shadow(0 4px 60px rgba(0, 0, 0, 0.1));
  max-width: -moz-max-content;
  max-width: max-content;
}
#top .sec-property .property-swiper img {
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-property .property-swiper img {
    width: 41.0666666667vw;
  }
}
#top .sec-column {
  margin-bottom: 12.3rem;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 497fr 600fr;
  gap: 0 6.3rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-column {
    margin-bottom: 7.4rem;
    display: block;
    width: 100%;
  }
}
#top .sec-column .sec_title_outer {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-bottom: 3.7rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-column .sec_title_outer {
    margin: 0 auto 5.3rem;
    width: 92%;
  }
}
#top .sec-column .article-main {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media only screen and (max-width: 767px) {
  #top .sec-column .article-main {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #top .sec-column .article-main .article_wrap {
    padding: 1.9rem 0 3.2rem;
  }
  #top .sec-column .article-main .flex {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 1.2rem !important;
  }
  #top .sec-column .article-main .article_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7777777778;
  }
}
#top .sec-column .article_img {
  aspect-ratio: 280/153;
}
#top .sec-column .article_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#top .sec-column .article_wrap {
  padding: 2.4rem 0;
}
#top .sec-column .article .flex {
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
  gap: 0.5rem 3.7rem;
}
#top .sec-column .pickup-swiper {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media only screen and (min-width: 768px) {
  #top .sec-column .pickup-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1rem 4rem;
  }
}
#top .sec-column .pickup-swiper .swiper-slide {
  width: calc((100% - 4rem) / 2);
  height: auto;
}
@media only screen and (max-width: 767px) {
  #top .sec-column .pickup-swiper .article_wrap {
    padding: 1.6rem 0;
  }
  #top .sec-column .pickup-swiper .flex {
    gap: 0.5rem 1rem;
    margin-bottom: 1.2rem;
  }
  #top .sec-column .pickup-swiper .article_date {
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 0.2rem;
  }
  #top .sec-column .pickup-swiper .article_category {
    font-size: 1rem;
    height: 1.3rem;
    min-width: 6.7rem;
  }
  #top .sec-column .pickup-swiper .article_title {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
#top .sec-company {
  margin-bottom: 14.4rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-company {
    margin-bottom: 7.5rem;
    position: relative;
    width: 100%;
    padding: 0 4%;
  }
  #top .sec-company::before {
    content: "";
    background: url(../img/top_new/bg_logo_large_sp.png) center/100% no-repeat;
    aspect-ratio: 375/1055;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: -9.6rem;
  }
}
#top .sec-company .sec_title_outer .flex {
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-company .sec_title_outer .flex {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#top .sec-company .list-company {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-company .list-company {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 6rem;
  }
}
#top .sec-company .list-company_item {
  border-radius: 0.8rem;
  width: calc((100% - 8rem) / 3);
  background: #fff;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 767px) {
  #top .sec-company .list-company_item {
    width: 100%;
  }
}
#top .sec-company .list-company_item img {
  width: 100%;
}
#top .sec-company .list-company_item .text_outer {
  padding: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-company .list-company_item .text_outer {
    padding: 1.6rem;
  }
}
#top .sec-company .list-company_item .title {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-company .list-company_item .title {
    margin-bottom: 1.6rem;
    line-height: 1.7142857143;
    padding-right: 4rem;
  }
}
#top .sec-company .list-company_item .text {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #top .sec-company .list-company_item .text {
    line-height: 1.9285714286;
  }
}
#top .sec-company .list-company_item:nth-child(2) .text p + p {
  margin-top: 0.6rem;
}
#top .sec-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-news {
    flex-direction: column;
    margin-bottom: 8rem;
    gap: 4.3rem;
  }
}
#top .sec-news .article_outer {
  max-width: 80rem;
  width: calc(100% - 24rem);
}
@media only screen and (max-width: 767px) {
  #top .sec-news .article_outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
  }
}
#top .sec-news .article-news {
  border-bottom: 1px solid #D9D9D9;
}
#top .sec-news .article-news:first-child {
  border-top: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) {
  #top .sec-news .article-news:first-child {
    margin-top: 0.5rem;
  }
}
#top .sec-news .article-news .article_link {
  display: flex;
  gap: 2.4rem;
  padding: 3.2rem 0 2.7rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-news .article-news .article_link {
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.4rem 0 1.2rem;
  }
}
#top .sec-news .article-news .article_date {
  color: #0092BB;
}
#top .sec-recruit {
  margin-bottom: 15rem;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/top_new/bg_recruit.png) center/auto no-repeat;
  max-width: 128.6rem;
  min-height: 51rem;
  color: #fff;
  padding: 4.9rem 6.3rem 4.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  #top .sec-recruit {
    background: url(../img/top_new/bg_recruit_sp.png) center/cover no-repeat;
    border-radius: 0;
    margin-bottom: 8rem;
    min-height: 55rem;
    padding: 4.2rem 3% 4.8rem;
    display: flex;
    flex-direction: column;
  }
}
#top .sec-recruit .sec_title {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-recruit .sec_title {
    padding-bottom: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
#top .sec-recruit .text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6428571429;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #top .sec-recruit .text {
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}
@media only screen and (max-width: 767px) {
  #top .sec-recruit .link-white {
    margin: auto auto 0;
  }
}

/* ----------------------------
    column
---------------------------- */
#column .mv {
  background: url(../img/column/bg_mv.png) center/auto no-repeat, linear-gradient(210.72deg, #0092BB 45.47%, #006E8C 81.36%);
  color: #fff;
  padding-top: 5.7rem;
  padding-bottom: 6.2rem;
}
@media only screen and (min-width: 1441px) {
  #column .mv {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #column .mv {
    padding: 1.9rem 4%;
  }
}
#column .sec-pickup {
  padding-top: 6rem;
  padding-bottom: 6.9rem;
}
@media only screen and (max-width: 767px) {
  #column .sec-pickup {
    padding-top: 4rem;
    padding-bottom: 3.2rem;
  }
}
#column .sec-pickup .sec_title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 3.5rem;
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #column .sec-pickup .sec_title {
    font-size: 2.1rem;
    line-height: 1.1428571429;
    margin-bottom: 2.4rem;
  }
}
#column .sec-pickup .sec_title::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/column/icon_light.svg) center/100% no-repeat;
}
@media only screen and (max-width: 767px) {
  #column .sec-pickup .sec_title::before {
    width: 2.1rem;
    height: 2.2rem;
  }
}
#column .list-pickup {
  display: flex;
  flex-wrap: wrap;
  gap: 7.2rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  #column .list-pickup {
    gap: 1.6rem 0;
    flex-direction: column;
  }
}
#column .list-pickup_item {
  width: calc((100% - 5rem) / 3);
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item .article .flex {
    margin-bottom: 0.8rem;
  }
}
#column .list-pickup_item .article_img {
  aspect-ratio: 690/378;
}
#column .list-pickup_item .article_wrap {
  padding: 2.4rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item .article_wrap {
    padding: 1.6rem 0 0.9rem;
  }
}
#column .list-pickup_item.w-full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item.w-full {
    margin-bottom: 2.8rem;
  }
}
#column .list-pickup_item.w-full .article .flex {
  padding-bottom: 1.6rem;
  border-bottom: solid 1px #D9D9D9;
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item.w-full .article .flex {
    padding-bottom: 1.4rem;
    margin-bottom: 1rem;
  }
}
#column .list-pickup_item.w-full .article_link {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item.w-full .article_link {
    flex-direction: column;
    gap: 2.4rem;
  }
}
#column .list-pickup_item.w-full .article_img {
  width: 47.4137931034%;
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item.w-full .article_img {
    width: 100%;
  }
}
#column .list-pickup_item.w-full .article_wrap {
  width: 52.5862068966%;
  padding: 0 4rem;
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item.w-full .article_wrap {
    width: 100%;
    padding: 0;
  }
}
#column .list-pickup_item.w-full .article_title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  #column .list-pickup_item.w-full .article_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #column .list-pickup_item.w-full .article_title {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-bottom: 0.7rem;
  }
}
#column .article .flex {
  gap: 3.7rem;
  margin-bottom: 1.1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #column .article .flex {
    margin-bottom: 0.6rem;
  }
}
#column .article_img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
#column .article_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#column .article_date {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}
#column .article_category {
  font-size: 1.2rem;
  text-align: center;
  min-width: 8.7rem;
  line-height: 1.4166666667;
  color: #fff;
  background: #999;
  border-radius: 0.4rem;
  padding-top: 0.1rem;
}
#column .article_title {
  font-weight: 500;
}
#column .article_text {
  color: #333;
}
#column .cat {
  display: flex;
  gap: 3.2rem;
  justify-content: space-between;
  background: linear-gradient(234.69deg, #0092BB 30.68%, #006E8C 79.27%);
  border-radius: 0.8rem;
  padding: 3.4rem 6.9rem 3.4rem 3.2rem;
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #column .cat {
    flex-direction: column;
    background: linear-gradient(210.72deg, #0092BB 45.47%, #006E8C 81.36%);
    gap: 1.2rem;
    padding: 1rem 1rem 3rem;
    border-radius: 0.6rem;
    margin-bottom: 3.2rem;
  }
}
#column .cat_title {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
#column .list-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  flex: 1;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  #column .list-cat {
    font-size: 1.2rem;
  }
}
#column .list-cat .btn-cat {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  gap: 1rem;
  padding: 0.6rem 2.3rem;
}
@media only screen and (max-width: 767px) {
  #column .list-cat .btn-cat {
    padding: 0.7rem 1.3rem 0.5rem 1.8rem;
    gap: 0.8rem;
    min-width: 7.9rem;
  }
}
#column .list-cat .btn-cat::before {
  content: "";
  width: 0.7rem;
  height: 1.3rem;
  display: block;
  background: #D9D9D9;
  mask: url(../img/common_new/breadcrumb_arrow.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/breadcrumb_arrow.svg) center/100% no-repeat;
}
#column .list-cat .is-current .btn-cat {
  border-color: #0092BB;
}
#column .list-cat .is-current .btn-cat::before {
  background: #0092BB;
}
#column .sec-column {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #column .sec-column {
    margin-bottom: 8.4rem;
  }
}
#column .list-column {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem 2rem;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #column .list-column {
    flex-direction: column;
    gap: 0;
    margin-bottom: 4.4rem;
  }
}
#column .list-column_item {
  flex: 1 1 12.6rem;
  max-width: 21.6rem;
}
@media only screen and (max-width: 767px) {
  #column .list-column_item {
    max-width: none;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 1.6rem 0 1rem;
    flex: auto;
  }
}
@media only screen and (max-width: 767px) {
  #column .list-column .article_link {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
  }
  #column .list-column .article .flex {
    gap: 1rem;
  }
  #column .list-column .article_date {
    font-size: 1.2rem;
  }
  #column .list-column .article_category {
    font-size: 1rem;
    min-width: 6.7rem;
  }
  #column .list-column .article_title {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
#column .list-column .article_img {
  aspect-ratio: 432/264;
}
@media only screen and (max-width: 767px) {
  #column .list-column .article_img {
    width: 26.6666666667%;
    min-width: 9.2rem;
  }
}
#column .list-column .article_wrap {
  gap: 3.2rem 1.1rem;
  padding: 1.7rem 0 1.6rem;
}
@media only screen and (max-width: 767px) {
  #column .list-column .article_wrap {
    flex: 1;
    padding: 0;
  }
}
#column .list-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  font-size: 1.8rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #column .list-pagination {
    gap: 1.6rem;
  }
}
#column .list-pagination_item {
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: #0092BB;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #column .list-pagination_item {
    width: 3.3rem;
    height: 3.3rem;
  }
}
#column .list-pagination a {
  border-radius: 50%;
  border: 1px solid #0092BB;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0.3rem;
}
#column .list-pagination .is-current a {
  background: #0092BB;
  color: #fff;
}
#column .list-pagination .is-prev a, #column .list-pagination .is-next a {
  border: none;
}
@media only screen and (min-width: 768px) {
  #column .list-pagination .is-prev a:hover::before, #column .list-pagination .is-next a:hover::before {
    background: #0092BB;
  }
}
#column .list-pagination .is-prev a::before, #column .list-pagination .is-next a::before {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  display: block;
  background: #ABACAC;
  transition: 0.3s;
}
#column .list-pagination .is-prev a::before {
  mask: url(../img/common_new/icon_left.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_left.svg) center/100% no-repeat;
}
#column .list-pagination .is-next a::before {
  mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
}

/* ----------------------------
    コラムsingleページ
---------------------------- */
.main-single .mv-single {
  position: relative;
  padding-top: 2.2rem;
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .main-single .mv-single {
    padding-top: 1.9rem;
    margin-bottom: 2.2rem;
  }
}
.main-single .mv-single::before {
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/column/single/bg_single_top.png) center/auto no-repeat, linear-gradient(228.65deg, #0092BB 23.4%, #006E8C 78.94%);
}
@media only screen and (min-width: 1441px) {
  .main-single .mv-single::before {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-single .mv-single::before {
    content: none;
  }
}
.main-single .mv-single_title_outer {
  display: flex;
  gap: 1.1rem;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .main-single .mv-single_title_outer {
    gap: 0.9rem;
  }
}
.main-single .mv-single_title-en {
  color: #333;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  padding-bottom: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .main-single .mv-single_title-en {
    font-size: 2rem;
    padding-bottom: 1.3rem;
  }
}
.main-single .mv-single_title-en::after {
  content: "";
  width: 9.8rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #008965 0%, #008965 calc(33.333% - 0.05rem), transparent calc(33.333% - 0.05rem), transparent calc(33.333% + 0.05rem), #FFE200 calc(33.333% + 0.05rem), #FFE200 calc(66.666% - 0.05rem), transparent calc(66.666% - 0.05rem), transparent calc(66.666% + 0.05rem), #0092BB calc(66.666% + 0.05rem), #0092BB 100%);
}
@media only screen and (max-width: 767px) {
  .main-single .mv-single_title-en::after {
    width: 5.6rem;
  }
}
.main-single .mv-single_title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .main-single .mv-single_title {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
.main-single .nav-breadcrumnb {
  border-bottom: 1px solid #D9D9D9;
}
.main-single .nav-breadcrumnb .breadcrumb {
  padding-bottom: 1.3rem;
}
.main-single .single {
  max-width: 72rem;
  margin: auto;
}
.main-single .single_header {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  margin-bottom: 5.3rem;
}
@media only screen and (min-width: 768px) {
  .main-single .single_header {
    padding-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-single .single_header {
    flex-direction: column-reverse;
    gap: 3.1rem;
    margin-bottom: 3.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D9D9D9;
  }
}
.main-single .single_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-single .single_info {
    gap: 0.2rem 1rem;
  }
}
.main-single .single_info .text {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single_info .text {
    gap: 1.4rem;
  }
}
.main-single .single_info .text .date {
  font-weight: 500;
}
.main-single .single_info .text .category {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  padding-top: 0.1rem;
  color: #fff;
  background: #999;
  text-align: center;
  min-width: 8.7rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single_info .text .category {
    line-height: 1.5833333333;
    min-width: 8rem;
  }
}
.main-single .single_info .share {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single_info .share:has(.btn-share) {
    border: solid 1px #D9D9D9;
    padding: 0 1.5rem;
    border-radius: 3.2rem;
    gap: 1rem;
  }
  .main-single .single_info .share:has(.btn-share).is-open {
    padding: 0.8rem 1rem;
  }
  .main-single .single_info .share:has(.btn-share) .list-share {
    gap: 1rem;
    display: none;
  }
  .main-single .single_info .share .btn-share {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.3333333333;
    padding: 0.7rem 0 0.6rem;
  }
  .main-single .single_info .share.is-open .list-share {
    display: flex;
  }
}
.main-single .single_info .list-share {
  display: flex;
  gap: 1.7rem;
}
.main-single .single_title {
  font-size: 3.2rem;
  line-height: 1.40625;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .main-single .single_title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.main-single .single .thumbnail {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single .thumbnail {
    margin-bottom: 3.3rem;
  }
}
.main-single .single .lead {
  line-height: 2;
}
.main-single .single .index {
  margin-top: 8rem;
  background: #F7F7F7;
  padding: 2.3rem 3.2rem 0.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single .index {
    margin-top: 4rem;
    padding: 0;
  }
}
.main-single .single .index_toggle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 1.6rem;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .main-single .single .index_toggle {
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    padding: 1.6rem 2rem;
    margin-bottom: 0;
    position: relative;
  }
  .main-single .single .index_toggle::before, .main-single .single .index_toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .main-single .single .index_toggle::before {
    width: 2.8rem;
    height: 2.8rem;
    background: #27A2F4;
    border-radius: 50%;
    right: 2rem;
  }
  .main-single .single .index_toggle::after {
    width: 1rem;
    height: 1rem;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 100% 0.2rem, 0.2rem 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 2.9rem;
    transition: 0.3s;
  }
  .main-single .single .index_toggle.is-active::after {
    background-size: 100% 0.2rem, 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-single .single .list-index {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
  }
}
.main-single .single .list-index_item {
  padding: 1rem 3rem 2rem;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .main-single .single .list-index_item {
    padding: 1rem 0 1.7rem;
    margin: 0 2rem;
  }
  .main-single .single .list-index_item:last-child {
    padding-bottom: 2.4rem;
  }
}
.main-single .single .link-index {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.main-single .single .list-indexsub {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  .main-single .single .list-indexsub {
    font-size: 1.2rem;
  }
  .main-single .single .list-indexsub .list-indexsub_item + .list-indexsub_item {
    margin-top: 0.2rem;
  }
}
.main-single .single_contents {
  margin-top: 8rem;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .main-single .single_contents {
    margin-top: 4.3rem;
  }
}
.main-single .single .wp-block-group {
  padding-top: 8rem;
  padding-bottom: 6.3rem;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) {
  .main-single .single .wp-block-group:first-child {
    padding-top: 6.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-single .single .wp-block-group {
    padding-top: 4rem;
    padding-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-single .single .wp-block-group:last-child {
    padding-bottom: 11.8rem;
  }
}
.main-single .single .wp-block-group h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  padding-bottom: 1.8rem;
  margin-bottom: 3.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-single .single .wp-block-group h2 {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    padding-bottom: 2.2rem;
    margin-bottom: 1.7rem;
  }
}
.main-single .single .wp-block-group h2::after {
  content: "";
  width: 5.6rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #008965 0%, #008965 calc(33.333% - 0.05rem), transparent calc(33.333% - 0.05rem), transparent calc(33.333% + 0.05rem), #FFE200 calc(33.333% + 0.05rem), #FFE200 calc(66.666% - 0.05rem), transparent calc(66.666% - 0.05rem), transparent calc(66.666% + 0.05rem), #0092BB calc(66.666% + 0.05rem), #0092BB 100%);
}
.main-single .single .wp-block-group h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-top: 6.4rem;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single .wp-block-group h3 {
    margin-top: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
.main-single .single .wp-block-group p {
  line-height: 2;
  margin-bottom: 2.4rem;
}
.main-single .single .wp-block-group p + img {
  margin-top: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single .wp-block-group p + img {
    margin-top: 1.4rem;
  }
}
.main-single .single .wp-block-group img {
  width: 100%;
  display: block;
}
.main-single .single .single_info-foot {
  margin: 8rem 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .main-single .single .single_info-foot {
    margin: 4rem 0;
  }
  .main-single .single .single_info-foot p {
    font-size: 1.4rem;
  }
  .main-single .single .single_info-foot .list-share img {
    width: 3.2rem;
  }
}
.main-single .single .supervisor {
  border: solid 1px #D9D9D9;
  border-radius: 1rem;
  padding: 2.4rem 3.2rem;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 10.1rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single .supervisor {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    padding: 2.3rem 3.2rem;
    margin-bottom: 7.7rem;
  }
}
.main-single .single .supervisor_img {
  width: 22.8658536585%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .main-single .single .supervisor_img {
    width: 15rem;
  }
}
.main-single .single .supervisor_text {
  flex: 1;
}
.main-single .single .supervisor_text .name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #333;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .main-single .single .supervisor_text .name {
    text-align: center;
  }
}
.main-single .single .supervisor_text .note {
  line-height: 2;
  margin-bottom: 1rem;
}
.main-single .single .supervisor_text .text {
  line-height: 2;
  margin-bottom: 1rem;
}
.main-single .single .list-link {
  display: flex;
  justify-content: center;
  gap: 15rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .main-single .single .list-link {
    gap: 2rem;
    justify-content: space-between;
    max-width: 30.4rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}
.main-single .single .list-link_item a {
  position: relative;
}
.main-single .single .list-link_item a::before, .main-single .single .list-link_item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-single .single .list-link_item a::before {
  background: #0092BB;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
}
.main-single .single .list-link_item a::after {
  width: 1.2rem;
  height: 1.1rem;
  background: #fff;
}
.main-single .single .list-link_item:nth-child(1) a {
  padding-left: 4.8rem;
}
.main-single .single .list-link_item:nth-child(1) a::before {
  left: 0;
}
.main-single .single .list-link_item:nth-child(1) a::after {
  mask: url(../img/common_new/icon_left.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_left.svg) center/100% no-repeat;
  left: 0.6rem;
}
.main-single .single .list-link_item:nth-child(2) a {
  padding-right: 4.8rem;
}
.main-single .single .list-link_item:nth-child(2) a::before {
  right: 0;
}
.main-single .single .list-link_item:nth-child(2) a::after {
  mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common_new/icon_right.svg) center/100% no-repeat;
  right: 0.6rem;
}
.main-single .single p {
  margin-bottom: 2.4rem;
}
.main-single .single .wp-block-list {
  list-style: disc;
  padding-left: 4rem;
  margin-bottom: 2.4rem;
}
.main-single .single .wp-block-image {
  margin-bottom: 2.4rem;
}
.main-single .sec-pickup {
  margin-top: 14.5rem;
  padding-top: 2.6rem !important;
  border-top: 1px solid #D9D9D9;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .main-single .sec-pickup {
    margin-top: 4.9rem;
    border-top: none;
  }
  .main-single .sec-pickup .list-pickup {
    gap: 2.5rem !important;
  }
}

/*----------------------------
	不動産投資とは
-----------------------------*/
#about .sec-intro {
  margin-top: 2.7rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-intro {
    margin-top: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #about .sec-intro .sec_title {
    text-align: center;
  }
  #about .sec-intro .sec_title::after {
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
  #about .sec-intro .sec_title span:nth-child(1) {
    margin-bottom: 0.6rem;
  }
}
#about .sec-intro .sec_title sup {
  font-size: 1.2rem;
  vertical-align: top;
  position: absolute;
}
#about .sec-intro .sec_text {
  margin-bottom: 8rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #about .sec-intro .sec_text {
    margin-bottom: 7.2rem;
  }
}
#about .sec-intro .list-point {
  max-width: 103.7rem;
  margin: 0 auto 4.4rem;
  justify-content: space-between;
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-intro .list-point {
    margin-bottom: 5.2rem;
    gap: 7.4rem;
  }
}
#about .sec-intro .list-point_item .circle small {
  color: #000;
}
#about .sec-intro .list-point_item .circle span span {
  top: 2.2rem;
  left: -2.4rem;
}
#about .sec-intro .list-point_item .circle sub {
  font-size: 6.4rem;
}
#about .sec-intro .list-point_item:nth-child(3) .circle small {
  top: -2.3rem;
}
#about .sec-intro .list-point_item:nth-child(2) .circle {
  width: 27.7rem;
}
#about .sec-intro .list-note {
  max-width: 116.9rem;
  margin: 0 auto 8rem;
  font-size: 1.4rem;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.4rem;
  padding-left: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-intro .list-note {
    font-size: 1.2rem;
    margin-bottom: 6.4rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #about .sec-intro .list-note_item {
    width: 100%;
  }
}
#about .sec-intro .list-note_item:nth-child(1) {
  width: 100%;
}
#about .inner-small {
  margin-top: 8rem;
  max-width: 116rem;
}
@media only screen and (max-width: 767px) {
  #about .inner-small {
    margin-top: 6.4rem;
  }
}
#about .inner-small img {
  margin-left: auto;
  margin-right: auto;
}
#about .sec-about .sec_text {
  margin-bottom: 2.7rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-about .sec_text {
    margin-bottom: 2.4rem;
  }
}
#about .sec-about .sec_text p + p {
  margin-top: 2.8rem;
}
#about .sec-about img {
  margin-bottom: 2.7rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #about .sec-about img {
    margin-bottom: 2.7rem;
    width: 32.1739130435%;
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.15));
  }
}
#about .list-asterisk {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.4rem;
}
@media only screen and (max-width: 767px) {
  #about .list-asterisk {
    flex-direction: column;
  }
}
#about .sec-merit img {
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-merit img {
    margin-bottom: 2.7rem;
  }
}
#about .sec-merit .list-line_item:nth-child(1) .title::before {
  width: 3rem;
  height: 3rem;
  background: url(../img/management_new/icon_graph.svg) center/100% no-repeat;
}
#about .sec-merit .list-line_item:nth-child(2) .title::before {
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/management_new/icon_incomegain.svg) center/100% no-repeat;
}
#about .sec-merit .list-line_item:nth-child(3) .title::before {
  width: 3rem;
  height: 2.9rem;
  background: url(../img/management_new/icon_heart.svg) center/100% no-repeat;
}
#about .sec-merit .list-line_item:nth-child(4) .title::before {
  width: 2.8rem;
  height: 3.2rem;
  background: url(../img/management_new/icon_money.svg) center/100% no-repeat;
}
#about .sec-merit .list-line .title {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
  padding-left: 5.4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-merit .list-line .title {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 3.8rem;
    margin-bottom: 0.8rem;
  }
}
#about .sec-merit .list-line .title::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#about .sec-merit .list-line .title .c-main {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-merit .list-line .title .c-main {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 0;
  }
}
#about .sec-merit .list-line .asterisk {
  margin-top: -0.1rem;
}
#about .sec-merit .list-line sup {
  font-size: 1.2rem;
  vertical-align: super;
}
@media only screen and (max-width: 767px) {
  #about .sec-risk {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #about .sec-risk .sec_title {
    margin-bottom: 3.2rem;
    margin-left: 4%;
    margin-right: 4%;
  }
}
#about .sec-risk .sec_text {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-risk .sec_text {
    margin-bottom: 2.1rem;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #about .tbl {
    min-width: 100rem;
  }
  #about .tbl_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2.2rem;
  }
  #about .tbl_wrap::-webkit-scrollbar {
    height: 1rem;
  }
  #about .tbl_wrap::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 1rem;
  }
  #about .tbl_wrap::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 1rem;
  }
}
#about .tbl_head, #about .tbl_data {
  border: 1px solid #999;
  padding: 0.8rem 1.6rem 0.7rem;
  vertical-align: middle;
}
#about .tbl_head {
  white-space: nowrap;
}
#about .tbl thead .tbl_head {
  background: #F7F7F7;
}
#about .tbl thead .tbl_head:nth-child(1) {
  min-width: 14rem;
}
#about .tbl thead .tbl_head:nth-child(2) {
  width: 35.3%;
}
#about .tbl thead .tbl_head:nth-child(3) {
  background: #999;
  color: #fff;
}
#about .tbl tbody tr:nth-child(even) {
  background: #F7F7F7;
}
#about .tbl .c-main {
  font-weight: 700;
}
#about .tbl sup {
  font-size: 1.2rem;
  vertical-align: super;
}
#about .tbl + .asterisk {
  margin-top: 1.6rem;
}
#about .area-lumeed {
  width: 92%;
  max-width: 128.6rem;
  margin: 10rem auto;
  box-shadow: 0 4px 30px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: url(../img/management_new/bg_lumeed.png) center/cover no-repeat;
  padding: 4.8rem 11.1rem 4.8rem 6.3rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  border-radius: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #about .area-lumeed {
    width: 100%;
    min-height: 37.3rem;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    margin: 6.4rem auto 0;
    padding: 2rem 1.2rem 2.7rem 2.4rem;
    background: url(../img/management_new/bg_lumeed_sp.png) center/cover no-repeat;
    border-radius: 0;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#about .area-lumeed p {
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #about .area-lumeed p {
    line-height: 1.825;
  }
  #about .area-lumeed p span {
    margin-top: 0.4rem;
  }
}
#about .area-lumeed .fs-small {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #about .area-lumeed .fs-small {
    font-size: 1.9rem;
    margin-top: 1.5rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  #about .sec-voice .sec_title {
    margin-bottom: 3.2rem;
  }
}
#about .sec-voice .flex {
  gap: 1.6rem;
  justify-content: space-between;
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  #about .sec-voice .flex {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 5.8rem;
  }
}
#about .list-voice {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.2rem;
}
@media only screen and (max-width: 767px) {
  #about .list-voice {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#about .list-voice_item {
  width: calc((100% - 3.2rem) / 2);
  padding: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #about .list-voice_item {
    width: 100%;
    padding: 1.6rem;
  }
}
#about .list-voice_header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: #0092BB;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #about .list-voice_header {
    gap: 1.6rem;
  }
}
#about .list-voice_header img {
  margin: 0;
}
#about .list-voice_header .title {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  #about .list-voice_header .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#about .list-voice_header .name {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  #about .list-voice_header .name {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#about .list-voice + .asterisk {
  margin-top: 4.8rem;
}
#about .sec-faq {
  background: #E2F1F6;
  margin-top: 10rem;
  padding: 6.4rem 0;
}
@media only screen and (max-width: 767px) {
  #about .sec-faq {
    margin-top: 6.4rem;
    padding: 4.8rem 0 4.6rem;
  }
}
#about .sec-faq .inner-small {
  margin-top: 0;
}
#about .sec-faq .flex {
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #about .sec-faq .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
#about .sec-faq .flex .link-arrow {
  margin-bottom: 4.8rem;
}
#about sup {
  font-size: 1.2rem;
  vertical-align: super;
}

/*----------------------------
	LUMEEDとは
-----------------------------*/
#lumeed .sec_title em {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 5.6rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec_title em {
    font-size: 4rem;
  }
}
#lumeed .sec-intro {
  margin-top: 3rem;
  margin-bottom: 9.5rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-intro {
    margin-bottom: 6.4rem;
  }
}
#lumeed .sec-intro .sec_title {
  margin-bottom: 4.4rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-intro .sec_title {
    margin-bottom: 5.2rem;
  }
}
#lumeed .sec-intro .sec_text {
  margin-bottom: 11.1rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-intro .sec_text {
    margin-bottom: 4.8rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
#lumeed .list-line-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .list-line-2 {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#lumeed .list-line_item {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 146, 187);
  -o-border-image: initial;
     border-image: initial;
  padding: 4rem 4.8rem;
  border-radius: 0.8rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #lumeed .list-line_item {
    padding: 2.4rem 1.6rem;
  }
}
#lumeed .list-line_item .title {
  margin-bottom: 2.4rem;
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .list-line_item .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }
}
#lumeed #result {
  scroll-margin-top: 4rem;
}
#lumeed .result_map {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .result_map {
    margin-bottom: 4.8rem;
  }
}
#lumeed .result_map h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .result_map h4 {
    font-size: 1.6rem;
  }
}
#lumeed .sec-result {
  background-image: url("../img/properties/lumeed/bg_result.png");
  padding: 6.4rem 0;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result {
    background-image: none;
    background-color: #E2F1F6;
  }
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .sec_title {
    font-size: 1.8rem;
    text-align: center;
    line-height: 3.6rem;
  }
}
#lumeed .sec-result .sec_title::after {
  left: 50%;
  translate: -50% 0;
}
#lumeed .sec-result .sec_text {
  margin-bottom: 6.4rem;
}
#lumeed .sec-result .circle small {
  color: #000;
}
#lumeed .sec-result .circle sub {
  font-size: 2.4rem;
}
#lumeed .sec-result .circle:first-of-type small {
  margin-top: -1rem;
}
#lumeed .sec-result .circle:nth-of-type(2) span {
  font-weight: bold;
}
#lumeed .sec-result .circle:last-of-type sub {
  font-size: 6.4rem;
}
#lumeed .sec-result .bg-white {
  padding: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .bg-white {
    padding: 1.6rem;
  }
}
#lumeed .sec-result .list-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4rem 2.3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .list-point {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#lumeed .sec-result .list-point_item1 {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .list-point_item1 {
    grid-row: auto;
    grid-column: auto;
  }
}
#lumeed .sec-result .list-point_item2 {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .list-point_item2 {
    grid-row: auto;
    grid-column: auto;
  }
}
#lumeed .sec-result .list-point_item3 {
  grid-row: 2/3;
  grid-column: 3/4;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .list-point_item3 {
    grid-row: auto;
    grid-column: auto;
  }
}
#lumeed .sec-result .list-point .circle {
  margin: auto;
}
#lumeed .sec-result .list-point .circle + p {
  margin-top: 0;
}
#lumeed .sec-result .title {
  color: #0092BB;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 2.8rem;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
#lumeed .sec-result .sub-title {
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .sub-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
#lumeed .sec-result .note {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-result .note {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
#lumeed .sec-brand {
  margin-top: 8rem;
}
#lumeed .sec-brand .sec_text {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .sec_text {
    margin-bottom: 2rem;
  }
}
#lumeed .sec-brand .concept-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .concept-list {
    grid-template-columns: 1fr;
  }
}
#lumeed .sec-brand .concept-list .c-main {
  font-size: 1.8rem;
  color: #0092BB;
  font-weight: 600;
}
#lumeed .sec-brand .concept-list .list_item {
  padding: 2.4rem;
}
#lumeed .sec-brand .exterior-list {
  display: grid;
  grid-template-columns: 430fr 708fr;
  gap: 4.8rem 6.4rem;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .exterior-list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
#lumeed .sec-brand .exterior-list figure {
  margin-left: -2rem;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .exterior-list figure {
    grid-row: 2/3;
    width: 80%;
    margin: auto;
  }
}
#lumeed .sec-brand .exterior-list figure figcaption {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .exterior-list .exterior-title {
    grid-row: 1/2;
  }
}
#lumeed .sec-brand .exterior-list .list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
#lumeed .sec-brand .exterior-list .list_item {
  padding: 2.4rem;
}
#lumeed .sec-brand .exterior-list .c-main {
  font-size: 1.8rem;
  color: #0092BB;
  font-weight: 600;
}
#lumeed .sec-brand .sec_title-sub {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
#lumeed .sec-brand .sec_title-sub_text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.3rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .sec_title-sub_text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
#lumeed .sec-brand .interior-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .interior-list {
    grid-template-columns: 1fr;
  }
}
#lumeed .sec-brand .interior-list .list_item {
  padding: 2.4rem;
}
#lumeed .sec-brand .interior-list .list_item .title {
  color: #0092BB;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .interior-list .list_item .title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-brand .sec_text {
    margin-bottom: 4.8rem;
  }
}
#lumeed .sec-design {
  display: flex;
  gap: 8.3rem;
  margin-bottom: 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-design {
    display: block;
  }
}
#lumeed .sec-design.bg-gray {
  max-width: 128.6rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #404040;
  color: #fff;
  border-radius: 0.8rem;
  padding: 4rem 6.2rem 3.2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-design.bg-gray {
    padding: 4.8rem 1.5rem;
    border-radius: 0;
  }
}
#lumeed .sec-design .text-area {
  flex: 0 1 83rem;
}
#lumeed .sec-design .text-area .title {
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-design .text-area .title {
    margin-bottom: 1.7rem;
  }
}
#lumeed .sec-design .text-area .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-design .text-area .name {
    font-size: 1.4rem;
    margin-bottom: 15.4rem;
  }
}
#lumeed .sec-design .text-area .name em {
  font-size: 2.8rem;
  margin-left: 2.8rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-design .text-area .name em {
    display: block;
    margin-left: 0;
    margin-top: 2.4rem;
  }
}
#lumeed .sec-design .text-area .sec_text {
  margin-bottom: 2.4rem;
  line-height: 2.8rem;
}
#lumeed .sec-design .text-area .history {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#lumeed .sec-design .photo-area {
  flex: 0 1 24.9rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-design .photo-area {
    position: absolute;
    width: 13rem;
    right: 1.5rem;
    top: 13rem;
  }
}
#lumeed .sec-design .photo-area img {
  border-radius: 0.8rem;
}
#lumeed .sec-mansion .list {
  display: flex;
  gap: 3.2rem;
  margin: 6.4rem 0 9.6rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-mansion .list {
    flex-direction: column;
  }
}
#lumeed .sec-mansion .list .list_item {
  width: 28rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-mansion .list .list_item {
    width: 100%;
    height: 20rem;
  }
}
#lumeed .sec-mansion .list .list_item a {
  display: block;
  width: 100%;
  padding-bottom: 114.28571%;
  background-size: 100% auto;
  position: relative;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-mansion .list .list_item a {
    padding: 0;
    height: 100%;
    background-position: center bottom;
  }
}
#lumeed .sec-mansion .list .list_item:nth-of-type(1) a {
  background-image: url(../img/properties/lumeed/img_lumeed-shinkoiwa.png);
}
#lumeed .sec-mansion .list .list_item:nth-of-type(2) a {
  background-image: url(../img/properties/lumeed/img_lumeed-umeshima.png);
}
#lumeed .sec-mansion .list .list_item:nth-of-type(3) a {
  background-image: url(../img/properties/lumeed/img_lumeed-yokohamayoshino.png);
}
#lumeed .sec-mansion .list .list_item .mansion_name {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  color: #fff;
}
#lumeed .area-lumeed {
  width: 92%;
  max-width: 128.6rem;
  margin: 8rem auto;
  box-shadow: 0 4px 30px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: url(../img/properties/lumeed/bg_lumeed.png) center/cover no-repeat;
  padding: 7.1rem 8.7rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  border-radius: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  #lumeed .area-lumeed {
    padding: 7.1rem 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #lumeed .area-lumeed {
    width: 100%;
    min-height: 29.6rem;
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
    margin: 6.4rem auto;
    padding: 3.2rem 1.4rem;
    background: url(../img/properties/lumeed/bg_lumeed_sp.png) center/cover no-repeat;
    border-radius: 0;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#lumeed .area-lumeed_text {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #lumeed .area-lumeed_text {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
#lumeed .area-lumeed p {
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #lumeed .area-lumeed p {
    line-height: 1.825;
  }
  #lumeed .area-lumeed p span {
    margin-top: 0.4rem;
  }
}
#lumeed .area-lumeed .fs-small {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #lumeed .area-lumeed .fs-small {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  #lumeed .area-lumeed .link-main {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-simulation .link-main {
    margin: auto;
  }
}
#lumeed .sec-management {
  margin-bottom: 8rem;
  max-width: 128.6rem;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  border-radius: 0.8rem;
  padding: 4rem 6.2rem 3.2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  background-image: url(../img/properties/lumeed/bg_management.png);
}
@media only screen and (max-width: 767px) {
  #lumeed .sec-management {
    width: 92%;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 4.4rem 2.6rem 2.4rem;
  }
}
#lumeed .sec-management .link-main {
  margin: 3.2rem auto 0;
}
#lumeed .inblock {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #lumeed .inblock {
    display: block;
  }
}
#lumeed .sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  #lumeed .sp-only {
    display: inline;
  }
}

/* ----------------------------
    crosstalk
---------------------------- */
#crosstalk .bg__gray {
  background: #f7f6f8;
  padding: 4.8rem 0;
}
#crosstalk .overlayCrosstalk_title {
  color: #000;
}
#crosstalk .overlayCrosstalk_viewTitle,
#crosstalk .overlayCrosstalk_viewTitle > span {
  color: #000;
}
#crosstalk + .footer {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */