@charset "UTF-8";
/*ブランドメッセージ--------------------------------------------------------------*/
.brand {
  padding: 30px 0 110px;
}

@media screen and (max-width: 767px) {
  .brand {
    padding: 0 0 50px;
  }
}

.brand__outer {
  max-width: 860px;
  margin: auto;
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .brand__outer {
    padding: 0;
  }
}

.brand__inner {
  background-image: url(/img/brand.jpg);
  background-position: center bottom;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .brand__inner {
    display: none;
  }
}

.brand__block {
  padding: 10vw 15px 66vw;
}

@media screen and (max-width: 767px) {
  .brand__block {
    padding: 300px 15px 220px;
  }
}

.brand__subtitle {
  max-width: 375px;
  margin: 0 auto 60px;
  display: block;
}

@media screen and (max-width: 767px) {
  .brand__subtitle {
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

.brand__unit {
  position: relative;
  z-index: 1;
  margin: auto;
  background-color: #fff;
  max-width: 860px;
  padding: 125px 15px 130px;
}

@media screen and (max-width: 767px) {
  .brand__unit {
    padding: 40px 15px 25px;
    top: -270px;
  }
}

.brand__img {
  position: absolute;
  top: 0;
  z-index: 0;
}

.brand__img--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .brand__img--sp {
    display: block;
  }
}

/*ワンストップサービス-------------------------------------------------------------*/
.one-stop__text {
  background-color: #7ad4e6;
  padding: 20px 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  line-height: 2;
}

.one-stop__image {
  position: relative;
}

@media screen and (max-width: 767px) {
  .one-stop__bg {
    display: none;
  }
}

.one-stop__bg--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .one-stop__bg--sp {
    display: block;
  }
}

.one-stop__hero {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 81vw;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .one-stop__hero {
    display: none;
  }
}

.one-stop__hero--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .one-stop__hero--sp {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 86vw;
    margin: auto;
  }
}

.one-stop__subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #48c1d9;
  padding: 20px 15px;
  line-height: 1.25;
  margin-bottom: -140px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .one-stop__subtitle {
    margin-bottom: -11vw;
  }
}

@media screen and (max-width: 767px) {
  .one-stop__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 5vw;
    height: 36vw;
    margin-bottom: -36vw;
  }
}

.one-stop__span {
  font-size: 4rem;
  color: #fff;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .one-stop__span {
    font-size: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .one-stop__img {
    display: none;
  }
}

.one-stop__img--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .one-stop__img--sp {
    display: block;
  }
}

.one-stop__title {
  max-width: 700px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .one-stop__title {
    max-width: 87vw;
  }
}

.one-stop__inner {
  padding: 0 15px;
}

.one-stop__unit {
  background-color: #fff;
  padding: 30px 50px 40px;
  max-width: 1024px;
  margin: auto auto 60px;
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .one-stop__unit {
    padding: 30px 15px;
  }
}

.one-stop__item {
  font-size: 2.8rem;
  color: #009bb3;
  text-align: center;
  border-bottom: dashed #245bb4 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .one-stop__item {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.one-stop__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .one-stop__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.one-stop__human {
  max-width: 285px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .one-stop__human {
    max-width: 28vw;
  }
}

@media screen and (max-width: 767px) {
  .one-stop__human {
    max-width: 100%;
    width: 64vw;
    margin: auto;
  }
}

.one-stop__name {
  margin-top: 15px;
  color: #000;
}

.one-stop__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-bottom: 10px;
}

.one-stop__flex:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .one-stop__flex {
    margin-left: 0;
  }
}

.one-stop__arrow {
  max-width: 220px;
  margin-bottom: 20px;
  margin-right: 15px;
  display: block;
}

.one-stop__arrow:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .one-stop__arrow {
    max-width: 16vw;
    margin-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .one-stop__arrow {
    display: none;
  }
}

.one-stop__arrow--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .one-stop__arrow--sp {
    display: block;
    width: 54vw;
    margin: 15px auto;
  }
}

.one-stop__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dae6e4;
  border-radius: 8px 0 0 8px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5a7d80;
  width: 100%;
  max-width: 135px;
}

.one-stop__icon {
  max-width: 30px;
  margin-right: 10px;
}

.one-stop__company {
  background-color: #fafafa;
  border-radius: 0 8px 8px 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .one-stop__company {
    width: 100%;
  }
}

.one-stop__head {
  border-bottom: solid 2px #ff0000;
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .one-stop__head {
    font-size: 1.9rem;
  }
}

.one-stop__cross {
  max-width: 25px;
  border-bottom: solid 2px #ff0000;
}

@media screen and (max-width: 767px) {
  .one-stop__cross {
    max-width: 16px;
  }
}

.one-stop__subtext {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}

/*マンガでわかる！高橋工業のワンストップサービスとは？-----------------------------------*/
.manga {
  background-color: #7ad4e6;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .manga {
    padding-bottom: 45px;
  }
}

.manga__box {
  background-color: #48c1d9;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.manga__icon {
  max-width: 140px;
}

.manga__title {
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  margin-left: 35px;
}

@media screen and (max-width: 1024px) {
  .manga__title {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .manga__title {
    font-size: 2.2rem;
  }
}

.manga__span {
  font-size: 4rem;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .manga__span {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .manga__span {
    font-size: 3rem;
  }
}

.manga__inner {
  max-width: 1054px;
  margin: auto;
  padding: 65px 15px 95px;
}

@media screen and (max-width: 767px) {
  .manga__inner {
    padding: 20px 15px 30px;
  }
}

.manga__img {
  margin-bottom: 40px;
}

.manga__img02 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .manga__img {
    display: none;
  }
}

.manga__img--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .manga__img--sp {
    display: block;
  }
}

.manga__point {
  max-width: 1054px;
  margin: auto;
  padding: 0 15px;
}

.manga__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffdb4d;
  height: 90px;
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 767px) {
  .manga__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 15px;
  }
}

.manga__icon01, .manga__icon02 {
  max-width: 155px;
}

@media screen and (max-width: 767px) {
  .manga__icon01, .manga__icon02 {
    display: none;
  }
}

.manga__icon01--sp, .manga__icon02--sp {
  width: calc(100% / 2 - 5px);
}

.manga__icon--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .manga__icon--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    max-width: 230px;
  }
}

.manga__center {
  max-width: 245px;
}

@media screen and (max-width: 1024px) {
  .manga__center {
    max-width: 23vw;
  }
}

@media screen and (max-width: 767px) {
  .manga__center {
    max-width: 250px;
  }
}

.manga__unit {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 60px 117px 45px;
}

@media screen and (max-width: 767px) {
  .manga__unit {
    padding: 20px 40px 15px 20px;
  }
}

.manga__check {
  max-width: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .manga__check {
    max-width: 26px;
    margin-right: 15px;
  }
}

.manga__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #009bb3;
  padding-bottom: 13px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .manga__item {
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.manga__item--last {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .manga__item--last {
    margin-bottom: 10px;
  }
}

.manga__triangle {
  display: block;
  width: 40px;
  height: 25px;
  margin: auto;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #009bb3 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .manga__triangle {
    width: 30px;
    height: 20px;
    border-width: 20px 15px 0 15px;
  }
}

.manga__subitem {
  font-size: 2.3rem;
  color: #009bb3;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .manga__subitem {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .manga__subitem {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}

.manga__border {
  color: #009bb3;
}

@media screen and (max-width: 767px) {
  .manga__border {
    border-bottom: solid 1px #009bb3;
    padding-bottom: 3px;
  }
}

.manga__line {
  background-color: #ffff00;
  color: #009bb3;
}

.manga__font {
  font-size: 3.2rem;
  background-color: #ffff00;
  color: #009bb3;
}

@media screen and (max-width: 1024px) {
  .manga__font {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .manga__font {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}

.manga__text {
  font-size: 2.3rem;
  color: #0f2f33;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 15px;
}

@media screen and (max-width: 1024px) {
  .manga__text {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .manga__text {
    font-size: 2.2rem;
    line-height: 1.4;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .manga__text--sp {
    font-size: 2.8rem;
  }
}

/*高橋工業のワンストップサービスに関するお問い合わせはこちらから---------------------------*/
.mail {
  background-color: #009bb3;
  font-weight: bold;
}

.mail__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1024px;
  margin: auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .mail__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .mail__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.mail__woman {
  max-width: 230px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .mail__woman {
    max-width: 120px;
  }
}

.mail__box {
  margin: 40px 0 40px 30px;
}

@media screen and (max-width: 1024px) {
  .mail__box {
    margin: auto;
  }
}

.mail__unit {
  width: 100%;
}

.mail__text {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .mail__text {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .mail__text {
    display: none;
  }
}

.mail__text--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .mail__text--sp {
    display: block;
    font-size: 1.9rem;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.mail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mail__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mail__item {
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .mail__item {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .mail__item {
    font-size: 2rem;
    text-align: center;
  }
}

.mail__item02 {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mail__item02 {
    margin: 25px 0 10px;
  }
}

.mail__tel {
  color: #ffdb4d;
  font-size: 4.8rem;
  margin: 10px 0;
}

@media screen and (max-width: 1024px) {
  .mail__tel {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .mail__tel {
    font-size: 4.8rem;
    text-align: center;
    display: block;
  }
}

.mail__subtext {
  color: #ffdb4d;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .mail__subtext {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {
  .mail__subtext {
    font-size: 1.8rem;
    text-align: center;
  }
}

.mail__button {
  font-size: 1.8rem;
  color: #000;
  background-color: #ffdb4d;
  border-radius: 50px;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .mail__button {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {
  .mail__button {
    margin: auto;
    font-size: 1.8rem;
  }
}

.mail__btn {
  position: relative;
  padding: 30px 15px;
}

.mail__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  left: 0;
  background-image: url(/img/mail-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 55%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
}

/*早わかり高橋工業----------------------------------------------------------------*/
.contents {
  background-color: #7ad4e6;
  height: 90vh;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .contents {
    height: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 30px 15px 0;
    height: auto;
  }
}

.contents__hero {
  max-width: 1230px;
  padding: 0 15px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
}

@media screen and (max-width: 767px) {
  .contents__hero {
    display: none;
  }
}

.contents__title {
  max-width: 1200px;
}

.contents__title--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents__title--sp {
    display: block;
    margin-bottom: 25px;
  }
}

.contents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .contents__box {
    max-width: 700px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .contents__box {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.contents__button {
  background-color: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  border-radius: 56px;
  width: 20vw;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1190px) {
  .contents__button {
    font-size: 1.5rem;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .contents__button {
    width: calc(100% / 2 - 15px);
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .contents__button {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contents__button01 {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contents__button01 {
    margin-right: 0;
  }
}

.contents__button03 {
  margin-right: 0;
  width: 28vw;
}

@media screen and (max-width: 1024px) {
  .contents__button03 {
    width: 100%;
  }
}

.contents__button05 {
  margin-right: 0;
}

.contents__number {
  color: #7ad4e6;
  font-weight: bold;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contents__number {
    font-size: 1.8rem;
  }
}

.contents__btn {
  margin-right: 10px;
}

.contents__arrow {
  max-width: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: auto;
}

.contents__img {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents__img {
    display: block;
    margin-top: 25px;
  }
}

.contents__bg {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .contents__bg {
    display: none;
  }
}

/*数字で見る高橋工業---------------------------------------------------------------------*/
.numbers {
  padding: 55px 15px 80px;
}

@media screen and (max-width: 767px) {
  .numbers {
    padding: 20px 15px 50px;
  }
}

.numbers__count {
  text-align: center;
  font-size: 4rem;
  color: #7ad4e6;
  font-weight: bold;
}

.numbers__title {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .numbers__title {
    font-size: 2.4rem;
    margin: 20px 0 50px;
  }
}

.numbers__title::before {
  content: "NUMBERS";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 7rem;
  color: #0f2f33;
  opacity: 0.05;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .numbers__title::before {
    font-size: 5rem;
  }
}

.numbers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .numbers__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.numbers__unit {
  background-color: #fff;
  width: calc(100% / 2 - 20px);
  padding: 60px 30px 40px;
  border-radius: 16px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .numbers__unit {
    width: calc(100% / 2 - 10px);
  }
}

@media screen and (max-width: 767px) {
  .numbers__unit {
    width: 100%;
    padding: 30px 30px 40px;
    margin-bottom: 15px;
  }
}

.numbers__item {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .numbers__item {
    font-size: 2rem;
  }
}

.numbers__item::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 30px;
  background-color: #009bb3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.numbers__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

.numbers .odometer {
  font-size: 8rem;
  color: #009bb3;
}

@media screen and (max-width: 1024px) {
  .numbers .odometer {
    font-size: 6.6rem;
  }
}

.numbers .odometer * {
  color: #009bb3;
}

.numbers__span {
  color: #009bb3;
  font-size: 3.2rem;
  margin: 0 5px 20px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .numbers__span {
    font-size: 2.6rem;
  }
}

.numbers__text {
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .numbers__text {
    font-size: 1.3rem;
    padding: 10px 0 20px;
  }
}

.numbers__text--hide {
  opacity: 0;
}

.numbers__message {
  line-height: 1.75;
}

.numbers__alert {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 1.2rem;
}

/*主な業務内容-------------------------------------------------------------------*/
.service {
  padding: 55px 15px 80px;
  background-color: #e6f2f2;
}

@media screen and (max-width: 767px) {
  .service {
    padding: 20px 15px 50px;
  }
}

.service__count {
  text-align: center;
  font-size: 4rem;
  color: #7ad4e6;
  font-weight: bold;
}

.service__title {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .service__title {
    font-size: 2.4rem;
    margin: 20px 0 50px;
  }
}

.service__title::before {
  content: "SERVICE";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 7rem;
  color: #0f2f33;
  opacity: 0.05;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .service__title::before {
    font-size: 5rem;
  }
}

.service__text {
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1.4rem;
  }
}

.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  margin: auto;
  padding: 50px 0 55px;
}

@media screen and (max-width: 767px) {
  .service__inner {
    padding: 30px 0;
  }
}

.service__unit {
  width: calc(100% / 4 - 20px);
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 20px;
}

@media screen and (max-width: 1024px) {
  .service__unit {
    width: calc(100% / 4 - 10px);
  }
}

@media screen and (max-width: 767px) {
  .service__unit {
    width: calc(100% / 2 - 5px);
    padding: 30px 15px;
    margin-bottom: 10px;
    height: 100%;
    min-height: 350px;
  }
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.service__img {
  margin: 10px auto;
  max-width: 120px;
  display: block;
}

.service__message {
  line-height: 1.4;
  font-size: 1.4rem;
}

.service__arrow {
  background-color: #7ad4e6;
  max-width: 12px;
  height: 12px;
  padding: 3px 4px;
  margin-right: 8px;
  border-radius: 2px;
  margin-top: 4px;
}

.service__button {
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border: none;
}

.service__btn {
  color: #7ad4e6;
  font-weight: bold;
  position: relative;
}

/*高橋工業のワンストップサービス---------------------------------------------------*/
.stop {
  padding: 55px 15px 80px;
}

@media screen and (max-width: 767px) {
  .stop {
    padding: 20px 15px 50px;
  }
}

.stop__count {
  text-align: center;
  font-size: 4rem;
  color: #7ad4e6;
  font-weight: bold;
}

.stop__title {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .stop__title {
    font-size: 2.4rem;
    margin: 20px 0 50px;
  }
}

.stop__title::before {
  content: "ONE-STOP SERVICE";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 7rem;
  color: #0f2f33;
  opacity: 0.05;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .stop__title::before {
    font-size: 5rem;
  }
}

.stop__text {
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .stop__text {
    font-size: 1.4rem;
  }
}

.stop__inner {
  max-width: 1024px;
  margin: 40px auto;
  background-color: #7ad4e6;
  padding: 25px 10px 10px;
  border-radius: 16px;
}

.stop__item {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .stop__item {
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

.stop__block {
  background-color: #fff;
  padding: 30px 40px 40px;
  border-radius: 0 0 12px 12px;
}

@media screen and (max-width: 767px) {
  .stop__block {
    padding: 25px 15px 20px;
  }
}

.stop__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .stop__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .stop__subitem {
    display: none;
  }
}

.stop__subitem--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .stop__subitem--sp {
    display: block;
  }
}

.stop__arrow {
  max-width: 85px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .stop__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 10px auto 15px;
  }
}

.stop__group {
  text-align: center;
  padding: 15px 40px 20px 30px;
  border: solid 4px #7ad4e6;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .stop__group {
    padding: 20px 15px 30px;
  }
}

.stop__name {
  text-align: center;
  margin-top: 10px;
}

.stop__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .stop__subtitle {
    margin: 20px auto;
  }
}

.stop__head {
  border-bottom: solid 2px #009bb3;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 2.8rem;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .stop__head {
    font-size: 1.9rem;
  }
}

.stop__check {
  max-width: 30px;
  border-bottom: solid 2px #009bb3;
}

@media screen and (max-width: 767px) {
  .stop__check {
    max-width: 20px;
  }
}

.stop__container {
  border: solid 2px #e1e9ed;
}

.stop__heading {
  background-color: #e1e9ed;
  padding: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .stop__heading {
    font-size: 1.8rem;
  }
}

.stop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 25px 10px;
}

@media screen and (max-width: 767px) {
  .stop__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 20px;
    max-width: 200px;
    margin: auto;
  }
}

.stop__subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 3);
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .stop__subtext {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .stop__subtext {
    width: 200px;
  }
}

.stop__checked {
  max-width: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .stop__checked {
    max-width: 20px;
  }
}

/*30を超える資格------------------------------------------------------------------*/
.license {
  padding: 55px 15px 80px;
  background-color: #e6f2f2;
}

@media screen and (max-width: 767px) {
  .license {
    padding: 20px 15px 50px;
  }
}

.license__count {
  text-align: center;
  font-size: 4rem;
  color: #7ad4e6;
  font-weight: bold;
}

.license__title {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .license__title {
    font-size: 2.4rem;
    margin: 20px 0 50px;
  }
}

.license__title::before {
  content: "QUALIFICATION";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 7rem;
  color: #0f2f33;
  opacity: 0.05;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .license__title::before {
    font-size: 4rem;
  }
}

.license__text {
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .license__text {
    font-size: 1.4rem;
  }
}

.license__inner {
  background-color: #fff;
  max-width: 960px;
  margin: 40px auto 0;
  border-radius: 16px;
  padding: 40px 45px 35px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .license__inner {
    font-size: 1.4rem;
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .license__inner br {
    display: none;
  }
}

.license__span {
  color: #99d3e5;
  margin-right: 5px;
}

/*ブランドメッセージ---------------------------------------------------------------*/
.message {
  padding: 55px 15px 80px;
}

@media screen and (max-width: 767px) {
  .message {
    padding: 20px 15px 50px;
  }
}

.message__count {
  text-align: center;
  font-size: 4rem;
  color: #7ad4e6;
  font-weight: bold;
}

.message__title {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .message__title {
    font-size: 2.4rem;
    margin: 20px 0 50px;
  }
}

.message__title::before {
  content: "MESSAGE";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 7rem;
  color: #0f2f33;
  opacity: 0.05;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .message__title::before {
    font-size: 5rem;
  }
}

.message__subtitle {
  max-width: 375px;
  margin: 60px auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .message__subtitle {
    max-width: 280px;
    margin: 50px auto 30px;
  }
}

.message__text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6;
  color: #009bb3;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .message__text {
    font-size: 1.6rem;
  }
}

.message__english {
  font-family: "Noto Serif JP", sans-serif;
  margin: 80px 0;
  text-align: center;
  font-size: 2.4rem;
  color: #009bb3;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .message__english {
    font-size: 2rem;
    margin: 40px 0 30px;
  }
}

.message__movie {
  max-width: 860px;
  margin: 80px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .message__movie {
    margin-top: 30px;
  }
}

/*ビルメンテナンス業界用語集 ------------------------------------------------------*/
.building__outer {
  background-image: url(/img/building.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 15px 130px;
}

@media screen and (max-width: 767px) {
  .building__outer {
    padding: 50px 15px 30px;
  }
}

.building__title {
  font-size: 4.2rem;
  text-align: center;
  font-family: "Gothic A1", sans-serif;
  margin-bottom: 45px;
  text-shadow: 0 -1px 0 #fff;
}

@media screen and (max-width: 767px) {
  .building__title {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}

.building__text {
  font-family: "Gothic A1", sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 #fff;
  line-height: 1.6;
}

.building__inner {
  max-width: 1054px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 15px 110px;
}

@media screen and (max-width: 767px) {
  .building__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px 40px;
  }
}

.building__ul {
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  .building__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.building__ul--fixed {
  position: fixed;
  z-index: 100;
  top: 80px;
}

.building__dummy {
  display: none;
}

.building__dummy--fixed {
  display: block;
  width: 160px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .building__dummy--fixed {
    display: none;
  }
}

.building__button {
  border: solid 1px #7ad4e6;
  border-radius: 56px;
  background-color: #fff;
  padding: 20px 15px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .building__button {
    width: calc(100% / 3 - 7px);
    min-width: auto;
    margin-bottom: 10px;
  }
}

.building__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(/img/header-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 15px;
}

@media screen and (max-width: 767px) {
  .building__button--sp {
    margin: 0 10px 10px;
  }
}

.building__button--fixed {
  padding: 15px;
}

.building__span {
  font-size: 1.4rem;
  margin-left: 5px;
}

.building__span02 {
  font-size: 1.8rem;
  margin-left: 5px;
}

.building__span03 {
  font-size: 1.3rem;
  color: #5a7d80;
}

.building__unit {
  max-width: 825px;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .building__unit {
    margin-left: 0;
  }
}

.building__item {
  font-size: 2.4rem;
  background-color: #99d3e5;
  padding: 15px 25px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 40px;
}

.building__item:first-of-type {
  margin-top: 0;
}

.building__box {
  padding: 30px 25px;
  background-color: #fff;
  margin-bottom: 25px;
}

.building__box:last-of-type {
  margin-bottom: 0;
}

.building__heading {
  border-bottom: solid 1px #5a7d80;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #5a7d80;
}

@media screen and (max-width: 767px) {
  .building__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.building__message {
  font-size: 1.4rem;
  line-height: 1.7;
}

.building__top {
  display: none;
}

@media screen and (max-width: 767px) {
  .building__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

.building__arrow {
  max-width: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 10px;
}

/*資料ダウンロード--------------------------------------------------------------*/
.download {
  padding: 50px 15px 75px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .download {
    padding: 30px 15px 65px;
  }
}

.download__outer {
  max-width: 1024px;
  margin: auto;
}

.download__text {
  margin: 40px 0 30px;
}

.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .download__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.download__unit {
  width: calc(100% / 3);
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 60px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .download__unit {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 767px) {
  .download__unit {
    width: 100%;
    padding: 25px 60px;
    margin-bottom: 25px;
  }
  .download__unit:last-of-type {
    margin-bottom: 0;
  }
}

.download__unit--center {
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  .download__unit--center {
    margin: 0 0 25px;
  }
  .download__unit--center:last-of-type {
    margin-bottom: 0;
  }
}

.download__item {
  font-size: 1.8rem;
  color: #009bb3;
  font-weight: bold;
  margin-bottom: 25px;
}

.download__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  border: #7ad4e6 solid 1px;
  border-radius: 30px;
  margin: 30px 0 10px;
}

.download .info__btn {
  position: relative;
  overflow: hidden;
}

.download .info__btn--text {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #009bb3;
}

.download .info__btn--text::before {
  content: "";
  display: inline-block;
  background-image: url(/img/header-arrow.svg);
  background-size: cover;
  width: 5px;
  height: 10px;
  margin-right: 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.download .info__btn--bg {
  background-color: #7ad4e6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.download .info__btn:hover .info__btn--text {
  color: #fff;
}

.download .info__btn:hover .info__btn--text::before {
  background-image: url(/img/arrow_white.svg);
  -webkit-animation: move 0.7s forwards;
          animation: move 0.7s forwards;
}

.download .info__btn:hover .info__btn--bg {
  left: 0;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .download__size {
    font-size: 1.4rem;
  }
}

/*企業情報トップ-----------------------------------------------------------------*/
.info {
  background-color: #f2f2f2;
  padding: 50px 15px 0;
}

.info__outer {
  max-width: 1024px;
  margin: auto;
}

.info__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .info__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info__img {
  width: calc(100% / 2 - 15px);
}

@media screen and (max-width: 767px) {
  .info__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .info__img:last-of-type {
    margin-bottom: 0;
  }
}

.info-link {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .info-link {
    background-color: transparent;
    padding: 35px 0 50px;
  }
}

.info-link__item {
  width: calc(100% / 4 - 12px);
  background-color: #fff;
  padding: 30px 18px;
  position: relative;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 767px) {
  .info-link__item {
    width: calc(100% / 2 - 4px);
    margin-bottom: 8px;
    padding: 0 18px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.info-link__item--text {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.info-link__item--text::after {
  content: "";
  display: inline-block;
  background-image: url(/img/header-arrow.svg);
  background-size: cover;
  width: 5px;
  height: 10px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 1024px) {
  .info-link__item--text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .info-link__item--text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.info-link__item--bg {
  background-color: #7ad4e6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.info-link__item:hover .info-link__item--text {
  color: #fff;
}

.info-link__item:hover .info-link__item--text::after {
  background-image: url(/img/arrow_white.svg);
  -webkit-animation: move 0.7s forwards;
          animation: move 0.7s forwards;
}

.info-link__item:hover .info-link__item--bg {
  left: 0;
}

/*企業情報メッセージ------------------------------------------------------------*/
.info-message__outer {
  background-image: url(/img/top_message_img.jpg);
  background-size: cover;
  padding: 9.5vw 0 22vw;
}

@media screen and (max-width: 520px) {
  .info-message__outer {
    padding: 10vw 0 6vw;
  }
}

.info-message__box {
  max-width: 465px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .info-message__box {
    max-width: 210px;
  }
}

.info-message__english {
  font-family: "Jenna Sue";
  font-size: 16.4rem;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .info-message__english {
    font-size: 7.9rem;
  }
}

.info-message__title {
  font-size: 4rem;
  font-family: "Noto Serif JP", sans-serif;
  text-shadow: 0 0 6px #000000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .info-message__title {
    font-size: 2.2rem;
  }
}

.info-message__position {
  font-family: "Noto Serif JP", sans-serif;
  text-shadow: 0 0 6px #000000;
  color: #fff;
  font-size: 1.8rem;
  margin: 50px 0 10px;
}

@media screen and (max-width: 767px) {
  .info-message__position {
    font-size: 1rem;
    margin: 20px 0 10px;
  }
}

.info-message__name {
  font-family: "Noto Serif JP", sans-serif;
  text-shadow: 0 0 6px #000000;
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .info-message__name {
    font-size: 1.3rem;
  }
}

.info-message__inner {
  padding: 0 15px;
}

.info-message__bg {
  max-width: 840px;
  margin: 45px auto 80px;
  padding: 50px 50px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .info-message__bg {
    padding: 20px 15px 25px;
    margin: 30px auto 60px;
  }
}

.info-message__text {
  line-height: 2.5;
  margin-bottom: 50px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .info-message__text {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}

.info-message__img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/*企業情報の会社概要-----------------------------------------------------------*/
.info-about__outer {
  padding: 40px 15px 80px;
}

.info-about__inner {
  max-width: 1024px;
  margin: auto;
}

.info-about__text {
  display: none;
}

@media screen and (max-width: 767px) {
  .info-about__text {
    display: block;
    margin: 25px 0 20px;
    line-height: 1.5;
  }
}

.info-about__table {
  margin-top: 30px;
  line-height: 1.5;
}

.info-about__table tr {
  border-bottom: solid 5px #f0f7f7;
}

@media screen and (max-width: 767px) {
  .info-about__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}

.info-about__th {
  padding: 20px 15px;
  width: 300px;
  white-space: nowrap;
  background-color: #e6f1f2;
  border-right: solid 5px #f0f7f7;
}

@media screen and (max-width: 767px) {
  .info-about__th {
    width: 100%;
    border: none;
    padding: 10px 15px;
  }
}

.info-about__td {
  padding: 20px 15px;
  background-color: #fff;
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .info-about__td {
    border: none;
    margin: 5px 0;
    padding: 15px;
  }
}

.info-about__td tr {
  border: none;
}

.info-about__group {
  padding-top: 15px;
}

.info-about__box {
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.4rem;
  margin-top: 15px;
}

.info-about__span {
  color: #009bb3;
}

.info-about__map {
  max-width: 675px;
  width: 100%;
  min-height: 340px;
  height: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .info-about__map {
    min-height: auto;
    height: 50vw;
  }
}

.info-about__item {
  border-bottom: solid 1px #0f2f33;
  padding-bottom: 5px;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .info-about__item {
    font-size: 1.4rem;
  }
}

.info-about__unit {
  width: 100%;
  font-size: 1.4rem;
}

.info-about__unit tr:first-of-type {
  border-bottom: #0f2f33 dashed 1px;
}

.info-about__unit tr:last-of-type {
  border-bottom: none;
}

.info-about__subitem {
  padding: 5px 0;
}

.info-about__border {
  background-color: #f0f7f7;
  height: 5px;
  width: 100%;
  position: absolute;
  right: 0;
}

.info-about__block {
  width: 100%;
}

.info-about__block tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .info-about__block tr {
    padding: 15px 0 0;
  }
}

.info-about__subtext {
  padding: 20px 0;
  width: calc(45% / 2);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .info-about__subtext {
    padding: 0 0 15px;
  }
  .info-about__subtext:first-of-type {
    padding-bottom: 0;
  }
}

.info-about__subtext--last {
  padding-bottom: 0;
}

/*役員・組織体制図------------------------------------------------------------*/
.info-position__outer {
  padding: 50px 15px 80px;
}

.info-position__inner {
  max-width: 1024px;
  margin: auto;
}

.info-position__table {
  margin: 30px 0 50px;
}

@media screen and (max-width: 767px) {
  .info-position__table {
    width: 100%;
  }
}

.info-position__td {
  width: 720px;
  display: block;
}

@media screen and (max-width: 767px) {
  .info-position__td {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .info-position__image {
    display: none;
  }
}

.info-position__image--sp {
  display: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .info-position__image--sp {
    display: block;
  }
}

.info-position__img {
  margin-top: 30px;
}

.info-position__search {
  display: block;
  max-width: 30px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

/*各種認証・登録--------------------------------------------------------------*/
.info-register__th {
  width: 380px;
}

@media screen and (max-width: 1024px) {
  .info-register__th {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .info-register__th {
    width: 100%;
  }
}

.info-register__td {
  padding: 20px 25px;
  width: 630px;
  display: block;
}

@media screen and (max-width: 767px) {
  .info-register__td {
    width: 100%;
    padding: 15px;
  }
}

.info-register__item {
  background-color: #e6e6e6;
  padding: 5px 10px;
}

.info-register__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 30px;
  font-size: 1.4rem;
}

.info-register__box:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .info-register__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px;
  }
}

.info-register__image {
  position: relative;
  width: 160px;
  max-height: 230px;
}

@media screen and (max-width: 767px) {
  .info-register__image {
    margin: 25px auto;
  }
}

.info-register__image02 {
  position: relative;
  width: 275px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .info-register__image02 {
    margin: 0 auto 25px;
  }
}

.info-register__img {
  position: absolute;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .info-register__img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .info-register__img {
    position: static;
  }
}

.info-register__img02 {
  max-width: 275px;
}

.info-register__search {
  position: absolute;
  width: 30px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .info-register__search {
    right: 1vw;
    bottom: 6vh;
  }
}

@media screen and (max-width: 767px) {
  .info-register__search {
    right: 20px;
    bottom: 20px;
  }
}

.info-register__unit {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .info-register__unit {
    margin: 0;
    display: table;
    font-size: 1.4rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .info-register__unit tr {
    display: table;
    width: 100%;
  }
}

.info-register__subitem {
  background-color: #e6f1f2;
  border-right: solid 5px #fff;
  border-bottom: solid 5px #fff;
  width: 135px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .info-register__subitem {
    width: 25%;
  }
}

.info-register__subitem--last {
  border-bottom: 120px solid #fff;
}

@media screen and (max-width: 767px) {
  .info-register__subitem--last {
    border-bottom: none;
  }
}

.info-register__subtext {
  background-color: #fafafa;
  border-bottom: solid 5px #fff;
  padding: 15px;
  width: 270px;
}

@media screen and (max-width: 767px) {
  .info-register__subtext {
    width: 75%;
  }
}

.info-register__subtext--last {
  border-bottom: 120px solid #fff;
}

@media screen and (max-width: 767px) {
  .info-register__subtext--last {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .info-register__group {
    display: table;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .info-register__group tr {
    display: table;
    width: 100%;
  }
}

.info-register__heading {
  width: 130px;
  background-color: #e6f1f2;
  padding: 10px 15px;
  border-right: solid 5px #fff;
  border-bottom: solid 5px #fff;
}

@media screen and (max-width: 767px) {
  .info-register__heading {
    width: 40%;
  }
}

.info-register__message {
  width: 455px;
  border-bottom: solid 5px #fff;
  padding: 10px 15px;
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .info-register__message {
    width: 60%;
  }
}

/*サステナビリティ-------------------------------------------------------------*/
.sustainability {
  padding: 45px 15px 80px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sustainability {
    padding: 35px 15px 40px;
  }
}

.sustainability__outer {
  max-width: 1024px;
  margin: auto;
}

.sustainability__title {
  margin: 25px 0 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

.sustainability__text {
  margin-bottom: 40px;
}

.sustainability__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ecf2eb;
  padding: 30px 30px 40px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .sustainability__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}

.sustainability__unit02 {
  background-color: #f2ebed;
}

.sustainability__unit03 {
  background-color: #f2ebef;
}

.sustainability__unit04 {
  background-color: #f2eee6;
}

.sustainability__unit05 {
  background-color: #eaf2e6;
  margin-bottom: 60px;
}

.sustainability__box {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .sustainability__box {
    margin-right: 0;
  }
}

.sustainability__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .sustainability__group {
    margin-bottom: 15px;
  }
}

.sustainability__icon {
  max-width: 105px;
}

.sustainability__item {
  font-size: 2rem;
  color: #4d4d4d;
  font-weight: bold;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .sustainability__item {
    font-size: 1.8rem;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sustainability__subtext {
    margin-top: 10px;
  }
}

.sustainability__image {
  max-width: 310px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .sustainability__image {
    display: none;
  }
}

.sustainability__image--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sustainability__image--sp {
    display: block;
  }
}

.sustainability__block {
  background-color: #fff;
  padding: 20px 15px 50px;
}

@media screen and (max-width: 767px) {
  .sustainability__block {
    padding: 20px 15px 25px;
  }
}

.sustainability__subitem {
  color: #009bb3;
  border-bottom: dashed 1px #009bb3;
  margin-bottom: 15px;
}

.sustainability__message {
  margin-bottom: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sustainability__message {
    margin-bottom: 15px;
  }
}

.sustainability__wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sustainability__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.sustainability__link {
  background-color: #e6f1f2;
  color: #4d4d4d;
  padding: 15px;
  max-width: 380px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sustainability__link {
    max-width: 100%;
  }
}

.sustainability__url {
  padding: 15px;
  background-color: #fff;
  width: 100%;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .sustainability__url {
    margin-left: 0;
  }
}

.sustainability__sight {
  border-bottom: solid 1px #009bb3;
  display: inline;
  color: #009bb3;
}

@media screen and (max-width: 767px) {
  .sustainability__sight {
    margin-left: 15px;
    position: relative;
  }
}

.sustainability__sight::before {
  display: none;
  content: "";
  position: absolute;
  left: -15px;
  width: 10px;
  height: 10px;
  background-image: url(/img/privacy-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sustainability__sight::before {
    display: block;
  }
}

/*お問い合わせ----------------------------------------------------------------*/
.contact {
  padding: 50px 15px 80px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 15px 40px;
  }
}

.contact__outer {
  max-width: 1024px;
  margin: auto;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .contact__outer {
    font-size: 1.5rem;
  }
}

.contact__text {
  margin: 30px 0 40px;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .contact__text {
    margin: 20px 0 30px;
  }
}

.contact__link {
  display: inline;
  color: #009bb3;
  border-bottom: solid 1px #009bb3;
}

.contact__box {
  margin: 25px 0 40px;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .contact__box {
    margin: 20px 0 50px;
  }
}

.contact__message {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #4d4d4d;
  position: relative;
}

.contact__message::before {
  content: "●";
  display: inline-block;
  margin-right: 10px;
  color: #7ad4e6;
  position: absolute;
  left: 0;
}

.contact__explanation {
  text-align: right;
  margin-top: 40px;
  color: #4d4d4d;
}

.contact__tel {
  display: inline;
  padding-right: 10px;
  color: #4d4d4d;
}

.contact__mail {
  display: inline;
  color: #4d4d4d;
}

.contact__block {
  background-color: #fff;
  padding: 30px 15px 40px;
}

.contact__subtext {
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 15px;
}

.contact__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .contact__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 230px;
  }
}

.contact__button {
  margin: auto;
  border: solid 1px #579ab1;
  border-radius: 55px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% / 2 - 20px);
  position: relative;
  color: #4d4d4d;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact__button {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact__button:last-of-type {
    margin-bottom: 0;
  }
}

.contact__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  background-image: url(/img/header-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 5px;
  height: 8px;
}

.contact__button:hover {
  border: solid 1px #7ad4e6;
}

.contact__button:hover::before {
  background-image: url(/img/arrow_white.svg);
  -webkit-transition: 1s;
  transition: 1s;
}

.contact__button--text {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.contact__button--text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #7ad4e6;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact__button--text:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact__button--text:hover:before {
  width: 100%;
}

.contact__button--thanks {
  max-width: 230px;
  color: #4d4d4d;
}

.contact__comment {
  color: #4d4d4d;
  margin: 60px 0 20px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .contact__comment {
    margin: 30px 0 20px;
  }
}

.contact__comment02 {
  opacity: 1;
}

.contact__inner {
  opacity: 0.6;
  padding: 50px 50px 60px;
  border-radius: 16px;
  background-color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .contact__inner {
    padding: 20px 15px 40px;
  }
}

.contact__inner02 {
  opacity: 1;
  pointer-events: all;
}

.contact__inner03 {
  opacity: 1;
  margin-top: 30px;
  pointer-events: all;
}

.contact__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__head {
  width: calc(100% / 3 - 10px);
  background-color: #495050;
  padding: 15px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 1.4rem;
    padding: 5px;
  }
}

.contact__head::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 27px 0 27px 20px;
  border-color: transparent transparent transparent #495050;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .contact__head::before {
    border-width: 26px 0 26px 20px;
  }
}

.contact__head02 {
  background-color: #d4dbdb;
  color: #a7a7a7;
}

.contact__head02::before {
  border-color: transparent transparent transparent #d4dbdb;
}

.contact__head03 {
  background-color: #ededed;
  color: #a7a7a7;
}

.contact__head03::before {
  display: none;
}

.contact__head--form {
  background-color: #7ad4e6;
}

.contact__head--form::before {
  border-color: transparent transparent transparent #7ad4e6;
}

.contact__head--form02 {
  background-color: #d9d9d9;
}

.contact__head--form02::before {
  border-color: transparent transparent transparent #d9d9d9;
}

.contact__head--form03 {
  background-color: #ededed;
}

.contact__head--form03::before {
  border-color: transparent transparent transparent #ededed;
}

.contact__head--thanks {
  background-color: #7ad4e6;
}

.contact__head--thanks::before {
  display: none;
}

.contact__form {
  margin-top: 35px;
}

.contact__form tr {
  border-bottom: solid 10px #fff;
}

@media screen and (max-width: 767px) {
  .contact__form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    margin-bottom: 10px;
  }
}

.contact__table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact__table {
    width: 100%;
  }
}

.contact .formrun-system-show {
  color: #e62e2e;
  font-size: 1.4rem;
  margin-top: 10px;
}

.contact__th {
  text-align: right;
  border-right: solid 35px #fff;
  padding: 15px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .contact__th {
    text-align: start;
    border-right: none;
    white-space: normal;
    padding: 0 0 10px;
  }
}

.contact__th02 {
  color: #4d4d4d;
}

.contact__span {
  font-size: 1.2rem;
  padding: 3px 8px;
  background-color: #606767;
  border-radius: 4px;
  color: #fff;
  margin-left: 15px;
}

.contact__span02 {
  background-color: #e62e2e;
}

.contact__td {
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .contact__td {
    width: 100%;
    padding: 10px 0;
  }
}

.contact__td--post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contact__td--post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.contact__td--confirm {
  vertical-align: middle;
}

.contact input[type="checkbox"] {
  display: none;
}

.contact__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__label {
    margin-right: 15px;
  }
}

.contact__label02 {
  color: #4d4d4d;
}

.contact__label::before {
  background: #fff;
  border: 2px solid #495050;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}

.contact__label::after {
  border-right: 3px solid #495050;
  border-bottom: 3px solid #495050;
  content: "";
  display: block;
  height: 15px;
  left: 5px;
  top: 2px;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.contact input[type="checkbox"]:checked + .contact__label::after {
  opacity: 1;
}

.contact__label02::before {
  background: #fff;
  border: 2px solid #99d3e5;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}

.contact__label02::after {
  border-right: 3px solid #99d3e5;
  border-bottom: 3px solid #99d3e5;
  content: "";
  display: block;
  height: 15px;
  left: 5px;
  top: 2px;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.contact input[type="checkbox"]:checked + .contact__label::after {
  opacity: 1;
}

.contact__post {
  border: solid 2px #6b7272;
  padding: 15px 20px;
  width: 100%;
  max-width: 340px;
}

.contact__post::-webkit-input-placeholder {
  color: #b3b3b3;
}

.contact__post:-ms-input-placeholder {
  color: #b3b3b3;
}

.contact__post::-ms-input-placeholder {
  color: #b3b3b3;
}

.contact__post::placeholder {
  color: #b3b3b3;
}

.contact__post02 {
  border: solid 2px #99d3e5;
}

.contact input[type="number"]::-webkit-inner-spin-button,
.contact input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.contact__alert {
  padding: 15px 0 15px 10px;
}

@media screen and (max-width: 767px) {
  .contact__alert {
    padding: 0 0 10px;
  }
}

.contact__alert02 {
  color: #4d4d4d;
}

.contact__input02 {
  color: #4d4d4d;
}

.contact__textarea {
  border: solid 2px #6b7272;
  padding: 15px 20px;
  max-width: 705px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact__textarea {
    max-width: 100%;
  }
}

.contact__textarea--big {
  border: solid 2px #6b7272;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 220px;
  resize: none;
}

.contact__textarea--big02 {
  border: solid 2px #99d3e5;
}

.contact__textarea02 {
  border: solid 2px #99d3e5;
}

.contact__btn {
  position: relative;
  width: 230px;
  margin-left: 120px;
}

@media screen and (max-width: 767px) {
  .contact__btn {
    margin: auto;
  }
}

.contact__btn::before {
  content: "";
  display: inline-block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/img/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  z-index: 1;
}

.contact__btn:hover::before {
  background-image: url(/img/header-arrow.svg);
}

.contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 55px;
  max-width: 230px;
  margin-top: 45px;
  padding: 20px;
  color: #fff;
  background-color: #495050;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__submit {
    margin-top: 30px;
  }
}

.contact__submit02 {
  background-color: #7ad4e6;
  border: solid 1px #7ad4e6;
}

.contact__submit02:hover {
  background-color: #fff;
  border: solid 1px #7ad4e6;
  color: #7ad4e6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact .btn-default {
  color: #fff;
}

.contact .btn-default:hover {
  color: #7ad4e6;
}

.contact__thanks {
  text-align: center;
  color: #009bb3;
  font-size: 2.4rem;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .contact__thanks {
    font-size: 2rem;
    margin-top: 30px;
  }
}

.contact__thanks02 {
  text-align: center;
  margin: 30px 0 70px;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .contact__thanks02 {
    font-size: 1.3rem;
    margin: 15px 0 35px;
  }
}

.g-recaptcha {
  margin-left: 85px;
}

@media screen and (max-width: 767px) {
  .g-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

.formrun-system-confirm input[type="text"],
.formrun-system-confirm input[type="number"],
.formrun-system-confirm textarea {
  pointer-events: none;
}

.formrun-system-confirm .pointer {
  cursor: pointer;
}

/*個人情報保護方針-------------------------------------------------------------*/
.privacy {
  padding: 50px 15px 80px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .privacy {
    padding: 30px 15px 40px;
  }
}

.privacy__outer {
  max-width: 1024px;
  margin: auto;
}

.privacy__title {
  margin-bottom: 30px;
}

.privacy__box {
  background-color: #fff;
  margin: 20px 0 40px;
  padding: 25px 40px 40px;
}

@media screen and (max-width: 767px) {
  .privacy__box {
    padding: 25px 20px 40px;
  }
}

.privacy__text {
  margin-bottom: 40px;
  color: #4d4d4d;
}

.privacy__message {
  margin-bottom: 25px;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy__span {
  color: #009bb3;
  font-weight: bold;
}

.privacy__subtext {
  margin-top: 40px;
  text-align: right;
  color: #4d4d4d;
}

.privacy__subtitle {
  color: #009bb3;
  border-bottom: solid 1px #009bb3;
  margin: 30px 0 20px;
}

.privacy__table {
  width: 100%;
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.privacy__th {
  background-color: #e6e6e6;
  border-right: solid 5px #f0f7f7;
  border-bottom: solid 5px #f0f7f7;
  padding: 15px;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .privacy__th {
    font-size: 1.2rem;
  }
}

.privacy__th:last-of-type {
  border-right: none;
}

.privacy__th03 {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .privacy__th03 {
    width: 135px;
  }
}

.privacy__th04 {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .privacy__th04 {
    width: 125px;
  }
}

.privacy__th05 {
  width: 455px;
}

@media screen and (max-width: 767px) {
  .privacy__th05 {
    width: 100px;
  }
}

.privacy__td {
  background-color: #e6f1f2;
  border-right: solid 5px #f0f7f7 !important;
  border-bottom: solid 5px #f0f7f7;
  padding: 15px;
  color: #4d4d4d;
  width: 380px;
}

@media screen and (max-width: 767px) {
  .privacy__td {
    font-size: 1.1rem;
    padding: 15px 5px;
  }
}

.privacy__td:last-of-type {
  border-right: none;
}

.privacy__td02 {
  background-color: #fafafa;
  width: 640px;
}

.privacy__td03 {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .privacy__td03 {
    width: 135px;
  }
}

.privacy__td04 {
  width: 340px;
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .privacy__td04 {
    width: 125px;
  }
}

.privacy__td05 {
  background-color: #fafafa;
  width: 455px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .privacy__td05 {
    width: 100px;
  }
}

.privacy__head {
  margin-bottom: 25px;
}

.privacy__tel {
  display: inline;
}

.privacy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #009bb3;
}

.privacy__url {
  max-width: 10px;
  margin-right: 5px;
}

.privacy__comment {
  padding-left: 20px;
  position: relative;
  color: #4d4d4d;
}

.privacy__comment::before {
  content: "①";
  display: inline-block;
  position: absolute;
  left: 0;
}

.privacy__comment02::before {
  content: "②";
}

.privacy__comment03::before {
  content: "③";
}

.privacy__comment04::before {
  content: "④";
}

/*設備管理業務----------------------------------------------------------------*/
.management {
  padding: 35px 15px 120px;
  line-height: 1.6;
}

.management__outer {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .management__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.management__inner {
  max-width: 695px;
}

@media screen and (max-width: 767px) {
  .management__inner {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.management__title {
  font-size: 2.4rem;
  margin: 50px 0 45px;
  font-family: "Noto Serif JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .management__title {
    font-size: 1.8rem;
    margin: 40px 0 30px;
  }
}

.management__image {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .management__image {
    margin: 30px 0 25px;
  }
}

.management__item {
  color: #fff;
  background-color: #99d3e5;
  border-radius: 8px 8px 0 0;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .management__item {
    font-size: 1.4rem;
  }
}

.management__box {
  background-color: #fff;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 767px) {
  .management__box {
    font-size: 1.4rem;
    padding: 10px 15px 20px;
    margin-bottom: 30px;
  }
}

.management__scroll {
  margin-right: 30px;
  padding-left: 10px;
  position: relative;
}

.management__scroll::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  position: absolute;
  background-image: url(/img/header-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 35%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.management__group {
  background-color: #fff;
  padding: 30px 30px 40px;
  margin: 40px 0 30px;
}

@media screen and (max-width: 767px) {
  .management__group {
    padding: 25px 15px 30px;
    margin: 15px 0;
  }
}

.management__subitem {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .management__subitem {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.management__subitem::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #7ad4e6;
  height: 4px;
  width: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.management__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .management__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.management__picture {
  width: 320px;
  max-height: 185px;
  margin-left: 35px;
}

@media screen and (max-width: 1024px) {
  .management__picture {
    margin: 20px 0 0;
    width: 100%;
    max-height: 100%;
  }
}

.management__picture02 {
  margin-left: 25px;
}

@media screen and (max-width: 1024px) {
  .management__picture02 {
    margin-left: 0;
  }
}

.management__heading {
  background-color: #dae6e4;
  padding: 5px 15px;
  border-radius: 8px 8px 0 0;
  max-width: 226px;
  font-size: 1.4rem;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .management__heading {
    margin-top: 20px;
  }
}

.management__head {
  font-size: 1.4rem;
  background-color: #7ad4e6;
  border-radius: 8px 8px 0 0;
  padding: 3px 15px;
  color: #fff;
  max-width: 120px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .management__head {
    margin-top: 20px;
  }
}

.management__head02 {
  max-width: 160px;
}

.management__subtext {
  background-color: #f7f7f7;
  padding: 15px;
  font-size: 1.4rem;
}

.management__link {
  background-color: #e6f1f2;
  padding: 20px 30px 30px;
}

@media screen and (max-width: 767px) {
  .management__link {
    padding: 20px 15px 25px;
  }
}

.management__look {
  text-align: center;
  color: #7ad4e6;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .management__look {
    margin-bottom: 15px;
  }
}

.management__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.management__url {
  margin-right: 24px;
  padding-left: 25px;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .management__url {
    margin-right: 5px;
    font-size: 1.4rem;
  }
}

.management__url::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url(/img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*サイドバー-------------------------------------------------------------------*/
.sidebar {
  margin-left: 65px;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    margin-left: 0;
  }
}

.sidebar__outer {
  width: 265px;
}

@media screen and (max-width: 767px) {
  .sidebar__outer {
    width: 100%;
  }
}

.sidebar__title {
  background-color: #7ad4e6;
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  margin-bottom: 5px;
}

.sidebar__item {
  background-color: #dfe6e6;
  padding: 10px 15px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.sidebar__link {
  background-color: #fff;
  padding: 10px 15px;
  display: block;
  margin-bottom: 5px;
}

.sidebar__text {
  position: relative;
  padding-left: 25px;
}

.sidebar__text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url(/img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*オフィス・商業ビル------------------------------------------------------------*/
.office__title {
  margin-bottom: 45px;
}

.office__text {
  border-bottom: solid 8px #99d3e5;
  padding-bottom: 50px;
}

.office__unit {
  background-color: #fff;
  padding: 25px;
  margin: 5px 0 40px;
}

@media screen and (max-width: 767px) {
  .office__unit {
    white-space: nowrap;
    overflow: scroll;
  }
}

.office__item {
  font-size: 1.8rem;
  color: #99d3e5;
  margin-bottom: 15px;
}

.office__table {
  width: 100%;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .office__table br {
    display: none;
  }
}

.office__th {
  background-color: #808080;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-bottom: 5px #fff solid;
  border-right: 5px #fff solid;
}

.office__th:last-of-type {
  border-right: none;
}

.office__td {
  padding: 20px;
  background-color: #ededed;
  vertical-align: middle;
  border-bottom: 5px #fff solid;
  border-right: 5px #fff solid;
}

@media screen and (max-width: 1024px) {
  .office__td {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .office__td {
    padding: 20px;
  }
}

.office__td:first-of-type {
  white-space: nowrap;
}

.office__td:last-of-type {
  border-right: none;
}

.office__td02 {
  padding: 20px 15px;
  white-space: nowrap;
}

.office__subtext {
  font-size: 1.2rem;
  margin-top: 10px;
}

/*サイトマップ-----------------------------------------------------------------*/
.map {
  padding: 50px 15px 90px;
  line-height: 1.5;
}

.map__outer {
  max-width: 1024px;
  margin: auto;
}

.map__title {
  margin-bottom: 50px;
}

.map__subtitle {
  max-width: 690px;
  width: 100%;
  color: #009bb3;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #009bb3;
  position: relative;
}

.map__subtitle::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background-image: url(/img/header-arrow.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  position: absolute;
}

.map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .map__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.map__box {
  margin-right: 50px;
}

.map__head {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}

.map__head::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 15px;
  background-color: #7ad4e6;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.map__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.map__item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #7ad4e6;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.map__item--last {
  margin-bottom: 40px;
}
/*# sourceMappingURL=lower.css.map */

/*抗ウイルス・抗菌コーティングサービス----------------------------------------------------------------*/

#skybe .outer {
  max-width: 100%;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#skybe .outer {
		padding: 0 2rem;
	}
}

#skybe .inner {
  max-width: 938px;
  margin: auto;
}
#skybe .block01 {
  background-image: url("/service/skybe/img/block01_img01.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vw;
  min-height: 480px;
}

@media screen and (max-width: 767px) {
	#skybe .block01 {
	  height: 50vw;
	  min-height: 60rem;
	}
}

#skybe .block01 h1 {
text-align: center;
font-size: 3.6rem;
font-weight: bold;
color: #009BB3;
text-shadow: 0px 3px 0px #FFFFFF;
padding-top: 10vw;
line-height: 5rem;
}

@media screen and (max-width: 767px) {
	#skybe .block01 h1 {
	font-size: 3.6rem;
	text-shadow: 0px 3px 0px #FFFFFF;
	padding-top: 10vw;
	line-height: 5rem;
	}
}

#skybe .block01 h1 span {
	font-size: 2.4rem;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	#skybe .block01 h1 span {
		font-size: 2rem;
	}
}

#skybe .block01 p {
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  padding-top: 2vw;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#skybe .block01 p {
	  text-align: center;
	  font-size: 1.6rem;
	  line-height: 4rem;
	  padding-top: 3vw;
	}
}

#skybe .block02 {
  padding: 4rem 0;
  background-image: url("/service/skybe/img/block02_img01.png");
  background-size: 332px;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 767px) {
	#skybe .block02 {
	  padding: 0 0 80vw;
	  background-size: 85%;
	  background-repeat: no-repeat;
	  background-position: bottom;
	}
}

#skybe .block02::after {
	content: '';
  position: absolute;
  left:0;
  top: -11rem;

  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: top right;

  z-index: -1;
  width:100vw;
  height:680px;
  background:#EBF7F5;
}

#skybe .block02 h2 {
  text-align: left;
	font-size: 3.6rem;
	font-weight: bold;
  color: #009BB3;
	line-height: 5rem;
}
@media screen and (max-width: 767px) {
	#skybe .block02 h2 {
		font-size: 3.2rem;
	}
}
#skybe .block02 h2 span {
  text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	color: #7AD4E6;
	display: block;
}
@media screen and (max-width: 767px) {
	#skybe .block02 h2 span {
		font-size: 1.6rem;
	}
}

#skybe .block02 p {
  text-align: left;
	font-size: 1.6rem;
	width: 467px;
	padding-top: 3rem;
	line-height: 3rem;
}
@media screen and (max-width: 767px) {
	#skybe .block02 p {
		width: 100%;
		padding-top: 3rem;
	}
}
#skybe .block02 p span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #009BB3;
}

#skybe .block03 {
  padding-top: 5rem;
}

#skybe .block03 h2 {
  background: #009BB3 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3rem 0;
}
#skybe .block03 h2 span {
  text-align: center;
  font-size: 1.6rem;
  color: #7AD4E6;
  display: block;
  padding-top: 1rem;
}

#skybe .block03 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5rem 5rem;
  padding: 10rem 0;
}

@media screen and (max-width: 767px) {
	#skybe .block03 ul {
		flex-direction: column;
	}
}

#skybe .block03 ul li {
  width: calc(100% / 3 - 5rem);
}
@media screen and (max-width: 767px) {
	#skybe .block03 ul li {
	  width: 100%;
	}
}

#skybe .block03 ul li h3 {
  text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 767px) {
	#skybe .block03 ul li h3 {
		font-size: 2.2rem;
	}
}

#skybe .block03 ul li img {
  padding-top: 1rem;
}

#skybe .block03 ul li p {
  text-align: left;
	font-size: 1.6rem;
  color: #000000;
  padding-top: 1rem;
	line-height: 3rem;
}

#skybe .block04 {
/* background: #DFF0ED; */
padding: 10rem 0;
}

#skybe .block04::after {
	content: '';
  position: absolute;
  left:0;
  top: 0;

  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: top right;

  z-index: -1;
  width:100vw;
  height:100%;
  background:#DFF0ED;
}


#skybe .block04 .inner {
  max-width: 844px;
  margin: auto;
}

#skybe .block04 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5rem 5rem;
  justify-content: space-around;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
	#skybe .block04 ul {
	  gap: 4rem 1rem;
	}
}

#skybe .block04 ul li {
  width: calc( 100% / 3 - 5rem);
}

@media screen and (max-width: 767px) {
	#skybe .block04 ul li {
	  width: calc( 90% / 2 );
	}
}

#skybe .block04 ul li h3 {
  margin-top: 2rem;
}

#skybe .block04 h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
color: #009BB3;
}

@media screen and (max-width: 767px) {
	#skybe .block04 h2 {
	  text-align: center;
	  font-size: 2.2rem;
	}
}


#skybe .block04 h2 span {
  text-align: center;
font-size: 1.6rem;
color: #7AD4E6;
display: block;
padding-top: 1rem;
}

#skybe .block04 h3 {
  text-align: center;
}

#skybe .block05 {
padding: 10rem 0;
}

#skybe .block05 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 2rem 2rem;
  padding-top: 5rem;
}

#skybe .block05 ul li {
  width: calc(100% / 3 - 2rem);
}

@media screen and (max-width: 767px) {
	#skybe .block05 ul li {
	  width: 100%;
	}
}

#skybe .block05 h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #009BB3;
}
@media screen and (max-width: 767px) {
	#skybe .block05 h2 {
	  text-align: center;
	  font-size: 2.2rem;
	}
}

#skybe .block05 h2 span {
  text-align: center;
  font-size: 1.6rem;
  color: #7AD4E6;
  display: block;
  padding-top: 1rem;
}

/*サステナビリティ　モンテディオ山形追加　2024/04/26-------------------------------------------------------------*/
.sustainability .sdgs_montedio {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  gap: 2rem 4rem;
}

.sustainability .sdgs_montedio p {
  text-align: justify;
}

@media screen and (max-width: 767px) {
	.sustainability .sdgs_montedio {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
  }
}

.sustainability .sdgs_montedio .sdgs_montedio_item:nth-child(1)  {
  width: 100%;
}

.sdgs_montedio img.sdgs_montedio_img01 {
  width: 80%;
}

.sustainability .sdgs_montedio .sdgs_montedio_item span  {
  display: block;
  text-align: right;
}
.sustainability__title span {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  background-color: #BF0000;
}

.sustainability .sdgs_flower .sdgs_flower_img {
  display:flex ;
  flex-wrap: wrap;
  gap: 3rem;
}
.sustainability .sdgs_flower .sdgs_flower_img li {
  width: calc( 50% - 1.5rem);
}

.sustainability .sdgs_flower .sdgs_flower_img li:nth-child(1){
  width: calc( 42.7% - 1.5rem);
}
.sustainability .sdgs_flower .sdgs_flower_img li:nth-child(2){
  width: calc( 57.3% - 1.5rem);
}

@media screen and (max-width: 767px) {
	.sustainability .sdgs_flower .sdgs_flower_img li {
    width: 100%;
  }
  .sustainability .sdgs_flower .sdgs_flower_img li:nth-child(1){
    width: 100%;
  }
  .sustainability .sdgs_flower .sdgs_flower_img li:nth-child(2){
    width: 100%;
  }
}

/*サステナビリティ　ウェルビーイングな街を目指して追加　2025/01/16-------------------------------------------------------------*/
.sustainability .sdgs_wellbe {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 2rem 4rem;
}

.sustainability .sdgs_wellbe h4 {
  font-weight: bold ;
  font-size: 1.6rem ;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
	.sustainability .sdgs_wellbe h4 {
    text-align: left;
  }
}

.sustainability .sdgs_wellbe h4::before {
  content: "■";
  color: #48c1d9;
  padding-right: 0.4rem;
}

.sustainability .sdgs_wellbe p {
  text-align: justify;
}

@media screen and (max-width: 767px) {
	.sustainability .sdgs_wellbe {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
  }
}

.sustainability .sdgs_wellbe .sdgs_wellbe_item:nth-child(1)  {
  width: 100%;
}

.sdgs_wellbe img.sdgs_wellbe_img01 {
  width: 80%;
}

.sustainability .sdgs_wellbe .sdgs_wellbe_item span  {
  display: block;
  text-align: right;
}
.sustainability__title span {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  background-color: #BF0000;
}

.sustainability .sdgs_wellbe .sdgs_wellbe_img {
  display:flex ;
  flex-wrap: wrap;
  gap: 2rem;
}
.sustainability .sdgs_wellbe .sdgs_wellbe_img li {
  width: calc( 100% / 3 - 1.5rem);
}

@media screen and (max-width: 767px) {
	.sustainability .sdgs_wellbe .sdgs_wellbe_img li {
    width: 100%;
  }
  .sustainability .sdgs_wellbe .sdgs_wellbe_img li:nth-child(1){
    width: 100%;
  }
  .sustainability .sdgs_wellbe .sdgs_wellbe_img li:nth-child(2){
    width: 100%;
  }
}

.sustainability .sdgs_wellbe .sdgs_wellbe_mov {
  display:flex ;
  flex-wrap: wrap;
  gap: 2rem;
}

.sustainability .sdgs_wellbe .sdgs_wellbe_mov li {
  width: calc( 100% / 4 - 1.5rem);
}

@media screen and (max-width: 767px) {
	.sustainability .sdgs_wellbe .sdgs_wellbe_mov li {
    width: calc( 100% / 2 - 1.5rem);
  }
}
.sustainability .sdgs_wellbe .sdgs_wellbe_mov video {
  width: 100%;
}

.sustainability .sdgs_wellbe .sustainability__text span {
  font-size: 1.4rem;
  font-weight: bold;
}
