@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
::placeholder {
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: normal; }

#contents {
  margin-top: 60px; }

.main_title_wrap {
  margin-top: 120px;
  margin-bottom: 40px; }
  .main_title_wrap .sub_title_box {
    margin-bottom: 0; }

.title_wrap {
  position: relative; }
  .title_wrap .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    width: 60%;
    max-width: 540px;
    text-align: center; }
    @media (min-width: 768px) {
      .title_wrap .txt {
        font-size: calc( 1rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
    @media (min-width: 1200px) {
      .title_wrap .txt {
        font-size: 1.2rem; } }
    .title_wrap .txt img {
      margin-bottom: 10px; }
  .title_wrap .img img {
    width: 100%; }

#recruit .copy {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #recruit .copy {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 1.3888888889 ); } }
  @media (min-width: 1200px) {
    #recruit .copy {
      font-size: 2.4rem; } }
#recruit .recruit_wrap {
  border-radius: 10px;
  margin-bottom: 60px; }
  #recruit .recruit_wrap > p {
    margin-bottom: 20px; }
  #recruit .recruit_wrap .recruit_img {
    max-width: 980px;
    margin: auto;
    margin-bottom: 50px; }
  #recruit .recruit_wrap .recruit_copy {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.4rem;
    line-height: 2; }
    @media (min-width: 768px) {
      #recruit .recruit_wrap .recruit_copy {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
    @media (min-width: 1200px) {
      #recruit .recruit_wrap .recruit_copy {
        font-size: 1.6rem; } }
  #recruit .recruit_wrap .example_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-around;
    max-width: 980px;
    margin: 0 auto 120px; }
    #recruit .recruit_wrap .example_wrap .example_box {
      flex: 0 1 45vw;
      width: 45vw;
      max-width: 45vw;
      height: 45vw;
      line-height: normal;
      background: url("/img/recruit/example_back.svg") center/contain no-repeat;
      position: relative; }
      #recruit .recruit_wrap .example_wrap .example_box .example_title {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        #recruit .recruit_wrap .example_wrap .example_box .example_title span {
          font-weight: bold;
          line-height: 1.5;
          border-bottom: 2px solid #f6c800;
          font-size: 1.4rem; }
          @media (min-width: 768px) {
            #recruit .recruit_wrap .example_wrap .example_box .example_title span {
              font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 2.3148148148 ); } }
          @media (min-width: 1200px) {
            #recruit .recruit_wrap .example_wrap .example_box .example_title span {
              font-size: 2.4rem; } }
  #recruit .recruit_wrap .container {
    max-width: 980px;
    margin: auto; }
    #recruit .recruit_wrap .container .btn:not(.reserve_btn) a {
      max-width: 230px;
      background: #434343;
      border: 1px solid #434343; }
      #recruit .recruit_wrap .container .btn:not(.reserve_btn) a:hover {
        color: #434343;
        background: #fff; }
      #recruit .recruit_wrap .container .btn:not(.reserve_btn) a:after {
        display: none; }
  #recruit .recruit_wrap form .form-group .txt .flex_wrap.receive_wrap {
    justify-content: flex-start; }
  #recruit .recruit_wrap form .form-group .txt .flex_wrap.payment_wrap {
    justify-content: flex-start; }
  #recruit .recruit_wrap form .chenge_content {
    display: none; }
    #recruit .recruit_wrap form .chenge_content.view {
      display: block; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .main_title_wrap {
    margin-top: 200px; }

  #recruit .recruit_wrap .example_wrap .example_box {
    flex: 0 1 25vw;
    width: 25vw;
    max-width: 25vw;
    height: 25vw;
    max-width: 320px;
    max-height: 320px; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .grecaptcha-badge {
    bottom: 100px !important; } }
/*------------------------------
		1280px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
