@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;
  }
}
.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;
    margin-bottom: 13.3333333333vw;
  }
}
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 {
    -webkit-transform: scale(0.45, 0.45);
            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;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
}

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

@media screen and (max-width: 768px) {
  .message__title-block {
    text-align: center;
  }
  .level2-main--en {
    margin-top: 6.6666666667vw;
  }
  .message-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4vw;
  }
  .message-item {
    width: 70%;
    margin: 0 auto;
  }
}