main.top {
  background: -webkit-gradient(linear, left top, right top, from(#FEABB5), color-stop(42.31%, #F588B7), color-stop(74.04%, #BCB0E4), to(#91BEE3));
  background: linear-gradient(90deg, #FEABB5 0%, #F588B7 42.31%, #BCB0E4 74.04%, #91BEE3 100%);
}
main.top .top-contents {
  position: relative;
  z-index: 2;
}

.fixed-bg {
  position: relative;
  min-height: 100%;
  background-image: url(/images/top/mv_bg01_pc.jpg);
  background-size: 100% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top 0 center;
  z-index: 2;
}
@media print, screen and (min-width: 1910px) {
  .fixed-bg {
    background-image: url(/images/top/mv_bg01_1901_pc.jpg);
    background-size: 2106px auto;
    background-position: center center;
  }
}
@media print, screen and (min-width: 2107px) {
  .fixed-bg {
    background-image: url(/images/top/mv_bg01_1901_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
}
@media print, screen and (max-width: 1600px) {
  .fixed-bg {
    background-image: url(/images/top/mv_bg01_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
@media print, screen and (max-width: 1060px) {
  .fixed-bg {
    background-position: top 0 center;
  }
}
@media screen and (max-width: 750px) {
  .fixed-bg {
    background-image: url(/images/top/mv_bg01_sp.jpg);
    background-size: auto 100vh;
    background-position: top 0 right;
  }
}
.fixed-bg.bg-1 .top-mainvisual__ttl,
.fixed-bg.bg-1 .top-mainvisual__read {
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixed-bg.bg-1.bg-dark {
  position: relative;
}
.fixed-bg.bg-1.bg-dark .top-mainvisual__ttl,
.fixed-bg.bg-1.bg-dark .top-mainvisual__read {
  opacity: 0;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.fixed-bg.bg-1.bg-none .top-mainvisual__ttl-wrapper {
  position: static;
}
.fixed-bg.bg-2 {
  background-image: url(/images/top/about_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
}
@media print, screen and (max-width: 1600px) {
  .fixed-bg.bg-2 {
    background-image: url(/images/top/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
@media print, screen and (max-width: 1060px) {
  .fixed-bg.bg-2 {
    background: none;
  }
}
@media screen and (max-width: 750px) {
  .fixed-bg.bg-2 {
    background: -webkit-gradient(linear, left top, right top, from(#FEABB5), color-stop(42.31%, #F588B7), color-stop(74.04%, #BCB0E4), to(#91BEE3));
    background: linear-gradient(90deg, #FEABB5 0%, #F588B7 42.31%, #BCB0E4 74.04%, #91BEE3 100%);
    background-attachment: local;
  }
}

.top-mainvisual {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-mainvisual-wrapper {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .top-mainvisual-wrapper {
    padding: 0 0 0 2.6666666667vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-mainvisual__ttl {
  font-size: 3.3684210526vw;
  line-height: 4.4210526316vw;
  font-weight: 800;
  margin-bottom: 1.2631578947vw;
  vertical-align: middle;
  text-shadow: rgba(124, 176, 215, 0.2) 1px 0 20px;
  z-index: 100;
}
.top-mainvisual__ttl-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 100px 7.1578947368vw 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-mainvisual__ttl-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 2.6666666667vw;
  }
}
@media print, screen and (min-width: 1910px) {
  .top-mainvisual__ttl {
    font-size: 4rem;
    line-height: 1.3125;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-mainvisual__ttl {
    font-size: 6.4vw;
    line-height: 11.2vw;
    margin-bottom: 3.2vw;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: rgba(124, 176, 215, 0.6) 1px 0 20px;
  }
}
.top-mainvisual__read {
  font-size: 1.4736842105vw;
  line-height: 2.6315789474vw;
  font-weight: 700;
  text-shadow: rgba(124, 176, 215, 0.2) 1px 0 20px;
  z-index: 5;
}
@media print, screen and (min-width: 1910px) {
  .top-mainvisual__read {
    font-size: 1.75rem;
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-mainvisual__read {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
    text-align: left;
    margin-bottom: 8vw;
    text-shadow: rgba(124, 176, 215, 0.6) 1px 0 20px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-mainvisual {
    padding: 0 6%;
  }
}

.top-what-contents-wrapper {
  background: #fff;
  padding: 200px 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 4;
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
@media screen and (max-width: 750px) {
  .top-what-contents-wrapper {
    padding: 40px 4.2666666667% 0;
  }
}
.top-what-contents-inner-top {
  max-width: 1452px;
  margin: 0 auto;
  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: 750px) {
  .top-what-contents-inner-top {
    margin: 0 auto;
    display: block;
  }
}
.top-what-contents-inner-top .contents__ttl {
  width: 46.4187327824%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .top-what-contents-inner-top .contents__ttl {
    width: 100%;
    margin: 0 0 50px;
  }
}
.top-what-contents-inner-top .contents__ttl > h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .top-what-contents-inner-top .contents__ttl > h2 {
    margin-bottom: 20px;
  }
}
.top-what-contents-inner-top .contents__ttl h3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .top-what-contents-inner-top .contents__ttl h3 {
    margin-bottom: 50px;
  }
}
.top-what-contents-inner-bottom {
  margin: 200px auto 0;
  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;
  overflow: hidden;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  position: relative;
  width: 100%;
  height: 34.1603053435vw;
}
@media print, screen and (min-width: 1571px) {
  .top-what-contents-inner-bottom {
    width: 1452px;
    height: 537px;
  }
}
.top-what-contents-inner-bottom.active {
  width: 86.0050890585vw;
  height: 31.8066157761vw;
  border-radius: 16px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  overflow: hidden;
}
@media print, screen and (min-width: 1571px) {
  .top-what-contents-inner-bottom.active {
    width: 1352px;
    height: 500px;
  }
}
.top-what-contents-inner-bottom.active-img02-act {
  width: 86.0050890585vw;
  height: 31.8066157761vw;
  margin: auto;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (min-width: 1571px) {
  .top-what-contents-inner-bottom.active-img02-act {
    width: 1352px;
    height: 500px;
  }
}
.top-what-contents-img01 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 53.5812672176%;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .top-what-contents-img01 {
    max-width: none;
    width: 100%;
    margin: 50px 0 0;
  }
}
.top-what-contents-txt {
  font-size: 1.1450381679vw;
  line-height: 2.2;
  color: #000;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1571px) {
  .top-what-contents-txt {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}
@media print, screen and (max-width: 1230px) {
  .top-what-contents-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .top-what-contents-txt {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    text-align: left;
    margin-top: 50px;
  }
}
.top-what-contents-img02 {
  width: 92.3664122137vw;
  height: 34.1603053435vw;
  margin: auto;
  text-align: center;
  overflow: visible;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
@media print, screen and (min-width: 1571px) {
  .top-what-contents-img02 {
    width: 1452px;
    height: 537px;
  }
}
.top-what-contents-img02 img {
  width: 100%;
  height: auto;
}

.top-service {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .top-service {
    padding: 0;
  }
}
.top-service-contents-wrapper {
  background: #fff;
  padding: 200px 60px 100px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 750px) {
  .top-service-contents-wrapper {
    padding: 70px 4.2666666667% 30px;
  }
}
.top-service-contents-wrapper .contents__ttl h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .top-service-contents-wrapper .contents__ttl h2 {
    margin-bottom: 40px;
  }
}
.top-service-contents-wrapper .content-btn01 .content-btn-border {
  width: 545px;
}
@media screen and (max-width: 750px) {
  .top-service-contents-wrapper .content-btn01 .content-btn-border {
    width: 100%;
  }
}
.top-service-txt {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .top-service-txt {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}
.top-service-list {
  max-width: 1452px;
  width: 100%;
  margin: 100px auto 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: 750px) {
  .top-service-list {
    display: block;
    margin: 0 auto 50px;
  }
}
.top-service-list li {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  width: 47.2451790634%;
  margin-bottom: 80px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-service-list li {
    width: 100%;
    margin: 0 auto 30px;
    border-radius: 8px;
  }
}
.top-service-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8.1424936387vw 2.5445292621vw 11.5776081425vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 1571px) {
  .top-service-list li a {
    padding: 128px 40px 182px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-list li a {
    padding: 21px 20px 40px;
  }
}
.top-service-list li a::after {
  background: -webkit-gradient(linear, left top, right top, from(#34c2e3), color-stop(71%, #417dfa), color-stop(80%, #417dfa), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #34c2e3 0%, #417dfa 71%, #417dfa 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140%;
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  z-index: -1;
}
.top-service-list li a .top-service-list__ttl {
  position: relative;
  padding-left: 10.3053435115vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .top-service-list li a .top-service-list__ttl {
    margin-bottom: 0;
    padding-left: 81px;
  }
}
.top-service-list li a .top-service-list__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5445292621vw;
  margin: auto 0;
  width: 3.9440203562vw;
  height: 3.9440203562vw;
  background: #3aa5ee url(/images/top/service_list_arrow_pc.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (min-width: 1571px) {
  .top-service-list li a .top-service-list__ttl::before {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-list li a .top-service-list__ttl::before {
    left: 13px;
    width: 31px;
    height: 31px;
    background-size: 6px auto;
  }
}
@media print, screen and (min-width: 751px) {
  .top-service-list li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .top-service-list li:hover a {
    color: #fff;
    opacity: 1;
  }
  .top-service-list li:hover a .read_under {
    opacity: 1;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .top-service-list li:hover a .top-service-list__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.5445292621vw;
    margin: auto 0;
    width: 3.9440203562vw;
    height: 3.9440203562vw;
    background: #fff url(/images/top/service_list_arrow_on_pc.png) no-repeat center center;
    border-radius: 50%;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 1571px) {
  .top-service-list li:hover a .top-service-list__ttl::before {
    width: 62px;
    height: 62px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-service-list li:hover a::after {
    opacity: 1;
  }
}
.top-service-list__read {
  position: relative;
  font-size: 1.5267175573vw;
  line-height: 1.6666;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 3.8167938931vw;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  text-align: center;
}
@media print, screen and (min-width: 1571px) {
  .top-service-list__read {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 1230px) {
  .top-service-list__read {
    font-size: 18.7786px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-list__read {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-bottom: 23px;
  }
}
.top-service-list__read .read_over {
  display: block;
  background: linear-gradient(101.01deg, #34C2E3 9.93%, #417DFA 91.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top-service-list__read .read_under {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  color: #fff;
  z-index: 3;
  opacity: 0;
}
.top-service-list__ttl-main {
  font-size: 1.9083969466vw;
  line-height: 1.46666;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (min-width: 1571px) {
  .top-service-list__ttl-main {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}
@media print, screen and (max-width: 1230px) {
  .top-service-list__ttl-main {
    font-size: 23.4733px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-list__ttl-main {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.top-service-list__ttl-sub {
  font-size: 0.8905852417vw;
  line-height: 1.46666;
  letter-spacing: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (min-width: 1571px) {
  .top-service-list__ttl-sub {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 1230px) {
  .top-service-list__ttl-sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-list__ttl-sub {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.top-service-list__txt {
  font-size: 1.0178117048vw;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 0 2.5445292621vw;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1571px) {
  .top-service-list__txt {
    font-size: 1rem;
    line-height: 1.625;
    padding: 0 40px;
  }
}

.top-works-wrapper {
  background: #fff;
  padding: 100px 0 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .top-works-wrapper {
    padding: 40px 4.2666666667% 60px;
  }
}
@media screen and (max-width: 750px) {
  .top-works-wrapper .contents__ttl > h2 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-works-wrapper .content-btn01 .content-btn-border {
    max-width: 644px;
  }
}
.top-works__ttl-wrapper {
  max-width: 1572px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-works__ttl-wrapper {
    padding: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .top-works__ttl > h2 {
    margin-bottom: 60px;
  }
}
.top-works__ttl > h3 {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .top-works__ttl > h3 {
    margin-bottom: 30px;
  }
}
.top-works__ttl .top-works-read {
  font-size: 1.1132315522vw;
  line-height: 2.2222;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 1571px) {
  .top-works__ttl .top-works-read {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}
@media print, screen and (max-width: 1230px) {
  .top-works__ttl .top-works-read {
    font-size: 13.69px;
  }
}
@media screen and (max-width: 750px) {
  .top-works__ttl .top-works-read {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}
.top-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1572px;
  width: 100%;
  margin: 0 auto 160px;
  padding: 0 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-works__list:last-child {
  margin-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .top-works__list:last-child {
    margin: 0 auto 50px;
  }
}
@media print, screen and (max-width: 1600px) {
  .top-works__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-works__list {
    padding: 0 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 750px) {
  .top-works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    padding: 0;
    margin: 0 auto 50px;
  }
}
.top-works__list-wrapper {
  width: 100%;
  margin-top: 160px;
}
@media screen and (max-width: 750px) {
  .top-works__list-wrapper {
    margin-top: 50px;
  }
}
.top-works__list__left {
  width: 466px;
  margin-right: 86px;
}
@media print, screen and (max-width: 1060px) {
  .top-works__list__left {
    width: 100%;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .top-works__list__left {
    width: 100%;
    margin: 30px 0 0;
    min-width: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-works__list__left .content-btn02 {
  max-width: 466px;
  margin-top: 42px;
}
@media screen and (max-width: 750px) {
  .top-works__list__left .content-btn02 {
    max-width: none;
    margin-top: 29px;
  }
}
.top-works__list-num {
  padding: 0 0 55px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: absolute;
  top: 36px;
  left: 26px;
}
@media screen and (max-width: 750px) {
  .top-works__list-num {
    position: absolute;
    top: 18px;
    left: 16px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-works__list-num .category {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.16em;
  margin-right: 10px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .top-works__list-num .category {
    font-size: 0.375rem;
    line-height: 1;
  }
}
.top-works__list-num .num {
  font-size: 5rem;
  line-height: 0.625;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .top-works__list-num .num {
    font-size: 2.8125rem;
    line-height: 0.6666666667;
  }
}
.top-works__list-name {
  font-size: 1.875rem;
  line-height: 1.4666666667;
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #fff;
  font-weight: 700;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1600px) {
  .top-works__list-name {
    font-size: 1.5vw;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-works__list-name {
    font-size: 1.0625rem;
    line-height: 1.4705882353;
  }
}
@media screen and (max-width: 750px) {
  .top-works__list-name {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    bottom: 10px;
    padding: 0 20px;
  }
}
.top-works__list__ttl {
  font-size: 1.375rem;
  line-height: 1.8181818182;
  color: #3aa5ee;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .top-works__list__ttl {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}
.top-works__list-type {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 700;
  margin: 10px 0 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .top-works__list-type {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 400;
  }
}
.top-works__list-txt {
  font-size: 0.8125rem;
  line-height: 2.3076923077;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .top-works__list-txt {
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 10px 0 0;
  }
}
.top-works__list__right {
  max-width: 900px;
  height: 506px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media print, screen and (max-width: 1060px) {
  .top-works__list__right {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .top-works__list__right {
    height: 66.2666666667vw;
    border-radius: 4px;
  }
}
.top-works__list__right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-works__list__right-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
  }
}
.top-works__list__right-pic {
  width: 900px;
  overflow: visible;
}
.top-works__list__right-pic-wrapper {
  max-width: 900px;
  height: 506px;
  width: auto;
}
@media print, screen and (max-width: 1060px) {
  .top-works__list__right-pic-wrapper {
    max-width: none;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .top-works__list__right-pic-wrapper {
    height: 66.2666666667vw;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-works__list__right-pic {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .top-works__list__right-pic {
    width: 100%;
    height: 85.3333333333vw;
  }
}
.top-works__list__right-pic img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .top-works__list__right-pic img {
    height: 66.2666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-works__list-category {
  font-size: 0.8125rem;
  line-height: 2.3076923077;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 10px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .top-works__list-category {
    font-size: 0.75rem;
    line-height: 1.25;
    height: auto;
    margin: 10px 0 20px;
  }
}
.top-works__list-category li {
  padding-right: 17px;
  position: relative;
}
.top-works__list-category li::after {
  content: " / ";
  position: absolute;
  right: 5px;
  top: -1px;
}
.top-works__list-category li:first-child {
  padding-top: 0;
}
.top-works__list-category li:last-child {
  padding-right: 0;
}
.top-works__list-category li:last-child::after {
  content: none;
}

.top-about {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6.6666666667vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-about {
    padding-bottom: 0;
  }
}
.top-about-wrapper {
  width: 100%;
  height: 100vh;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 1060px) {
  .top-about-wrapper {
    height: auto;
    display: block;
    margin: 120px auto;
  }
}
@media screen and (max-width: 750px) {
  .top-about-wrapper {
    margin: 0 auto;
    padding: 60px 6%;
  }
}
.top-about .content-btn01a {
  margin-top: 80px;
}
.top-about-ttl {
  font-size: 2.375rem;
  line-height: 1.4473684211;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1600px) {
  .top-about-ttl {
    font-size: 2.375vw;
    line-height: 3.4375vw;
  }
}
@media screen and (max-width: 750px) {
  .top-about-ttl {
    font-size: 1.3125rem;
    line-height: 1.2380952381;
    margin-bottom: 30px;
  }
}
.top-about-read {
  letter-spacing: 0.2em;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  width: 47.0714285714%;
}
@media print, screen and (max-width: 1600px) {
  .top-about-read {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    width: 42.8571428571%;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-about-read {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .top-about-read {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.top-about .content-btn01a .content-btn-border {
  margin-left: 0;
  margin-right: 0;
  max-width: 511px;
}
@media print, screen and (max-width: 1600px) {
  .top-about .content-btn01a .content-btn-border {
    width: 42.8571428571%;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-about .content-btn01a .content-btn-border {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .top-about .content-btn01a .content-btn-border {
    max-width: none;
  }
}
@media screen and (max-width: 750px) {
  .top-about .content-btn01a {
    margin-top: 40px;
  }
}

.top-technology-wrapper {
  width: 100%;
  background: #fff;
  padding: 160px 60px 152px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-technology-wrapper {
    padding: 60px 4.2666666667% 50px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-technology-wrapper .contents__ttl.center > h2 {
    margin-bottom: 74px;
  }
}
.top-technology-inner {
  max-width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 0 auto;
}
.top-technology-read {
  font-size: 1.0178117048vw;
  line-height: 1.8755;
  margin: 0 auto 91px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1571px) {
  .top-technology-read {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media print, screen and (max-width: 1230px) {
  .top-technology-read {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 750px) {
  .top-technology-read {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  .top-technology-pic {
    padding: 0 4.9562682216%;
  }
}

.top-support-wrapper {
  padding: 140px 0 96px;
  background: #f5f5f5;
}
@media screen and (max-width: 750px) {
  .top-support-wrapper {
    padding: 60px 4.2666666667% 44px;
  }
}
.top-support-inner {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-support-inner {
    padding: 0;
  }
}
.top-support-list {
  max-width: 1288px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media print, screen and (max-width: 1140px) {
  .top-support-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 750px) {
  .top-support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px auto 0;
    padding: 0 3.4985422741%;
  }
}
.top-support-list li {
  text-align: center;
  margin-bottom: 60px;
  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;
}
@media screen and (max-width: 750px) {
  .top-support-list li {
    margin: 0 7px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-support-list li:nth-child(1) {
    width: 16.4705882353%;
  }
  .top-support-list li:nth-child(2) {
    width: 17.2058823529%;
  }
  .top-support-list li:nth-child(3) {
    width: 23.6764705882%;
  }
  .top-support-list li:nth-child(4) {
    width: 22.6470588235%;
  }
  .top-support-list li:nth-child(5) {
    width: 22.3529411765%;
  }
  .top-support-list li:nth-child(6) {
    width: 19.2647058824%;
  }
  .top-support-list li:nth-child(7) {
    width: 41.4705882353%;
  }
  .top-support-list li:nth-child(8) {
    width: 32.6470588235%;
  }
  .top-support-list li:nth-child(9) {
    width: 22.3529411765%;
  }
  .top-support-list li:nth-child(10) {
    width: 26.9117647059%;
  }
}
.top-support-pic {
  padding: 0 60px;
}

.top-recruit-wrapper {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .top-recruit-wrapper {
    padding: 60px 0 0;
  }
}
.top-recruit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.top-recruit-inner .contents__ttl > h2.bl-ttl {
  margin-bottom: 7.0526315789vw;
}
@media screen and (max-width: 750px) {
  .top-recruit-inner .contents__ttl > h2.bl-ttl {
    padding: 0 4.2666666667%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit-inner {
    display: block;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  }
}
.top-recruit-pic {
  width: 53.8947368421%;
  min-height: 739px;
  background: url(/images/top/recruit_pic01_pc.png) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .top-recruit-pic {
    width: 100%;
    min-height: auto;
    height: 83.2vw;
    background: url(/images/top/recruit_pic01_sp.png) no-repeat top center;
    background-size: contain;
  }
}
.top-recruit-pic img {
  width: 100%;
}
.top-recruit-read {
  font-size: 1.0178117048vw;
  line-height: 1.875;
  text-align: center;
  margin: 0 auto 7.1052631579vw;
  letter-spacing: 0;
}
.top-recruit-read-wrapper {
  width: 46.1052631579%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .top-recruit-read-wrapper {
    width: 100%;
  }
}
.top-recruit-read-inner {
  width: 100%;
  margin-top: 25px;
  background: url(/pf/images/top/);
  padding: 0 6.8493150685% 0 13.2420091324%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-recruit-read-inner {
    margin-top: 30px;
    padding: 0 4.2666666667% 60px;
  }
}
.top-recruit-read-inner .contents__ttl {
  padding: 0;
  margin-bottom: 2.6315789474vw;
}
.top-recruit-read-inner .content-btn-wrapper {
  margin-top: 3.6842105263vw;
}
@media screen and (max-width: 750px) {
  .top-recruit-read-inner .content-btn-wrapper {
    margin-top: 8.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit-read-inner .content-btn02 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1571px) {
  .top-recruit-read {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media print, screen and (max-width: 1230px) {
  .top-recruit-read {
    font-size: 12.5191px;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit-read {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    text-align: left;
  }
}

.top-another-wrapper {
  background: #fff;
}
.top-another-wrapper a {
  display: block;
  padding: 192px 0 180px;
}
@media screen and (max-width: 750px) {
  .top-another-wrapper a {
    padding: 60px 4.2666666667% 80px;
  }
}
.top-another-wrapper a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .top-another-wrapper .contents__ttl > h2.bl-ttl {
    margin-bottom: 40px;
  }
}
.top-another-pic {
  text-align: center;
  margin-top: 76px;
  padding: 0 60px;
}
@media screen and (max-width: 750px) {
  .top-another-pic {
    width: 51.6034985423%;
    margin: 40px auto 0;
    padding: 0;
  }
}
/*# sourceMappingURL=../../_development/maps/css/top.css.map */
