/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top #about {
  background: #ED9325;
  color: #FFF;
  padding-top: 100px;
  padding-bottom: 200px;
}
main.top #about:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -49px;
  width: 100%;
  height: 100px;
  background: #ED9325;
  border-radius: 60% 60% 0 0;
}
main.top #about:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  bottom: 0;
  pointer-events: none;
  background: url(../img/top/about/bg.svg) repeat-x center bottom;
}
main.top #about .content {
  display: flex;
  position: relative;
  z-index: 2;
}
main.top #about .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: 70px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
main.top #about .item-text .heading-lv01 {
  position: relative;
  padding-top: 5px;
}
main.top #about .item-text .heading-lv01:before {
  content: "";
  width: 69px;
  height: 58px;
  background: no-repeat center/auto;
  background-image: url(../img/top/about/icon-hd.svg);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, -100%);
}
main.top #about .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.top #about .item-text .btn-block {
  margin-top: 40px;
}
main.top #about .item-img {
  max-width: 50%;
}
main.top #about .item-img img {
  border-radius: 25px;
}
main.top .style-text p:not(:last-child), main.top #recruit .item-text p:not(:last-child), main.top #company .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.top .style-text p span, main.top #recruit .item-text p span, main.top #company .item-text p span {
  background: linear-gradient(transparent 50%, yellow 50%);
}
main.top .style-text .btn-block, main.top #recruit .item-text .btn-block, main.top #company .item-text .btn-block {
  margin-top: 36px;
}
@media screen and (max-width: 700px) {
  main.top .style-text .btn-block, main.top #recruit .item-text .btn-block, main.top #company .item-text .btn-block {
    margin-top: 25px;
  }
}
main.top #benefits {
  padding-top: 80px;
}
main.top #benefits .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -27px;
  margin-bottom: -40px;
}
main.top #benefits .item-li {
  margin-right: 27px;
  margin-bottom: 40px;
  width: calc(25% - 27px);
}
main.top #benefits .item-img {
  text-align: center;
  margin-bottom: 20px;
}
main.top #benefits .item-img img {
  border-radius: 12px;
}
main.top #benefits .item-text h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
main.top #benefits .item-text p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.8);
}
main.top #company {
  overflow: hidden;
}
main.top #company .content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
main.top #company .content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 40%;
  right: -50px;
  bottom: 0;
  background: #F9F7F5;
  border-radius: 0 80px 0 0;
}
main.top #company .content > * {
  position: relative;
}
main.top #company .item-content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #company .item-bg {
  width: calc(50% + 170px);
  position: relative;
}
main.top #company .item-bg:after {
  content: "";
  display: block;
  width: calc(50vw + 170px);
  aspect-ratio: 2.1388888889;
  left: 0;
  position: relative;
  background: url(../img/top/company/bg.jpg) no-repeat center/cover;
  border-radius: 0 20px 20px 0;
  margin-left: calc((100vw - 1200px) / -2);
}
@media screen and (max-width: 1300px) {
  main.top #company .item-bg:after {
    margin-left: -50px;
  }
}
main.top #company .item-text {
  margin-left: 36px;
  padding-top: 32px;
  padding-bottom: 50px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #recruit .content {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}
main.top #recruit .content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: -50px;
  bottom: 0;
  background: #F9F7F5;
  border-radius: 0 0 80px 0;
}
main.top #recruit .content > * {
  position: relative;
}
main.top #recruit .item-content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #recruit .item-img {
  margin-right: -50px;
  margin-left: 60px;
}
main.top #recruit .item-img img {
  border-radius: 30px 0 0 30px;
}
main.top #recruit .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #news {
  padding-top: 110px;
  padding-bottom: 75px;
}
main.top #news .block-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
}
main.top #news .block-title:not(:last-child) {
  margin-bottom: 45px;
}
main.top #news .block-title .btn {
  margin-left: auto;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main top
  ------------------------------------------------------------*/
  main.top #about {
    padding-bottom: 160px;
  }
  main.top #about .item-text {
    margin-right: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
  }
  main.top #about .item-img {
    max-width: 45%;
  }
  main.top #benefits .item-list {
    margin-right: -20px;
  }
  main.top #benefits .item-li {
    margin-right: 20px;
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main.top #benefits .item-li {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.top #company .item-bg {
    width: calc(50% + 30px);
  }
  main.top #company .item-bg:after {
    width: calc(50vw + 30px);
    margin-left: -40px;
  }
  main.top #company .item-text {
    margin-left: 30px;
  }
  main.top #recruit .item-img {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  /* main top
  ------------------------------------------------------------*/
  main.top #about {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  main.top #about:before {
    height: 30px;
    top: -15px;
  }
  main.top #about:after {
    height: 100px;
    background-size: auto 100%;
  }
  main.top #about .content {
    flex-wrap: wrap;
  }
  main.top #about .item-text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #about .item-text .heading-lv01:before {
    width: 40px;
    height: 35px;
    background-size: contain;
  }
  main.top #about .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #about .item-text .btn-block {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  main.top #about .item-img {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  main.top #benefits {
    padding-top: 40px;
  }
  main.top #benefits .item-list {
    margin-right: -15px;
    margin-bottom: -25px;
  }
  main.top #benefits .item-li {
    margin-right: 15px;
    margin-bottom: 25px;
    width: calc(50% - 15px);
  }
  main.top #benefits .item-img {
    margin-bottom: 15px;
  }
  main.top #benefits .item-text h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
  main.top #company .content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  main.top #company .content:before {
    right: -10px;
    height: 50%;
  }
  main.top #company .item-content {
    flex-wrap: wrap;
  }
  main.top #company .item-bg {
    width: 100%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    aspect-ratio: 2;
  }
  main.top #company .item-bg:after {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  main.top #company .item-text {
    margin-left: 0px;
    padding-top: 32px;
    padding-bottom: 0;
    width: 100%;
  }
  main.top #recruit .content {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  main.top #recruit .content:before {
    right: -10px;
  }
  main.top #recruit .item-content {
    flex-wrap: wrap;
  }
  main.top #recruit .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: -10px;
    margin-left: 0px;
    margin-top: 30px;
  }
  main.top #recruit .item-text {
    width: 100%;
  }
  main.top #news {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  main.top #news .block-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  main.top #news .block-title:not(:last-child) {
    margin-bottom: 45px;
  }
  main.top #news .block-title .btn {
    margin-left: auto;
  }
}
