@charset "UTF-8";
/* Media Query
───────────────────────────────── */
/* Link
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Pseudo
───────────────────────────────── */
/* contents
───────────────────────────────── */
/* PC item & SP item
───────────────────────────────── */
/* Tel
───────────────────────────────── */
/* Sticky
───────────────────────────────── */
/* Clearfix
───────────────────────────────── */
/* Column
───────────────────────────────── */
/* IE フォント
───────────────────────────────── */
/* z-index
───────────────────────────────── */
/* VW
───────────────────────────────── */
/* 数値から単位を除外
───────────────────────────────── */
/* `px` から `rem` に変換
───────────────────────────────── */
/* `px` から `em` に変換
───────────────────────────────── */
/* Size
───────────────────────────────── */
/* Color
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Duration
───────────────────────────────── */
/* Padding
───────────────────────────────── */
/* Easing
───────────────────────────────── */
/* Z-index
───────────────────────────────── */
/* フェードイン
───────────────────────────────── */
/* スライドイン
───────────────────────────────── */
/* リバーススライドイン
───────────────────────────────── */
/* スケールイン
───────────────────────────────── */
/* ブラーイン
───────────────────────────────── */
/* ストロークアニメーション
───────────────────────────────── */
@keyframes strokeSvg {
  0% {
    opacity: 0;
    stroke-dashoffset: 150%;
    fill-opacity: 0;
  }
  61.8% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 1;
  }
}
/* バウンス
───────────────────────────────── */
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  38.2% {
    transform: scale(0.8382);
  }
  61.8% {
    transform: scale(1.1618);
  }
  100% {
    transform: scale(1);
  }
}
/* クロークイン
───────────────────────────────── */
@keyframes cloakIn {
  0% {
    opacity: 0;
  }
}
/* ==========================================================================
   Business
   ========================================================================== */
/* common
   ========================================================================== */
@media screen and (max-width: 767px) {
  .box-center-business {
    padding-right: 2.93vw;
    padding-left: 2.93vw;
  }
}

.\@topicpath {
  display: none;
}

/* TOP
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .pg-business-cateTop #main .c-box-center {
    padding-right: 0.86rem;
    padding-left: 0.81rem;
  }
  .pg-business-cateTop #main > .\@article {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-business-cateTop #main > .\@article {
    margin-top: 6.67vw;
  }
}

/* businessLead
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .businessLead {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .businessLead {
    position: relative;
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
@media screen and (min-width: 768px), print {
  .businessLead__textBox {
    width: 4.3rem;
    min-width: 4.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .businessLead__title {
    width: 4.31rem;
  }
}
@media screen and (max-width: 767px) {
  .businessLead__title {
    width: 21.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .businessLead__text {
    letter-spacing: 0.13em;
    margin-top: 0.33rem;
    padding-right: 0.2rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .businessLead__text {
    width: 100%;
    line-height: 1.5;
    margin-top: 11.2vw;
  }
  .businessLead__text + .businessLead__text {
    margin-top: 3.47vw;
  }
}
.businessLead__imageBox {
  width: 100%;
  z-index: 55;
}
@media screen and (min-width: 768px), print {
  .businessLead__imageBox {
    margin-top: -1.67rem;
    margin-left: 0.43rem;
  }
  .businessLead__imageBox .image01 {
    width: 3.39rem;
    margin-right: -0.66rem;
    margin-left: auto;
  }
  .businessLead__imageBox .image02 {
    width: 2.3rem;
    margin-top: -0.45rem;
  }
  .businessLead__imageBox .image03 {
    width: 1.4rem;
    margin-top: -1.12rem;
    margin-right: -0.26rem;
    margin-left: auto;
  }
  .businessLead__imageBox img {
    border-radius: 0.24rem 0 0.24rem 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .businessLead__imageBox {
    position: absolute;
    top: 0;
    right: 2.67vw;
    width: 56.53vw;
  }
  .businessLead__imageBox .image01 {
    width: 40.53vw;
    margin-top: -13.33vw;
    margin-left: auto;
  }
  .businessLead__imageBox .image01 img {
    border-radius: 6.4vw 0 6.4vw 6.4vw;
  }
  .businessLead__imageBox .image02 {
    width: 27.2vw;
    margin-top: -5.33vw;
    margin-right: -12vw;
  }
  .businessLead__imageBox .image02 img {
    border-radius: 3.2vw 0 3.2vw 3.2vw;
  }
  .businessLead__imageBox .image03 {
    width: 16.8vw;
    margin-top: -13.33vw;
    margin-right: 4.53vw;
    margin-left: auto;
  }
  .businessLead__imageBox .image03 img {
    border-radius: 2.13vw 0 2.13vw 2.13vw;
  }
}

/* sectionBusiness
───────────────────────────────── */
.\@businessLinks {
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 768px), print {
  .\@businessLinks {
    margin-top: 0.35rem;
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .\@businessLinks {
    margin-top: 14.67vw;
    padding-top: 21.33vw;
  }
}

/* specialBannerWrap
───────────────────────────────── */
.specialBannerWrap .specialBanner {
  display: block;
}
@media screen and (min-width: 768px), print {
  .specialBannerWrap {
    margin-top: 0.42rem;
  }
  .specialBannerWrap .specialBanner {
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .specialBannerWrap .specialBanner + .specialBanner {
    margin-top: 0.4rem;
  }
  .specialBannerWrap .specialBanner:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .specialBannerWrap {
    margin-top: 5.07vw;
  }
  .specialBannerWrap .specialBanner {
    overflow: hidden;
  }
  .specialBannerWrap .specialBanner + .specialBanner {
    margin-top: 5.87vw;
  }
  .specialBannerWrap .specialBanner img {
    height: 57.87vw;
    object-position: 50% 50%;
  }
}

/* businessGroup
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .businessGroup {
    border: 1px solid #dddddd;
    border-radius: 0.16rem;
    margin-top: 1.39rem;
    padding: 0.8rem 0.9rem 0.8rem;
  }
  .businessGroup .\@businessGroupLinks {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .businessGroup {
    border-top: 1px solid #dddddd;
    margin-top: 10.67vw;
    padding: 21.33vw 0vw 10.67vw;
  }
  .businessGroup .\@businessGroupLinks {
    margin-top: 10.67vw;
  }
}

/* section
   ========================================================================== */
/* sectionBusiness
───────────────────────────────── */
.sectionBusiness {
  /* sectionChild
  ───────────────────────────────── */
}
@media screen and (min-width: 768px), print {
  .sectionBusiness + .sectionBusiness {
    margin-top: 2.72rem;
  }
  .sectionBusiness:first-of-type {
    margin-top: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionBusiness + .sectionBusiness {
    margin-top: 13.33vw;
  }
  .sectionBusiness:first-of-type {
    margin-top: 14.67vw;
  }
}
.sectionBusiness.single {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .sectionBusiness__mainImg {
    margin-right: -0.95rem;
    margin-left: -0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionBusiness__mainImg {
    margin-right: -0.14rem;
    margin-left: -0.14rem;
  }
}
.sectionBusiness__titleWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sectionBusiness__titleWrap {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    margin-right: -2.93vw;
    margin-left: -2.93vw;
  }
}
.sectionBusiness__title {
  background-color: #024fa0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  text-align: center;
  /* IE */
}
@media all and (-ms-high-contrast: none) {
  .sectionBusiness__title {
    font-family: Meiryo, sans-serif;
  }
}
.-group .sectionBusiness__title {
  background-color: rgba(2, 79, 160, 0.88);
  background-size: 65%;
  background-position: right 10px;
  background-image: url(/common/css/img/bg_logo@2x.png);
}
.sectionBusiness__title .title {
  line-height: 1.3888888889;
  border-bottom: 1px solid #fff;
}
.-group .sectionBusiness__title .title {
  border-bottom: 1px solid #fff;
}
.sectionBusiness__title .subText {
  display: block;
}
@media screen and (min-width: 768px), print {
  .sectionBusiness__title {
    width: 1.82rem;
    height: 1.82rem;
    position: absolute;
    right: 0;
    bottom: -0.64rem;
    left: 0;
    margin: auto;
    padding-right: 0.05rem;
    padding-left: 0.05rem;
    border-radius: 50%;
  }
  .-group .sectionBusiness__title {
    border: 1px solid #024fa0;
  }
  .sectionBusiness__title .label {
    font-size: 0.1rem;
    position: absolute;
    top: 0.36rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sectionBusiness__title .label + .title {
    padding-top: 0.2rem;
  }
  .sectionBusiness__title .title {
    font-size: 0.18rem;
    padding-bottom: 0.05rem;
  }
  .sectionBusiness__title .subText {
    font-size: 0.12rem;
    margin-top: 0.03rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .sectionBusiness__title .title {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionBusiness__title {
    padding: 4.27vw 0 3.73vw;
  }
  .sectionBusiness__title .title {
    font-size: 4.8vw;
    padding-bottom: 1.6vw;
  }
  .sectionBusiness__title .subText {
    font-size: 3.2vw;
    margin-top: 1.07vw;
  }
}
.sectionBusiness__linkWrap {
  background-color: #f9f8f6;
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 768px), print {
  .sectionBusiness__linkWrap {
    margin-top: 1.03rem;
    padding: 0.4rem 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionBusiness__linkWrap {
    margin-top: 8vw;
    padding: 3.47vw;
  }
}
@media screen and (min-width: 768px), print {
  .sectionBusiness__linkItem + .sectionBusiness__linkItem {
    margin-top: 0.07rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionBusiness__linkItem + .sectionBusiness__linkItem {
    margin-top: 1.87vw;
  }
}
.sectionBusiness__linkImage {
  margin: auto;
}
.sectionBusiness__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.12em;
  transition: opacity 0.3s ease-out;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .sectionBusiness__link {
    font-family: Meiryo, sans-serif;
  }
}
.sectionBusiness__link, .sectionBusiness__link:active, .sectionBusiness__link:hover, .sectionBusiness__link:link, .sectionBusiness__link:visited {
  color: #024fa0;
}
.sectionBusiness__link::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #024fa0;
}
.sectionBusiness__link::after {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .sectionBusiness__link {
    min-height: 0.8rem;
    padding: 0.1rem 0.9rem;
    border-radius: 0.16rem 0 0.16rem 0.16rem;
  }
  .sectionBusiness__link:hover {
    opacity: 0.5;
  }
  .sectionBusiness__link::before {
    height: calc(100% - 0.3rem);
    right: 0.765rem;
  }
  .sectionBusiness__link::after {
    right: 0.27rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionBusiness__link {
    font-size: 3.2vw;
    min-height: 21.33vw;
    padding: 2.13vw 20vw 2.13vw 8vw;
    border-radius: 2.67vw 0 2.67vw 2.67vw;
  }
  .sectionBusiness__link::before {
    height: calc(100% - 12.53vw);
    right: 12.8vw;
  }
  .sectionBusiness__link[target=_blank]::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 5.2vw;
  }
}

/* sectionChild
───────────────────────────────── */
.sectionChild + .sectionChild {
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 768px), print {
  .sectionChild {
    margin-top: 0.93rem;
  }
  .sectionChild + .sectionChild {
    margin-top: 0.99rem;
    padding-top: 1.04rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionChild {
    margin-top: 18.67vw;
  }
  .sectionChild + .sectionChild {
    margin-top: 16vw;
    padding-top: 18.67vw;
  }
}
.sectionChild__title {
  color: #024fa0;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  line-height: 1.7543859649;
  letter-spacing: 0.09em;
}
.sectionChild__title img.glorio {
  margin-top: 0.01rem;
}
@media all and (-ms-high-contrast: none) {
  .sectionChild__title {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .sectionChild__title {
    font-size: 0.285rem;
    padding-right: 0.81rem;
    padding-left: 0.91rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionChild__title {
    font-size: 4.8vw;
    text-align: center;
  }
  .sectionChild__title img.glorio {
    width: 80%;
    margin: 0 auto 0.05rem;
    display: block;
  }
}
.sectionChild__image + .sectionChild__title {
  margin-top: 0.29rem;
}
.leadboxBusiness + .sectionChild__image {
  margin-top: 0.53rem;
}

/* leadboxBusiness
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .leadboxBusiness {
    display: flex;
    align-items: flex-start;
    margin-top: 0.22rem;
    padding-right: 0.81rem;
    padding-left: 0.91rem;
  }
}
@media screen and (max-width: 767px) {
  .leadboxBusiness {
    margin-top: 5.87vw;
    padding-right: 1.47vw;
    padding-left: 1.47vw;
  }
}
@media screen and (min-width: 768px), print {
  .leadboxBusiness__textWrap .img-mr {
    margin-right: 0.3rem;
  }
  .sectionBusiness__titleWrap + .spToggleButton + .leadboxBusiness {
    margin-top: 0.97rem;
  }
}
.leadboxBusiness__text {
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .leadboxBusiness__text + .leadboxBusiness__text {
    margin-top: 0.22rem;
  }
}
@media screen and (max-width: 767px) {
  .leadboxBusiness__text + .leadboxBusiness__text {
    margin-top: 5.87vw;
  }
}
@media screen and (min-width: 768px), print {
  .leadboxBusiness__thumbnail {
    width: 2.2rem;
    min-width: 2.2rem;
    padding-top: 0.07rem;
  }
}
@media screen and (max-width: 767px) {
  .leadboxBusiness__thumbnail {
    margin-top: 5.87vw;
    text-align: center;
  }
}

/* panel
   ========================================================================== */
.panelWrap {
  border: 1px solid #dddddd;
}
@media screen and (min-width: 768px), print {
  .panelWrap {
    margin-top: 0.74rem;
    border-radius: 0.16rem;
    padding: 0.8rem 0.9rem;
  }
  .sectionBusiness__linkWrap + .panelWrap {
    margin-top: 1.74rem;
  }

  .panelWrap.-separate {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0.4rem;
  }
  .panelWrap.-separate > * {
    width: 50%;
    padding-right: 0.4rem;
  }
  .panelWrap.-separate > *:nth-child(even) {
    margin-right: -0.4rem;
  }
  .panelWrap.-separate > *:nth-child(n+3) {
    margin-top: 0.35rem;
  }
  .panelWrap.-separate.-bg_person {
    background-size: contain;
    background-image: url(/business/css/img/person/panel01@2x.jpg);
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .panelWrap {
    margin-top: 10.67vw;
    border-radius: 2.13vw;
    padding: 6.67vw 6.67vw;
  }
  .panelWrap.-bg_person {
    background-size: contain;
    background-image: url(/business/css/img/person/panel01.jpg);
    padding-top: 34.67vw;
  }
  .panelWrap.-separate > * + * {
    margin-top: 8vw;
  }
}

.panel {
  /* panel__full
  ───────────────────────────────── */
}
.panel__mainTitle {
  text-align: center;
}
.panel__mainTitle .image {
  display: block;
}
.panel__mainTitle .title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  display: block;
  letter-spacing: 0.14em;
}
@media all and (-ms-high-contrast: none) {
  .panel__mainTitle .title {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .panel__mainTitle {
    margin-bottom: 0.35rem;
  }
  .panel__mainTitle .image {
    margin-bottom: 0.27rem;
  }
}
@media screen and (max-width: 767px) {
  .panel__mainTitle {
    margin-bottom: 9.33vw;
  }
  .panel__mainTitle .image {
    margin-bottom: 5.33vw;
  }
}
.panel__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  letter-spacing: 0.04em;
}
@media all and (-ms-high-contrast: none) {
  .panel__title {
    font-family: Meiryo, sans-serif;
  }
}
.panel__title.-blue {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .panel__title {
    font-size: 0.21rem;
    margin-top: 0.15rem;
    line-height: 1.3333333333;
  }
  .panel__title span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .panel__title {
    font-size: 4.27vw;
    margin-top: 3.73vw;
    margin-bottom: 0vw;
    line-height: 1.25;
  }
}
.panel__text {
  line-height: 1.9230769231;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px), print {
  .panel__text {
    font-size: 0.13rem;
    margin-top: 0.08rem;
  }
  .panel__image + .panel__text {
    margin-top: 0.23rem;
  }
}
@media screen and (max-width: 767px) {
  .panel__text {
    font-size: 3.47vw;
    margin-top: 2.13vw;
  }
  .panel__image + .panel__text {
    margin-top: 5.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .panel__full + .panel__full {
    margin-top: 0.58rem;
  }
  .panel__full .panel__title {
    margin-top: 0.18rem;
  }
  .panel__full .panel__text {
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .panel__full + .panel__full {
    margin-top: 8vw;
  }
  .panel__full .panel__title {
    margin-top: 4.8vw;
  }
  .panel__full .panel__text {
    margin-top: 1.33vw;
  }
}
.panelWrap.-apartment .panel__fullImage {
  position: relative;
}
.panelWrap.-apartment .panel__fullImage .circle {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .panelWrap.-apartment .panel__fullImage .circle {
    right: -0.42rem;
    bottom: -0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .panelWrap.-apartment .panel__fullImage .circle {
    width: 21.33vw;
    height: 21.33vw;
    right: -5.33vw;
    bottom: -5.33vw;
  }
}

/* sp
   ========================================================================== */
@media screen and (max-width: 767px) {
  .spToggleButton {
    text-decoration: none;
    font-size: 2.67vw;
    color: #024fa0;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    /* IE11 */
    border: 1px solid #024fa0;
    border-radius: 3.2vw;
    width: 30.67vw;
    padding: 0.53vw;
    background-color: #f1f8ff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    margin-top: 1.33vw;
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .spToggleButton {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .spToggleButton::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 1px;
    background-color: #dddddd;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .spToggleButton svg path {
    fill: #024fa0;
  }
}
@media screen and (max-width: 767px) {
  .sp-toggleContents .-contentsOpen .spToggleButton.-openButton {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spToggleButton.-closeButton {
    margin-top: 8vw;
  }
  .sp-toggleContents .sectionBusiness:not(.-contentsOpen) .spToggleButton.-closeButton {
    display: none;
  }
  .spToggleButton.-closeButton .arrow svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .sectionChild:not(:first-of-type) {
    animation: fadeIn 0.21s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  }
  .sp-toggleContents .sectionBusiness:not(.-contentsOpen) .sectionChild:not(:first-of-type) {
    display: none;
  }
  .sectionChild:first-of-type > *:not(.sectionChild__title):not(.spToggleButton) {
    animation: fadeIn 0.21s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  }
  .sp-toggleContents .sectionBusiness:not(.-contentsOpen) .sectionChild:first-of-type > *:not(.sectionChild__title):not(.spToggleButton) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sectionBusiness__linkWrap,
.panelWrap,
.leadboxBusiness {
    animation: fadeIn 0.21s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  }
  .sp-toggleContents .sectionBusiness:not(.-contentsOpen) .sectionBusiness__linkWrap,
.sp-toggleContents .sectionBusiness:not(.-contentsOpen) .panelWrap,
.sp-toggleContents .sectionBusiness:not(.-contentsOpen) .leadboxBusiness {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.safetyWrap {
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .safetyWrap {
    margin-top: 0.1rem;
    padding: 0.45rem 0.45rem 0.3rem;
    min-height: 640px;
  }
  .safetyWrap.-separate {
    display: flex;
    flex-wrap: wrap;
  }
  .safetyWrap.-separate > * {
    width: 32%;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .safetyWrap.-separate > *:nth-child(3), .safetyWrap.-separate > *:nth-child(5) {
    margin-right: 0rem;
  }
  .safetyWrap.-separate.-bg_safety {
    background-size: contain;
    background-image: url(/business/css/img/estate/bg-6safety@2x.jpg);
    background-repeat: repeat-y;
    background-color: #02254e;
  }
}
@media screen and (max-width: 767px) {
  .safetyWrap {
    margin-top: 0.1rem;
    padding: 0.1rem 0.1rem 0.05rem;
  }
  .safetyWrap.-separate {
    display: flex;
    flex-wrap: wrap;
  }
  .safetyWrap.-separate > * {
    width: 48%;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .safetyWrap.-separate > *:nth-child(2n) {
    margin-right: 0rem;
  }
  .safetyWrap.-separate.-bg_safety {
    background-size: contain;
    background-image: url(/business/css/img/estate/bg-6safety@sp.jpg);
    background-repeat: repeat-y;
  }
}
.safetyWrap .safety {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .safetyWrap .safety {
    padding: 0.8vw 0vw 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .safetyWrap .safety {
    padding: 3.73vw 0vw;
  }
}
.safetyWrap .safety .safety__num {
  display: block;
  font-family: serif;
  letter-spacing: 0.14em;
}
.safetyWrap .safety .safety__num span {
  font-size: 320%;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.53vw;
}
@media screen and (max-width: 767px) {
  .safetyWrap .safety .safety__num span {
    font-size: 260%;
  }
}
@media screen and (min-width: 768px), print {
  .safetyWrap .safety .safety__num {
    padding: 1.07vw 0vw 0.53vw;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .safetyWrap .safety .safety__num {
    padding: 2.67vw 0vw 0.8vw;
    font-size: 0.16rem;
  }
}
.safetyWrap .safety .safety__title {
  display: block;
  font-family: serif;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px), print {
  .safetyWrap .safety .safety__title {
    line-height: 1;
    font-size: 0.36rem;
    margin-top: 1.33vw;
  }
}
@media screen and (max-width: 767px) {
  .safetyWrap .safety .safety__title {
    font-size: 0.2rem;
    margin-top: 0.27vw;
  }
}
@media screen and (min-width: 768px), print {
  .safetyWrap .safety .safety__text {
    line-height: 3.8461538462;
    letter-spacing: 0.04em;
    font-size: 0.14rem;
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .safetyWrap .safety .safety__text {
    line-height: 3;
    font-size: 2.93vw;
    margin-top: 0.27vw;
  }
}
@media screen and (min-width: 768px), print {
  .safetyWrap .safety .multi {
    line-height: 1.9230769231;
  }
}
@media screen and (max-width: 767px) {
  .safetyWrap .safety .multi {
    line-height: 1.6;
  }
}

.green {
  border: 10px solid #0B8070;
}
.green h3, .green h4 {
  color: #0B8070;
}
.green .sectionChild__image {
  padding: 0rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .green .sectionChild__image {
    padding: 0rem 0rem;
  }
}
@media screen and (min-width: 768px), print {
  .green {
    margin-top: 0.74rem;
    border-radius: 0.16rem;
    padding: 0.6rem 0rem;
  }
}
.green h4 {
  position: relative;
  padding: 0.13rem 0 0rem 0.25rem;
  border-bottom: none;
}
.green h4:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 20px;
  background-color: #0B8070;
  position: absolute;
  top: 59%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .green h4:before {
    height: 3px;
    width: 12px;
    top: 65%;
  }
}
@media screen and (min-width: 768px), print {
  .green h4 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 767px) {
  .green h4 {
    font-size: 0.16rem;
  }
}
.green .\@paragraph {
  padding-left: 0.28rem;
}

.-textL {
  font-size: 0.15rem;
}
