/*--------------------
	JOB
--------------------*/
#job .lower-ttl {
  writing-mode: horizontal-tb;
  color: var(--main_font_color);
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2em;
  margin: 60px 0 60px 15%; }
  @media screen and (max-width: 767px) {
    #job .lower-ttl {
      font-size: 1.6rem;
      margin: 60px 0 60px 5%; } }
  #job .lower-ttl span {
    color: #ccc;
    font-size: 1.2rem;
    letter-spacing: .05em; }
    @media screen and (max-width: 767px) {
      #job .lower-ttl span {
        font-size: 1rem; } }
#job #lower-lst {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #job #lower-lst {
      margin: 0; } }
  #job #lower-lst ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      #job #lower-lst ul {
        grid-template-columns: 1fr;
        gap: 15px; } }
    #job #lower-lst ul li {
      background: #fff;
      line-height: 6rem;
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #job #lower-lst ul li {
          line-height: 4rem; } }
      #job #lower-lst ul li a {
        text-decoration: none;
        display: block;
        padding-left: 30px; }
        #job #lower-lst ul li a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 767px) {
          #job #lower-lst ul li a {
            text-decoration: none;
            display: block;
            padding-left: 30px; } }
        #job #lower-lst ul li a i {
          font-size: 1.6rem;
          position: absolute;
          top: 35px;
          right: 15px; }
          @media screen and (max-width: 767px) {
            #job #lower-lst ul li a i {
              top: 20px; } }
#job .mv {
  width: 1200px;
  margin: 60px auto; }
  @media screen and (max-width: 767px) {
    #job .mv {
      width: auto;
      padding-bottom: 65px;
      margin: 30px 0 45px;
      position: relative; } }
  #job .mv .txt {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 100px; }
    @media screen and (max-width: 767px) {
      #job .mv .txt {
        grid-template-columns: 1fr; } }
    #job .mv .txt h2 {
      writing-mode: vertical-rl;
      color: var(--main_font_color);
      font-size: 2rem;
      font-weight: normal;
      letter-spacing: .2em; }
      @media screen and (max-width: 767px) {
        #job .mv .txt h2 {
          writing-mode: horizontal-tb;
          font-size: 1.6rem;
          letter-spacing: .05em;
          position: absolute;
          bottom: 0;
          left: 5%; } }
      #job .mv .txt h2 span {
        color: #ccc;
        font-size: 1.2rem;
        letter-spacing: .05em; }
        @media screen and (max-width: 767px) {
          #job .mv .txt h2 span {
            color: #999; } }
#job section {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #job section {
      margin-bottom: 60px; } }
#job h3 {
  display: inline-block;
  min-width: 47%;
  background-color: var(--main_color_yellow);
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .2em;
  padding: 30px 5% 30px 20%;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #job h3 {
      font-size: 1.4rem;
      padding: 30px 5%;
      letter-spacing: 0; } }
@media screen and (max-width: 767px) {
  #job .inner {
    width: 96%;
    margin: 0 auto; } }
#job .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  margin-bottom: 90px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #job .box {
      grid-template-columns: 1fr;
      margin-bottom: 30px; } }
#job .job-footer {
  background-color: var(--main_color_yellow);
  padding: 45px 0;
  margin: 90px 0 0 0; }
  #job .job-footer ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      #job .job-footer ul {
        grid-template-columns: 1fr;
        gap: 15px; } }
    #job .job-footer ul li {
      background: #fff;
      line-height: 6rem;
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #job .job-footer ul li {
          line-height: 4rem; } }
      #job .job-footer ul li a {
        text-decoration: none;
        display: block;
        padding-left: 30px; }
        #job .job-footer ul li a:hover {
          text-decoration: underline; }
        #job .job-footer ul li a i {
          font-size: 1.6rem;
          position: absolute;
          top: 35px;
          right: 15px; }
          @media screen and (max-width: 767px) {
            #job .job-footer ul li a i {
              top: 20px; } }

/*--------------------
	EXAMINATION
--------------------*/
#examination .sec01 {
  margin: 120px 0 90px; }
  @media screen and (max-width: 767px) {
    #examination .sec01 {
      margin: 0; } }
  #examination .sec01 h3 {
    background: none;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 0; }
    @media screen and (max-width: 767px) {
      #examination .sec01 h3 {
        font-size: 1.4rem; } }
  #examination .sec01 img {
    margin-top: -130px; }
    @media screen and (max-width: 767px) {
      #examination .sec01 img {
        width: 70%;
        max-width: 350px;
        margin: 30px auto 0; } }
  #examination .sec01 .box {
    grid-template-columns: 1fr 500px; }
    @media screen and (max-width: 767px) {
      #examination .sec01 .box {
        grid-template-columns: 1fr; } }
    #examination .sec01 .box h4 {
      font-size: 1.6rem;
      font-weight: normal;
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        #examination .sec01 .box h4 {
          font-size: 1.2rem;
          margin-bottom: 30px; } }
    #examination .sec01 .box p {
      width: 600px; }
      @media screen and (max-width: 767px) {
        #examination .sec01 .box p {
          width: auto; } }
#examination .sec02 .box {
  grid-template-columns: 300px 1fr;
  column-gap: 0;
  background: #fff;
  border: 3px solid #999;
  margin: 0; }
  @media screen and (max-width: 767px) {
    #examination .sec02 .box {
      grid-template-columns: 1fr; } }
  #examination .sec02 .box h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      #examination .sec02 .box h4 {
        padding: 30px 0; } }
    #examination .sec02 .box h4 span {
      display: block;
      font-size: 1rem;
      margin-top: 15px; }
  #examination .sec02 .box div {
    padding: 30px;
    border-left: 3px solid #999; }
    @media screen and (max-width: 767px) {
      #examination .sec02 .box div {
        padding: 30px 2%;
        border-left: none;
        border-top: 3px solid #999; } }
    #examination .sec02 .box div p {
      font-size: 1.1rem;
      letter-spacing: .05em;
      margin-bottom: 15px; }
    #examination .sec02 .box div ul {
      list-style: none; }
      #examination .sec02 .box div ul li {
        line-height: 2; }
#examination .sec02 .arrow {
  text-align: center;
  color: #333;
  font-size: 5rem;
  line-height: 1; }
#examination .sec03 h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    #examination .sec03 h4 {
      font-size: 1.6rem;
      margin-bottom: 15px; } }
#examination .sec03 p {
  line-height: 2; }
@media screen and (max-width: 767px) {
  #examination .sec04 .scrl {
    overflow-x: scroll; } }
@media screen and (max-width: 767px) {
  #examination .sec04 .scrl table {
    min-width: 500px; } }
#examination .sec04 .scrl table thead tr th {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    #examination .sec04 .scrl table thead tr th {
      font-size: 1.2rem; } }
  #examination .sec04 .scrl table thead tr th span {
    display: block;
    padding: 15px 0;
    border: 1px solid #999;
    border-radius: 15px 15px 0 0;
    margin: 0 7.5px 15px; }
  #examination .sec04 .scrl table thead tr th:nth-child(2) span {
    background: #52a5dc; }
  #examination .sec04 .scrl table thead tr th:last-child span {
    background: #ec7995; }
#examination .sec04 .scrl table tbody tr th {
  width: 30%;
  background: #eee;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .1em;
  border: 2px solid #999; }
  @media screen and (max-width: 767px) {
    #examination .sec04 .scrl table tbody tr th {
      width: 20%;
      font-size: 1rem; } }
#examination .sec04 .scrl table tbody tr td {
  background: #fff;
  padding: 15px 90px;
  border: 2px solid #999; }
  @media screen and (max-width: 767px) {
    #examination .sec04 .scrl table tbody tr td {
      padding: 15px 30px; } }
#examination .sec04 .scrl table tbody .line {
  height: 15px; }

/*--------------------
	EMPLOYMENT
--------------------*/
#employment .sec01 {
  margin: 90px 0; }
  @media screen and (max-width: 767px) {
    #employment .sec01 {
      margin: 0; } }
  #employment .sec01 .box {
    grid-template-columns: 1fr 750px; }
    @media screen and (max-width: 767px) {
      #employment .sec01 .box {
        grid-template-columns: 1fr; } }
    #employment .sec01 .box h3 {
      background: none;
      font-family: "Noto Serif JP", serif;
      font-size: 2.4rem;
      font-weight: 600;
      padding: 0;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #employment .sec01 .box h3 {
          font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      #employment .sec01 .box p {
        margin-bottom: 30px; } }
#employment .sec02 h4 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .1em;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #employment .sec02 h4 {
      font-size: 1.2rem;
      margin-top: 30px; } }
#employment .sec03 .box {
  grid-template-columns: 100px 1fr 1fr;
  column-gap: 0; }
  @media screen and (max-width: 767px) {
    #employment .sec03 .box {
      grid-template-columns: 1fr; } }
  #employment .sec03 .box img {
    height: 100px; }
    @media screen and (max-width: 767px) {
      #employment .sec03 .box img {
        height: 60px; } }
  #employment .sec03 .box h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: .2em;
    border-bottom: 1px solid #333;
    margin-top: 70px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #employment .sec03 .box h4 {
        margin-top: -30px; } }
    #employment .sec03 .box h4:before {
      content: '';
      display: block;
      width: 150px;
      height: 1px;
      background: #333;
      transform: rotate(45deg);
      position: absolute;
      bottom: 52px;
      left: -128px; }
      @media screen and (max-width: 767px) {
        #employment .sec03 .box h4:before {
          display: none; } }
  #employment .sec03 .box dl {
    padding-bottom: 60px;
    border-bottom: 1px solid #333;
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      #employment .sec03 .box dl {
        border: none;
        padding-bottom: 30px; } }
    #employment .sec03 .box dl dt {
      font-size: 1.1rem;
      font-weight: 500;
      left: .05em;
      margin-bottom: 15px; }
    #employment .sec03 .box dl dd {
      line-height: 2; }
#employment .sec04 h3 {
  margin-bottom: 30px; }
#employment .sec04 p {
  margin: 20px 0 0; }
  @media screen and (max-width: 767px) {
    #employment .sec04 p {
      margin: 0 0 20px; } }
  #employment .sec04 .box dl {
	width: 550px;
    margin: 0 auto;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #employment .sec04 .box dl {
		width: 100%;
        max-width: 500px; } }
    #employment .sec04 .box dl a {
      text-decoration: none;
      display: block;
      background: #fff;
      padding: 15px;
      border: 1px solid #999;
      border-radius: 5px; }
      #employment .sec04 .box dl a:hover {
        text-decoration: underline; }
      #employment .sec04 .box dl a dt {
        margin-bottom: 45px; }
      #employment .sec04 .box dl a dd {
        text-align: right; }
        #employment .sec04 .box dl a dd i {
          color: #333;
          font-size: 2rem;
          vertical-align: bottom; }
#employment .sec04 h4 {
  background: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 30px;
  border: 1px solid #333;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #employment .sec04 h4 {
      text-align: center;
      padding: 15px; } }
  #employment .sec04 h4 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin-left: 45px; }
#employment .sec04 ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #employment .sec04 ul {
      grid-template-columns: 1fr 1fr;
      gap: 15px; } }

/*--------------------
	INTERVIEW
--------------------*/
#interview .sec01 {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #interview .sec01 {
      margin: 0; } }
  #interview .sec01 h3 {
    background: none;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    padding: 0;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #interview .sec01 h3 {
        font-size: 1.4rem; } }
#interview .sec02,
#interview .sec04 {
  position: relative; }
  #interview .sec02:before,
  #interview .sec04:before {
    content: '';
    display: block;
    width: 45%;
    height: 300px;
    background-color: var(--main_color_yellow);
    position: absolute;
    top: 0;
    left: 0; }
  #interview .sec02 .box img,
  #interview .sec04 .box img {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #interview .sec02 .box img,
      #interview .sec04 .box img {
        width: 100%;
        max-width: 500px;
        margin: 60px auto 30px; } }
  #interview .sec02 .box dl,
  #interview .sec04 .box dl {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #interview .sec02 .box dl,
      #interview .sec04 .box dl {
        margin-bottom: 30px; } }
    #interview .sec02 .box dl dt,
    #interview .sec04 .box dl dt {
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: 15px; }
#interview .sec03,
#interview .sec05 {
  position: relative; }
  #interview .sec03:before,
  #interview .sec05:before {
    content: '';
    display: block;
    width: 45%;
    height: 300px;
    background-color: var(--main_color_yellow);
    position: absolute;
    top: 0;
    right: 0; }
  #interview .sec03 .box img,
  #interview .sec05 .box img {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #interview .sec03 .box img,
      #interview .sec05 .box img {
        width: 100%;
        max-width: 500px;
        margin: 60px auto 30px; } }
  #interview .sec03 .box .sp,
  #interview .sec05 .box .sp {
    display: none; }
    @media screen and (max-width: 767px) {
      #interview .sec03 .box .sp,
      #interview .sec05 .box .sp {
        display: block; } }
  #interview .sec03 .box dl,
  #interview .sec05 .box dl {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #interview .sec03 .box dl,
      #interview .sec05 .box dl {
        margin-bottom: 30px; } }
    #interview .sec03 .box dl dt,
    #interview .sec05 .box dl dt {
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    #interview .sec03 .box .pc,
    #interview .sec05 .box .pc {
      display: none; } }
