@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*ヘッダー*/
/*メイン*/
#m_top {
  width: 100%;
  position: relative; }
  #m_top h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 250%;
    color: #fff;
    text-shadow: 0px 0px 10px black; }

#recruit_top {
  width: 50%;
  margin: 5em 0 0;
  padding: 7em 50% 7em 0;
  background-image: url("../img/recruit/back01.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat; }
  #recruit_top h2 {
    font-size: 250%;
    color: #182d7b;
    text-align: center;
    margin: 1em 0 0.5em; }
  #recruit_top p {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    line-height: 2; }

#role {
  width: 80%;
  margin: 5em auto 0; }
  #role h2 {
    font-size: 250%;
    color: #182d7b;
    text-align: center;
    margin: 0 0 1em; }
  #role .r_inner {
    width: 89%;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
    padding: 4em 5%; }
    #role .r_inner dl {
      margin: 1em 0 0; }
      #role .r_inner dl dt {
        font-size: 187%;
        color: #182d7b;
        text-align: center;
        font-weight: bold; }
      #role .r_inner dl dd {
        text-align: center; }
    #role .r_inner h3 {
      font-size: 250%;
      color: #182d7b;
      text-align: center;
      margin: 1em 0 0; }

#job {
  width: 85%;
  margin: 5em auto 0; }
  #job .j_inner {
    width: 100%;
    margin: 2em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*& figure{
    	width: 30%;
    }*/ }
    #job .j_inner div {
      width: 100%; }
      #job .j_inner div h3 {
        font-size: 250%;
        color: #182d7b; }
      #job .j_inner div p {
        margin: 1em 0 0; }

.back01 {
  background-image: url("../img/recruit/back02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 5em 0 0;
  padding: 5em 0; }

#entry {
  width: 80%;
  margin: 0 auto;
  text-align: right; }
  #entry h2 {
    font-size: 200%;
    color: #2eb6aa;
    margin: 1em 0 0; }
  #entry figure {
    width: 30%;
    margin: 0 0 0 auto; }
  #entry p {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0; }
  #entry #btn {
    width: 400px;
    text-align: center;
    margin: 0 0 0 auto; }
    #entry #btn i {
      vertical-align: middle;
      font-size: 187%;
      margin: 0 5px 0 0;
      color: #6db5a9; }
    #entry #btn a {
      width: 400px;
      display: block;
      background-color: #fff;
      color: #363636;
      font-weight: bold;
      text-decoration: none;
      padding: 0.5em 0;
      border-radius: 20px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #entry #btn a:hover, #entry #btn a:active {
        background-color: rgba(255, 255, 255, 0.8); }

#interview {
  width: 80%;
  margin: 5em auto 0; }
  #interview h2 {
    font-size: 250%;
    color: #182d7b;
    text-align: center;
    margin: 0 0 0.5em; }
  #interview ul li {
    width: 89%;
    border: 1px solid #c6c7c8;
    padding: 5em 5% 2em;
    border-radius: 15px; }
    #interview ul li dl dt {
      margin: 3em 0 0;
      font-size: 130%;
      font-weight: bold;
      color: #2eb6aa; }
    #interview ul li .i_name {
      width: 100%;
      position: relative; }
      #interview ul li .i_name figure {
        width: 200px;
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      #interview ul li .i_name dl {
        margin: 0 0 0 350px; }
        #interview ul li .i_name dl dt {
          background-color: #363636;
          color: #fff;
          padding: 0.5em 0;
          width: 200px;
          text-align: center;
          border-radius: 10px;
          margin: 0 0 0.5em;
          font-size: 100%; }
        #interview ul li .i_name dl dd {
          font-size: 156%;
          font-weight: bold;
          margin: 0 0 2em; }
      #interview ul li .i_name p {
        color: #fff;
        font-size: 156%;
        padding: 1em 20px 1em 330px;
        font-weight: bold;
        background-color: #2eb6aa;
        border-radius: 15px; }
    #interview ul li .i_name_r {
      width: 100%;
      position: relative; }
      #interview ul li .i_name_r figure {
        width: 200px;
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      #interview ul li .i_name_r dl {
        margin: 0 350px 0 0;
        text-align: right; }
        #interview ul li .i_name_r dl dt {
          background-color: #363636;
          color: #fff;
          padding: 0.5em 0;
          width: 200px;
          text-align: center;
          border-radius: 10px;
          margin: 0 0 0.5em auto;
          font-size: 100%; }
        #interview ul li .i_name_r dl dd {
          font-size: 156%;
          font-weight: bold;
          margin: 0 0 2em; }
      #interview ul li .i_name_r p {
        color: #fff;
        font-size: 156%;
        padding: 1em 330px 1em 20px;
        font-weight: bold;
        background-color: #2eb6aa;
        border-radius: 15px;
        text-align: right; }
    #interview ul li:nth-child(n+2) {
      margin: 3em 0 0; }
    #interview ul li:last-child .i_name_r dl {
      margin: 0;
      text-align: right; }
    #interview ul li:last-child .i_name_r p {
      padding: 1em 20px 1em 20px; }

#company {
  margin: 0; }
  #company #gaiyou {
    position: relative;
    overflow: hidden;
    width: 100%; }
    #company #gaiyou::after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 20em;
      top: 0;
      background: url("../img/top/back02.png") no-repeat center center;
      background-size: 100% auto;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out;
      z-index: -1; }
    #company #gaiyou:hover:after {
      opacity: .8;
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #company #gaiyou dl {
      margin: 5em 20%;
      text-align: center; }
      #company #gaiyou dl dt {
        font-size: 187%;
        font-weight: bold;
        color: #363636;
        text-shadow: 0px 0px 10px white; }
        #company #gaiyou dl dt span {
          display: block;
          font-weight: normal;
          font-size: 50%; }
      #company #gaiyou dl dd a {
        background: #fff;
        display: flex;
        justify-content: space-around;
        max-width: 180px;
        margin: 2em auto 0;
        padding: 10px 25px;
        color: #363636;
        font-weight: 500;
        text-decoration: none;
        display: block;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        #company #gaiyou dl dd a:hover, #company #gaiyou dl dd a:active {
          color: #363636;
          background-color: #EFEFEF;
          text-decoration: none; }
  #company #map_inner {
    width: 80%;
    background-color: #b2b2b2;
    padding: 4em 10%; }
    #company #map_inner ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #company #map_inner ul li {
        width: 48%; }
        #company #map_inner ul li iframe {
          aspect-ratio: 16/9;
          width: 100%;
          height: auto; }
        #company #map_inner ul li dl {
          margin: 0.5em 0 0; }
          #company #map_inner ul li dl dt {
            color: #fff;
            font-size: 130%;
            font-weight: bold; }
          #company #map_inner ul li dl dd i {
            color: #fff;
            font-style: normal;
            background-color: #2eb6aa;
            width: 50px;
            border-radius: 5px;
            text-align: center;
            display: inline-block;
            font-weight: bold;
            line-height: 1;
            padding: 0.2em 0;
            margin: 0 5px 0 0; }
          #company #map_inner ul li dl dd a {
            color: #363636;
            text-decoration: none; }
            #company #map_inner ul li dl dd a:hover, #company #map_inner ul li dl dd a:active {
              color: #363636;
              text-decoration: underline; }

#bottom {
  width: 100%;
  margin: 5em 0 0; }
  #bottom h2 {
    position: relative;
    width: 96%;
    padding: 3em 2%;
    text-align: center;
    color: #fff;
    font-size: 156%;
    background-color: #363636; }
    #bottom h2 span {
      color: #6db5a9;
      font-size: 156%;
      vertical-align: middle; }
    #bottom h2::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -40px;
      border: 40px solid transparent;
      border-top: 40px solid #363636; }
  #bottom dl {
    width: 96%;
    padding: 3em 2%;
    background-color: #6db5a9; }
    #bottom dl dt {
      width: 50%;
      margin: 0 auto 1em; }
    #bottom dl dd {
      text-align: center; }
      #bottom dl dd i {
        vertical-align: middle;
        font-size: 187%;
        margin: 0 5px 0 0;
        color: #6db5a9; }
      #bottom dl dd a {
        width: 400px;
        margin: 2em auto 0;
        display: block;
        background-color: #fff;
        color: #363636;
        font-weight: bold;
        text-decoration: none;
        padding: 0.5em 2%;
        border-radius: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        #bottom dl dd a:hover, #bottom dl dd a:active {
          background-color: rgba(255, 255, 255, 0.8); }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
@media only screen and (min-width: 1300px) and (max-width: 1450px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  .back01 {
    background-size: cover; }

  #entry figure {
    width: 50%; }

  #interview h2 {
    font-size: 250%;
    color: #182d7b; }
  #interview ul li dl dt {
    margin: 2em 0 0; }
  #interview ul li .i_name {
    width: 100%;
    position: relative; }
    #interview ul li .i_name dl {
      margin: 0 0 0 300px; }
      #interview ul li .i_name dl dt {
        width: 200px; }
    #interview ul li .i_name p {
      padding: 1em 20px 1em 280px; }
  #interview ul li .i_name_r {
    width: 100%;
    position: relative; }
    #interview ul li .i_name_r dl {
      margin: 0 300px 0 0; }
    #interview ul li .i_name_r p {
      padding: 1em 280px 1em 20px; }

  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #m_top {
    width: 100%;
    margin: 80px 0 0; }
    #m_top h1 {
      font-size: 200%; }

  #recruit_top h2 {
    font-size: 180%; }
  #recruit_top p {
    font-size: 110%; }

  #role {
    width: 90%; }
    #role h2 {
      font-size: 180%;
      margin: 0 0 1em; }
    #role .r_inner h3 {
      font-size: 180%; }

  #job {
    width: 90%; }
    #job .j_inner div {
      width: 56%; }
      #job .j_inner div h3 {
        font-size: 180%; }
    #job .j_inner figure {
      width: 40%; }

  #entry {
    width: 90%; }
    #entry h2 {
      font-size: 156%; }
    #entry figure {
      width: 50%;
      margin: 0 0 0 auto; }
    #entry p {
      font-size: 110%; }
    #entry #btn {
      width: 350px; }
      #entry #btn i {
        font-size: 156%; }
      #entry #btn a {
        width: 350px; }

  #interview {
    width: 90%; }
    #interview h2 {
      font-size: 180%; }
    #interview ul li {
      width: 89%;
      border: 1px solid #c6c7c8;
      padding: 3em 5% 2em;
      border-radius: 15px; }
      #interview ul li dl dt {
        margin: 2em 0 0; }
      #interview ul li .i_name figure {
        width: 150px; }
      #interview ul li .i_name dl {
        margin: 0 0 0 250px; }
        #interview ul li .i_name dl dd {
          margin: 0 0 1em; }
      #interview ul li .i_name p {
        font-size: 156%;
        padding: 1em 20px 1em 230px; }
      #interview ul li .i_name_r figure {
        width: 150px; }
      #interview ul li .i_name_r dl {
        margin: 0 250px 0 0; }
      #interview ul li .i_name_r p {
        color: #fff;
        padding: 1em 230px 1em 20px; }
      #interview ul li:nth-child(n+2) {
        margin: 2em 0 0; }

  #bottom h2 {
    font-size: 130%; }
    #bottom h2 span {
      font-size: 130%; }
    #bottom h2::before {
      margin-left: -30px;
      border: 30px solid transparent;
      border-top: 30px solid #363636; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #m_top {
    width: 100%;
    margin: 80px 0 0; }
    #m_top h1 {
      font-size: 200%; }

  #recruit_top {
    width: 96%;
    margin: 5em 0 0;
    padding: 3.5em 2% 3.5em 2%;
    background-image: url("../img/recruit/back01_sp.png");
    background-position: center;
    background-size: right auto;
    background-repeat: no-repeat; }
    #recruit_top h2 {
      font-size: 160%; }
    #recruit_top p {
      font-size: 110%;
      color: #fff; }

  #role {
    width: 90%;
    margin: 2.5em auto 0; }
    #role h2 {
      font-size: 160%; }
    #role .r_inner {
      padding: 2em 5%; }
      #role .r_inner dl {
        margin: 1em 0 0; }
        #role .r_inner dl dt {
          font-size: 130%; }
      #role .r_inner h3 {
        font-size: 160%; }

  #job {
    width: 90%;
    margin: 2.5em auto 0; }
    #job .j_inner {
      margin: 1em 0 0; }
      #job .j_inner div {
        width: 100%; }
        #job .j_inner div h3 {
          font-size: 160%;
          text-align: center; }
        #job .j_inner div p {
          margin: 1em 0;
          text-align: center; }
      #job .j_inner figure {
        width: 90%;
        margin: 0 auto 1em; }

  .back01 {
    margin: 2.5em 0 0;
    padding: 2.5em 0; }

  #entry {
    width: 90%;
    margin: 0 auto;
    text-align: right; }
    #entry h2 {
      font-size: 160%; }
    #entry figure {
      width: 90%;
      margin: 0 0 0 auto; }
    #entry p {
      font-size: 100%; }
    #entry #btn {
      width: 280px; }
      #entry #btn i {
        font-size: 130%; }
      #entry #btn a {
        width: 280px; }

  #interview {
    width: 90%;
    margin: 2.5em auto 0; }
    #interview h2 {
      font-size: 160%; }
    #interview ul li {
      width: 90%;
      padding: 7em 5% 2em; }
      #interview ul li dl dt {
        margin: 1.5em 0 0;
        font-size: 130%; }
      #interview ul li .i_name figure {
        width: 100px;
        position: absolute;
        top: -6em;
        left: initial;
        right: 2%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%); }
      #interview ul li .i_name dl {
        margin: 0; }
        #interview ul li .i_name dl dt {
          padding: 0.5em 5px;
          width: 140px;
          font-size: 100%;
          text-align: center; }
        #interview ul li .i_name dl dd {
          font-size: 130%;
          margin: 0 0 2em; }
      #interview ul li .i_name p {
        color: #fff;
        font-size: 120%;
        padding: 1em 2%; }
        #interview ul li .i_name p br {
          display: none; }
      #interview ul li .i_name_r figure {
        width: 100px;
        position: absolute;
        top: -6em;
        right: initial;
        left: 2%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%); }
      #interview ul li .i_name_r dl {
        margin: 0; }
        #interview ul li .i_name_r dl dt {
          padding: 0.5em 5px;
          width: 140px;
          text-align: center;
          margin: 0 0 0.5em auto;
          font-size: 100%; }
        #interview ul li .i_name_r dl dd {
          font-size: 120%;
          font-weight: bold;
          margin: 0 0 2em; }
      #interview ul li .i_name_r p {
        color: #fff;
        font-size: 120%;
        padding: 1em 2%;
        text-align: left; }
        #interview ul li .i_name_r p br {
          display: none; }
      #interview ul li:nth-child(n+2) {
        margin: 1.5em 0 0; }

  #bottom {
    width: 100%;
    margin: 2.5em 0 0; }
    #bottom h2 {
      position: relative;
      width: 96%;
      padding: 3em 2%;
      text-align: center;
      color: #fff;
      font-size: 130%;
      background-color: #363636; }
      #bottom h2 span {
        color: #6db5a9;
        font-size: 130%;
        vertical-align: middle; }
      #bottom h2::before {
        margin-left: -30px;
        border: 30px solid transparent;
        border-top: 30px solid #363636; }
    #bottom dl dt {
      width: 80%;
      margin: 0 auto 1em; }
    #bottom dl dd i {
      font-size: 130%; }
    #bottom dl dd a {
      width: 280px;
      margin: 1em auto 0;
      padding: 0.5em 0; }

  #company {
    margin: 2.5em 0 0; }
    #company #gaiyou::after {
      height: 15em; }
    #company #gaiyou dl {
      margin: 2.5em 20%; }
      #company #gaiyou dl dt {
        font-size: 156%; }
    #company #map_inner {
      width: 90%;
      background-color: #b2b2b2;
      padding: 2em 5%; }
      #company #map_inner ul {
        flex-direction: column; }
        #company #map_inner ul li {
          width: 100%; }
          #company #map_inner ul li:nth-child(n+2) {
            margin: 2em 0 0; }
          #company #map_inner ul li dl dt {
            font-size: 120%; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
