@media screen and (max-width: 750px) {
  /*------------------------------------------------------------
  body
------------------------------------------------------------*/
  .txt {
    text-align: justify;
    line-height: 1.8em;
  }

  /*------------------------------------------------------------
  共通
------------------------------------------------------------*/
  #under .u-sec {
    padding: 50px 20px 70px;
    box-sizing: border-box;
  }
  #under .sec {
    margin: 0 0 50px;
  }
  #under .block {
    margin: 0 0 50px;
  }
  #under .box {
    margin: 0 0 40px;
  }
  #under .ofi-cover {
    object-fit: cover;
    font-family: "object-fit: cover";
  }
  #under .mt-30 {
    margin: 30px 0 0;
  }
  #under .mt-50 {
    margin: 50px 0 0;
  }

  /*--------------------------------------------------
  ttl-box
--------------------------------------------------*/

  /*---------- ttl-box01 ----------*/
  #under .ttl-box01 {
    text-align: center;
    margin: 0 0 30px;
  }
  #under .ttl-box01 .eng {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 13px;
  }
  #under .ttl-box01 .eng img {
    width: 18px;
    height: 14px;
    margin: 0 10px 0 0;
  }
  #under .ttl-box01 p {
    color: #d0111b;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #under .ttl-box01 h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index: 10;
  }

  /*---------- ttl-box03 ----------*/
  #under .ttl-box02 h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 30px;
    position: relative;
  }
  #under .ttl-box02 h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f6ab00;
    margin: auto;
    bottom: -8px;
    left: 0;
    right: 0;
  }

  /*------------------------------------------------------------
  btn-area
------------------------------------------------------------*/

  /*---------- btn-box01 ----------*/
  #under .btn-box01 {
    width: 90%;
    height: 50px;
    margin: 30px auto 0;
  }
  #under .btn-box01 a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #ffbd26;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    position: relative;
  }
  #under .btn-box01 a::before,
  #under .btn-box01 a::after {
    display: block;
    content: "";
    position: absolute;
  }
  #under .btn-box01 a::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: 50%;
    right: 22px;
    margin-top: -4px;
    z-index: 10;
  }
  #under .btn-box01 a::after {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    z-index: 0;
  }

  /*--------------------------------------------------
  mv
--------------------------------------------------*/

  #under .mv {
    width: 100%;
    height: 0;
    margin: 60px auto 0;
    padding-top: calc(100% * 700 / 1300);
    position: relative;
  }
  #under .mv .mv-txt {
    content: "";
    display: block;
    position: absolute;
    height: auto;
    background: rgba(246, 171, 0, 0.75);
    text-align: left;
    margin: auto;
    padding: 15px 30px;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
  }
  #under .mv .mv-txt h2 {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
  }
  #under .mv .mv-txt p {
    font-size: 14px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    position: relative;
  }
  #under .mv .mv-txt p::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #d0111b;
    top: 8px;
    left: 0;
  }
  #charm .mv {
    background: url("../../images/recruit/charm-mv.jpg") center center no-repeat;
    background-size: cover;
  }
  #interview_vet .mv {
    background: url("../../images/recruit/interview_vet-mv.jpg") center center no-repeat;
    background-size: cover;
  }
  #interview_nurse .mv {
    background: url("../../images/recruit/interview_nurse-mv.jpg") center center no-repeat;
    background-size: cover;
  }
  #interview_rec .mv {
    background: url("../../images/recruit/interview_rec-mv.jpg") center center no-repeat;
    background-size: cover;
  }
  .entry .mv {
    background: url("../../images/recruit/entry-mv.jpg") center center no-repeat;
    background-size: cover;
  }

  /*------------------------------------------------------------
  bc-list
------------------------------------------------------------*/
  .bc-list {
    font-size: 12px;
    line-height: 1;
    margin: 20px 0 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bc-list .bc-inner {
    width: 100%;
    margin: auto;
  }

  /*------------------------------------------------------------
  cover-area
------------------------------------------------------------*/

  /*---------- cover-area01 ----------*/
  .cover-area01 .left {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .cover-area01 .right img {
    width: 100%;
    height: auto;
    float: none;
  }

  /*------------------------------------------------------------
  block-inner
------------------------------------------------------------*/
  .block-inner {
    display: block;
  }

  /*---------- block-inner01 ----------*/
  .block-inner01 .img-box img {
    width: 100%;
  }
  .block-inner01 .wrap {
    width: 100%;
    margin: 0 0 20px;
  }

  /*---------- block-inner02 ----------*/
  .block-inner02 .img-box img {
    width: 100%;
  }
  .block-inner02 .wrap {
    width: 100%;
    margin: 0 0 20px;
  }

  /*------------------------------------------------------------
  table-box
------------------------------------------------------------*/

  /*---------- table-box01 ----------*/
  .table-box01 table {
    width: 100%;
    box-sizing: border-box;
  }
  .table-box01 table tr {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
  }
  .table-box01 table th {
    width: 24%;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .table-box01 table td {
    font-size: 11px;
    line-height: 1.5em;
    vertical-align: top;
    padding: 20px 0 20px 15px;
    box-sizing: border-box;
  }

  /*------------------------------------------------------------
  tab
------------------------------------------------------------*/

  /*----- tab -----*/
  .tab_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .tab_box li {
    width: calc(50% - 5px);
    height: 45px;
    color: #fff;
    background: #ccc;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tab_box li.active {
    height: 50px;
    color: #fff;
    font-size: 3.5vw;
    background: #db1420;
  }
  .tab_box li.active::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    z-index: 100;
  }
  .tabContents {
    display: none;
    margin: 30px 0 0;
  }
  .tabContents.show {
    display: block;
  }

  /*------------------------------------------------------------
  table-box
------------------------------------------------------------*/

  /*---------- table ----------*/
  .table-box01 table th {
    width: 26%;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .table-box01 table td {
    font-size: 11px;
    line-height: 1.5em;
    vertical-align: top;
    padding: 20px 0 20px 15px;
    box-sizing: border-box;
  }

  /*------------------------------------------------------------
  interview
------------------------------------------------------------*/

  /*---------- movie-box ----------*/
  .interview .movie-box {
    display: block;
    margin: 0 0 40px;
  }
  .interview .movie-box .left {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .interview .movie-box .left iframe {
    width: 100%;
    height: 260px;
  }
  .interview .movie-box .right p.name {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .interview .movie-box .right h5 {
    width: 120px;
    height: 30px;
    font-size: 14px;
    background: #f6ab00;
    text-align: center;
    line-height: 30px;
    margin: 0 0 10px;
  }

  /*--------------------------------------------------
  entry
--------------------------------------------------*/
  #entry .txt-box p {
    text-align: justify;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="submit"],
  input[type="reset"],
  textarea {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    background: transparent;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
  }
  .form-area table {
    width: 100%;
    box-sizing: border-box;
  }
  .form-area tr {
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #ebebeb;
  }
  .form-area tr:first-child {
    border-top: solid 1px #ebebeb;
  }
  .form-area th {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
    padding: 15px 0 15px 0;
    box-sizing: border-box;
    display: block;
  }
  .form-area td {
    font-size: 13px;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    display: block;
  }

  /* 必須 */
  .form-area th span {
    height: 20px;
    color: #fff;
    font-size: 10px;
    background: #db1420;
    line-height: 20px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }

  /* input */
  .form-area td input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: solid 1px #d3d3d3;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .form-area .wpcf7-list-item:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .form-area .wpcf7-list-item:last-child {
    margin: 0;
  }

  /* radio box */
  .form-area .radio01 {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .form-area .radio01 li {
    margin: 0 0 15px 0;
    box-sizing: border-box;
  }
  .form-area .radio01 li:last-child {
    margin: 0 0 0 0;
  }
  .form-area .radio01 li input {
    display: none;
  }
  .form-area .radio01-parts {
    padding: 0 0 0 25px;
    box-sizing: border-box;
    position: relative;
  }
  .form-area .radio01-parts::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #cecece;
    top: 0;
    left: 0;
  }
  .form-area .radio01 li input:checked + .radio01-parts {
    color: #db1420;
  }
  .form-area .radio01 li input:checked + .radio01-parts::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 12px;
    border-bottom: 2px solid #db1420;
    border-right: 2px solid #db1420;
    transform: rotate(45deg);
    top: -1px;
    left: 5px;
  }

  .wpcf7-form-control {
    display: flex;
    flex-direction: column;
  }

  /* textarea*/
  .form-area td textarea {
    width: 100%;
    height: 180px;
    border: solid 1px #d3d3d3;
    font-size: 15px;
    padding: 10px 10px;
    box-sizing: border-box;
    resize: vertical;
  }

  /* btn */
  .form-area .btn-area {
    display: inherit;
    justify-content: inherit;
    margin: 40px 0 0;
  }
  .form-area .form_btn {
    width: 100%;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin: 0 0;
    cursor: pointer;
    transition: all 0.3s;
  }
  .form-area .form_btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
  /*.form_area01 .btn_reset {
	background: #ccc;
}*/
  .form-area .btn_confirm {
    background: #ffbd26;
  }

  /*.form-area .td01 {
	display: flex;
	align-items: center;
}*/
  /*.form_area01 .td01 .col02 {
	margin-right: 20px;
}*/
  /*.form_area01 .note {
	margin: 10px 0 0;
}*/
  /*.form_area01 #graduation {
	width: 80px;
}*/

  /* セレクト */
  /*.form_area01 td select {
	height: 45px;
	box-sizing: border-box;
	border: solid 1px #cecece;
}
.form_area01 #select_month01,
.form_area01 #select_month02,
.form_area01 #select_day01,
.form_area01 #select_day02,
.form_area01 #choice_term01,
.form_area01 #choice_term02 {
	width: 80px;
}*/

  /*------------------------------------------------------------
  thanks
------------------------------------------------------------*/
  #thanks .txt-box p {
    font-size: 13px;
    text-align: center;
  }
}
