/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  main {
    padding-bottom: 200px;
  }
  main h2 em {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main .news h2,
main .company h2,
main .service h2 {
    color: #999;
  }
  main .news h2 em,
main .company h2 em,
main .service h2 em {
    margin-bottom: 5px;
    color: #111;
  }
  main .news header .more a,
main .company .more a,
main .service section .more a {
    display: block;
    height: 50px;
    position: relative;
    background: #fff;
    border: 2px solid #F08244;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 46px;
    color: #F08244;
    max-width: 240px;
    font-size: 1.5rem;
  }
  main .news header .more a::after,
main .company .more a::after,
main .service section .more a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .company .more a,
main .service section .more a {
    background: none;
  }
  main .pageheader {
    position: relative;
  }
  main .pageheader .cover {
    padding-left: 10%;
  }
  main .pageheader .copy {
    position: absolute;
    left: 14%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.6rem;
    line-height: 1.8;
    color: #fff;
  }
  main .news {
    margin-top: -200px;
    padding: 200px 0 170px;
    position: relative;
  }
  main .news::before, main .news::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url("../../common/img/bg_dot_gray.png");
    background-size: 24px;
  }
  main .news::before {
    width: 290px;
    height: 520px;
    left: 0;
    top: 0;
    background-position: right bottom;
  }
  main .news::after {
    width: 290px;
    height: 315px;
    position: absolute;
    right: 0;
    bottom: -20px;
    background-position: left bottom;
  }
  main .news .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .news .inner header {
    width: 240px;
  }
  main .news .inner header h2 em {
    font-size: 5.6rem;
  }
  main .news .inner header .more {
    margin-top: 40px;
  }
  main .news .inner .entries {
    width: calc(100% - 290px);
    padding: 55px 40px 60px 50px;
    position: relative;
    background: #F8F7F2;
  }
  main .news .inner .entries::before {
    content: "";
    display: block;
    width: 100%;
    border: 2px solid #F8F7F2;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: -10px;
  }
  main .news .inner .entries::after {
    content: "";
    display: block;
    width: 110px;
    height: 118px;
    background: url(../img/news_icon.svg) center center/contain no-repeat;
    position: absolute;
    right: 120px;
    bottom: -60px;
  }
  main .news .inner .entries .newslist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .news .inner .entries .newslist li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main .news .inner .entries .newslist li .date {
    width: 160px;
    padding-top: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    position: relative;
  }
  main .news .inner .entries .newslist li .date::after {
    content: "";
    display: block;
    width: 50px;
    border-top: 2px dotted #888;
    position: absolute;
    right: 0;
    top: 50%;
  }
  main .news .inner .entries .newslist li h3 {
    width: calc(100% - 180px);
    position: relative;
  }
  main .news .inner .entries .newslist li h3::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    border: 1.5px solid #F08244;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .news .inner .entries .newslist li h3::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 50%;
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .news .inner .entries .more {
    display: none;
  }
  main .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  main .company::before, main .company::after {
    content: "";
    display: block;
    position: absolute;
  }
  main .company::before {
    width: 73%;
    background: #F8F7F2;
    right: 0;
    top: 190px;
    bottom: 0;
    z-index: -1;
  }
  main .company::after {
    width: 24%;
    height: 160px;
    right: 2%;
    bottom: 0;
    background: url(../../common/img/bg_dot_white.png) left bottom/24px;
  }
  main .company figure {
    width: 50%;
    padding-bottom: 210px;
    position: relative;
  }
  main .company figure::after {
    content: "";
    display: block;
    width: 210px;
    height: 160px;
    background: url(../img/company_icon.svg) center center/contain no-repeat;
    position: absolute;
    right: -5%;
    bottom: -20px;
  }
  main .company .details {
    width: 50%;
    padding: 40px 7% 0;
    position: relative;
    z-index: 2;
  }
  main .company .details h2 em {
    font-size: 5.6rem;
  }
  main .company .details .copy {
    margin-top: 35px;
    font-size: 2rem;
    font-weight: 500;
    color: #111;
  }
  main .company .details .note {
    margin-top: 35px;
  }
  main .company .details .note p {
    line-height: 2.3;
  }
  main .company .details .note p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  main .company .details .more {
    margin-top: 45px;
  }
  main .company .details .more a {
    background: none;
  }
  main .service {
    margin-top: 100px;
  }
  main .service h2 {
    position: relative;
    padding: 0 0 27px 9%;
  }
  main .service h2::before {
    content: "SERVICE";
    display: block;
    position: absolute;
    left: 10px;
    top: -60px;
    z-index: -1;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 22rem;
    color: #F8F7F2;
  }
  main .service h2 em {
    font-size: 6rem;
  }
  main .service section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .service section figure {
    width: 47%;
  }
  main .service section .details {
    width: 53%;
    padding: 0 7% 100px;
    position: relative;
  }
  main .service section .details h3 {
    padding-top: 120px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    color: #111;
    position: relative;
  }
  main .service section .details h3::before, main .service section .details h3::after {
    display: block;
    position: absolute;
  }
  main .service section .details h3::before {
    top: -50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 10rem;
  }
  main .service section .details h3::after {
    content: "";
    display: block;
    width: 140px;
    height: 60px;
    top: -30px;
    background-size: 24px;
    background-repeat: left top;
  }
  main .service section .details .copy {
    margin-top: 30px;
    font-size: 2.2rem;
    font-weight: 500;
  }
  main .service section .details .note {
    margin-top: 30px;
  }
  main .service section .details .note p {
    line-height: 2.3;
  }
  main .service section .details .note p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  main .service section .details .more {
    margin-top: 50px;
  }
  main .service section:nth-of-type(odd) {
    background: #F8F7F2;
  }
  main .service section:nth-of-type(odd) .details h3::before {
    right: 0;
  }
  main .service section:nth-of-type(odd) .details h3::after {
    right: 150px;
  }
  main .service section:nth-of-type(even) .details {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  main .service section:nth-of-type(even) .details h3::before {
    left: 0;
  }
  main .service section:nth-of-type(even) .details h3::after {
    left: 150px;
  }
  main .service section.temp .details::before {
    content: "";
    display: block;
    width: 245px;
    height: 125px;
    background: url(../img/service_temp_icon.svg) center bottom/contain no-repeat;
    position: absolute;
    bottom: 0;
    right: 6%;
  }
  main .service section.temp .details h3::before {
    content: "01";
    color: #FA9F39;
  }
  main .service section.temp .details h3::after {
    background-image: url(../../common/img/bg_dot_orange.png);
  }
  main .service section.temp .details .copy {
    color: #F08244;
  }
  main .service section.event .details h3::before {
    content: "02";
    color: #59B4B0;
  }
  main .service section.event .details h3::after {
    background-image: url(../../common/img/bg_dot_blue.png);
  }
  main .service section.event .details .copy {
    color: #59B4B0;
  }
  main .service section.event .details .more a {
    border-color: #59B4B0;
    color: #59B4B0;
  }
  main .service section.event .details .more a::after {
    border-color: #59B4B0;
  }
  main .service section.agri .details h3::before {
    content: "03";
    color: #6FB552;
  }
  main .service section.agri .details h3::after {
    background-image: url(../../common/img/bg_dot_green.png);
  }
  main .service section.agri .details .copy {
    color: #6FB552;
  }
  main .service section.agri .details .more a {
    border-color: #6FB552;
    color: #6FB552;
  }
  main .service section.agri .details .more a::after {
    border-color: #6FB552;
  }
  main .recruit {
    position: relative;
    padding-top: 160px;
  }
  main .recruit::before {
    content: "";
    display: block;
    width: 49%;
    height: 315px;
    background: url(../../common/img/bg_dot_gray.png) right bottom/24px;
    position: absolute;
    left: 0;
    top: 0;
  }
  main .recruit::after {
    content: "FINDJOB";
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 15rem;
    color: #F8F7F2;
    position: absolute;
    right: 1%;
    top: 50px;
    z-index: -1;
  }
  main .recruit .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  main .recruit .inner::before, main .recruit .inner::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  main .recruit .inner::before {
    width: 115px;
    height: 115px;
    top: -70px;
    left: 100px;
    background-image: url(../img/findjob_icon01.svg);
  }
  main .recruit .inner::after {
    width: 125px;
    height: 150px;
    bottom: -60px;
    right: 250px;
    background-image: url(../img/findjob_icon02.svg);
  }
  main .recruit .inner picture {
    border: 3px solid #E2DECF;
  }
  main .recruit .inner picture::before {
    content: "";
    display: block;
    width: 100%;
    background: #E2DECF;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: -10px;
    z-index: -1;
  }
  main .recruit .inner .details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 85px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .recruit .inner .details h2 {
    color: #fff;
  }
  main .recruit .inner .details h2 em {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 6rem;
  }
  main .recruit .inner .details .more a {
    display: block;
    height: 60px;
    position: relative;
    background: #fff;
    border: 2px solid #F08244;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 56px;
    color: #F08244;
    width: 320px;
  }
  main .recruit .inner .details .more a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  main h2 em {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main .news h2,
main .company h2,
main .service h2 {
    color: #999;
  }
  main .news h2 em,
main .company h2 em,
main .service h2 em {
    margin-bottom: 5px;
    color: #111;
  }
  main .news .entries .more a,
main .company .more a,
main .service section .more a,
main .recruit .more a {
    display: block;
    height: 50px;
    position: relative;
    background: #fff;
    border: 2px solid #F08244;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 46px;
    color: #F08244;
    max-width: 240px;
    font-size: 1.5rem;
  }
  main .news .entries .more a::after,
main .company .more a::after,
main .service section .more a::after,
main .recruit .more a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .company .more a,
main .service section .more a {
    background: none;
  }
  main .pageheader {
    position: relative;
  }
  main .pageheader .copy {
    position: absolute;
    left: 7%;
    bottom: 80px;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  main .news {
    padding: 70px 0 100px;
    position: relative;
  }
  main .news::before, main .news::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url("../../common/img/bg_dot_gray.png");
    background-size: 18px;
  }
  main .news::before {
    width: 60%;
    height: 270px;
    left: 0;
    top: 0;
    background-position: right bottom;
  }
  main .news::after {
    width: 60%;
    height: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: left bottom;
  }
  main .news .inner header {
    padding-left: 7%;
    position: relative;
    z-index: 2;
  }
  main .news .inner header h2 em {
    font-size: 4.4rem;
  }
  main .news .inner header .more {
    display: none;
  }
  main .news .inner .entries {
    width: 96.5%;
    margin: -13px 0 0 auto;
    padding: 60px 7% 80px;
    position: relative;
    background: #F8F7F2;
  }
  main .news .inner .entries::after {
    content: "";
    display: block;
    width: 105px;
    height: 133px;
    background: url(../img/news_icon.svg) center bottom/contain no-repeat;
    position: absolute;
    right: 10%;
    bottom: -70px;
  }
  main .news .inner .entries .newslist li {
    position: relative;
    padding-right: 60px;
  }
  main .news .inner .entries .newslist li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main .news .inner .entries .newslist li::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #F08244;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 5px;
  }
  main .news .inner .entries .newslist li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 13px;
    top: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #F08244;
    border-right: 2px solid #F08244;
  }
  main .news .inner .entries .newslist li .date {
    padding-top: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    position: relative;
  }
  main .news .inner .entries .newslist li .date::after {
    content: "";
    display: block;
    width: 40px;
    border-top: 2px dotted #888;
    position: absolute;
    left: 6em;
    top: 55%;
  }
  main .news .inner .entries .newslist li h3 {
    position: relative;
  }
  main .news .inner .entries .more a {
    margin: 50px auto 0;
  }
  main .company {
    margin-top: 60px;
    padding: 120px 0 50px;
    padding-top: 120px;
    position: relative;
  }
  main .company::before, main .company::after {
    content: "";
    display: block;
    position: absolute;
  }
  main .company::before {
    content: "";
    display: block;
    width: 190px;
    height: 145px;
    background: url(../img/company_icon.svg) center center/contain no-repeat;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  main .company::after {
    width: 60%;
    height: 210px;
    right: 0;
    bottom: 0;
    background: url(../../common/img/bg_dot_white.png) left bottom/18px;
  }
  main .company .details {
    padding: 50px 7% 130px;
    background: #F8F7F2;
  }
  main .company .details h2 {
    position: absolute;
    left: 7%;
    top: 0;
  }
  main .company .details h2 em {
    font-size: 4.4rem;
  }
  main .company .details .copy {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
  }
  main .company .details .note {
    margin-top: 30px;
  }
  main .company .details .note p {
    line-height: 2.3;
  }
  main .company .details .note p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  main .company .details .more {
    position: relative;
    z-index: 2;
  }
  main .company .details .more a {
    background: none;
    margin: 40px auto 0;
  }
  main .service {
    margin-top: 100px;
  }
  main .service h2 {
    position: relative;
    padding: 0 0 70px 7%;
  }
  main .service h2::before {
    content: "SERVICE";
    display: block;
    position: absolute;
    left: 12%;
    bottom: -20px;
    z-index: -1;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 11rem;
    color: #F8F7F2;
  }
  main .service h2 em {
    font-size: 4.4rem;
  }
  main .service section {
    position: relative;
  }
  main .service section::before, main .service section::after {
    display: block;
    position: absolute;
  }
  main .service section::before {
    top: -45px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 7.4rem;
  }
  main .service section::after {
    content: "";
    display: block;
    width: 112px;
    height: 50px;
    top: -35px;
    background-size: 18px;
    background-repeat: left top;
  }
  main .service section:nth-of-type(odd) {
    background: #F8F7F2;
  }
  main .service section:nth-of-type(odd)::before {
    right: 7%;
  }
  main .service section:nth-of-type(odd)::after {
    right: calc(7% + 100px);
  }
  main .service section:nth-of-type(even)::before {
    left: 7%;
  }
  main .service section:nth-of-type(even)::after {
    left: 7%;
    top: 40px;
  }
  main .service section:not(:last-of-type) .details {
    padding-bottom: 130px;
  }
  main .service section .details {
    padding: 60px 7% 0;
    position: relative;
    background: #F8F7F2;
  }
  main .service section .details h3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    color: #111;
  }
  main .service section .details .copy {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  main .service section .details .note {
    margin-top: 25px;
  }
  main .service section .details .note p {
    line-height: 2.3;
  }
  main .service section .details .note p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  main .service section .details .more a {
    margin: 40px auto 0;
  }
  main .service section.temp::before {
    content: "01";
    color: #FA9F39;
  }
  main .service section.temp::after {
    background-image: url(../../common/img/bg_dot_orange.png);
  }
  main .service section.temp .details::before {
    content: "";
    display: block;
    width: 200px;
    height: 110px;
    background: url(../img/service_temp_icon.svg) right bottom/contain no-repeat;
    position: absolute;
    bottom: 0;
    right: 6%;
  }
  main .service section.temp .details .copy {
    color: #F08244;
  }
  main .service section.event::before {
    content: "02";
    color: #59B4B0;
  }
  main .service section.event::after {
    background-image: url(../../common/img/bg_dot_blue.png);
  }
  main .service section.event .details .copy {
    color: #59B4B0;
  }
  main .service section.event .details .more a {
    border-color: #59B4B0;
    color: #59B4B0;
  }
  main .service section.event .details .more a::after {
    border-color: #59B4B0;
  }
  main .service section.agri {
    padding-bottom: 80px;
  }
  main .service section.agri::before {
    content: "03";
    color: #6FB552;
  }
  main .service section.agri::after {
    background-image: url(../../common/img/bg_dot_green.png);
  }
  main .service section.agri .details .copy {
    color: #6FB552;
  }
  main .service section.agri .details .more a {
    border-color: #6FB552;
    color: #6FB552;
  }
  main .service section.agri .details .more a::after {
    border-color: #6FB552;
  }
  main .recruit {
    position: relative;
    padding: 170px 0 100px;
  }
  main .recruit::before {
    content: "";
    display: block;
    width: 45%;
    height: 250px;
    background: url(../../common/img/bg_dot_gray.png) right bottom/18px;
    position: absolute;
    left: 0;
    top: 0;
  }
  main .recruit::after {
    content: "FINDJOB";
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 9.4rem;
    color: #F8F7F2;
    position: absolute;
    right: 5%;
    top: 80px;
    z-index: -1;
  }
  main .recruit .inner {
    padding: 0 7% 0 3.5%;
    position: relative;
  }
  main .recruit .inner::before, main .recruit .inner::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  main .recruit .inner::before {
    width: 100px;
    height: 100px;
    top: -70px;
    right: 10%;
    background-image: url(../img/findjob_icon01.svg);
  }
  main .recruit .inner::after {
    width: 110px;
    height: 120px;
    bottom: -100px;
    left: 10%;
    background-image: url(../img/findjob_icon02.svg);
  }
  main .recruit .inner picture {
    border: 3px solid #E2DECF;
    position: relative;
  }
  main .recruit .inner picture::before {
    content: "";
    display: block;
    width: 100%;
    background: #E2DECF;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: -10px;
    z-index: -1;
  }
  main .recruit .inner .details {
    width: 100%;
    padding: 0 15%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .recruit .inner .details h2 {
    color: #fff;
  }
  main .recruit .inner .details h2 em {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 6rem;
  }
  main .recruit .inner .details .more a {
    margin: 100px auto 0;
  }
}