header {
  position: fixed;
}

header .background {
  opacity: 0;
}

header .background.show {
  opacity: 1;
  -webkit-transition: height 300ms 0ms, opacity 300ms 0ms;
  transition: height 300ms 0ms, opacity 300ms 0ms;
}

main #cover {
  width: 100%;
  height: 46.875vw;
}

main #cover div {
  width: 100%;
  height: 100%;
  position: relative;
}

main #cover div p {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
  position: absolute;
  color: white;
}

main #cover div p.title {
  font-weight: 700;
  font-size: 4.0625vw;
  line-height: 1.41026;
}

main #cover div p.copy {
  font-size: 1.25vw;
  line-height: 1.83333;
}

main #cover div:nth-of-type(1) {
  background: url(../img/index_03_1.jpg) center top/cover no-repeat;
}

main #cover div:nth-of-type(1) p.title {
  top: 44.44444%;
  left: 7.55208%;
}

main #cover div:nth-of-type(1) p.copy {
  top: 71.11111%;
  left: 7.55208%;
}

main #cover div:nth-of-type(2) {
  background: url(../img/index_03_2.jpg) center top/cover no-repeat;
}

main #cover div:nth-of-type(2) p.title {
  top: 44.44444%;
  left: 7.55208%;
}

main #cover div:nth-of-type(2) p.copy {
  top: 71.11111%;
  left: 7.55208%;
}

main #cover div:nth-of-type(3) {
  background: url(../img/index_03_3.jpg) center top/cover no-repeat;
}

main #cover div:nth-of-type(3) p.title {
  top: 44.44444%;
  left: 7.55208%;
}

main #cover div:nth-of-type(3) p.copy {
  top: 71.11111%;
  left: 7.55208%;
}

main #cover div:nth-of-type(4) {
  background: url(../img/index_03_4.jpg) center top/cover no-repeat;
}

main #cover div:nth-of-type(4) p.title {
  top: 44.44444%;
  left: 7.55208%;
}

main #cover div:nth-of-type(4) p.copy {
  top: 71.11111%;
  left: 7.55208%;
}

main #cover_sp {
  display: none;
}

main #topics {
  overflow: hidden;
}

main #topics h2 {
  width: 77.65625vw;
  height: 11.35417vw;
  position: relative;
  margin: 4.58333vw 0 0 11.35417vw;
  background: url(../img/index_04.png) center top/cover no-repeat;
  z-index: 1;
}

main #topics .topics {
  width: 78.125vw;
  min-height: 15.10417vw;
  position: relative;
  float: right;
  margin: -2.60417vw 0 0;
  background: #fdf1e7;
}

main #topics .topics ul {
  width: 60%;
  margin: 0 0 0 4.73333%;
  padding: 2.93333% 0 2.6%;
  list-style: none;
}

main #topics .topics ul li {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 2.77778;
  color: black;
  border-top: solid 2px white;
}

main #topics .topics ul li:first-of-type {
  border-top: none;
}

main #topics .topics ul li div {
  display: inline-block;
  width: 10.41667vw;
  height: auto;
  margin: 0 1.5625vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 0.72917vw;
  line-height: 1.92857;
  text-align: center;
  color: white;
  background: #8f8f8f;
}

main #topics .topics ul li div.information {
  background: #8f8f8f;
}

main #topics .topics ul li div.education {
  background: #f2b46b;
}

main #topics .topics ul li div.column {
  background: #d8c766;
}

main #topics .topics ul li div.activities {
  background: #38bb45;
}

main #topics .topics ul li div.video {
  background: #118232;
}

main #topics .topics ul li div.business {
  background: #209e44;
}

main #topics .topics ul li div.media {
  background: #77c9d4;
}

/* TOPトピックス内ラベル：トピックス一覧採用カテゴリ色指定 */
main #topics .topics ul li div.recruit {
  background: #00fa9a;
}

main #topics .topics ul li a {
  color: black;
  text-decoration: none;
}

main #topics .topics ul li .text {
  display: inline-block;
  width: 26.04167vw;
  height: 2.60417vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

main #topics .topics .button {
  width: 10.41667vw;
  height: 3.125vw;
  position: absolute;
  bottom: 2.86458vw;
  right: 11.71875vw;
  padding: 0 2.08333vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.25vw;
  line-height: 2.5;
  font-weight: 500;
  text-align: center;
  color: #209e44;
  background: white url(../img/index_05.png) right 1.30208vw center/1.66667vw no-repeat;
  border: solid 2px #209e44;
  border-radius: 1.97917vw;
}

main #about h2 {
  width: 27.55208vw;
  height: 11.45833vw;
  position: relative;
  margin: 5.72917vw 0 0 10.9375vw;
  background: url(../img/index_06.png) center top/cover no-repeat;
  z-index: 1;
}

main #about .about {
  width: 100%;
  height: 28.64583vw;
  margin: -2.60417vw 0 0;
  background: #e8e8e8;
}

main #about .about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78.125%;
  position: relative;
  top: 4.42708vw;
  left: 10.9375vw;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

main #about .about ul a {
  text-decoration: none;
}

main #about .about ul li {
  width: 23.95833vw;
  height: 21.35417vw;
  overflow: hidden;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 2.77778;
  color: black;
}

main #about .about ul li img {
  width: 27.08333vw;
  height: 17.70833vw;
  margin: 0vw;
  max-width:100%;
}

main #about .about ul li span {
  padding: 0 0 0 3.125vw;
  font-size: 1.45833vw;
  line-height: 2.14286;
  vertical-align: bottom;
}

main #about .about ul li.company span {
  background: url(../img/index_08_1.png) left center/contain no-repeat;
}

main #about .about ul li.philosophy span {
  background: url(../img/index_08_2.png) left center/contain no-repeat;
}

main #about .about ul li.activities span {
  background: url(../img/index_08_3.png) left center/contain no-repeat;
}

main #business h2 {
  width: 43.48958vw;
  height: 11.45833vw;
  position: relative;
  margin: 5.98958vw 0 0 45.3125vw;
  background: url(../img/index_09.png) center top/cover no-repeat;
  z-index: 1;
}

main #business .cover {
  width: 100%;
  height: 17.1875vw;
  position: relative;
  margin: -2.60417vw 0 0;
  background: url(../img/index_10.jpg) center top/cover no-repeat;
}

main #business .cover p {
  position: absolute;
  top: 6.25vw;
  left: 10.9375vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 1.14583vw;
  line-height: 1.81818;
  color: white;
  text-shadow: black 1px 0 0.26042vw;
}

main #business ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0.52083vw 0 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

main #business ul li {
  width: 33%;
  height: 22.13542vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-top: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  background-position: center center;
  background-size: 10.41667vw;
  background-repeat: no-repeat;
}

main #business ul li:nth-of-type(-n+4) {
  border-top: none;
}

main #business ul li:nth-of-type(4n+1) {
  border-left: none;
}

main #business ul li .title {
  margin: 3.38542vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 1.45833vw;
  line-height: 1.42857;
  color: black;
  text-align: center;
}

main #business ul li .details {
  width: 11.45833vw;
  height: 2.60417vw;
  position: absolute;
  bottom: 2.86458vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 1.04167vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 0.9375vw;
  line-height: 2.60417vw;
  font-weight: 500;
  text-align: center;
  color: #209e44;
  background: white url(../img/index_05.png) right 1.04167vw center/1.30208vw no-repeat;
  border: solid 2px #209e44;
  border-radius: 1.71875vw;
}

main #business h3 {
  margin: 3.64583vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.875vw;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: black;
}

main #business .package {
  width: 100%;
  height: 22.39583vw;
  position: relative;
  margin: 1.5625vw 0 0;
  background: url(../img/index_12.jpg) center top/cover no-repeat;
}

main #business .package .slide {
  width: 76.04167vw;
  position: absolute;
  top: 4.16667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

main #business .package .slide .slick-slide {
  display: block;
  width: 23.95833vw;
  height: 14.58333vw;
  margin: 0 1.04167vw 0;
  text-decoration: none;
}

main #business .package .slide .slick-slide img {
  width: 100%;
  height: auto;
}

main #business .package .slide .slick-slide p {
  margin: 1.97917vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 1.45833vw;
  line-height: 1;
  text-align: center;
  color: black;
}

main #business .package .slide .slick-prev {
  width: 3.64583vw;
  height: 3.64583vw;
  position: absolute;
  top: 5.20833vw;
  right: -6.77083vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 2.08333vw;
  line-height: 1.75;
  text-align: center;
  color: white;
  background: #7c7c7c;
  border: none;
  cursor: pointer;
}

main #business .package .slide .slick-next {
  width: 3.64583vw;
  height: 3.64583vw;
  position: absolute;
  top: 5.20833vw;
  left: -6.77083vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 2.08333vw;
  line-height: 1.75;
  text-align: center;
  color: white;
  background: #7c7c7c;
  border: none;
  cursor: pointer;
}

main #business a {
  text-decoration: none;
}

main #business .button {
  display: block;
  width: 16.66667vw;
  height: 3.64583vw;
  margin: 2.86458vw auto 0;
  text-decoration: none;
  background: white;
  border: solid 2px #209e44;
  border-radius: 4.0625vw;
}

main #business .button div {
  padding: 0 2.08333vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.25vw;
  line-height: 2.91667;
  font-weight: 500;
  text-align: center;
  color: #209e44;
  background: url(../img/index_05.png) right 1.66667vw center/1.66667vw no-repeat;
}

main #blog h2 {
  width: 62.5vw;
  height: 11.45833vw;
  position: relative;
  margin: 5.46875vw 0 0 10.41667vw;
  background: url(../img/index_14.png) center top/cover no-repeat;
}

main #blog h2 span {
  position: absolute;
  top: 9.11458vw;
  left: 2.86458vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 1.04167vw;
  line-height: 1;
  color: black;
}

main #blog .blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78.125vw;
  margin: 2.34375vw auto 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

main #blog .blog li {
  width: 17.5vw;
  height: 30vw;
  position: relative;
  border: solid 2px #c6c6c6;
  -webkit-box-shadow: 0.52083vw 0.52083vw #c7f2bd;
          box-shadow: 0.52083vw 0.52083vw #c7f2bd;
}

main #blog .blog li .date {
  position: absolute;
  top: 2.08333vw;
  left: 2.08333vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 1.04167vw;
  line-height: 1;
  color: #209e44;
}

main .eyecatch {
  width: 13.34vw;
  position: absolute;
  margin: auto;
  top: 4.5vw;
  left: 2.08333vw;
}

main .eyecatch img{
  width: 100%;
  object-fit: contain;
  margin: auto;
}

main .eyecatch img[src$="no_image.png"]{
  max-height:140px;
  position: absolute;
  margin: auto;
  top: 0vw;
}

main #blog .blog li .title {
  width: 13.54167vw;
  position: absolute;
  top: 14vw;
  left: 2.08333vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.75;
  color: black;
}

main #blog .blog li .button {
  width: 4.27083vw;
  height: 2.03125vw;
  position: absolute;
  top: 25vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.25vw;
  line-height: 2.91667;
  font-weight: 500;
  text-align: center;
  color: #209e44;
  background: white url(../img/index_05.png) center center/1.35417vw no-repeat;
  border: solid 2px #209e44;
  border-radius: 2.44792vw;
}

main #blog .button {
  display: block;
  width: 16.66667vw;
  height: 3.64583vw;
  margin: 2.86458vw auto 0;
  text-decoration: none;
  background: white;
  border: solid 2px #209e44;
  border-radius: 4.0625vw;
}

main #blog .button div {
  padding: 0 2.08333vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.25vw;
  line-height: 2.91667;
  font-weight: 500;
  text-align: center;
  color: #209e44;
  background: url(../img/index_05.png) right 1.66667vw center/1.66667vw no-repeat;
}

main #recruit h2 {
  width: 19.6875vw;
  height: 11.45833vw;
  position: relative;
  margin: 6.51042vw 0 0 69.27083vw;
  background: url(../img/index_15.png) center top/cover no-repeat;
  z-index: 1;
}

main #recruit h2 span {
  position: absolute;
  top: 9.11458vw;
  left: 2.86458vw;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 1.04167vw;
  line-height: 1;
  color: black;
}

main #recruit .cover {
  width: 100%;
  height: 26.04167vw;
  position: relative;
  margin: -2.60417vw 0 0;
  background: url(../img/index_16.jpg) center top/cover no-repeat;
}

main #recruit .cover p {
  position: absolute;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  color: white;
}

main #recruit .cover p.title {
  top: 3.48958vw;
  left: 5.98958vw;
  font-size: 3.75vw;
  line-height: 1.33333;
}

main #recruit .cover p.copy {
  top: 17.70833vw;
  left: 5.98958vw;
  font-size: 1.04167vw;
  line-height: 1;
}

main #recruit .button {
  display: block;
  width: 16.66667vw;
  height: 3.64583vw;
  margin: 2.86458vw auto 0;
  text-decoration: none;
  background: white;
  border: solid 2px #209e44;
  border-radius: 4.0625vw;
}

main #recruit .button div {
  padding: 0 2.08333vw 0 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.25vw;
  line-height: 2.91667;
  font-weight: 500;
  text-align: center;
  color: #209e44;
  background: url(../img/index_05.png) right 1.66667vw center/1.66667vw no-repeat;
}
@media (max-width: 1200px) {
  main .eyecatch {
    top: 0;
  }
}

@media (max-width: 767px) {
  main #cover {
    width: 100%;
    height: 106.66667vw;
  }
  main #cover div p.title {
    font-size: 10.4vw;
    line-height: 1.41026;
  }
  main #cover div p.copy {
    display: none;
  }
  main #cover div:nth-of-type(1) {
    background: url(../img/sp/index_03_1.jpg) center top/cover no-repeat;
  }
  main #cover div:nth-of-type(1) p.title {
    top: 50%;
    left: 7.2%;
  }
  main #cover div:nth-of-type(2) {
    background: url(../img/sp/index_03_2.jpg) center top/cover no-repeat;
  }
  main #cover div:nth-of-type(2) p.title {
    top: 50%;
    left: 7.2%;
  }
  main #cover div:nth-of-type(3) {
    background: url(../img/sp/index_03_3.jpg) center top/cover no-repeat;
  }
  main #cover div:nth-of-type(3) p.title {
    top: 50%;
    left: 7.2%;
  }
  main #cover div:nth-of-type(4) {
    background: url(../img/sp/index_03_4.jpg) center top/cover no-repeat;
  }
  main #cover div:nth-of-type(4) p.title {
    top: 50%;
    left: 7.2%;
  }
  main #cover_sp {
    display: block;
  }
  main #cover_sp p {
    margin: 7.86667vw 0 0 8.26667vw;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-size: 4vw;
    line-height: 1.86667;
    color: black;
  }
  main #topics h2 {
    width: 35.06667vw;
    height: 26.66667vw;
    margin: 12.13333vw 0 0 8vw;
    background: url(../img/sp/index_04.png) center top/cover no-repeat;
  }
  main #topics .topics {
    width: 100%;
    height: 80vw;
    min-height: inherit;
    clear: right;
    margin: -5.06667vw 0 0;
  }
  main #topics .topics ul {
    width: 86.66667%;
    margin: 8% 0 0 8%;
    padding: 0;
  }
  main #topics .topics ul li {
    font-size: 3.2vw;
    line-height: 1.83333;
  }
  main #topics .topics ul li div {
    width: 23.46667vw;
    height: 4.4vw;
    margin: 0 0 0 3.06667vw;
    font-size: 2.4vw;
    line-height: 1.83333;
  }
  main #topics .topics ul li a {
    color: black;
    text-decoration: none;
  }
  main #topics .topics ul li .text {
    display: block;
    width: 100%;
    height: auto;
  }
  main #topics .topics .button {
    width: 41.33333vw;
    height: 9.6vw;
    bottom: 6.66667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5.33333vw 0 0;
    font-size: 4.8vw;
    line-height: 2;
    background: white url(../img/index_05.png) right 4vw center/4.26667vw no-repeat;
    border-radius: 10.66667vw;
  }
  main #about h2 {
    width: 64.13333vw;
    height: 26.66667vw;
    margin: 13.33333vw 0 0 8vw;
  }
  main #about .about {
    width: 100%;
    height: 197.33333vw;
    margin: -5.33333vw 0 0;
  }
  main #about .about ul {
    width: 69.33333%;
    height: 181.33333vw;
    top: 8vw;
    left: 15.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #about .about ul li {
    width: 69.33333vw;
    height: 55.33333vw;
    font-size: 4.8vw;
    line-height: 1;
  }
  main #about .about ul li img {
    width: 69.33333vw;
    height: 45.33333vw;
    margin: 0;
  }
  main #about .about ul li span {
    padding: 0 0 0 9.33333vw;
    font-size: 4.8vw;
    line-height: 1.77778;
  }
  main #business h2 {
    width: 87.2vw;
    height: 26.66667vw;
    margin: 13.33333vw 0 0 8vw;
    background: url(../img/sp/index_09.png) center top/cover no-repeat;
  }
  main #business .cover {
    width: 100%;
    height: 62.66667vw;
    margin: -5.33333vw 0 0;
    background: url(../img/sp/index_10.jpg) center top/contain no-repeat;
  }
  main #business .cover p {
    top: 46.66667vw;
    left: 13.33333vw;
    font-size: 3.73333vw;
    line-height: 1.57143;
    color: black;
    text-shadow: none;
  }
  main #business ul {
    margin: 7.33333vw 0 0;
  }
  main #business ul li {
    width: 50%;
    height: 46.66667vw;
    background-size: 23.33333vw;
  }
  main #business ul li:nth-of-type(-n+4) {
    border-top: solid 1px #c6c6c6;
  }
  main #business ul li:nth-of-type(4n+1) {
    border-left: solid 1px #c6c6c6;
  }
  main #business ul li:nth-of-type(-n+2) {
    border-top: none;
  }
  main #business ul li:nth-of-type(2n+1) {
    border-left: none;
  }
  main #business ul li .title {
    margin: 6.66667vw 0 0;
    font-size: 4.26667vw;
    line-height: 1;
  }
  main #business ul li .details {
    width: 36vw;
    height: 7.33333vw;
    bottom: 3.33333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5.33333vw 0 0;
    font-size: 3.73333vw;
    line-height: 1.96429;
    background: white url(../img/index_05.png) right 3.33333vw center/4.26667vw no-repeat;
    border-radius: 8.4vw;
  }
  main #business h3 {
    margin: 8.53333vw 0 0;
    font-size: 5.33333vw;
    line-height: 1;
  }
  main #business .package {
    width: 100%;
    height: 54.66667vw;
    margin: 4vw 0 0;
    background: url(../img/sp/index_12.jpg) center top/cover no-repeat;
  }
  main #business .package .slide {
    width: 61.33333vw;
    top: 6.66667vw;
    left: 0;
    right: 0;
  }
  main #business .package .slide .slick-slide {
    width: 61.33333vw;
    height: 42.66667vw;
    margin: 0;
  }
  main #business .package .slide .slick-slide p {
    margin: 4.66667vw 0 0;
    font-size: 4.26667vw;
    line-height: 1.25;
  }
  main #business .package .slide .slick-prev {
    width: 9.33333vw;
    height: 9.33333vw;
    top: 14.66667vw;
    right: -14vw;
    font-size: 5.33333vw;
    line-height: 1.75;
  }
  main #business .package .slide .slick-next {
    width: 9.33333vw;
    height: 9.33333vw;
    top: 14.66667vw;
    left: -14vw;
    font-size: 5.33333vw;
    line-height: 1.75;
  }
  main #business .button {
    display: block;
    width: 66.66667vw;
    height: 9.6vw;
    margin: 7.33333vw auto 0;
    background: white;
    border-radius: 10.66667vw;
    text-decoration: none;
  }
  main #business .button div {
    padding: 0 5.33333vw 0 0;
    font-size: 4.8vw;
    line-height: 2;
    background: url(../img/index_05.png) right 4vw center/4.26667vw no-repeat;
  }
  main #blog h2 {
    width: 41.33333vw;
    height: 21.33333vw;
    margin: 13.33333vw 0 0 8vw;
    background: url(../img/sp/index_14.png) center top/cover no-repeat;
  }
  main #blog h2 span {
    display: block;
    width: 80vw;
    position: absolute;
    top: 22.66667vw;
    left: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.57143;
  }
  main #blog .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90.66667vw;
    margin: 24vw auto 0;
  }
  main #blog .blog li {
    width: 42.13333vw;
    height: 75.13333vw;
    -webkit-box-shadow: 1.33333vw 1.33333vw #c7f2bd;
            box-shadow: 1.33333vw 1.33333vw #c7f2bd;
  }
  main #blog .blog li .date {
    top: 4.93333vw;
    left: 4vw;
    font-size: 3.2vw;
    line-height: 1;
  }
  main .eyecatch {
    width: 34.13333vw;
    position: absolute;
    margin: auto;
    top: 0;
    left: 4vw;
  }
  main .eyecatch img{
    width: 100%;
    object-fit: contain;
    margin: auto;
  }
  main .eyecatch img[src$="no_image.png"]{
    max-height:100px;
    position: absolute;
    margin: auto;
    top: -2.6vw;
  }
  main #blog .blog li .title {
    width: 34.66667vw;
    top: 33vw;
    left: 4vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  main #blog .blog li .button {
    width: 10.93333vw;
    height: 5.2vw;
    top: 62.33333vw;
    left: 0;
    right: 0;
    font-size: 3.2vw;
    line-height: 2.91667;
    background: white url(../img/index_05.png) center center/3.46667vw no-repeat;
    border-radius: 6.26667vw;
  }
  main #blog .blog li:nth-of-type(n+3) {
    display: none;
  }
  main #blog .button {
    display: block;
    width: 66.66667vw;
    height: 9.6vw;
    margin: 7.33333vw auto 0;
    background: white;
    border-radius: 10.66667vw;
    text-decoration: none;
  }
  main #blog .button div {
    padding: 0 5.33333vw 0 0;
    font-size: 4.8vw;
    line-height: 2;
    background: url(../img/index_05.png) right 4vw center/4.26667vw no-repeat;
  }
  main #recruit h2 {
    width: 40vw;
    height: 26.66667vw;
    margin: 12.8vw 0 0 8vw;
    background: url(../img/sp/index_15.png) center top/cover no-repeat;
  }
  main #recruit h2 span {
    position: absolute;
    top: 23.33333vw;
    left: 7.33333vw;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    font-size: 2.66667vw;
    line-height: 1;
    color: black;
  }
  main #recruit .cover {
    width: 100%;
    height: 40vw;
    margin: -5.33333vw 0 0;
    background: url(../img/sp/index_16.jpg) center top/cover no-repeat;
  }
  main #recruit .cover p.title {
    top: 9.86667vw;
    left: 8.26667vw;
    font-size: 5.86667vw;
    line-height: 1.36364;
  }
  main #recruit .cover p.copy {
    top: 45.33333vw;
    left: 13.33333vw;
    font-size: 3.73333vw;
    line-height: 1.57143;
    color: black;
  }
  main #recruit .button {
    display: block;
    width: 66.66667vw;
    height: 9.6vw;
    margin: 21.33333vw auto 0;
    background: white;
    border-radius: 10.66667vw;
    text-decoration: none;
  }
  main #recruit .button div {
    padding: 0 5.33333vw 0 0;
    font-size: 4.8vw;
    line-height: 2;
    background: url(../img/index_05.png) right 4vw center/4.26667vw no-repeat;
  }
}

  _::-webkit-full-page-media, _:future, :root
  main .eyecatch {
    top: -1.5vw;
  }
  
  _::-webkit-full-page-media, _:future, :root
  main .eyecatch img[src$="no_image.png"]{
    top: 11vw;
  }