@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
picture {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

@media (max-width: 750px) {
  .disp_pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .disp_pc {
    display: block;
  }
}

@media (max-width: 750px) {
  .disp_sp {
    display: block;
  }
}
@media (min-width: 751px) {
  .disp_sp {
    display: none;
  }
}

@media (min-width: 751px) {
  html, body {
    min-width: 960px;
  }
}

#firstseeders {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 751px) {
  #firstseeders {
    font-size: 16px;
  }
}
#firstseeders .green_line {
  position: relative;
}
@media (max-width: 750px) {
  #firstseeders .green_line {
    padding-left: 8vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .green_line {
    padding-left: 35px;
  }
}
#firstseeders .green_line:before {
  content: "";
  display: block;
  background-color: #009944;
  top: 1em;
  left: 0;
  position: absolute;
}
@media (max-width: 750px) {
  #firstseeders .green_line:before {
    width: 6vw;
    height: 0.8vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .green_line:before {
    width: 30px;
    height: 3px;
  }
}
#firstseeders .container {
  position: relative;
}
@media (max-width: 750px) {
  #firstseeders .container p {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media (min-width: 751px) {
  #firstseeders .container p {
    font-size: 16px;
    letter-spacing: 0.13em;
    line-height: 2;
  }
}
#firstseeders .container .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  #firstseeders .container .inner {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .inner {
    width: 960px;
  }
}
#firstseeders .container nav {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 153, 68, 0)), to(rgb(0, 153, 68)));
  background-image: linear-gradient(0deg, rgba(0, 153, 68, 0) 0%, rgb(0, 153, 68) 100%);
  width: 100%;
  position: fixed;
  z-index: 10;
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner {
    height: 24vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container nav .inner {
    margin-left: auto;
    margin-right: auto;
    height: 120px;
  }
}
#firstseeders .container nav .inner .logo {
  position: absolute;
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner .logo {
    width: 45.7333333333vw;
    top: 9.0666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container nav .inner .logo {
    width: 278px;
    top: 30px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container nav .inner ul {
    position: absolute;
    right: 0;
    top: 41px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner ul li {
    margin-bottom: 1em;
  }
}
@media (min-width: 751px) {
  #firstseeders .container nav .inner ul li {
    display: inline-block;
    margin-left: 50px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner ul li a {
    color: #000;
    display: block;
    font-size: 4vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container nav .inner ul li a {
    color: #fff;
  }
}
@media (min-width: 751px) {
  #firstseeders .container nav .inner ul li.disp_sp {
    display: none;
  }
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner .sp_navi_btn {
    background-color: #fff;
    border-radius: 3.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: 21.3333333333vw;
    height: 6.6666666667vw;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4vw;
    z-index: 10;
    background-image: url(../images/sp_navi_btn_d@2x.png);
    background-repeat: no-repeat;
    background-size: 4vw 4vw;
    background-position: center right 1.8666666667vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (min-width: 751px) {
  #firstseeders .container nav .inner .sp_navi_btn {
    display: none;
  }
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner .sp_navi_btn p {
    font-size: 3.4666666667vw;
    font-weight: 500;
    margin-left: -1em;
    letter-spacing: 0.05em;
  }
}
#firstseeders .container nav .inner .sp_navi_btn p.open {
  display: block;
}
#firstseeders .container nav .inner .sp_navi_btn p.close {
  display: none;
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner .sp_navi_btn.active {
    outline: 1px solid #9FA0A0;
  }
}
#firstseeders .container nav .inner .sp_navi_btn.active p.open {
  display: none;
}
#firstseeders .container nav .inner .sp_navi_btn.active p.close {
  display: block;
}
@media (max-width: 750px) {
  #firstseeders .container nav .inner .sp_menu_wrap {
    background-color: #fff;
    border-radius: 3.3333333333vw;
    position: fixed;
    width: 57.3333333333vw;
    top: 4vw;
    right: 4vw;
    padding: 17.3333333333vw 8vw 12vw 8vw;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
  }
}
#firstseeders .container nav .inner .sp_menu_wrap.active {
  opacity: 1;
  pointer-events: inherit;
}
#firstseeders .container .mainvisual {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 750px) {
  #firstseeders .container .mainvisual {
    background-image: url(../images/mv_image_sp@2x.jpg);
    background-size: 100% auto;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .mainvisual {
    background-image: url(../images/mv_image@2x.jpg);
    background-size: cover;
    width: 100%;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .mainvisual .inner {
    height: 148.8vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .mainvisual .inner {
    height: 630px;
  }
}
#firstseeders .container .mainvisual .inner .eng_catch {
  position: absolute;
}
@media (max-width: 750px) {
  #firstseeders .container .mainvisual .inner .eng_catch {
    width: 82.5333333333vw;
    top: 23.7333333333vw;
    left: 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .mainvisual .inner .eng_catch {
    width: 952px;
    top: 170px;
    left: 0;
  }
}
#firstseeders .container .mainvisual .inner p.green_line {
  color: #fff;
  position: absolute;
}
@media (max-width: 750px) {
  #firstseeders .container .mainvisual .inner p.green_line {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    left: 0;
    bottom: 8.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .mainvisual .inner p.green_line {
    font-size: 16px;
    line-height: 1.5;
    top: 345px;
    left: 0;
  }
}
#firstseeders .container .contents section h2 {
  position: relative;
}
#firstseeders .container .contents section h2 .green_line {
  font-weight: 400;
  position: relative;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section h2 .green_line {
    font-size: 4vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section h2 .green_line {
    font-size: 16px;
    top: 8px;
  }
}
#firstseeders .container .contents section picture {
  display: block;
  overflow: hidden;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section picture.large {
    border-radius: 4vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section picture.large {
    border-radius: 25px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section picture.small {
    border-radius: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section picture.small {
    border-radius: 15px;
    width: 280px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#message {
    padding-top: 25.3333333333vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message {
    margin-bottom: 115px;
    padding-top: 190px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#message .inner h2 {
    width: 57.3333333333vw;
    margin-bottom: 12vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message .inner h2 {
    margin-bottom: 70px;
    width: 440px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message .inner h2 .green_line {
    top: -15px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#message .inner .photo_box {
    margin-bottom: 7.3333333333vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message .inner .photo_box {
    width: 480px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#message .inner .photo_box .small {
    margin: 6.6666666667vw 0 0 38vw;
    width: 54vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message .inner .photo_box .small {
    margin: 35px 0 0 200px;
    width: 280px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message .inner .text_box {
    position: absolute;
    top: 270px;
    left: 550px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#message .inner .text_box h3 {
    width: 92vw;
    margin-bottom: 12.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message .inner .text_box h3 {
    margin-bottom: 60px;
    width: 402px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#message .inner .text_box p {
    font-size: 20px;
    line-height: 1.75;
  }
}
#firstseeders .container .contents section#business {
  background-color: #928571;
  color: #fff;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#business {
    border-radius: 4vw;
    margin: 13.3333333333vw 4vw 0 4vw;
    padding: 12vw 4vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business {
    border-radius: 30px;
    margin: 0 auto;
    padding: 190px 0;
    width: 1220px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#business .inner h2 {
    margin-bottom: 13.3333333333vw;
    width: 52vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner h2 {
    width: 368px;
    margin-bottom: 140px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#business .inner .business_wrap {
    margin-bottom: 13.3333333333vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner .business_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 480px;
    margin-bottom: 140px;
  }
}
#firstseeders .container .contents section#business .inner .business_wrap:nth-of-type(4) {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#business .inner .business_wrap picture {
    margin-bottom: 12.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner .business_wrap picture {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 15px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner .business_wrap picture img {
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner .business_wrap .text_box {
    margin-left: 550px;
  }
}
#firstseeders .container .contents section#business .inner .business_wrap .text_box .tag {
  background-color: #009944;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  line-height: 1;
  text-align: center;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#business .inner .business_wrap .text_box .tag {
    border-radius: 4vw;
    font-size: 4.5333333333vw;
    width: 14.9333333333vw;
    height: 7.4666666667vw;
    margin-bottom: 8.6666666667vw;
    padding-top: 1.2vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner .business_wrap .text_box .tag {
    border-radius: 14px;
    margin-bottom: 40px;
    padding-top: 5px;
    width: 58px;
    height: 28px;
  }
}
#firstseeders .container .contents section#business .inner .business_wrap .text_box h3 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#business .inner .business_wrap .text_box h3 {
    font-size: 8vw;
    margin-bottom: 8.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner .business_wrap .text_box h3 {
    font-size: 43px;
    margin-bottom: 0.8em;
  }
}
#firstseeders .container .contents section#business .inner .business_wrap .text_box p {
  text-align: justify;
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#business .inner .business_wrap .text_box p {
    letter-spacing: 0.1em;
  }
}
#firstseeders .container .contents section#business .inner .business_wrap .text_box p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company {
    margin-bottom: 25.3333333333vw;
    padding-top: 25.3333333333vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company {
    margin-bottom: 220px;
    padding-top: 190px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner h2 {
    margin-bottom: 12vw;
    width: 64vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner h2 {
    margin-bottom: 55px;
    width: 491px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .photo_box {
    margin-bottom: 12.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .photo_box {
    position: absolute;
    width: 480px;
    top: 265px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .photo_box .small {
    margin: 6.6666666667vw 0 0 0;
    width: 54vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .photo_box .small {
    margin-top: 35px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .text_box {
    width: 395px;
    margin-left: 560px;
  }
}
#firstseeders .container .contents section#company .inner .text_box h3 {
  border-bottom: 1px solid #000;
  font-weight: 400;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .text_box h3 {
    font-size: 3.8vw;
    padding-bottom: 3vw;
    margin-bottom: 7vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .text_box h3 {
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
#firstseeders .container .contents section#company .inner .text_box table {
  border-collapse: collapse;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .text_box table {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .text_box table {
    font-size: 16px;
  }
}
#firstseeders .container .contents section#company .inner .text_box table th {
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .text_box table th {
    vertical-align: top;
  }
}
#firstseeders .container .contents section#company .inner .text_box table td {
  line-height: 2;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .text_box table td {
    vertical-align: top;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .text_box table.outline {
    margin-bottom: 15vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .text_box table.outline {
    margin-bottom: 55px;
  }
}
#firstseeders .container .contents section#company .inner .text_box table.outline th {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .text_box table.outline th {
    width: 30vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .text_box table.outline th {
    width: 125px;
  }
}
#firstseeders .container .contents section#company .inner .text_box table.history th {
  text-align: left;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#company .inner .text_box table.history th {
    width: 20vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#company .inner .text_box table.history th {
    width: 70px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#news {
    margin-bottom: 26.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#news {
    margin-bottom: 190px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#news .inner h2 {
    margin-bottom: 16vw;
    width: 74.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#news .inner h2 {
    width: 558px;
    margin-bottom: 85px;
  }
}
#firstseeders .container .contents section#news .inner dl {
  border-top: 1px solid #000;
  font-weight: 500;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#news .inner dl dt {
    font-size: 4.5333333333vw;
    margin-bottom: 0.5em;
    padding: 8vw 4vw 0 4vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#news .inner dl dt {
    float: left;
    font-size: 20px;
    padding: 35px 0;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#news .inner dl dd {
    border-bottom: 1px solid #000;
    font-size: 4.5333333333vw;
    padding: 0 4vw 8vw 4vw;
    line-height: 2;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#news .inner dl dd {
    border-bottom: 1px solid #000;
    font-size: 20px;
    padding: 35px 0 35px 195px;
  }
}
#firstseeders .container .contents section#recruit {
  background-color: #928571;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit {
    border-radius: 4vw;
    margin: 0 4vw 0 4vw;
    padding: 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit {
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 1220px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner {
    padding: 70.6666666667vw 0 66.6666666667vw 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner {
    padding: 195px 0 140px 0;
  }
}
#firstseeders .container .contents section#recruit .inner h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner h2 {
    width: 38.1333333333vw;
    margin-bottom: 12vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner h2 {
    width: 293px;
    margin-bottom: 75px;
  }
}
#firstseeders .container .contents section#recruit .inner h2 span {
  font-weight: 400;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner h2 span {
    font-size: 4vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner h2 span {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner p {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 12vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner p {
    line-height: 1.6;
  }
}
#firstseeders .container .contents section#recruit .inner .btn {
  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;
  border: 1px solid #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner .btn {
    border-radius: 10vw;
    width: 76vw;
    height: 19.2vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner .btn {
    border-radius: 37px;
    width: 300px;
    height: 75px;
    margin-top: 60px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner .btn span {
    font-size: 5.6vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner .btn span {
    font-size: 22px;
  }
}
#firstseeders .container .contents section#recruit .inner picture {
  position: absolute;
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_001 {
    width: 60.9333333333vw;
    top: 12.6666666667vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_001 {
    width: 270px;
    top: 123px;
    left: 0;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_002 {
    width: 38.1333333333vw;
    bottom: 25.6vw;
    right: 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_002 {
    width: 267px;
    top: 368px;
    right: 0;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_003 {
    width: 21.3333333333vw;
    bottom: 13.0666666667vw;
    left: 21.3333333333vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_003 {
    width: 126px;
    top: 430px;
    left: 125px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_004 {
    width: 18.1333333333vw;
    bottom: 22.6666666667vw;
    left: 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_004 {
    width: 96px;
    top: 125px;
    right: 135px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_005 {
    width: 18vw;
    top: 12.6666666667vw;
    right: 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner picture.photo_005 {
    width: 80px;
    top: 360px;
    left: 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner picture.large {
    border-radius: 8px;
  }
}
@media (min-width: 751px) {
  #firstseeders .container .contents section#recruit .inner picture.small {
    border-radius: 5px;
  }
}
@media (max-width: 750px) {
  #firstseeders .container footer {
    padding: 8vw 0;
  }
}
@media (min-width: 751px) {
  #firstseeders .container footer {
    padding: 35px 0;
  }
}
#firstseeders .container footer .copyright {
  line-height: 1;
  text-align: center;
}
@media (max-width: 750px) {
  #firstseeders .container footer .copyright {
    font-size: 2.5333333333vw;
  }
}
@media (min-width: 751px) {
  #firstseeders .container footer .copyright {
    font-size: 10px;
  }
}

.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blur.blur-active {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}