@charset "UTF-8";

body {
  /* font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif; */
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  color: #333;
  letter-spacing: 0.5px;
  background: #fff;
  /*fadeIn*/
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  /* -webkit-font-smoothing: antialiased; */
}

/*fadeIn*/
@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.cv .num,
.entry .inner,
footer,
h1.ttl {
  text-align: center
}

.contact .tel,
footer .tel,
header .tel {
  /* font-family: Lato, sans-serif; */
  font-weight: 900;
}

.wrap {
  overflow: hidden;
}

h1,
h2,
h3 {
  text-align: center;
}

h2,
h3 {
  font-weight: 600;
  font-size: 20px;
}

h2 {
  padding: 20px 0 10px;
}

p {
  font-weight: 300;
}

@media screen and (min-width: 768px) {

  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }

  .open nav {
    left: 0;
    opacity: 1;
  }

  nav .inner {
    padding: 25px 10px;
  }

  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 0.5px solid #151D35;
  }

  nav .inner ul li a {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 0.8em 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li a:hover {
    background: #e4e4e4;
  }

  nav .inner ul li a span {
    /* background: #151D35; */
    color: #C61B1B;
    font-size: 10px;
    padding: 3px 10px 3px 0;
    border-bottom: 1px solid #151D35;
  }

  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 260px;
    }
  }

  /*============
    .toggle_btn
    =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 55px;
    right: 30px;
    width: 48px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #C61B1B;
    border-radius: 4px;
    transition: all .5s;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 14px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }

  .open .toggle_btn span {
    background-color: #fff;
  }

  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  .hamburger-demo-cover.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .8);
    display: block;
  }


  .sp {
    display: none;
  }

  #page-top {
    display: inline;
    position: fixed;
    bottom: 0;
    right: 3%;
  }

  /*index*/

  .sideways {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: fixed;
    left: 3%;
    bottom: 80px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.9;
    letter-spacing: 4px;
    color: #C61B1B;
  }

  .sideways img {
    padding-top: 20px;
    width: 18px;
  }

  .kv {
    /* background: linear-gradient(90deg, #f7f5ef 0%, #f7f5ef 30%, #C61B1B 10%, #C61B1B 100%); */
    background: #fff;
    /* padding: 20px 0 0; */

  }

  .kv .gnav {
    position: relative;
    width: 96%;
    margin: 0 auto;
    height: 140px;
  }

  #index .gnav h1 {
    display: block;
    padding-top: 24px;
    width: 160px;
    margin: 0 auto;
  }

  .gnav h1 {
    display: inline-block;
    padding-top: 40px;
    width: 200px;
    /* text-align: left; */
  }

  .gnav span {
    color: #333;
    border: 1px solid #333;
    padding: 3px 5px;
    margin-left: 16px;
    position: absolute;
    top: 50px;
  }


  #index .gnav ul {
    float: right;
    letter-spacing: normal;
    padding-top: 40px;
    vertical-align: middle;
    margin-right: 20px;
  }

  .gnav ul {
    float: right;
    letter-spacing: normal;
    /* padding-top: 16px; */
    vertical-align: middle;
    margin-top: -25px;
  }

  .gnav ul li {
    width: 240px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 3px;
  }

  .gnav ul li:first-child::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #1F2971;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  .gnav ul li::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #C61B1B;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  .gnav ul li:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  #nav li a span {
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border: 1px solid #222;
    margin-left: -20%;
    color: #333;
  }

  #nav li+li a span {
    border: 1px solid #C61B1B;
    color: #C61B1B;
  }


  #nav li a {
    display: block;
    text-align: center;
    font-size: 13px;
    /* padding: 10px 0; */
    height: auto;
    opacity: 1;
  }

  #nav li a span.en {
    display: inline;
  }

  #nav li a:hover span.en {
    display: none;
  }

  #nav li a span.jp {
    display: none;
  }

  #nav li a:hover span.jp {
    display: inline;
    background: #deb887;
    color: #fff;
    /* letter-spacing: 1px; */
  }

  #nav li+li a:hover span.jp {
    display: inline;
    background: #C61B1B;
    color: #fff;
    /* letter-spacing: 1px; */
  }

  #nav li a span.eng {
    display: inline;
    color: #1F2971
  }

  #nav li a:hover span.eng {
    display: none;
    color: #1F2971
  }

  #nav li a span.jpn {
    display: none;
    color: #1F2971
  }

  #nav li a:hover span.jpn {
    display: inline;
    color: #1F2971;
    letter-spacing: 1px;
  }


  .kv .inner {
    background: url("../img/index_kv.jpg") no-repeat center;
    background-size: cover;
    padding-top: 50%;
  }

  .about {
    /* background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%); */
    background: #fff;
    position: relative;
  }

  .about2 {
    /* background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%); */
    background: #fff;
    padding-top: 5em;
    position: relative;
  }

  .scissors_img {
    position: absolute;
    top: 300px;
    left: 70%;
    opacity: 0.8;
  }

  .about .inner {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 25px 125px;
  }

  .about .inner h1 {
    font-size: 36px;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  .about .inner h1 img {
    width: 250px;
  }

  .about h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 10px;
    position: relative;
  }

  .about h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .about h3 {
    padding: 80px 0 5px;
    font-weight: 600;
    color: #333;
    font-size: 24px;
    position: relative;
    margin-bottom: 2em;
  }

  .about h3 span {
    color: #C61B1B;
  }

  .about h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #C61B1B;
    border-radius: 2px;
  }

  .about p {
    line-height: 2;
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
  }

  .about2 .inner h1 {
    font-size: 45px;
    color: #333;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .about2 .inner h1 img {
    width: 250px;
  }

  .about2 h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 10px;
    margin-bottom: 6em;
    position: relative;
  }

  .about2 h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .about2 h3 {
    padding: 60px 0 5px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 1.5em;
  }

  .about2 h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #C61B1B;
    border-radius: 2px;
  }

  .about2 p {
    line-height: 2;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .job {
    /* background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%); */
    background: #fff;
    text-align: center;
    font-weight: 300;
  }

  .job .inner {

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .job .inner h1 {
    font-size: 36px;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  .job .inner h1 img {
    width: 250px;
  }

  .job .inner h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 10px;
    position: relative;
  }

  .job .inner h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .job .float {
    text-align: left;
    padding: 110px 0 40px;
    overflow: hidden;
    display: flex;
    border-bottom: 1px dotted #C61B1B;
  }

  .float .job_figure {
    /* border: solid #333 1px; */
    width: 415px;
    height: 300px;
    margin: 0 25px 15px 0;
  }

  .shop00 span,
  .shop00 span {
    font-size: 16px;
  }

  .shop00:before {
    content: url("../img/shop_btn00.png");
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80px;
    height: auto;
  }


  .shop01 span,
  .shop01 span {
    font-size: 16px;
  }

  .shop01:before {
    content: url("../img/shop_btn01.png");
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80px;
    height: auto;
  }

  .shop02:before {
    content: url("../img/shop_btn02.png");
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80px;
    height: auto;
  }

  .job h3 {
    font-weight: 600;
    text-align: left;
    padding: 10px 0;
    color: #333;
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    text-shadow: 0 0 10px #fff;
  }

  .job h3 span {
    /* font-size:35px;
          color:#c5001a;
          padding-right: 3px; */
  }

  .job_txt {
    color: #C61B1B;
    font-weight: 600;
    padding: 5px 0;
  }

  .job_txt span {
    padding-left: 2%;
  }


  .job p {
    line-height: 1.8;
  }

  .job .flex_ed {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
  }

  p.link_btn {
    width: 200px;
    border: 1px solid #707070;
    color: #333;
    text-align: center;
    line-height: normal;
    font-size: 14px;
    margin-right: 2rem;
    transition: .2s ease-out;
    position: relative;
    letter-spacing: 1px;
    margin-top: 50px;
  }

  p.link_btn::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
  }

  p.link_btn:hover::after {
    right: 1em;
  }

  p.link_btn:hover {
    background: #C61B1B;
    color: #fff;
  }

  p.link_btn:last-child {
    margin-right: 0;
  }


  p.link_btn a {
    opacity: 1;
    padding: 10px 0;
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }




  figure {
    /* background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%); */
    background: #fff;
    padding-top: 130px;
  }

  figure .inner {
    background: url("../img/index_shopimg.jpg") fixed no-repeat center bottom;
    height: 450px;
    min-width: 1400px
  }

  footer {
    /* background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%); */
    background-size: 100% auto;
  }

  footer .inner {
    padding: 40px 0 0;
    background: #f6f6f6;
    color: #fff;
  }

  footer .inner img {
    width: 200px;
  }

  .footer_table {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    color: #333;
  }

  footer table {
    width: 100%;
    margin: 0 20px;
  }

  footer table th {
    width: 25%;
    font-weight: 600;
    font-size: 1.2rem;
  }

  footer table th::before {
    display: none;
  }

  footer table td {
    font-weight: 300;
  }

  footer table th,
  footer table td {
    padding: 8px 7px;
    font-size: 1rem;
    text-align: left;
    border-bottom: 1px dotted #E1E1E1;
  }

  footer .inner .flexbox {
    justify-content: space-between;
    height: 56px;
    margin: 0 auto;
    color: #333;
  }

  footer .inner .cpylight {
    justify-content: space-between;
    height: 40px;
    margin: 0 auto;
    background: #222;
  }

  footer .inner span.small {
    font-size: 10px;
    color: #fff;
    line-height: 4;
  }

  footer .inner .flexbox p {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
  }

  footer .inner .flexbox p span {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
  }

  footer .inner ul li {
    width: 210px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }

  footer .inner ul li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #C61B1B;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  footer .inner ul li:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  footer .inner li a span {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
  }

  footer .inner li a {
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    height: auto;
    opacity: 1;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 3px;
  }

  footer .inner li a span.en {
    display: inline;
  }

  footer .inner li a:hover span.en {
    display: none;
  }

  footer .inner li a span.jp {
    display: none;
  }

  footer .inner li a:hover span.jp {
    display: inline;
    letter-spacing: 1px;
  }

  footer .inner li a span.eng {
    display: inline;
  }

  footer .inner li a:hover span.eng {
    display: none;
    color: #C61B1B;
  }

  footer .inner li a span.jpn {
    display: none;
    color: #C61B1B;
  }

  footer .inner li a:hover span.jpn {
    display: inline;
    color: #C61B1B;
    letter-spacing: 1px;
  }

  /*recruit*/

  .kv_second {
    background: #fff;
  }

  .kv_second .inner {
    /* max-width: 1400px; */
    padding-top: 60%;
    margin: 0 auto;
    background: url("../img/recruit_kv.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second .inner2 {
    /* max-width: 1400px; */
    padding-top: 60%;
    margin: 0 auto;
    background: url("../img/recruit_kv2.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second .inner3 {
    /* max-width: 1400px; */
    padding-top: 60%;
    margin: 0 auto;
    background: url("../img/recruit_kv3.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second .inner4 {
    /* max-width: 1400px; */
    padding-top: 60%;
    margin: 0 auto;
    background: url("../img/recruit_kv4.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second .inner5 {
    /* max-width: 1400px; */
    padding-top: 60%;
    margin: 0 auto;
    background: url("../img/recruit_kv5.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second .inner6 {
    /* max-width: 1400px; */
    padding-top: 60%;
    margin: 0 auto;
    background: url("../img/recruit_kv6.jpg") no-repeat left;
    background-size: cover;
  }


  .kv_second .gnav {
    width: 100%;
    height: 90px;
    /* max-width: 1400px; */
    background-color: #fff;
    margin: 0 auto;
    padding: 0px 50px;
    overflow: hidden;
  }



  .kv_second h1 {
    display: inline-block;
    width: 312px;
    margin-left: 8px;
    padding-top: 24px;
    margin: 0 auto;
  }

  .kv_second #nav {
    display: flex;
    color: #333;
  }

  .kv_second .gnav ul li {}

  .kv_second .gnav ul li:first-child {
    color: #1F2971;
    background: #fff;
    margin-right: -100px;
    /* box-shadow: 0 3px 4px #ccc; */
  }

  .kv_second .gnav ul li:last-child {
    color: #C61B1B;
    background: #fff;
    /* box-shadow: 0 3px 4px #ccc; */
    width: 256px;
  }

  .kv_second .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second2 {
    background: #fff;
  }




  .kv_second2 h1 {
    display: inline-block;
    width: 200px;
    padding-left: 25px;
  }

  .kv_second2 #nav {
    display: flex;
    color: #333;
  }

  .kv_second2 .gnav ul li {}

  .kv_second2 .gnav ul li:first-child {
    color: #1F2971;
    background: #fff;
    margin-right: 5px;
    /* box-shadow: 0 3px 4px #ccc; */
  }

  .kv_second2 .gnav ul li {
    color: #C61B1B;
    background: #fff;
    /* box-shadow: 0 3px 4px #ccc; */

  }

  .kv_second2 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second3 {
    background: #fff;
  }



  .kv_second3 h1 {
    display: inline-block;
    width: 200px;
    padding-left: 25px;
  }

  .kv_second3 #nav {
    display: flex;
    color: #333;
  }

  .kv_second3 .gnav ul li {}

  .kv_second3 .gnav ul li:first-child {
    color: #1F2971;
    background: #fff;
    margin-right: 5px;
    /* box-shadow: 0 3px 4px #ccc; */
  }

  .kv_second3 .gnav ul li {
    color: #C61B1B;
    background: #fff;
    /* box-shadow: 0 3px 4px #ccc; */

  }

  .kv_second3 .gnav ul li {
    width: 185px;
  }

  .kv_second3 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second4 {
    background: #fff;
  }




  .kv_second4 h1 {
    display: inline-block;
    width: 200px;
    padding-left: 25px;
  }

  .kv_second4 #nav {
    display: flex;
    color: #333;
  }

  .kv_second4 .gnav ul li {}

  .kv_second4 .gnav ul li:first-child {
    color: #1F2971;
    background: #fff;
    margin-right: 5px;
    /* box-shadow: 0 3px 4px #ccc; */
  }

  .kv_second4 .gnav ul li {
    color: #C61B1B;
    background: #fff;
    /* box-shadow: 0 3px 4px #ccc; */

  }

  .kv_second4 .gnav ul li {
    width: 185px;
  }

  .kv_second4 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second5 {
    background: #fff;
  }



  .kv_second5 .gnav {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .kv_second5 h1 {
    display: inline-block;
    width: 130px;
    padding-left: 25px;
  }

  .kv_second5 #nav {
    display: flex;
    color: #333;
  }

  .kv_second5 .gnav ul li {}

  .kv_second5 .gnav ul li:first-child {
    color: #1F2971;
    background: #fff;
    margin-right: 5px;
    /* box-shadow: 0 3px 4px #ccc; */
  }

  .kv_second5 .gnav ul li {
    color: #C61B1B;
    background: #fff;
    /* box-shadow: 0 3px 4px #ccc; */

  }

  .kv_second5 .gnav ul li {
    width: 185px;
  }

  .kv_second5 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second6 {
    background: #fff;

    /* background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%); */
  }

  .kv_second6 .inner {
    max-width: 1400px;
    padding-top: 60%;
    margin: 0 auto;
    padding-top: 20px;
    background: url("../img/recruit_kv6.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second6 .gnav {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }

  .kv_second6 h1 {
    display: inline-block;
    width: 130px;
    padding-left: 25px;
  }

  .kv_second6 #nav {
    display: flex;
    color: #333;
  }

  .kv_second6 .gnav ul li {}

  .kv_second6 .gnav ul li:first-child {
    color: #1F2971;
    background: #fff;
    margin-right: 5px;
    /* box-shadow: 0 3px 4px #ccc; */
  }

  .kv_second6 .gnav ul li {
    color: #C61B1B;
    background: #fff;
    /* box-shadow: 0 3px 4px #ccc; */

  }

  .kv_second6 .gnav ul li {
    width: 185px;
  }

  .kv_second6 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second7 {
    background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%);
  }

  .kv_second7 .inner {
    max-width: 1400px;
    padding-top: 60%;
    margin: 0 auto;
    padding-top: 20px;
    background: url("../img/recruit_kv7.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second7 .gnav {
    width: 100%;
    max-width: 1330px;
    margin: 0 5%;
    overflow: hidden;
    height: 405px;
    /* text-align: center; */
  }

  .kv_second7 h1 {
    /* padding-left: 225px; */
  }

  .kv_second7 #nav {
    display: flex;
    color: #333;
  }

  .kv_second7 .gnav ul li {}

  .kv_second7 .gnav ul li:first-child {
    color: #fff;
    background: #C61B1B;
    margin-right: 5px;
    box-shadow: 0 3px 4px #ccc;
  }

  .kv_second7 .gnav ul li:last-child {
    color: #333;
    background: #fff;
    box-shadow: 0 3px 4px #ccc;
  }

  .kv_second7 .gnav ul li {
    width: 185px;
  }

  .kv_second7 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second8 {
    background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%);
  }

  .kv_second8 .inner {
    max-width: 1400px;
    padding-top: 60%;
    margin: 0 auto;
    padding-top: 20px;
    background: url("../img/recruit_kv8.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second8 .gnav {
    width: 100%;
    max-width: 1330px;
    margin: 0 5%;
    overflow: hidden;
    height: 405px;
    /* text-align: center; */
  }

  .kv_second8 h1 {
    /* padding-left: 225px; */
  }

  .kv_second8 #nav {
    display: flex;
    color: #333;
  }

  .kv_second8 .gnav ul li {}

  .kv_second8 .gnav ul li:first-child {
    color: #fff;
    background: #C61B1B;
    margin-right: 5px;
    box-shadow: 0 3px 4px #ccc;
  }

  .kv_second8 .gnav ul li:last-child {
    color: #333;
    background: #fff;
    box-shadow: 0 3px 4px #ccc;
  }

  .kv_second8 .gnav ul li {
    width: 185px;
  }

  .kv_second8 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }


  .kv_second9 {
    background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%);
  }

  .kv_second9 .inner {
    max-width: 1400px;
    padding-top: 60%;
    margin: 0 auto;
    padding-top: 20px;
    background: url("../img/recruit_kv9.jpg") no-repeat left;
    background-size: cover;
  }

  .kv_second9 .gnav {
    width: 100%;
    max-width: 1330px;
    margin: 0 5%;
    overflow: hidden;
    height: 405px;
    /* text-align: center; */
  }

  .kv_second9 h1 {
    /* padding-left: 225px; */
  }

  .kv_second9 #nav {
    display: flex;
    color: #333;
  }

  .kv_second9 .gnav ul li {}

  .kv_second9 .gnav ul li:first-child {
    color: #fff;
    background: #C61B1B;
    margin-right: 5px;
    box-shadow: 0 3px 4px #ccc;
  }

  .kv_second9 .gnav ul li:last-child {
    color: #333;
    background: #fff;
    box-shadow: 0 3px 4px #ccc;
  }

  .kv_second9 .gnav ul li {
    width: 185px;
  }

  .kv_second9 .inner_txt {
    width: 1400px;
    margin: 0 auto;
    padding: 24% 0 0;
    padding-bottom: 85px;
  }

  /*パンくずリスト*/
  .breadcrumb {
    margin: 0 auto;
    padding-left: 6%
  }

  .breadcrumb ul {
    padding: 60px 0;
  }

  .breadcrumb li {
    display: inline;
    list-style: none;
  }

  .breadcrumb li:after {
    content: '>';
    padding: 0 3px;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .point {
    padding: 0 40px;
  }

  .point .inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #f2f2f2;
    margin-bottom: 100px;
  }

  .point .float {
    overflow: hidden;
    display: flex;
    background: #fff;
    padding: 30px 3% 3% 2%;
  }

  .point img {
    display: inline-block;
    width: 50%;
    padding-right: 25px;
    overflow: hidden;
    background: url(../img/recruit1_point.jpg) center;
    background-size: cover;
  }

  .point .box {
    width: 50%;
  }

  .point h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: left;
    color: #333;
    position: relative;
    margin-bottom: 1.5em;
  }

  .point h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #C61B1B;
    border-radius: 2px;
  }

  .point h2 span {
    color: #C61B1B;
  }

  .point h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
  }

  .point p {
    line-height: 2;
  }

  .intro {
    background: url("../img/recruit_intro.jpg") no-repeat fixed;
    background-size: cover;
    padding-bottom: 0px;
  }

  .intro .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 80px;
  }

  .intro .inner h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
    padding-bottom: 80px;
    position: relative;
  }

  .intro .inner h1:before {
    display: block;
    content: '';
    position: absolute;
    top: 75px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #fff;
  }

  .intro h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    /* background: #f9e603; */
    width: 500px;
    padding: 8px;
    border-radius: 40px;
    text-align: left;
    margin: 0 0 2%;
  }

  .intro .intro_box {
    background: #fff;
    padding: 45px 30px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 80%;
    box-shadow: 8px 8px 15px -5px #333;
    margin: 0 auto 40px;
    align-items: center;
  }

  .intro .intro_box img {
    /* width: 120px; */
  }

  .intro .intro_box:last-child {
    margin-bottom: 0;
  }

  .intro .intro_box div:first-child {
    width: 28%;
    padding: 0 1.5% 0 0%;
    text-align: center;
  }

  .intro .intro_box div:last-child {
    width: 680px;
  }

  .intro .intro_box div:last-child img {
    position: absolute;
    top: -20px;
    left: -20px;
  }

  .intro p {
    line-height: 1.6;
    text-align: left;
    margin-left: 7%;
  }

  .contact {
    /* background: rgba(51, 51, 51, 0.45); */
  }

  .contact .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 85px 15px 85px;
    align-items: center;
  }

  .contact .box {
    width: 55%;
    text-align: center;
    margin-right: 2%;
    padding: 30px 0;
  }

  .contact h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding-top: 0;
    color: #fff;
    text-shadow: 0 0 5px #000000;
  }

  .contact .tel {
    font-size: 3.7rem;
    line-height: 1;
    padding: 0 0 20px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
    color: #fff;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 3px;
    font-weight: 600;
  }

  .contact_tel p {
    font-size: 20px;
    letter-spacing: normal;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 5px #000000;
  }

  .contact_link {
    width: 40%;
    text-align: right;
  }



  .contact .link_btn01 a {
    opacity: 1;
    padding: 20px 45px;
    width: 350px;
  }

  .contact .link_btn02 a {
    opacity: 1;
    padding: 20px 36px;
    width: 350px;
  }


  .contact .link_btn01 {
    display: inline-block;
    background: #deb887;
    color: #FFF;
    width: 86%;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    font-weight: 600;
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;
    transition: .2s ease-out;
    margin-bottom: 20px;
    position: relative;
  }

  .contact .link_btn01::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
  }

  .contact .link_btn01:hover::after {
    right: 1em;
  }

  .contact .link_btn01:hover {
    background: #c09a6a;
  }

  .contact .link_btn02 {
    display: inline-block;
    background: #C61B1B;
    color: #fff;
    width: 86%;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    font-weight: 600;
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;
    transition: .2s ease-out;
    position: relative;
  }

  .contact .link_btn02::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
  }

  .contact .link_btn02:hover::after {
    right: 1em;
  }

  .contact .link_btn02:hover {
    background: #ae1414;
  }



  .works {
    width: 100%;
    background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7e2c5 90%, #f7e2c5 100%);
  }

  .tbl-r02 th {
    background: #1F2971;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    font-size: 12px;
  }

  .tbl-r02 td {
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 12px;
  }

  @media screen and (max-width: 640px) {
    .last td:last-child {
      border-bottom: solid 1px #ccc;
      width: 100%;
    }

    .tbl-r02 {
      width: 80%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
      border-bottom: none;
      display: block;
      width: 100%;
    }
  }

  .works .inner01 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 120px;
  }

  .works .inner01 h1 {
    font-size: 45px;
    color: #333;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  .works .inner01 h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 100px;
    position: relative;
  }



  .works .float {
    overflow: hidden
  }

  .works .inner01 .float img {
    display: inline-block;
    float: left;
    width: 50%;
    height: auto;
    margin-right: 30px;
    margin-bottom: 10px;
    /* border: solid #333 1px; */
  }

  .works .inner01 .float h3 span {
    /* font-size:35px;
      padding-right:3px;
      color:#c5001a; */
  }

  .works p {
    line-height: 2;
  }

  .works .works_img {
    width: 100%;
    height: auto;
    padding: 35px 0;
  }

  .works .inner02 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .works h2 {
    padding-bottom: 80px;
  }


  .works .inner02 .float img {
    display: inline-block;
    float: right;
    width: 50%;
    height: auto;
    margin-left: 30px;
    margin-bottom: 10px;
    /* border: solid #333 1px; */
  }

  .works .inner02 .float h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #C61B1B;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 30px;
  }

  .works .inner02 .float h3 span {
    /* font-size:35px;
      padding-right:3px;
      color:#c5001a; */
  }

  .works .inner03 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .works h2 {
    padding-bottom: 115px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
  }

  .works h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .works .inner03 .float img {
    display: inline-block;
    float: left;
    width: 50%;
    height: auto;
    margin-right: 30px;
    margin-bottom: 10px;
    /* border: solid #333 1px; */
  }

  .works .inner03 .float h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #C61B1B;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 30px;
  }

  .works .inner03 .float h3 span {
    /* font-size:35px;
          padding-right:3px;
          color:#c5001a; */
  }

  .works .inner01 .float h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #C61B1B;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
  }

  .works p {
    line-height: 1.8;
    padding-top: 1em;
    margin-bottom: 3em;
  }

  .works .works_img {
    width: 100%;
    height: auto;
    padding: 35px 0;
  }

  .works .txt_box01 {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
    background: #C61B1B;
    text-align: center;
    color: #fff;
    margin-top: 100px;
    padding: 40px 6%;
  }

  .works .txt_box01 h3 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .works .txt_box01 p {
    font-size: 16px;
    font-weight: 600;
  }

  .works .txt_box01 p span {
    font-size: 24px;
  }

  .works .txt_box02 {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
    background: #fbe7c3;
    color: #333;
  }

  .works .txt_box02 p {
    font-size: 20px;
    font-weight: 500;
  }

  .works .txt_box02 .flex {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 35px 10%;
  }

  .works .txt_box02 span:before {
    content: url("../img/icon_check.png");
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 55px;
    height: auto;
    margin-right: 20px;
  }

  .mb50 {
    margin-bottom: 50px
  }

  .interview {
    background: linear-gradient(180deg, #fff 0%, #fff 535px, #f7e2c5 535px, #f7e2c5 100%);
  }

  .interview .inner {
    padding: 120px 0 130px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .interview .inner h1 {
    font-size: 45px;
    color: #333;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  .interview .inner h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 100px;
    position: relative;
  }

  .interview .inner h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .interview .container img {
    width: 100%;
    height: auto;
  }

  .accordion_area {
    margin-top: 3em;
  }

  .accordion_area .accordion_one .ac_header {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
  }

  .accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #f0fafc;
  }

  .accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #fff;
  }

  .accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #f0fafc;
  }

  .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .accordion_area .accordion_one .ac_header .i_box:before,
  .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #151D35;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #151D35;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
  }

  .accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
  }

  .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
  }

  .gutter>*:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  /*=========
    faq
    =========*/

  .p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
  }

  .p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #1F2971;
    font-size: 20px;
    font-weight: bold;
  }

  .p-faq__headinner p.p-faq__q-txt {
    font-size: 18px;
  }

  .p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
  }

  .p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #de0000;
    font-size: 20px;
    font-weight: bold;
  }

  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 18px;
  }

  .contact_section {
    background: linear-gradient(rgba(76, 76, 76, .5), rgba(76, 76, 76, .5)), url("../img/recruit_contact.jpg") no-repeat fixed;
    background-size: cover;
    padding: 15px 0;
  }

  .welfare .inner {
    padding: 120px 0 110px;
    background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7e2c5 90%, #f7e2c5 100%);
  }

  .welfare .inner h1 {
    font-size: 45px;
    color: #333;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  .welfare .inner h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 100px;
    position: relative;
  }

  .welfare .inner h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .first_line {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .second_line {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
  }

  .welfare .inner_box {
    width: 45.5%;
    margin: 0 10px;
    box-shadow: 4px 4px 16px -5px #333;
  }

  .welfare .inner_box .top_img {
    position: relative;
  }

  .top_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .top_img span {
    font-size: 20px;
  }

  .welfare h3 {
    display: inline-block;
    color: #fff;
    width: 100%;
    background: #deb887;
    padding: 2% 0;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: normal;
    text-align: center
  }

  .welfare .inner_box p {
    padding: 20px 15px 10px;
    text-align: left;
    min-height: 225px;
    font-size: 15px;
    line-height: 30px;
  }

  .welfare .inner_box span {
    padding: 0 4.5%;
  }

  .message {
    /* background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7f5ef 90%, #f7f5ef 100%);; */
  }

  .message .inner {
    padding: 80px 0 0;
    text-align: center;
  }

  .message .inner h1 {
    font-size: 45px;
    color: #333;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  .message .inner h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 100px;
    position: relative;
  }

  .message .inner h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .message .inner figure {
    background: #C61B1B;
    margin: 10px auto 30px;
    max-width: 1000px;
    width: 100%;
    padding: 0;
  }

  .message .inner .rinen {
    margin: 70px auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .message_name {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
  }

  .rinen_left {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .rinen_right {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .message .inner .rinen img {
    width: 750px;

  }

  .message h3 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #333;
    position: relative;
  }

  .message h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #C61B1B 25%, #C61B1B 75%, transparent);
    background-image: linear-gradient(to right, transparent, #C61B1B 25%, #C61B1B 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
  }

  .message p {
    color: #333;
    width: 91%;
    max-width: 750px;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
  }

  /*募集要項・エントリー*/

  .require {
    background: #fff;
    padding: 120px 0 120px 25px;
    background: linear-gradient(-90deg, #fff 0%, #fff 90%, #f7e2c5 90%, #f7e2c5 100%);
  }

  .require h2.ttl {
    margin-bottom: 5px;
  }

  .require .inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .require .inner h1 {
    font-size: 45px;
    color: #333;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  .require .inner h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 100px;
    position: relative;
  }

  .require .inner h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .require table {
    margin-top: 40px;
    border-collapse: collapse;
    border-top: solid 2px #fff;
  }

  .require table tr {
    display: flex;
  }

  .require table th {
    width: 240px;
    height: auto;
    text-align: left;
    font-size: 18px;
  }

  .require table td {
    width: 760px;
    font-size: 18px;
  }

  .require table th,
  .require table td {
    padding: 40px 10px;
    border-bottom: dotted 1px #333;
  }

  .require table td small {
    font-size: 13px;
  }

  .require table .bbn {
    border-bottom: none
  }

  .require table .nensyu {
    display: flex;
    margin-top: 0.5em;
  }

  .nensyu_left {
    padding-right: 20px;
    border-right: 1px dotted #333;
  }

  .nensyu_right {
    padding-left: 20px;
  }

  #entry {
    background: #fff;
    background: linear-gradient(-90deg, #f7e2c5 0%, #f7e2c5 90%, #fff 90%, #fff 100%);
    padding: 90px 0 86px;
    margin-bottom: 9%;
  }

  #entry h1 {
    font-size: 45px;
    color: #333;
    /* font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; */
    letter-spacing: 4px;
  }

  #entry h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 100px;
    position: relative;
  }

  #entry h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 1px;
    height: 45px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  a[href^="tel:"] {
    pointer-events: none
  }

  .telpopup-open {
    pointer-events: none
  }

  a {
    text-decoration: none;
    /* -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
  }

  a:hover {
    opacity: .4;
    filter: alpha(opacity=60)
  }

  form {
    padding: 70px 10px 0 25px;
    max-width: 1000px;
    margin: 0 auto;
  }

  form div {
    margin-top: 40px;
  }

  form label {
    margin: 0 10px 10px 0;
    font-weight: bold;
  }

  form label span {
    display: inline-block;
    line-height: 1em;
    background: #464646;
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    padding: 6px;
    margin: 0 0 10px 15px;
  }

  form input {
    font-size: 1.125em;
    /*		color:#333;*/
  }

  form dl.first {
    display: flex;
    align-items: center;
  }

  form dl.first dt {
    width: 90px;
  }

  form dl.first dd {
    font-weight: 600;
    font-size: 28px;
  }

  form div label {
    font-weight: bold;
    padding: 12px 5px 0 0;
    vertical-align: top;
  }

  form div label {
    font-weight: 500;
  }

  form input {
    font-size: 1.5em;
    font-weight: normal;
    width: 100%;
  }

  form input,
  form textarea {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    font-size: 1em;
  }

  form input.w30 {
    width: 30%;
    margin: 0 10px 0 0;
  }

  form input.w50 {
    width: 50%;
    margin: 0 10px 0 0;
  }

  form input[type="radio"] {
    display: none;
  }

  form label {
    position: relative;
    padding: 0 0 0 35px;
  }

  /* form label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 100%;
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
  } */

  form select {
    padding: 8px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
    display: block;
  }

  form input[type="checkbox"],
  form input[type="radio"] {
    display: none;
  }

  form input[type="radio"]:checked+label:after {
    content: "";
    display: inline-block;
    background: #666;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
  }

  form input[type="checkbox"]+label {
    display: inline-block;
    margin: 0 30px 20px 0;
  }

  form input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 0;
    margin: 0 5px 0px 0;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
  }

  form input[type="checkbox"]:checked+label::after {
    content: "";
    display: inline-block;
    background: #666;
    width: 15px;
    height: 15px;
    border-radius: 0;
    position: absolute;
    left: 7px;
    top: 12px;
  }

  form input[type="submit"] {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding-right: 25px;
  }


  form input[type="submit"] {
    display: block;
    background: #deb887 url("../img/icon_arrow01.png") 95% no-repeat;
    color: #FFF;
    width: 30%;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    -webkit-tap-highlight-color: transparent;
    transition: .2s ease-out;
    position: relative;
  }


  form input[type="submit"]:hover {
    background: #c09a6aurl("../img/icon_arrow01.png") 95% no-repeat;
  }
}

@media screen and (max-width:1138px) {

  .point img {
    padding-bottom: 5px;
  }

  .point .box,
  .works .box {
    margin-right: 0;
  }

  .contact .inner {
    padding: 80px 4% 80px;
  }

  .contact h2 {
    font-size: 26px;
  }

  .contact_tel p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 3px #000000;
  }

  .contact .link_btn01 {
    margin-bottom: 10px;
  }

  .works .inner01 .box {
    padding-bottom: 40px;
  }

  .point img {}

  .point .box {
    padding-bottom: 35px;
  }

  .works .float img {
    margin: 0 4.5%;
  }

  .interview .inner {
    padding: 120px 4.5% 130px;
  }

  .welfare .inner {
    padding: 120px 4.5% 110px;
  }


  .welfare .inner_box {
    width: 48%;
  }

  .message .inner {
    padding: 80px 4.5% 90px;
  }

  .message .inner h1 img {
    width: 350px;
  }
}

@media screen and (max-width:953px) {

  .works .txt_box02 .flex {
    width: 100%;
    padding: 35px 0;
  }

  .first_line {
    display: block;
    padding: 0 40px;
  }

  .welfare .inner_box {
    width: auto;
  }

  .welfare .inner_box+.inner_box {
    margin-top: 80px;
  }
}


@media screen and (max-width:767px) {

  .fs12 {
    font-size: 12px !important;
  }

  .index {
    background: #fff;
  }

  .contact,
  footer,
  p.ci,
  p.ci2,
  ul.lcmenu2 li,
  h1.ttl {
    text-align: center
  }

  .pc {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .mv .sp img {
    width: 100%;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff;
  }

  .contact,
  footer,
  p.ci,
  p.ci2,
  ul.lcmenu2 li {
    text-align: center;
  }

  ul.lcmenu2 {
    border-top: solid 0.5px #333;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
  }

  ul.lcmenu2 li {
    width: 25%;
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 700
  }

  ul.lcmenu2 li:nth-child(4) {
    width: 24%
  }

  ul.lcmenu2 i {
    font-size: 8px;
    margin-right: 3px
  }

  ul.lcmenu2 li:nth-child(1),
  ul.lcmenu2 li:nth-child(2),
  ul.lcmenu2 li:nth-child(3) {
    border-right: dotted 1px #333;
  }

  ul.lcmenu2 li a {
    display: block;
    color: #C61B1B;
  }

  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }

  .open nav {
    left: 0;
    opacity: 1;
  }

  nav .inner {
    padding: 25px 10px;
  }

  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 0.5px solid #151D35;
  }

  nav .inner ul li a {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 0.8em 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li a:hover {
    background: #e4e4e4;
  }

  nav .inner ul li a span {
    /* background: #151D35; */
    color: #C61B1B;
    font-size: 10px;
    padding: 3px 10px 3px 0;
    border-bottom: 1px solid #151D35;
  }

  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 260px;
    }
  }

  /*============
    .toggle_btn
    =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 7px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #C61B1B;
    border-radius: 4px;
    transition: all .5s;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 14px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }

  .open .toggle_btn span {
    background-color: #fff;
  }

  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  /*============
    #mask
    =============*/
  /* #mask {
    display: none;
    transition: all .5s;
  }

  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  } */

  .hamburger-demo-cover.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .8);
    display: block;
  }

  header.nav {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
  }

  header img {
    width: 110px;
    display: flex;
    justify-content: left;
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 12px;
  }

  #index ul.lcmenu1 {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px
  }

  ul.lcmenu1 {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px
  }

  ul.lcmenu1 li {
    margin: 0 3px
  }

  ul.lcmenu1 li img {
    width: 170px;
    height: auto
  }

  ul.lcmenu1 li:first-child {
    border: 1px solid #C61B1B;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-right: 5px;
    color: #C61B1B;
  }

  ul.lcmenu1 .entry a {
    color: #C61B1B;
    border: #C61B1B 1px solid;
    padding: 4px 10px;
    font-size: 16px;
  }

  ul.lcmenu1 li:first-child a {
    display: block;
    color: #C61B1B;
  }

  .contact .tel,
  .cv .num,
  tel {
    font-weight: 900;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 3px #000000;
  }

  h2,
  h3 {
    font-size: 18px;
  }

  p {
    font-size: 0.9rem;
    line-height: 2;
  }

  #page-top {
    display: inline;
    position: fixed;
    bottom: 0;
    right: 3%;
  }

  #page-top img {
    height: 70px;
    width: auto;
  }

  .sideways {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: fixed;
    left: 3.5%;
    bottom: 80px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.9;
    letter-spacing: 4px;
    opacity: 0;
  }

  .sideways img {
    padding-top: 20px;
    width: 18px;
  }

  #nav {
    opacity: 0;
  }

  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1.8s;
  }

  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }

  /*index*/

  .about {
    background: #fff;
  }

  .about .inner {
    margin: 0 auto;
    padding: 70px 6% 70px;
  }


  .about h1 {
    color: #C61B1B;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .about h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .about h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .about h3 {
    padding: 0 0 5px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    position: relative;
    margin-bottom: 2em;
  }

  .about h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #C61B1B;
    border-radius: 2px;
  }

  .about p {
    width: 100%;
    margin: 0 auto;
  }

  .about2 {
    background: #fff;
  }

  .about2 .inner {
    margin: 0 auto;
    padding: 70px 5% 70px;
  }

  .about2 h1 {
    width: 288px;
    height: auto;
    margin: 2em auto 0;
    color: #333;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
    font-size: 22px;
  }

  .about2 h2 {
    font-size: 11px;
    padding: 10px 0;
    margin-bottom: 4em;
    font-weight: 400;
    position: relative;
  }

  .about2 h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .about2 h3 {
    padding: 40px 0 0px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 1.5em;
  }

  .about2 h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #C61B1B;
    border-radius: 2px;
  }

  .about2 p {
    width: 100%;
    margin: 0 auto;
  }

  .job {
    background: #fff;
    text-align: center;
    font-weight: 300;
  }

  .job .inner {
    margin: 0 auto;
    padding: 0 6%;
  }

  .job h1 {
    color: #C61B1B;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .job h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .job h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .job .float {
    text-align: left;
    padding: 0 0 20px;
    border-bottom: 1px dotted #333;
    margin-bottom: 60px;
  }


  .float .job_figure {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 415px;
    height: auto;
  }

  .shop01,
  .shop02 {
    padding-top: 20px;
    font-size: 18px;
  }

  .shop01 span,
  .shop01 span {
    font-size: 16px;
  }

  .shop01:before {
    content: url("../img/shop_btn01.png");
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80px;
    height: auto;
  }

  .shop02:before {
    content: url("../img/shop_btn02.png");
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80px;
    height: auto;
  }

  .job h3 {
    font-weight: 600;
    text-align: center;
    padding: 15px 0 10px;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px dotted #333;
    font-size: 16px;
  }

  .job h3 span {
    /* font-size:25px;
          color: #c5001a;
          padding-right: 2px; */
  }

  .job_txt {
    color: #C61B1B;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
  }

  .job_txt span {
    padding-left: 2%;
  }

  .job p {
    line-height: 1.8;
  }

  .job .flex_ed {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  p.link_btn {
    width: 200px !important;
    padding: 15px 0;
    background: #1F2971 url("../img/icon_arrow01.png") 95% no-repeat;
    /* border: 2px solid #1F2971; */
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    border-radius: 8px;
  }

  p.link_btn:first-child {
    margin-bottom: 2rem !important;
  }

  p.link_btn:last-child {}

  p.link_btn a {
    opacity: 1;
    transition: 1.5s;
    padding: 20px 20px !important;
  }

  figure {
    background: #fff;
  }

  footer {
    background-size: 100% auto;
  }

  footer .inner {
    padding: 40px 0 0px;
    background-color: #f6f6f6;
    color: #fff;
  }

  footer .inner img {
    width: 130px;
    margin: 0 auto 25px;
  }

  footer .inner .flexbox {
    width: 300px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    color: #333;
  }

  footer .inner .flexbox p span {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
  }

  footer .inner .flexbox span.small {
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 0;
    line-height: 6;
  }

  footer .inner ul li {
    width: 200px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }

  footer .inner ul li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #C61B1B;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  footer .inner ul li:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  footer .inner li a span {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
  }

  footer .inner li a {
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    height: auto;
    opacity: 1;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 1.5px;
  }

  footer .inner li a span.en {
    display: inline;
  }

  footer .inner li a:hover span.en {
    display: none;
  }

  footer .inner li a span.jp {
    display: none;
  }

  footer .inner li a:hover span.jp {
    display: inline;
    letter-spacing: 1px;
  }

  footer .inner li a span.eng {
    display: inline;
  }

  footer .inner li a:hover span.eng {
    display: none;
    color: #C61B1B;
  }

  footer .inner li a span.jpn {
    display: none;
    color: #C61B1B;
  }

  footer .inner li a:hover span.jpn {
    display: inline;
    color: #C61B1B;
    letter-spacing: 1px;
  }

  /*recruit*/

  /*パンくずリスト*/

  .breadcrumb {
    padding: 25px 20px;
    font-size: 13px;
  }

  .breadcrumb li {
    display: inline;
    list-style: none;
  }

  .breadcrumb li:after {
    content: '>';
    padding: 0 3px;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .point .inner {
    padding-bottom: 60px;
  }

  .point .float {
    float: none;
    margin: 0 auto;
  }

  .point img {
    margin-left: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .point .box {
    padding: 0 8% 35px;
    background: #f7e2c5;
  }

  .point .inner h2 {
    font-weight: 600;
    padding-bottom: 0px;
    margin: 20px 0;
    color: #333;
    position: relative;
    margin-bottom: 2em;
  }

  .point .inner h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #C61B1B;
    border-radius: 2px;
  }

  .point h2 span {
    color: #C61B1B;
  }

  .point h3 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .about h1 img {
    max-width: 392.5px;
    width: 100%;
  }

  .intro {
    background: url("../img/recruit_intro_sp.jpg") no-repeat fixed right center;
    background-size: cover;
    padding-bottom: 20px;
  }

  .intro .inner {
    padding: 65px 0 65px;
  }

  .intro h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding-bottom: 55px;
    position: relative;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .intro h1:before {
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #fff;
  }

  .intro h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    /* background: #f9e603; */
    border-radius: 20px;
    padding: 10px;
    margin: 25px auto 2%;
    width: 80%;
    text-align: left;
    line-height: 1.2;
  }

  .intro .intro_box {
    background: #fff;
    padding: 15px;
    position: relative;
    margin: 0 8% 30px;
    text-align: center;
  }

  .intro .intro_box img {
    /* width: 100px; */
  }

  .intro .intro_box:last-child {
    margin-bottom: 0;
  }

  .intro .intro_box div:first-child {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .intro .intro_box div:last-child img {
    position: absolute;
    top: -20px;
    left: -20px;
  }

  .contact {
    width: 100%;
  }

  .contact .inner {
    padding: 30px 8% 60px;
  }

  .contact h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
    text-shadow: 0 0 3px #000000;
  }

  .contact .link_btn01 {
    margin: 18px 0 15px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 3;
    background: #deb887;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    width: 300px;
    margin: 7% auto 3%;
  }

  .contact .link_btn01::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
  }

  .contact .link_btn01:hover::after {
    right: 1em;
  }

  .contact .link_btn01:hover {
    background: #c09a6a;
    transition: .8s;

  }

  .contact .link_btn02 {
    margin: 18px 0 15px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 3;
    background: #C61B1B;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    width: 300px;
    margin: 0 auto;
  }

  .contact .link_btn02::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
  }

  .contact .link_btn02:hover::after {
    right: 1em;
  }

  .contact .link_btn02:hover {
    background: #ae1414;
    transition: .8s;
  }

  .contact .link_btn01 a {
    padding: 20px 50px;
    width: 260px;
  }

  .contact .link_btn02 a {
    padding: 20px 50px;
    width: 260px;
  }

  .contact img {
    max-width: 478px;
    height: auto;
    padding-bottom: 10px;
    width: 95%;
  }

  .works {
    background: linear-gradient(90deg, #f7e2c5 0%, #f7e2c5 20%, #fff 20%, #fff 100%);
    padding-top: 4em;
    padding: 0 8% 20px;
  }


  .works h1 {
    color: #333;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .works h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .works h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }


  .works .float img {
    width: 100%;
    margin: 0;
  }

  .works .inner02 {
    padding-top: 20px;
  }

  .works .inner01 .box,
  .works .inner02 .box {
    padding: 0;
  }

  .works .works_img {
    width: 100%;
    height: auto;
    padding: 35px 0;
  }

  .works .inner01 .float img {
    /* border: solid #333 1px; */
  }

  .works .inner02 .float img {
    /* border: solid #333 1px; */
  }

  .works h3 {
    font-weight: 600;
    color: #333;
    border-bottom: 0.5px solid #C61B1B;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
  }

  .works .inner01 .float h3 span,
  .works .inner02 .float h3 span,
  .works .inner03 .float h3 span {
    /* font-size:25px;
          padding-right:1px;
          color:#c5001a; */
  }

  .works p {
    line-height: 2;
    padding: 0;
  }

  .works .txt_box01 {
    width: 84%;
    margin: 60px auto 0;
    background: #C61B1B;
    text-align: center;
    color: #fff;
    padding: 30px 7%;
  }

  .works .txt_box01 h3 {
    text-align: left;
    color: #fff;
    font-size: 32px;
    padding: 0 0 15px;
  }

  .works .txt_box01 p {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6;
  }

  .works .txt_box01 p span {
    font-size: 20px;
  }

  .works .txt_box02 {
    width: 84%;
    margin: 0 auto;
    background: #fbe7c3;
    color: #333;
  }

  .works .txt_box02 p {
    font-size: 20px;
    font-weight: 500;
  }

  .works .txt_box02 .flex {
    margin: 0 auto;
    max-width: 305px;
    width: 95%;
  }

  .works .txt_box02 span:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 27px;
    margin: 0;
    background: url("../img/icon_check.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 3%;
  }

  .interview .inner {
    padding: 70px 0;
  }

  .interview h1 {
    color: #333;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .interview h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .interview h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .interview {
    background: linear-gradient(180deg, #fff 0%, #fff 300px, #f2f2f2 300px, #f2f2f2 100%);
  }

  .interview_box {
    padding: 0 8% 0;
  }

  .interview .container img {
    width: 100%;
    height: auto;
  }

  .accordion_area {
    margin-top: 3em;
  }

  .accordion_area .accordion_one .ac_header {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: .2s;
  }

  .accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #e5eef4;
  }

  .accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #f5f5f5;
  }

  .accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #e5eef4;
  }

  .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .accordion_area .accordion_one .ac_header .i_box:before,
  .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #151D35;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #151D35;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
  }

  .accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
  }

  .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
  }

  .gutter>*:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  /*=========
    faq
    =========*/

  .p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
  }

  .p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #1F2971;
    font-size: 20px;
    font-weight: bold;
  }

  .p-faq__headinner p.p-faq__q-txt {
    font-size: 18px;
  }

  .p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
  }

  .p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #de0000;
    font-size: 20px;
    font-weight: bold;
  }

  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 18px;
  }

  @media screen and (max-width: 736px) {
    .accordion_area .accordion_one .ac_header {
      padding: 1.5rem 2rem 1.5rem 1.0rem;
    }

    .accordion_area .accordion_one .ac_header .i_box {
      right: 0.8rem;
      width: 15px;
      height: 15px;
      margin-top: -7px;
    }

    .accordion_area .accordion_one .ac_header .i_box:before {
      width: 15px;
    }

    .accordion_area .accordion_one .ac_header .i_box:after {
      height: 15px;
      right: 7px;
    }

    .accordion_area .accordion_one .ac_inner {
      padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
  }

  @media screen and (max-width: 736px) {
    .p-faq__headinner {
      padding-left: 25px;
    }

    .p-faq__headinner::before {
      font-size: 14px;
    }

    .p-faq__headinner p.p-faq__q-txt {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 736px) {
    .p-faq__bodyinner {
      padding-left: 25px;
    }

    .p-faq__bodyinner::before {
      font-size: 14px;
    }

    .p-faq__bodyinner p.p-faq__a-txt {
      font-size: 14px;
    }
  }




  .contact_section {
    background: linear-gradient(rgba(76, 76, 76, .5), rgba(76, 76, 76, .5)), url("../img/recruit_contact_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 35px 0;
  }

  .welfare .inner {
    padding: 70px 8% 10px;
    background: linear-gradient(90deg, #f7e2c5 0%, #f7e2c5 20%, #fff 20%, #fff 100%);
  }

  .welfare h1 {
    color: #333;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .welfare h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .welfare h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .welfare .inner_box {
    /* max-width: 415px; */
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    box-shadow: 4px 4px 16px -5px #333;
  }

  .welfare .inner_box .top_img {
    position: relative;
  }

  .top_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .top_img span {
    font-size: 20px;
  }

  .welfare h3 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: #deb887;
    padding: 2.5% 0;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: normal;
  }

  .welfare .inner_box p {
    background: #fff;
    padding: 20px 7%;
    text-align: center;
  }

  .welfare .inner_box span {
    padding: 0 4.5%;
  }

  .message {
    /* background:linear-gradient(90deg, #f7f5ef 0%, #f7f5ef 20%, #fff 20%, #fff 100%); */
  }

  .message .inner {
    padding: 70px 8% 0;
  }

  .message h1 {
    color: #333;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .message h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .message h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .message .inner figure {
    background: #C61B1B;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
  }

  .message .inner .rinen {
    margin: 10px auto 0;
    max-width: 1000px;
    width: 100%;
    padding: 0;
  }

  .message .inner .rinen img {
    width: 650px;

  }

  .message h3 {
    font-size: 17px;
    padding-bottom: 15px;
    margin: 20px 0;
    color: #333;
    position: relative;
  }

  .message h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.5px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #C61B1B 25%, #C61B1B 75%, transparent);
    background-image: linear-gradient(to right, transparent, #C61B1B 25%, #C61B1B 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
  }

  .rinen_left {
    margin-bottom: 4em;
  }

  .message p {
    color: #333;
    width: 100%;
    max-width: 750px;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
  }

  .daihyo {
    font-size: 14px;
  }

  /*募集要項・エントリーフォーム・共通*/

  .require {
    background: #f7e2c5;
    margin-top: 60px;
  }

  .require h1 {
    color: #333;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .require h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .require h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .require h2 img {
    width: 380px;
  }

  .require {
    padding: 70px 8%;
  }

  .require h2.ttl {
    margin-bottom: 5px;
  }

  .require table {}

  .require table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .require table th {
    width: 100%;
    text-align: left;
    padding: 15px 0 15px;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .require table td {
    width: 100%;
    padding: 0 0 15px 12%;
    border-bottom: dotted 1px #333;
    font-size: 0.9rem;
  }

  .require table td small {
    font-size: 0.7rem;
  }

  .require table .nensyu {
    display: flex;
    margin-top: 0.5em;
    font-size: 12px;
  }

  .nensyu_left {
    padding-right: 10px;
    border-right: 1px dotted #333;
  }

  .nensyu_right {
    padding-left: 10px;
  }

  #entry {
    background: #fff;
    padding: 70px 8% 70px;
  }

  .entry h1 {
    color: #333;
    font-size: 22px;
    font-family: 'Oswald', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 4px;
  }

  .entry h2 {
    font-size: 9px;
    padding: 5px 0 55px;
    font-weight: 400;
    position: relative;
  }

  .entry h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-top: 0;
    background-color: #C61B1B;
  }

  .drawer-nav {
    background-color: #C61B1B;
    color: #fff;
    z-index: 9999
  }

  .drawer-hamburger {
    background: #C61B1B !important;
    color: #fff;
    padding: 9px 0 0;
    height: 41px;
    font-size: 12px;
    width: 72px;
    text-align: center;
    line-height: 1.4;
    font-weight: 700
  }

  .drawer-nav ul li {
    border-bottom: 1px dotted #fff;
    font-size: 13px;
    font-weight: 700
  }

  .drawer-nav ul li:last-child a:before {
    content: ""
  }

  .drawer-nav ul li a {
    color: #fff;
    display: block;
    padding: 20px 15px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  .drawer-nav ul li a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  .drawer-nav ul li a span {
    color: #fff;
    font-size: 10px;

  }

  .drawer--right {
    right: 25rem;
  }

  a {
    text-decoration: none
  }

  form {
    width: 100%;
  }

  form div {
    width: 100%;
    margin-top: 30px;
  }

  form label {
    font-size: 0.9rem;
    margin: 0 10px 10px 0;
    font-weight: bold;
  }

  form label span {
    display: inline-block;
    line-height: 0.8em;
    background: #464646;
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    padding: 6px;
    margin: 0 0 10px 15px;
  }

  form dl.first {
    display: flex;
    align-items: center;
  }

  form dl.first dt {
    width: 90px;
  }

  form dl.first dd {
    font-weight: bold;
    font-size: 16px;
  }

  form div label {
    font-weight: 600;
    padding: 12px 5px 0 0;
  }

  form input {
    font-size: 1.2em;
    font-weight: normal;
  }

  form .list .fs1 {
    font-size: 1em;
    font-weight: normal;
  }

  form .w30 {
    width: 50% !important;
  }

  form input,
  form textarea {
    width: 100%;
    padding: 15px;
    background: #fff;
    border: #bbbbbb solid 1px;
    font-size: 14px;
  }

  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
    display: block;

  }

  form input[type="checkbox"],
  form input[type="radio"] {
    display: none;
  }

  form label {
    position: relative;
    padding: 0 0 0 35px;
  }

  /* form label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 100%;
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
  } */

  form input[type="radio"]:checked+label:after {
    content: "";
    display: inline-block;
    background: #666;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
  }

  form input[type="checkbox"]+label {
    display: inline-block;
    margin: 0 0 10px 0;
  }

  form input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 0;
    margin: 0 5px 0px 0;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
  }

  form input[type="checkbox"]:checked+label::after {
    content: "";
    display: inline-block;
    background: #666;
    width: 15px;
    height: 15px;
    border-radius: 0;
    position: absolute;
    left: 7px;
    top: 12px;
  }

  form .sbtn {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }

  form input[type="submit"] {
    display: block;
    width: 50%;
    margin: 40px auto 0;
    text-align: center;
    background: #deb887 url("../img/icon_arrow01.png") no-repeat 92% 50%;
    color: #fff;
    border: none;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5;
  }

  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .telpopup-open,
  .telpopup-close {
    cursor: pointer;
  }

  #telpopup-frame {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }

  #telpopup-frame-inner {
    position: fixed;
    width: 90%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .telpopup-close {
    padding: 30px 0 0 0;
  }

  .telpopup-close img {
    vertical-align: bottom;
  }

  .telpopup-close a {
    font-size: 0.9rem;
    line-height: 1.0;
    text-decoration: none;
    background: #fff;
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #C61B1B;
    font-weight: bold;
  }

  #telpopup-gotel {
    font-size: 0.9rem;
    line-height: 1.7;
    text-decoration: none;
    background: #fff;
    display: block;
    text-align: center;
    padding: 20px 15px 18px;
    color: #C61B1B;
  }

  #telpopup-shop {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  #telpopup-gotel img {
    vertical-align: baseline;
  }

  #telpopup-gotel a {
    color: #C61B1B;
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 900;
    font-family: Lato, sans-serif;
    /*		color: #fff;*/
  }

  #telpopup-stelb {
    padding: 10px 0 5px 0;
  }

  #telpopup-stelb dl {
    margin: 0 0 10px 0;
  }

  #telpopup-stelb dt {
    font-weight: bold;
    line-height: 1em;
  }

  #telpopup-stelb dd:last-of-type {
    font-size: 0.9em;
  }

  .tellink {
    pointer-events: none;
    text-decoration: none;
    color: #fee645;
  }
}

.btn2 {
  width: 30%;
  background: #C61B1B url(../img/icon_arrow01.png) no-repeat 86% 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn2 a {
  display: block;
  color: #fff;
  padding: 14px 0;
  width: 100%;
  text-decoration: none;

}

@media screen and (max-width:767px) {

  .btn2 {
    width: 85%;
    background: #C61B1B url(../img/icon_arrow01.png) no-repeat 86% 50%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 0 auto;
    margin-top: 45px;

  }

  .btn2 a {
    display: block;
    color: #fff;
    padding: 14px 0;
    width: 100%;
    text-decoration: none;

  }
}


.thanxtxt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .kv_second .inner .mv,
  .kv_second2 .inner .mv,
  .kv_second3 .inner .mv {
    padding-top: 2em;
  }

  footer .footer_table {
    width: 90%;
    max-width: 800px;
    margin: 40px auto 10%;
    display: block;
    text-align: left;
    color: #333;
  }

  .footer_table table {
    width: 100%;
    margin: auto;
  }

  footer table th,
  td {
    border-bottom: 1px dotted #E1E1E1;
    text-align: left;
    /* color: #000000; */
    padding: 10px 0;
  }

  footer table th {
    width: 34%;
    font-weight: 600;
    font-size: 12px;
  }

}

.flexbox img {
  width: 200px;
  margin-bottom: 25px;
}

span.txt_color {
  color: #C61B1B;
}

table {
  margin: 5px;
}


.tbl-r02 th {
  background: #1F2971;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}

.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .tbl-r02 {
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
  }

  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1030px) {

  .job .flex_ed {
    justify-content: center;
  }

  p.link_btn {
    width: 200px;
    padding: 15px 0;
    border: 1px solid #707070;
    color: #333;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    margin: 0 auto 5rem;
    position: relative;
    letter-spacing: 3px;
    border-radius: 50px;
  }

  p.link_btn::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
  }

  p.link_btn:hover::after {
    right: 1em;
  }

  p.link_btn:hover {
    background: #C61B1B;
    color: #fff;
  }

  p.link_btn:last-child {
    margin-right: auto;
  }

  p.link_btn a {
    padding: 20px;
  }
}