@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
/* =========================
背景
========================= */
.bg-body-about-us {
  background: url("/wp/wp-content/themes/goodlife/resources/img/company/about_us/bg_about_us.png") 100% 0 no-repeat;
  background-size: 100% 158.1944444444vw;
}

@media screen and (max-width: 767px) {
  .bg-body-about-us {
    background: url("/wp/wp-content/themes/goodlife/resources/img/company/about_us/bg_about_us_sp.png") 100% 0 no-repeat;
    background-size: 100% 713.7333333333vw;
  }
}
.bg-about-us {
  position: absolute;
  right: 0;
  background: url("/wp/wp-content/themes/goodlife/resources/img/company/about_us/bg_mv.png") 100% 0 no-repeat;
  width: 61.1805555556vw;
  height: 40.9722222222vw;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg-about-us {
    background: url("/wp/wp-content/themes/goodlife/resources/img/company/about_us/bg_mv_sp.png") 100% 0 no-repeat;
    width: 91.3333333333vw;
    height: 44.2666666667vw;
    background-size: cover;
  }
}
.bg-body-company {
  background: url("/wp/wp-content/themes/goodlife/resources/img/company/bg_company.png") 100% 0 no-repeat;
  background-size: 100% 290.5555555556vw;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .bg-body-company {
    background: url("/wp/wp-content/themes/goodlife/resources/img/company/bg_company_sp.png") 100% 0 no-repeat;
    background-size: 100% 866.6666666667vw;
  }
}
/* =========================
モーダル
========================= */
div#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

div#modal .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

div#modal a.modal_close {
  width: 30px;
  padding: 10px;
  height: 30px;
  position: absolute;
  top: 14px;
  display: block;
  right: 14px;
  z-index: 9999999;
}

div#modal a.modal_close:before,
div#modal a.modal_close:after {
  width: 40px;
  height: 1px;
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  left: 10px;
}

div#modal a.modal_close:before {
  top: -10px;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

div#modal a.modal_close:after {
  bottom: 10px;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

div#modal div.modal_wrap {
  position: relative;
  z-index: 999999;
  width: 100%;
  height: 100%;
}

div#modal div.modal_wrap .modal_in {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

div#modal div.modal_wrap .modal_in p {
  position: absolute;
  letter-spacing: 0.06em;
  z-index: 99999;
  top: 50%;
  margin-top: 40px;
  width: 522px;
  left: 50%;
  margin-left: -261px;
  font-size: 14px;
  line-height: 26px;
  color: #362f2c;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -moz-transition: opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -o-transition: opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  -ms-transition: opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

div#modal div.modal_wrap .modal_in p.on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 768px) {
  div#modal a.modal_close {
    width: 16px;
    height: 16px;
    top: 28px;
    right: 28px;
  }
  div#modal a.modal_close:before,
  div#modal a.modal_close:after {
    width: 28px;
  }
  div#modal div.modal_wrap .modal_in #canvas {
    transform: scale(0.45, 0.45);
    margin-left: -160px;
    margin-top: -18%;
  }
  div#modal div.modal_wrap .modal_in p {
    top: 35.5%;
    width: 77%;
    left: 12%;
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.02em;
  }
}
/* =========================
文言
========================= */
.slogan {
  padding-bottom: 11.1111111111vw;
}
.slogan__shoulder {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 3.125vw;
}
.slogan__text {
  font-weight: bold;
  color: #00a0c4;
  font-size: 5.2rem;
  margin-bottom: 4.4444444444vw;
}
.slogan__detail {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3.3333333333vw;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .slogan {
    padding-bottom: 17.3333333333vw;
  }
  .slogan__shoulder {
    margin-bottom: 4vw;
  }
  .slogan__text {
    font-size: 3rem;
    margin-bottom: 8.5333333333vw;
    line-height: 1.5;
  }
  .slogan__detail {
    font-size: 1.8rem;
  }
}
/* =========================
rogo
========================= */
.logo-block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.logo-block__img {
  flex: 0 0 160px;
}

.logo-block__img img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-block__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

.logo-block {
  display: flex;
  align-items: stretch;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.logo-block__img {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-block__img img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-block__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  gap: 16px;
}

.logo-block__text img {
  width: 140px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.center__btn {
  margin: 0 auto;
}

/* =========================
mvv
========================= */
.contact--bg-white {
  border: none;
}

.message--bg-white {
  padding: 5.5555555556vw 0;
  background-color: #FFF;
  border-top: 1px solid rgb(238, 238, 238);
}

.message-block {
  margin-top: 5.5555555556vw;
}

.message-list {
  display: flex;
  column-gap: 8%;
}

.message-item {
  border: 1px solid rgb(238, 238, 238);
}

@media screen and (max-width: 768px) {
  .logo-block__text {
    margin-bottom: 20px;
  }
  .message__title-block {
    text-align: center;
  }
  .level2-main--en {
    margin-top: 6.6666666667vw;
  }
  .message-list {
    flex-direction: column;
    row-gap: 4vw;
  }
  .message-item {
    width: 70%;
    margin: 0 auto;
  }
}
/* =========================
会社概要
========================= */
.company__dl {
  background: #FFF;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  margin-bottom: 5.5555555556vw;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 20px 50px rgba(0, 160, 196, 0.08);
  border: 1px solid #edf4f7;
}
.company__dt {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  width: 26%;
  padding: 1.7361111111vw 2.2222222222vw;
  display: flex;
  flex-direction: column;
}
.company__dd {
  border-bottom: 1px solid #eeeeee;
  width: 74%;
  padding: 1.7361111111vw 2.2222222222vw;
  display: flex;
  flex-direction: column;
}
.company__banner {
  display: flex;
}
.company__banner-renovation {
  width: 176px;
  margin: 10px 0 0 30px;
}

.margin-bottom-wide {
  margin-bottom: 1.5277777778vw;
}

@media screen and (max-width: 767px) {
  .logo-block {
    display: block;
  }
  .logo-block__img img {
    width: 50%;
    min-width: 250px;
  }
  .company__dl {
    display: flex;
    line-height: 2;
    margin-bottom: 20vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .company__dt {
    border-bottom: none;
    width: 100%;
    padding: 8vw 6.6666666667vw 2.1333333333vw;
  }
  .company__dd {
    width: 100vw;
    padding: 0 6.6666666667vw 8vw;
  }
  .company__banner {
    display: block;
  }
  .company__banner-renovation {
    width: 151px;
    margin: 10px 0 0 0;
  }
  .margin-bottom-wide {
    margin-bottom: 4vw;
  }
}
/* =========================
関連リンク
========================= */
.btn-d {
  overflow: visible;
}

.btn-d a::before {
  content: none;
}

.btn-d a:hover::after {
  content: none;
}

.company-link__item a:hover {
  background-color: #00a0c4;
}

.company-link__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 5.5555555556vw;
  padding-bottom: 3.4722222222vw;
}
.company-link__item {
  margin-bottom: 0;
  border: none;
  background: none;
}
.company-link__item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e6f5f9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  padding: 30px 0;
}
.company-link__item a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 160, 196, 0.12);
}
.company-link__title--en {
  color: #00a0c4;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  padding: 0;
}
.company-link__title--jp {
  font-size: 1.6rem;
  color: #4c4c4c;
  font-weight: bold;
  padding: 0;
}

.company-link__item {
  width: 100%;
}

.btn-d {
  width: 100%;
}

.company-link__list {
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .company-link__list {
    display: block;
    padding-top: 14.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .company-link__item {
    margin-bottom: 20px;
  }
  .company-link__item a {
    width: 100%;
    min-height: 140px;
  }
  .company-link__title--en {
    font-size: 2.4rem;
  }
  .company-link__list {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=about_us.css.map */
