@charset "utf-8";
/*=========================================================================================================
    base
===========================================================================================================*/

/*=========================================================================================================
    Mobile
===========================================================================================================*/
@media only screen and (max-width: 767px) {
/*--------------------
    Common
----------------------*/
  section .section_title_wrap {
    margin: 5rem 0;
    text-align: center;
  }

  section .section_title_wrap h2 {
    letter-spacing: .1em;
    margin: 0 auto;
    transform: skew(-7deg);
    width: 90%;
  }

  section .section_title_wrap h2 span {
    border-bottom: 1px solid;
    font-family: Ftr-Bk;
    font-size: 10vw;
    letter-spacing: normal;
    line-height: 2em;
    padding:.2em 1em;
  }

/*--------------------
    introduction
----------------------*/
  #introduction .content_summary p {
    font-size: 4vw;
    letter-spacing: 0.05em;
    margin: 5rem auto;
    max-width: 90%;
    text-align: center;
  }

  #introduction .section_content_wrap ul {
    margin: 0 auto;
    width: 100%;
  }

  #introduction .section_content_wrap ul li {
    width: 100%;
  }

  #introduction .section_content_wrap ul figure {
    margin: 0 0 5vw;
  }

  #introduction figure img {
    margin: 0 0 2vw;
    max-width: 100%;
  }

/*--------------------
    recruit_info
----------------------*/
  #recruit_info ul {
    list-style: none;
    margin: 10rem auto;
  }

  #recruit_info ul li {
    margin: 10rem auto;
    width: 100%;
  }

  #recruit_info .list_title h3 {
    font-size: 4vw;
    line-height: 2em;
    margin: 1.5em 0;
    position: relative;
  }

  #recruit_info .list_title h3:before {
    border-bottom: 1px solid;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  #recruit_info .list_title h3 span {

  }

  #recruit_info .notice {
    font-size: 1.2rem;
    padding: 0 0 0 5em;
  }

  #recruit_info .list_content {
    margin: 0 auto;
    width: 90%;
  }

  #recruit_info .list_content .content_inner p {
    font-size: 3vw;
    line-height:2em;
  }

  #recruit_info .hide_content {
    display: none;
  }

  #recruit_info .list_content .button {
    background: #8ad9dd;
    color: #fff;
    font-size: 3.5vw;
    height: 3em;
    margin: 6rem auto;
    padding: .8em 0;
    text-align: center;
    width: 40vw;
  }

  #recruit_info .hide_content dl dt {
    font-size: 3vw;
    margin: 3em 0 0;
  }

  #recruit_info .hide_content dl dt:first-of-type {
    margin: 0;
  }

  #recruit_info .hide_content dl dd {
    font-size: 3vw;
    line-height: 2em;
    padding: 0 0 0 3em;
  }

  #recruit_info .list_content .apply a {
    background: #f4627d;
    color: #fff;
    display: block;
    font-size: 3.5vw;
    height: 3em;
    margin: 5rem auto;
    padding: .8em 0;
    text-align: center;
    transition: .2s;
    width: 40vw;
  }

  #recruit_info .list_content .cancel a {
    background: #ccc;
  }




}

/*=========================================================================================================
    PC
===========================================================================================================*/
@media only screen and (min-width: 768px) {
/*--------------------
    Common
----------------------*/
  main > section {

  }

  section .section_title_wrap {
    margin: 5rem 0;
    text-align: center;
  }

  section .section_title_wrap h2 {
    letter-spacing: .1em;
    margin: 0 auto;
    transform: skew(-7deg);
    width: 90%;
  }

  section .section_title_wrap h2 span {
    border-bottom: 1px solid;
    font-family: Ftr-Bk;
    font-size: 4.3rem;
    letter-spacing: normal;
    line-height: 2em;
    padding:.2em 1em;
  }

/*--------------------
    introduction
----------------------*/
  #introduction .content_summary p {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin: 5rem 10rem;
    text-align: center;
  }

  #introduction figure img {
    width: 350px;
  }

/*--------------------
    recruit_info
----------------------*/
  #recruit_info ul {
    margin: 10rem auto;
  }

  #recruit_info ul li {
    margin: 10rem auto;
    width: 1000px;
  }

  #recruit_info .list_title {
    display: inline-block;
  }

  #recruit_info .list_title h3 {
    font-size: 2.4rem;
    line-height: 2em;
    margin: 1.5em 0;
    position: relative;
  }

  #recruit_info .list_title h3:before {
    border-bottom: 1px solid;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  #recruit_info .list_title h3 span {

  }

  #recruit_info .notice {
    font-size: 1.2rem;
    padding: 0 0 0 5em;
  }

  #recruit_info .list_content {
    margin: 0 auto;
    max-width: 100%;
  }

  #recruit_info .list_content .content_inner p {
    font-size: 1.4rem;
    line-height:2em;
  }

  #recruit_info .hide_content {
    display: none;
  }

  #recruit_info .list_content .button {
    background: #8ad9dd;
    color: #fff;
    font-size: 1.4rem;
    height: 3em;
    margin: 6rem auto;
    padding: .8em 0;
    text-align: center;
    width: 300px;
  }

  #recruit_info .hide_content dl {
    display: flex;
    flex-wrap: wrap;
  }

  #recruit_info .hide_content dl dt {
    font-size: 1.4rem;
    line-height: 2em;
    margin: 0;
    padding: 0 0 0 4.5em;
    width: 27%;
  }

  #recruit_info .hide_content dl dt:first-of-type {
    margin: 0;
  }

  #recruit_info .hide_content dl dd {
    font-size: 1.4rem;
    line-height: 2em;
    margin: 0 0 4em;
    padding: 0 0 0 3em;
    width: 70%;
  }

  #recruit_info .list_content .apply a {
    background: #f4627d;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    height: 3em;
    margin: 5rem auto;
    padding: .8em 0;
    text-align: center;
    transition: .2s;
    width: 300px;
  }

  #recruit_info .list_content .cancel a {
    background: #ccc;
  }









}
