@charset "UTF-8";
.titleContainer {
  background-image: url(../images/recruit/main.jpg); }
  @media screen and (max-width: 769px) {
    .titleContainer {
      background-image: url(../images/recruit/sp/main.jpg); } }
  .titleContainer h1 {
    line-height: 1.5; }

.topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 25px 0; }
  .topics h2 {
    font-size: 18px;
    width: 155px; }
  .topics p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 769px) {
      .topics p {
        font-size: 3.33333vw; } }
  .topics .btn {
    width: 160px;
    margin-left: 40px; }
  @media screen and (max-width: 769px) {
    .topics {
      display: block;
      padding: 4.44444vw 0; }
      .topics p {
        margin-bottom: 4.44444vw;
        line-height: 2; }
      .topics .btn {
        width: 100%;
        margin-left: 0;
        font-size: 3.33333vw; } }

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 670px;
  margin: 0 auto; }
  .btns .btn {
    position: relative;
    width: 320px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 769px) {
      .btns .btn {
        font-size: 3.88889vw; } }
    .btns .btn:after {
      content: '';
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 21px;
      height: 19px;
      background: url(../images/recruit/ico_link_f.svg) left top no-repeat;
      background-size: contain; }
    .btns .btn:nth-of-type(1) {
      background: #298948;
      color: #fff;
      margin-right: 30px; }
      .btns .btn:nth-of-type(1):hover {
        background: #fff;
        color: #298948; }
      .btns .btn:nth-of-type(1):hover:after {
        background-image: url(../images/recruit/ico_link_g.svg); }
    .btns .btn:nth-of-type(2):after {
      background-image: url(../images/recruit/ico_link_g.svg); }
    .btns .btn:nth-of-type(2):hover:after {
      background-image: url(../images/recruit/ico_link_f.svg); }
  @media screen and (max-width: 769px) {
    .btns {
      display: block;
      max-width: inherit;
      margin-left: 5.7vw;
      margin-right: 5.7vw; }
      .btns .btn {
        width: 69.44444vw;
        margin: 0 auto;
        height: 11.11111vw;
        line-height: 11.11111vw; }
        .btns .btn:after {
          right: 4.16667vw;
          width: 4.72222vw;
          height: 4.16667vw; }
        .btns .btn:nth-of-type(1) {
          margin: 0 auto 5vw; } }

.outlineContainer {
  margin-bottom: 0; }
  .outlineContainer .bgWhite95 {
    max-width: 1000px;
    padding-top: 0; }
  .outlineContainer strong {
    margin-top: 50px; }
  .outlineContainer p + p {
    margin-top: 2em; }
  .outlineContainer .name {
    text-align: right;
    margin-bottom: 80px; }
  @media screen and (max-width: 769px) {
    .outlineContainer .bgWhite95 {
      padding: 0 0 5.55556vw; }
    .outlineContainer strong {
      margin-top: 5.55556vw; }
    .outlineContainer p {
      line-height: 1.85714; }
      .outlineContainer p + p {
        margin-top: 0; }
    .outlineContainer .name {
      margin-top: 1em;
      margin-bottom: 8.33333vw; } }

.block01 {
  margin-top: -90px; }
  @media screen and (max-width: 769px) {
    .block01 {
      margin-top: -8.88889vw; } }

.block02 .innerContainer {
  text-align: center; }

.block02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin: 40px auto 0; }
  .block02 .list li {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    overflow: hidden; }
    .block02 .list li:nth-of-type(1) a {
      background-image: url(../images/recruit/bg01.jpg); }
    .block02 .list li:nth-of-type(2) a {
      background-image: url(../images/recruit/bg02.jpg); }
      .block02 .list li:nth-of-type(2) a small {
        margin-bottom: 10px; }
    .block02 .list li:nth-of-type(3) a {
      background-image: url(../images/recruit/bg03.jpg); }
    .block02 .list li:after {
      position: absolute;
      border-bottom: 4px solid #ffffff;
      border-right: 4px solid #ffffff;
      content: "";
      display: block;
      height: 10px;
      width: 10px;
      bottom: 20px;
      left: 50%;
      -webkit-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%);
      z-index: 1;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .block02 .list li:hover:after {
      opacity: 1;
      bottom: 10px; }
  .block02 .list a {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    color: #fff;
    padding-top: 70px;
    background: center center no-repeat;
    background-size: cover;
    letter-spacing: 0.1em; }
    .block02 .list a:before {
      content: '';
      display: block;
      background: rgba(45, 58, 64, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .block02 .list a:hover:before {
      -webkit-transition: all .3s;
      transition: all .3s;
      background: rgba(41, 137, 72, 0.8); }
    .block02 .list a small {
      position: relative;
      z-index: 1;
      display: block;
      font-size: 12px;
      margin-bottom: 14px; }
      @media screen and (max-width: 769px) {
        .block02 .list a small {
          font-size: 3.33333vw; } }
    .block02 .list a span {
      position: relative;
      z-index: 1;
      display: block;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.94444; }
      @media screen and (max-width: 769px) {
        .block02 .list a span {
          font-size: 3.88889vw; } }
  @media screen and (max-width: 769px) {
    .block02 .list {
      display: block;
      max-width: inherit;
      width: 100%;
      margin: 6.66667vw auto -2.22222vw; }
      .block02 .list li {
        width: 100%;
        height: 13.88889vw;
        border-radius: 4.16667vw;
        margin-bottom: 2.22222vw; }
        .block02 .list li:nth-of-type(2) a small {
          margin-bottom: 0; }
        .block02 .list li:after {
          border-bottom: 0.83333vw solid #ffffff;
          border-right: 0.83333vw solid #ffffff;
          height: 2.22222vw;
          width: 2.22222vw;
          bottom: auto;
          top: 50%;
          left: auto;
          right: 8.33333vw;
          -webkit-transform: rotate(45deg) translateY(-100%);
          transform: rotate(45deg) translateY(-100%);
          opacity: 1; }
      .block02 .list a {
        width: 100%;
        height: 13.88889vw;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 8.33333vw; }
        .block02 .list a small {
          margin-bottom: 0;
          margin-right: 5.55556vw; }
        .block02 .list a span {
          display: block;
          line-height: 1.14286; } }

.block03 {
  padding-bottom: 0; }
  .block03 .bgWhite95 p {
    letter-spacing: 0.05em;
    line-height: 2;
    padding-top: 2em; }
  .block03 .right .bgWhite95 {
    margin-left: auto; }
  .block03 > div {
    background: right center no-repeat;
    background-size: auto 100%;
    padding: 50px 0;
    margin-top: 2.5rem; }
    .block03 > div.right {
      background-position-x: left; }
    .block03 > div#bgImg01 {
      background-image: url(../images/recruit/img02.jpg); }
    .block03 > div#bgImg02 {
      background-image: url(../images/recruit/img03.jpg); }
    .block03 > div#bgImg03 {
      background-image: url(../images/recruit/img04.jpg); }
  .block03 .btns {
    margin-top: 0;
    padding: 64px 0; }
  @media screen and (max-width: 769px) {
    .block03.innerContainer {
      margin: 0; }
    .block03 .bgWhite95 {
      margin: 0 5.7vw;
      padding-bottom: 0; }
      .block03 .bgWhite95 p {
        padding-top: 1em;
        font-size: 3.88889vw; }
    .block03 .right .bgWhite95 {
      margin: 0 5.7vw; }
    .block03 > div {
      background-position-y: top;
      background-size: 94% auto;
      padding: 49vw 0 0; }
      .block03 > div#bgImg01 {
        background-image: url(../images/recruit/sp/img02.jpg); }
      .block03 > div#bgImg02 {
        background-image: url(../images/recruit/sp/img03.jpg); }
      .block03 > div#bgImg03 {
        background-image: url(../images/recruit/sp/img04.jpg); } }

@media screen and (max-width: 769px) and (max-width: 769px) {
  .block03 .btns {
    padding-top: 8.33333vw;
    padding-bottom: 8.33333vw; } }

@media screen and (max-width: 769px) {
  .blogContainerWrap{
    padding-top: 8.33333vw;
    padding-bottom: 8.33333vw;
  }
  .blogContainerWrap .h3 {
    line-height: 1.75; } }

.blogContainerWrap{
  padding: 60px 0;
}

.block04 > .h4 {
  text-align: center;
  margin-top: 2em; }

.block04 > p {
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
  max-width: 800px; }

.block04 .list01 {
  margin-top: 40px;
  margin-bottom: 60px; }
  .block04 .list01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px; }
    .block04 .list01 .item .tit {
      width: 120px;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      background: #298948;
      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;
      letter-spacing: 0.075em; }
      @media screen and (max-width: 769px) {
        .block04 .list01 .item .tit {
          font-size: 3.88889vw; } }
    .block04 .list01 .item .itemIn {
      background: #F0F0F0;
      width: 50%;
      padding: 27px; }
      .block04 .list01 .item .itemIn:nth-of-type(2) {
        margin-right: 8px; }
      .block04 .list01 .item .itemIn .stit {
        font-size: 20px;
        color: #298948;
        font-weight: 700;
        text-align: center;
        border-bottom: 1px dotted #298948;
        padding-bottom: 1em;
        margin-bottom: 1em; }
        @media screen and (max-width: 769px) {
          .block04 .list01 .item .itemIn .stit {
            font-size: 3.88889vw; } }
      .block04 .list01 .item .itemIn ul li {
        position: relative;
        padding-left: 1.5em;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 2; }
        @media screen and (max-width: 769px) {
          .block04 .list01 .item .itemIn ul li {
            font-size: 3.88889vw; } }
        .block04 .list01 .item .itemIn ul li:before {
          position: absolute;
          left: 0;
          top: 0;
          content: '●';
          color: #298948; }
        .block04 .list01 .item .itemIn ul li + li {
          margin-top: 0.5em; }

.block04 .list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }
  .block04 .list02 li {
    letter-spacing: 0.05em;
    margin: 30px 0 0;
    width: 560px; }
    .block04 .list02 li:nth-of-type(1) {
      margin-right: 50px; }
    .block04 .list02 li img {
      height: auto;
      width: 100%; }
    .block04 .list02 li div {
      padding: 30px 0 40px;
      color: #525252; }
      .block04 .list02 li div .h4 {
        text-align: left; }
        .block04 .list02 li div .h4 .sub {
          color: #298948;
          font-size: 14px;
          display: block; }
          @media screen and (max-width: 769px) {
            .block04 .list02 li div .h4 .sub {
              font-size: 3.33333vw; } }
      .block04 .list02 li div strong {
        display: inline-block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 20px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 769px) {
          .block04 .list02 li div strong {
            font-size: 4.44444vw; } }
      .block04 .list02 li div p {
        font-size: 16px;
        line-height: 2; }
        @media screen and (max-width: 769px) {
          .block04 .list02 li div p {
            font-size: 3.88889vw; } }

@media screen and (max-width: 769px) {
  .block04 > .h4 {
    margin-top: 5.55556vw; }
  .block04 > p {
    text-align: left;
    margin: 3.88889vw 0 0;
    font-size: 3.88889vw; }
  .block04 .list01 {
    margin-top: 5.55556vw;
    margin-bottom: 6.94444vw; }
    .block04 .list01 .item {
      display: block;
      margin-bottom: 4.72222vw; }
      .block04 .list01 .item .tit {
        width: 100%;
        display: block;
        text-align: center;
        padding: 2.77778vw; }
      .block04 .list01 .item .itemIn {
        width: 100%;
        padding: 2.77778vw;
        margin-bottom: 2.5vw; }
        .block04 .list01 .item .itemIn:nth-of-type(2) {
          margin-right: 0; }
        .block04 .list01 .item .itemIn .stit {
          padding: 1.66667vw 2.77778vw 3.33333vw;
          margin: 0 0 3.88889vw; }
        .block04 .list01 .item .itemIn ul li {
          padding-left: 1.5em; }
          .block04 .list01 .item .itemIn ul li + li {
            margin-top: 1.11111vw; }
  .block04 .list02 {
    display: block;
    margin-top: 3.88889vw; }
    .block04 .list02 li {
      margin: 2.77778vw 0 0;
      width: 100%; }
      .block04 .list02 li:nth-of-type(1) {
        margin-right: 0; }
      .block04 .list02 li div {
        padding: 3.88889vw 0 3.88889vw; }
        .block04 .list02 li div .h4 .sub {
          margin-top: -1.38889vw; }
        .block04 .list02 li div strong {
          display: inline-block;
          margin-top: 0.5em;
          margin-bottom: 0.5em;
          font-size: 20px;
          font-weight: bold;
          line-height: 2;
          letter-spacing: 0.2em; } }
        @media screen and (max-width: 769px) and (max-width: 769px) {
          .block04 .list02 li div strong {
            font-size: 4.44444vw; } }

@media screen and (max-width: 769px) {
        .block04 .list02 li div p {
          font-size: 16px;
          line-height: 2; } }
        @media screen and (max-width: 769px) and (max-width: 769px) {
          .block04 .list02 li div p {
            font-size: 3.88889vw; } }

.linksContainer3 {
  max-width: 1200px;
  margin: 0 auto 64px; }
  .linksContainer3 .small li {
    background-image: url(../images/recruit/link01.jpg) !important; }
  @media screen and (max-width: 769px) {
    .linksContainer3 {
      margin: 0 auto 5.7vw; }
      .linksContainer3 .small li {
        background-image: url(../images/recruit/sp/link01.jpg) !important; } }
