@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.topheader {
  display: none;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .header {
    display: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .header.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 101;
    width: 100vw;
    height: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topheader .topnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1vw;
    gap: 3.29vw;
    height: 95px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 39px;
    letter-spacing: 0.04em;
  }
  .topheader .topnav-item {
    color: #fff;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .topheader .topnav-item.item-hidden {
    display: none;
  }
  .topheader .topnav-item.item-hidden.active {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topheader .topnav-item.item-visibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader .topnav-item.item-visibility.active {
    display: none;
  }
  .topheader .topnav-item:hover, .topheader .topnav-item.active {
    color: #0e3169;
  }
  .topheader .topnav-item span:nth-child(2) {
    position: absolute;
    left: 25%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #0e3169;
  }
  .topheader .topnav-item:hover span:nth-child(1) {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .topheader .topnav-item:hover span:nth-child(2) {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #0e3169;
  }
  .topheader .topnav-item:hover span:nth-child(2):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.25vw;
    /*線の上下位置*/
    display: inline-block;
    width: 2.5vw;
    /*線の長さ*/
    height: 0.1666vw;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #0e3169;
    /*線の色*/
    border-radius: 0.166vw;
    /*線の丸み*/
  }
  .topheader .topnav-item_item {
    font-size: 14px;
    line-height: 1.5714;
    padding: 15px;
  }
  .topheader-logo {
    padding: 17px 0 22px 30px;
  }
  .topheader-logo img {
    width: 188px;
    height: 59px;
  }
  .companyeng {
    margin-left: -20px;
  }
  .topheader-fixed.active .topheader {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff;
    position: fixed;
  }
  .topheader-fixed.active .topheader li {
    color: #333;
  }
  .topheader-fixed.active .topheader li a {
    color: #333;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    display: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .header.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 101;
    width: 100vw;
    height: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topheader .topnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    gap: 39.5px;
    height: 95px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 39px;
    letter-spacing: 0.04em;
  }
  .topheader .topnav-item {
    color: #fff;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .topheader .topnav-item.item-hidden {
    display: none;
  }
  .topheader .topnav-item.item-hidden.active {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topheader .topnav-item.item-visibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader .topnav-item.item-visibility.active {
    display: none;
  }
  .topheader .topnav-item:hover, .topheader .topnav-item.active {
    color: #333333;
  }
  .topheader .topnav-item span:nth-child(2) {
    position: absolute;
    left: 25%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #0e3169;
  }
  .topheader .topnav-item:hover span:nth-child(1) {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #103496 !important;
  }
  .topheader .topnav-item:hover span:nth-child(2) {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #0e3169;
  }
  .topheader .topnav-item:hover span:nth-child(2):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.25vw;
    /*線の上下位置*/
    display: inline-block;
    width: 2.5vw;
    /*線の長さ*/
    height: 0.1666vw;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #0e3169;
    /*線の色*/
    border-radius: 0.166vw;
    /*線の丸み*/
  }
  .topheader .topnav-item_item {
    font-size: 14px;
    line-height: 1.5714;
    padding: 15px;
  }
  .topheader-logo {
    padding: 17px 0 22px 30px;
  }
  .topheader-logo img {
    width: 188px;
    height: 59px;
  }
  .companyeng {
    margin-left: -20px;
  }
  .topheader-fixed.active .topheader {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff;
    position: fixed;
  }
  .topheader-fixed.active .topheader li {
    color: #333;
  }
  .topheader-fixed.active .topheader li a {
    color: #333;
  }
}

.topheader-hamburgerbtn {
  display: table;
  position: relative;
  color: #fff;
  width: 90px;
  height: 90px;
  background: #0e3169;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 2.4;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.topheader-hamburgerbtn .btn-ja {
  position: absolute;
  top: 50%;
  left: 25%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.topheader-hamburgerbtn .btn-en {
  position: absolute;
  top: 50%;
  left: 28%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}

.topheader-hamburgerbtn .btn-close {
  position: absolute;
  top: 50%;
  left: 30%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}

.topheader-hamburgerbtn:hover {
  background: #103496;
}

.topheader-hamburgerbtn:hover .btn-ja {
  opacity: 0;
}

.topheader-hamburgerbtn:hover .btn-en {
  opacity: 1;
}

.topheader-hamburgerbtn:hover .btn-close {
  opacity: 0;
}

.topheader-hamburgerbtn.active {
  background: #838383;
  z-index: 105;
}

.topheader-hamburgerbtn.active .btn-ja {
  opacity: 0;
}

.topheader-hamburgerbtn.active .btn-en {
  opacity: 0;
}

.topheader-hamburgerbtn.active .btn-close {
  opacity: 1;
}

.topheader-hamburgerbtn_line {
  position: relative;
}

.topheader-hamburgerbtn_line span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 35%;
  height: 1px;
  background: #fff;
  width: 30px;
}

.topheader-hamburgerbtn_line span:nth-of-type(1) {
  top: 28px;
}

.topheader-hamburgerbtn_line span:nth-of-type(2) {
  top: 34px;
}

.topheader-hamburgerbtn_line span:nth-of-type(3) {
  top: 40px;
}

.topheader-hamburgerbtn_line.active span:nth-of-type(1) {
  top: 36px;
  left: 35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30%;
}

.topheader-hamburgerbtn_line.active span:nth-of-type(2) {
  opacity: 0;
}

.topheader-hamburgerbtn_line.active span:nth-of-type(3) {
  top: 36px;
  left: 35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30%;
}

.topheader-hamburgermenu {
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  overflow: auto;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  left: 0;
}

.topheader-hamburgermenu.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 100;
}

.topheader-hamburgermenu_wrap {
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 635px;
  margin: auto;
}

.topheader-hamburgermenu_img {
  width: 265px;
  margin-top: 318px;
  margin-left: -19px;
}

.topheader-hamburgermenu_img img {
  width: 100%;
}

.topheader-hamburgermenu_list {
  height: 399px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 156px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  margin-top: 177px;
}

.topheader-hamburgermenu_item {
  padding: 0 0 10px 0;
}

.topheader-hamburgermenu_item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.topheader-hamburgermenu_item a:hover {
  color: #103496;
}

.topheader-hamburgermenu_contact {
  width: 800px;
  margin: auto;
  margin-top: 110px;
  text-align: center;
  color: #fff;
  font-family: "oswald", "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 40px;
}

.topheader-hamburgermenu_contact_tel {
  font-size: 28px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.topheader-hamburgermenu_contact_tel img {
  width: 22px;
  margin-right: 15px;
  margin-bottom: 13px;
}

.topheader-hamburgermenu_contact_mail {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.333;
  vertical-align: middle;
}

.topheader-hamburgermenu_contact_mail img {
  width: 22px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.topheader-hamburgermenu_contact a {
  display: block;
  padding: 21px 0px 22px;
  background: #0e3169;
  margin: 0 auto;
  width: 800px;
}

.topheader-hamburgermenu_contact a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #103496;
}

html.fixed {
  position: inherit !important;
  overflow-y: hidden;
}

/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 0;
  list-style: none;
  margin-left: 4.1vw;
  margin-top: 1.7vw;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}

.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-item:last-child {
  margin-left: 4.8vw;
  margin-top: 0.2vw;
}

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -4.531vw;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .breadcrumb {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 57vw;
    left: 12.5vw;
    z-index: 1;
  }
  .breadcrumb-item {
    font-size: 0.866vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -40%;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.831vw;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .breadcrumb-item:last-child::before {
    left: -1.531vw;
  }
}

@media screen and (min-width: 1500px), print {
  .breadcrumb {
    position: absolute;
    top: 855px;
    left: 150px;
    z-index: 1;
    margin-left: 0;
    margin-top: 0;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -40%;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -22px;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.fv {
  width: 100%;
  height: 116vw;
  background-image: url("../../../../img/recruit-fv_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 calc(100vw / 750 * 290);
  padding-top: calc(100vw / 750 * 225);
  position: relative;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .fv {
    width: 100%;
    height: 56.266vw;
    background-image: url("../../../../img/recruit-fv_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    padding-top: 0;
    position: relative;
  }
  .fv-point {
    width: 43.066vw;
    position: absolute;
    top: 9.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }
  .fv-point img {
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .fv {
    width: 100%;
    height: 844px;
    background-image: url("../../../../img/recruit-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 25%;
    padding-top: 0;
    position: relative;
  }
  .fv-point {
    width: 646px;
    position: absolute;
    top: 138px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }
  .fv-point img {
    width: 100%;
  }
  .fv-wrap {
    width: 1500px;
    margin: auto;
  }
}

.topmsg {
  background-color: #f0f2f2;
  height: 40vw;
  position: relative;
}

.topmsg-tit_outer {
  position: absolute;
  background-color: transparent;
  width: 82.4vw;
  z-index: 1;
  top: -11.3vw;
}

.topmsg-tit_maintit {
  font-family: "Poppins";
  font-size: 6.4vw;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding: 4vw 1vw 1vw 4.6vw;
}

.topmsg-tit_subtit {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.04em;
  line-height: 1.33;
  text-align: center;
  padding: 1.2vw 1vw 3vw 0;
}

.topmsg-txt_outer {
  background-color: transparent;
  width: 94.5vw;
  position: absolute;
  top: 0;
  right: 0;
}

.topmsg-txt_txt {
  display: inline-block;
  font-family: "Shippori Mincho";
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5769;
  padding: 15.8vw 1vw 0 0;
  margin-left: 3.1vw;
  color: #141414;
}

.topmsg-txt_txt span {
  border-bottom: 0.1333vw solid #7c7c7c;
  padding-bottom: 2.4vw;
}

.topmsg-txt_eng {
  width: 54.372vw;
  padding: 2.5vw 0 6vw;
  margin-left: 34.5vw;
}

.topmsg-txt_eng img {
  width: 100%;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .topmsg {
    background-color: #f0f2f2;
    padding-top: 0.66vw;
    height: 0;
    position: relative;
    width: 100%;
    margin: auto;
  }
  .topmsg-tit_outer {
    position: absolute;
    background-color: transparent;
    width: 28.8666vw;
    z-index: 1;
    top: -26.4vw;
    left: 10vw;
  }
  .topmsg-tit_maintit {
    font-family: "Poppins";
    font-size: 2.133vw;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 1.1;
    padding: 1.8vw 1.333vw 0px 2.2vw;
  }
  .topmsg-tit_subtit {
    font-family: "Noto Sans JP";
    font-size: 1.33vw;
    letter-spacing: 0.04em;
    line-height: 1.33;
    text-align: right;
    padding: 0.4666vw 2.0666vw 1.4vw 0.666vw;
  }
  .topmsg-txt_outer {
    background-color: transparent;
    width: 78.733vw;
    position: absolute;
    top: -22.4666vw;
    right: 0;
  }
  .topmsg-txt_txt {
    display: inline-block;
    font-family: "Shippori Mincho";
    font-size: 2.666vw;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.5769;
    padding: 6.733vw 0 0 0;
    margin-left: 3.666vw;
    color: #141414;
  }
  .topmsg-txt_txt span {
    border-bottom: 0.1333vw solid #7c7c7c;
    padding-bottom: 0.466vw;
  }
  .topmsg-txt_eng {
    width: 29.4666vw;
    padding: 1.2666vw 0 2.4666vw;
    margin-left: 38.5333vw;
    margin-right: 0;
  }
  .topmsg-txt_eng img {
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .topmsg {
    background-color: #f0f2f2;
    padding-top: 0;
    height: 0;
    position: relative;
    width: 1500px;
    margin: auto;
  }
  .topmsg-tit_outer {
    position: absolute;
    background-color: transparent;
    width: 433px;
    z-index: 1;
    top: -396px;
    left: 150px;
  }
  .topmsg-tit_maintit {
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 1.1;
    padding: 27px 20px 0px 33px;
  }
  .topmsg-tit_subtit {
    font-family: "Noto Sans JP";
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.33;
    text-align: right;
    padding: 7px 31px 21px 10px;
  }
  .topmsg-txt_outer {
    background-color: transparent;
    width: 1181px;
    position: absolute;
    top: -337px;
    right: 0;
  }
  .topmsg-txt_txt {
    display: inline-block;
    font-family: "Shippori Mincho";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.5769;
    padding: 101px 0 0 0;
    margin-left: 55px;
    color: #141414;
  }
  .topmsg-txt_txt span {
    border-bottom: 0.1333vw solid #7c7c7c;
    padding-bottom: 7px;
  }
  .topmsg-txt_eng {
    width: 442px;
    padding: 19px 0 37px;
    margin-left: 578px;
    margin-right: 0;
  }
  .topmsg-txt_eng img {
    width: 100%;
  }
}

.bg.is-animated .bg-wrap_main::before {
  -webkit-animation: bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.bg .bg-wrap_main .inn {
  color: #141414;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bg.is-animated .bg-wrap_sub::before {
  -webkit-animation: bg 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: bg 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #0e3169;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.bg .bg-wrap_sub .inn {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bg .inn {
  opacity: 0;
}

.bg.is-animated .bg-wrap_main .inn {
  -webkit-animation: inn-txt 2s ease-out;
  animation: inn-txt 2s ease-out;
  opacity: 1;
}

.bg.is-animated .bg-wrap_sub .inn {
  -webkit-animation: inn-txt 3s ease-out;
  animation: inn-txt 3s ease-out;
  opacity: 1;
}

@-webkit-keyframes inn-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes inn-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.work {
  background: #f0f2f2;
  padding-top: 13.4vw;
  padding-bottom: 0;
}

.work-tit_upper {
  padding-bottom: 2.3vw;
}

.work h3 {
  padding-bottom: 10.8vw;
}

.work-txt {
  font-size: 4vw;
  width: 86.66vw;
  margin: auto;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-bottom: 4vw;
}

.work-img_sp {
  width: 100%;
}

.work-img_sp img {
  width: 100%;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .work {
    background: #f0f2f2;
    padding-top: 8.266vw;
    padding-bottom: 1.7333vw;
    overflow: hidden;
  }
  .work-outer {
    position: relative;
  }
  .work-tit {
    font-size: 2.1333vw;
  }
  .work-tit_upper {
    padding-bottom: 0;
  }
  .work h3 {
    padding-top: 0;
    padding-bottom: 3.733vw;
  }
  .work-txt {
    font-size: 1.066vw;
    width: 60vw;
    margin: auto;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-bottom: 0;
  }
  .work-img_pcleft {
    position: absolute;
    top: -0.2666vw;
    left: -6.66vw;
    width: 26.666vw;
  }
  .work-img_pcleft img {
    width: 100%;
  }
  .work-img_pcright {
    position: absolute;
    top: -0.266vw;
    right: -6.666vw;
    width: 26.666vw;
  }
  .work-img_pcright img {
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .work {
    background: #f0f2f2;
    padding-top: 137px;
    padding-bottom: 74px;
    overflow: hidden;
  }
  .work-outer {
    position: relative;
    width: 1500px;
    margin: auto;
  }
  .work-tit_upper {
    padding-bottom: 0;
  }
  .work h3 {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .work-txt {
    font-size: 16px;
    width: 900px;
    margin: auto;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-bottom: 0;
  }
  .work-img_pcleft {
    position: absolute;
    top: -4px;
    left: -100px;
    width: 400px;
  }
  .work-img_pcleft img {
    width: 100%;
  }
  .work-img_pcright {
    position: absolute;
    top: -4px;
    right: -100px;
    width: 400px;
  }
  .work-img_pcright img {
    width: 100%;
  }
}

.features {
  padding-top: 14.4vw;
  padding-bottom: 12.5vw;
}

.features h3 {
  padding-top: 2.1vw;
  padding-bottom: 5vw;
}

.features-content {
  width: 86.66vw;
  margin: auto;
  position: relative;
  padding-bottom: 9.7vw;
}

.features-content.content3 {
  padding-bottom: 0;
}

.features-content_num {
  position: absolute;
  font-family: "oswald";
  font-size: 11.6vw;
  color: #0e3169;
  font-weight: 200;
  top: -6.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.06em;
}

.features-content_img {
  width: 86.66vw;
  margin: auto;
  background: #fff;
}

.features-content_img img {
  width: 100%;
}

.features-content_tit {
  color: #0e3169;
  line-height: 1.7;
  margin-top: 5vw;
  padding-bottom: 2.4vw;
}

.features-content_txt {
  font-family: "Noto Sans JP";
  width: 86.66vw;
  margin: auto;
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.02em;
}

.features-content_smalltxt {
  font-size: 3.4666vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-top: 1.6vw;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .features {
    padding-top: 6.4666vw;
    padding-bottom: 7.733vw;
  }
  .features h2 {
    font-size: 2.1333vw;
  }
  .features h3 {
    font-size: 1.2vw;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .features-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 93.333vw;
    margin: auto;
  }
  .features-content {
    width: 29.333vw;
    margin: 0;
    position: relative;
    padding-bottom: 0.666vw;
  }
  .features-content.content3 {
    padding-bottom: 0;
  }
  .features-content_num {
    position: absolute;
    font-family: "oswald";
    font-size: 3.2666vw;
    color: #0e3169;
    font-weight: 200;
    top: -1.9333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 0.06em;
  }
  .features-content_img {
    width: 29.333vw;
    height: 30vw;
    background: #fff;
    padding-top: 1.2333vw;
  }
  .features-content_img img {
    width: 100%;
  }
  .features-content_tit {
    color: #0e3169;
    line-height: 1.6;
    margin-top: 1.2666vw;
    padding-bottom: 1.1333vw;
    font-size: 1.44666vw;
    letter-spacing: 0.02em;
  }
  .features-content_txt {
    width: 24vw;
    margin: auto;
    font-size: 1.0666vw;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-bottom: 0;
  }
  .features-content_smalltxt {
    width: 24vw;
    margin: auto;
    font-size: 1vw;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding-top: 0.2666vw;
  }
}

@media screen and (min-width: 1500px) {
  .features {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .features h3 {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .features-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1400px;
    margin: auto;
  }
  .features-content {
    width: 440px;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
  }
  .features-content.content3 {
    padding-bottom: 0;
  }
  .features-content_num {
    position: absolute;
    font-family: "oswald";
    font-size: 49px;
    color: #0e3169;
    font-weight: 200;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 0.06em;
  }
  .features-content_img {
    width: 440px;
    background: #fff;
    padding-top: 18.5px;
  }
  .features-content_img img {
    width: 100%;
  }
  .features-content_tit {
    color: #0e3169;
    line-height: 1.6;
    margin-top: 19px;
    padding-bottom: 17px;
    font-size: 22px;
    letter-spacing: 0.02em;
  }
  .features-content_txt {
    width: 360px;
    margin: auto;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-bottom: 0;
  }
  .features-content_smalltxt {
    width: 360px;
    margin: auto;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding-top: 4px;
  }
}

.culture {
  background: #f0f2f2;
  padding-top: 14.4vw;
  padding-bottom: 7.6vw;
}

.culture h3 {
  padding-top: 2.1vw;
  padding-bottom: 10.05vw;
}

.culture-img {
  background: url("../../../../img/recruit-culture_img.png");
  background-size: contain;
  width: 100%;
  height: 258.5px;
}

.culture-txt {
  position: relative;
  height: 139vw;
}

.culture-txt_inner {
  position: absolute;
  background: #fff;
  width: 89.33vw;
  top: -6.3vw;
  left: 6.7vw;
  padding: 6.4vw 0 5.8vw;
  z-index: 1;
}

.culture-txt_tit {
  text-align: left;
  width: 76vw;
  margin: auto;
  font-size: 5.866vw;
  letter-spacing: 0.04em;
  line-height: 1.5454;
  padding-bottom: 4vw;
}

.culture-txt_txt {
  width: 76vw;
  margin: auto;
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.02em;
}

.culture-txtback {
  position: absolute;
  background: #0e3169;
  width: 89.33vw;
  height: 142vw;
  top: -2.3vw;
  right: 0;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .culture {
    background: #f0f2f2;
    padding-top: 6.5vw;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  .culture h3 {
    padding-top: 0.0666vw;
    padding-bottom: 3.7333vw;
  }
  .culture-outer {
    width: 100%;
    padding-left: 3.3vw;
  }
  .culture-img {
    position: relative;
    background: url("../../../../img/recruit-culture_img.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
    height: 38.666vw;
  }
  .culture-txt {
    position: absolute;
    width: 100%;
    height: 28.2vw;
    margin: auto;
    top: 20.7333vw;
  }
  .culture-txt_inner {
    position: absolute;
    background: #fff;
    width: 44.5333vw;
    top: 0;
    left: 48.8vw;
    padding: 3.333vw 0 3vw;
    z-index: 1;
  }
  .culture-txt_tit {
    text-align: left;
    width: 37.733vw;
    margin: auto;
    font-size: 2.1333vw;
    letter-spacing: 0.1em;
    line-height: 1.56;
    padding-bottom: 2.4vw;
  }
  .culture-txt_txt {
    width: 37.7333vw;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 1.0666vw;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .culture-txtback {
    position: absolute;
    background: #0e3169;
    width: 45.333vw;
    height: 22.666vw;
    top: 8.333vw;
    right: 3.333vw;
  }
}

@media screen and (min-width: 1500px) {
  .culture {
    background: #f0f2f2;
    padding-top: 97.5px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  .culture h3 {
    padding-top: 1px;
    padding-bottom: 56px;
  }
  .culture-outer {
    width: 1500px;
    margin: auto;
    padding-left: 50px;
  }
  .culture-img {
    position: relative;
    background: url("../../../../img/recruit-culture_img.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1500px;
    margin: auto;
    height: 580px;
  }
  .culture-txt {
    position: absolute;
    width: 1500px;
    height: 423px;
    margin: auto;
    top: 311px;
  }
  .culture-txt_inner {
    position: absolute;
    background: #fff;
    width: 668px;
    top: 0;
    left: 732px;
    padding: 50px 0 45px;
    z-index: 1;
  }
  .culture-txt_tit {
    text-align: left;
    width: 566px;
    margin: auto;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.56;
    padding-bottom: 36px;
  }
  .culture-txt_txt {
    width: 566px;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .culture-txtback {
    position: absolute;
    background: #0e3169;
    width: 680px;
    height: 340px;
    top: 125px;
    right: 50px;
  }
}

.person {
  background: #f0f2f2;
  padding-top: 12.1vw;
  padding-bottom: 7.6vw;
}

.person h3 {
  padding-top: 2.1vw;
  padding-bottom: 6.05vw;
}

.person-content_left, .person-content_right {
  padding-bottom: 6.4vw;
}

.person-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person-img_left {
  width: 60vw;
  margin-left: 5vw;
}

.person-img_left img {
  width: 100%;
}

.person-img_right {
  width: 60vw;
}

.person-img_right img {
  width: 100%;
}

.person-img_righticon {
  width: 24.13vw;
  margin-top: 31.9vw;
}

.person-img_righticon img {
  width: 100%;
}

.person-img_lefticon {
  width: 24.13vw;
  margin-top: 31.9vw;
  margin-left: 9vw;
}

.person-img_lefticon img {
  width: 100%;
}

.person-txtwrap {
  background: #fff;
  width: 89.33vw;
  margin: auto;
  margin-top: -39.7vw;
  padding: 35vw 4vw 5.7vw 4vw;
}

.person-tit {
  text-align: left;
  color: #0e3169;
  line-height: 1.7;
  padding-bottom: 2.5vw;
}

.person-txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .person {
    background: #f0f2f2;
    padding-top: 8.923vw;
    padding-bottom: 4.8666vw;
  }
  .person h2 {
    font-size: 2.133vw;
  }
  .person h3 {
    font-size: 1.2vw;
    padding-top: 0;
    padding-bottom: 2.333vw;
  }
  .person-content_left, .person-content_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92.3vw;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.615vw;
  }
  .person-content_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 1.692vw;
  }
  .person-img_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26.538vw;
    margin-left: -1.4666vw;
    margin-top: 0;
  }
  .person-img_left img {
    width: 100%;
  }
  .person-img_right {
    width: 26.53vw;
    margin-right: 1.2vw;
    margin-top: 1.066vw;
  }
  .person-img_right img {
    width: 100%;
  }
  .person-icon_left {
    position: absolute;
    top: 5.923vw;
    right: 3.153vw;
    width: 10.769vw;
  }
  .person-icon_left img {
    width: 100%;
  }
  .person-icon_right {
    position: absolute;
    top: 7.307vw;
    right: 3.154vw;
    width: 10.769vw;
  }
  .person-icon_right img {
    width: 100%;
  }
  .person-txtwrap {
    position: relative;
    background: #fff;
    width: 53.33vw;
    margin: auto;
    margin-top: 1.923vw;
    padding: 2.666vw 0.666vw 2.692vw 3.461vw;
  }
  .person-txtwrap_left {
    margin: 1.769vw 0 0;
    padding: 2.66vw 0.666vw 2.692vw 2.66vw;
  }
  .person-tit {
    font-size: 1.6vw;
    text-align: left;
    color: #0e3169;
    line-height: 1.7;
    padding-bottom: 1.9769vw;
    margin-top: 0;
  }
  .person-txt {
    width: 36.069vw;
    font-family: "Noto Sans JP";
    font-size: 1.066vw;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 1300px) {
  .person {
    background: #f0f2f2;
    padding-top: 116px;
    padding-bottom: 73px;
  }
  .person h3 {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .person-content_left, .person-content_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
  }
  .person-content_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 22px;
  }
  .person-img_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 345px;
    margin-left: -22px;
    margin-top: 0;
  }
  .person-img_left img {
    width: 100%;
  }
  .person-img_right {
    width: 345px;
    margin-right: 18px;
    margin-top: 16px;
  }
  .person-img_right img {
    width: 100%;
  }
  .person-icon_left {
    position: absolute;
    top: 77px;
    right: 41px;
    width: 140px;
  }
  .person-icon_left img {
    width: 100%;
  }
  .person-icon_right {
    position: absolute;
    top: 95px;
    right: 41px;
    width: 140px;
  }
  .person-icon_right img {
    width: 100%;
  }
  .person-txtwrap {
    position: relative;
    background: #fff;
    width: 800px;
    margin: auto;
    margin-top: 25px;
    padding: 40px 10px 35px 45px;
  }
  .person-txtwrap_left {
    margin: 23px 0 0;
    padding: 40px 10px 35px 40px;
  }
  .person-tit {
    font-size: 24px;
    text-align: left;
    color: #0e3169;
    line-height: 1.7;
    padding-bottom: 14px;
    margin-top: 0;
  }
  .person-txt {
    width: 560px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.interview {
  padding-top: 12.9vw;
  padding-bottom: 7.6vw;
}

.interview h3 {
  padding-top: 2.1vw;
  padding-bottom: 13.3vw;
}

.interview-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82.2vw;
  margin: 0.9333vw auto 0;
  gap: 3.3vw;
  line-height: 1;
  font-size: 4vw;
  letter-spacing: 0.02em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 9.3vw;
}

.interview-link_num {
  position: absolute;
  top: -4.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "oswald";
  font-size: 8vw;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #0e3169;
  font-weight: 200;
}

.interview-link_year, .interview-link_name {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.interview-link_year span, .interview-link_name span {
  font-size: 3.2vw;
}

.interview-link_year {
  padding-bottom: 1.3vw;
}

.interview-link a {
  width: 29.333vw;
  color: #333333;
  display: block;
  padding: 10.7vw 0 5vw;
}

.interview-link_btn {
  position: relative;
  background: #f0f2f2;
}

.interview-link_btn.btn1.active a {
  color: #0e3169;
}

.interview-link_btn.btn1.active::after {
  display: inline-block;
  position: absolute;
  bottom: -1.3vw;
  left: 0;
  content: "";
  width: 29.333vw;
  height: 0.8vw;
  background: #0e3169;
}

.interview-link_btn.btn2.active a {
  color: #0e3169;
}

.interview-link_btn.btn2.active::after {
  display: inline-block;
  position: absolute;
  bottom: -1.3vw;
  left: 0;
  content: "";
  width: 29.333vw;
  height: 0.8vw;
  background: #0e3169;
}

.interview-link_btn.btn3.active a {
  color: #0e3169;
}

.interview-link_btn.btn3.active::after {
  display: inline-block;
  position: absolute;
  bottom: -1.3vw;
  left: 0;
  content: "";
  width: 29.333vw;
  height: 0.8vw;
  background: #0e3169;
}

.interview-area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
}

.interview-area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.interview-imgwrap {
  width: 86.666vw;
  margin: auto;
}

.interview-imgwrap h5 {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  text-align: left;
  color: #333333;
  padding-bottom: 0;
  line-height: 6.666vw;
}

.interview-imgwrap h6 {
  font-family: "Noto Sans JP";
  font-size: 6.1333vw;
  text-align: left;
  color: #333333;
  letter-spacing: 0.1em;
  padding-bottom: 0;
  line-height: 1.8;
  font-weight: 500;
  padding-top: 0.7vw;
}

.interview-imgwrap h6 span {
  font-size: 4.266vw;
}

.interview-imgwrap_img {
  width: 80vw;
  margin: auto;
  padding-bottom: 4.5vw;
}

.interview-imgwrap_img img {
  width: 100%;
}

.interview-txtwrap {
  width: 86.66vw;
  margin: auto;
  padding-top: 2.4vw;
}

.interview-txtwrap_tit {
  color: #0e3169;
  text-align: left;
  line-height: 1.7;
  padding-bottom: 3.7vw;
}

.interview-txtwrap_txt {
  font-family: "Noto Sans JP";
  width: 86.66vw;
  margin: auto;
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.02em;
}

.interview-outer2 {
  padding-top: 2vw;
  width: 86.66vw;
  margin: auto;
  position: relative;
}

.interview-schedule_tit {
  width: 86.66vw;
  margin: auto;
  font-size: 4.8vw;
  letter-spacing: 0.04em;
  background: #0e3169;
  color: #fff;
  padding: 2vw 0 1.5vw;
  text-align: center;
  margin-top: 7vw;
}

.interview-schedule_img {
  width: 86.66vw;
  margin: auto;
  padding-bottom: 7.6vw;
}

.interview-schedule_img_img {
  z-index: 3;
}

.interview-schedule_img img {
  width: 100%;
}

.interview-schedule_txt {
  padding-top: 10.5vw;
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.02em;
}

.interview-schedule_linebox {
  position: absolute;
  width: 1px;
  border-left: 1px solid #0e3169;
  left: 43.4vw;
  z-index: -1;
}

.interview-schedule_linebox.linebox1 {
  height: calc(100vw / 750 * 770);
  bottom: 75vw;
}

.interview-schedule_linebox.linebox2 {
  height: calc(100vw / 750 * 1120);
  bottom: 83vw;
}

.interview-schedule_linebox.linebox3 {
  height: calc(100vw / 750 * 1100);
  bottom: 68vw;
  left: 43.3vw;
}

.interview-scheduletable {
  width: 86.66vw;
  margin: 0 auto;
  font-size: 4vw;
  line-height: 1.666;
}

.interview-scheduletable th {
  font-size: 4.5333vw;
  font-weight: 300;
  letter-spacing: 0.103em;
  width: 44vw;
  text-align: right;
  padding-right: 8.1vw;
  position: relative;
  height: 12.8vw;
  font-family: "oswald";
  color: #5a5a5a;
}

.interview-scheduletable th::after {
  content: "●";
  color: #0e3169;
  position: absolute;
  top: 0;
  right: -2.9vw;
}

.interview-scheduletable td {
  font-size: calc(100vw / 750 * 28);
  font-weight: 500;
  width: 44vw;
  text-align: left;
  padding-right: 8.2vw;
  position: relative;
  height: 5vw;
  font-family: "Noto Sans JP";
  color: #0e3169;
  padding-left: 7.7vw;
  padding-top: 0.5vw;
  padding-bottom: 20px;
}
@media screen and (max-width: 834px){
  .interview-scheduletable td {
    line-height: calc(100vw / 750 * 42);
    padding-right: 0;
  }
  .interview-schedule_linebox.linebox1 {
    top: calc(100vw / 750 * 410);
    bottom: unset;
  }
  .interview-schedule_linebox.linebox2 {
    top: calc(100vw / 750 * 420);
    bottom: unset;
  }

  .interview-schedule_linebox.linebox3 {
    top: calc(100vw / 750 * 420);
    bottom: unset;
  }
}

.interview-scheduletable td span {
  font-size: 3.266vw;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .interview {
    padding-top: 7.23vw;
    padding-bottom: 5.769vw;
  }
  .interview h3 {
    padding-top: 0;
    padding-bottom: 0.769vw;
  }
  .interview-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 76.9vw;
    margin: 3.538vw auto 0;
    line-height: 1;
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0.769vw;
  }
  .interview-link_num {
    position: absolute;
    top: -1vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "oswald";
    font-size: 2.308vw;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0e3169;
    font-weight: 200;
  }
  .interview-link_year, .interview-link_name {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .interview-link_year span, .interview-link_name span {
    font-size: 1.231vw;
  }
  .interview-link_year {
    padding-bottom: 1.3vw;
  }
  .interview-link a {
    width: 23.08vw;
    color: #333333;
    display: block;
    padding: 2.4615vw 0 0.3846vw;
  }
  .interview-link_btn {
    position: relative;
    background: #f0f2f2;
  }
  .interview-link_btn.btn1.active a {
    color: #0e3169;
  }
  .interview-link_btn.btn1.active::after {
    display: inline-block;
    position: absolute;
    bottom: -0.769vw;
    left: 0;
    content: "";
    width: 23.08vw;
    height: 0.1538vw;
    background: #0e3169;
  }
  .interview-link_btn.btn2.active a {
    color: #0e3169;
  }
  .interview-link_btn.btn2.active::after {
    display: inline-block;
    position: absolute;
    bottom: -0.769vw;
    left: 0;
    content: "";
    width: 23.08vw;
    height: 0.1538vw;
    background: #0e3169;
  }
  .interview-link_btn.btn3.active a {
    color: #0e3169;
  }
  .interview-link_btn.btn3.active::after {
    display: inline-block;
    position: absolute;
    bottom: -0.769vw;
    left: 0;
    content: "";
    width: 23.08vw;
    height: 0.1538vw;
    background: #0e3169;
  }
  .interview-outer1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80.769vw;
    margin: auto;
    padding-top: 3.077vw;
    padding-bottom: 5.23vw;
  }
  .interview-area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    background: #fff;
  }
  .interview-area.is-active {
    display: block;
    /*表示*/
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .interview-imgwrap {
    width: 23.08vw;
    margin: auto;
  }
  .interview-imgwrap h5 {
    width: 30.77vw;
    font-family: "Noto Sans JP";
    font-size: 1.153vw;
    text-align: left;
    color: #333333;
    padding-bottom: 0;
    line-height: 1.8;
  }
  .interview-imgwrap h6 {
    font-family: "Noto Sans JP";
    font-size: 1.4vw;
    text-align: left;
    color: #333333;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    line-height: 1.8;
    font-weight: 500;
    padding-top: 0;
  }
  .interview-imgwrap h6 span {
    font-size: 1.153vw;
  }
  .interview-imgwrap_img {
    width: 22.307vw;
    margin: 0;
    padding-bottom: 1.461vw;
  }
  .interview-imgwrap_img img {
    width: 100%;
  }
  .interview-txtwrap {
    width: 50vw;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }
  .interview-txtwrap h4 {
    margin-top: 0;
  }
  .interview-txtwrap_tit {
    color: #0e3169;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 2.692vw;
    font-size: 1.69vw;
    padding-top: 3.461vw;
  }
  .interview-txtwrap_txt {
    font-family: "Noto Sans JP";
    width: 50vw;
    margin: auto;
    font-size: 1.2331vw;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .interview-outer2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 10.615vw;
    width: 79.461vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    position: relative;
  }
  .interview-schedule_tit {
    width: 76.92vw;
    margin: auto;
    font-size: 1.384vw;
    letter-spacing: 0;
    background: #0e3169;
    color: #fff;
    padding: 0.769vw 0 0.5385vw;
    text-align: center;
    margin-bottom: -0.0769vw;
  }
  .interview-schedule_img {
    width: 38.46vw;
    margin: -5.385vw 1.538vw 0 0;
    padding-bottom: 2.308vw;
  }
  .interview-schedule_img img {
    width: 100%;
  }
  .interview-schedule_txt {
    padding-top: 4.23vw;
    font-family: "Noto Sans JP";
    font-size: 1.231vw;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .interview-schedule_linebox {
    position: absolute;
    width: 27.0769vw;
    height: 37.923vw;
    border-top: 0.0769vw solid #0e3169;
    border-left: 0.0769vw solid #0e3169;
    bottom: 3.615vw;
    left: 12.31vw;
  }
  .interview-schedule_linebox.linebox1 {
    height: 37.923vw;
    bottom: 3.615vw;
  }
  .interview-schedule_linebox.linebox2 {
    height: 54.269vw;
    bottom: 3.615vw;
  }
  .interview-schedule_linebox.linebox3 {
    height: 48vw;
    bottom: 3.615vw;
  }
  .interview-scheduletable {
    width: 38.46vw;
    margin: 0;
    font-size: 1.231vw;
    line-height: 1.666;
  }
  .interview-scheduletable th {
    font-size: 1.538vw;
    font-weight: 300;
    letter-spacing: 0.103em;
    width: 6.154vw;
    text-align: right;
    padding-right: 2.615vw;
    position: relative;
    height: 3.846vw;
    font-family: "oswald";
    color: #5a5a5a;
  }
  .interview-scheduletable th::after {
    content: "●";
    color: #0e3169;
    position: absolute;
    top: 0;
    right: -1vw;
  }
  .interview-scheduletable td {
    font-size: 1.384vw;
    font-weight: 500;
    width: 15.38vw;
    text-align: left;
    padding-right: 2.4615vw;
    position: relative;
    height: 4.923vw;
    font-family: "Noto Sans JP";
    color: #0e3169;
    padding-left: 3vw;
    padding-top: 0.1538vw;
  }
  .interview-scheduletable td span {
    font-size: 1.194vw;
  }
}

@media screen and (min-width: 1300px) {
  .interview {
    padding-top: 94px;
    padding-bottom: 75px;
  }
  .interview h3 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .interview-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 46px auto 0;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0.02em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px;
  }
  .interview-link_num {
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "oswald";
    font-size: 30px;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0e3169;
    font-weight: 200;
  }
  .interview-link_year, .interview-link_name {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .interview-link_year span, .interview-link_name span {
    font-size: 16px;
  }
  .interview-link_year {
    padding-bottom: 1.3vw;
  }
  .interview-link a {
    width: 300px;
    color: #333333;
    display: block;
    padding: 32px 0 5px;
  }
  .interview-link_btn {
    position: relative;
    background: #f0f2f2;
  }
  .interview-link_btn.btn1.active a {
    color: #0e3169;
  }
  .interview-link_btn.btn1.active::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 300px;
    height: 2px;
    background: #0e3169;
  }
  .interview-link_btn.btn2.active a {
    color: #0e3169;
  }
  .interview-link_btn.btn2.active::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 300px;
    height: 2px;
    background: #0e3169;
  }
  .interview-link_btn.btn3.active a {
    color: #0e3169;
  }
  .interview-link_btn.btn3.active::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 300px;
    height: 2px;
    background: #0e3169;
  }
  .interview-outer1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1050px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 68px;
  }
  .interview-area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    background: #fff;
  }
  .interview-area.is-active {
    display: block;
    /*表示*/
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .interview-imgwrap {
    width: 300px;
    margin: auto;
  }
  .interview-imgwrap h5 {
    width: 400px;
    font-family: "Noto Sans JP";
    font-size: 15px;
    text-align: left;
    color: #333333;
    padding-bottom: 0;
    line-height: 1.8;
  }
  .interview-imgwrap h6 {
    font-family: "Noto Sans JP";
    font-size: 18px;
    text-align: left;
    color: #333333;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    line-height: 1.8;
    font-weight: 500;
    padding-top: 0;
  }
  .interview-imgwrap h6 span {
    font-size: 15px;
  }
  .interview-imgwrap_img {
    width: 290px;
    margin: 0;
    padding-bottom: 19px;
  }
  .interview-imgwrap_img img {
    width: 100%;
  }
  .interview-txtwrap {
    width: 650px;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }
  .interview-txtwrap h4 {
    margin-top: 0;
  }
  .interview-txtwrap_tit {
    color: #0e3169;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 35px;
    font-size: 22px;
    padding-top: 45px;
  }
  .interview-txtwrap_txt {
    font-family: "Noto Sans JP";
    width: 650px;
    margin: auto;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .interview-outer2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 138px;
    width: 1033px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    position: relative;
  }
  .interview-schedule_tit {
    width: 1000px;
    margin: auto;
    font-size: 18px;
    letter-spacing: 0;
    background: #0e3169;
    color: #fff;
    padding: 10px 0 7px;
    text-align: center;
    margin-bottom: -1px;
  }
  .interview-schedule_img {
    width: 500px;
    margin: -70px 20px 0 0;
    padding-bottom: 30px;
  }
  .interview-schedule_img img {
    width: 100%;
  }
  .interview-schedule_txt {
    padding-top: 55px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .interview-schedule_linebox {
    position: absolute;
    width: 352px;
    height: 493px;
    border-top: 1px solid #0e3169;
    border-left: 1px solid #0e3169;
    bottom: 47px;
    left: 160px;
  }
  .interview-schedule_linebox.linebox1 {
    height: 493px;
    bottom: 47px;
  }
  .interview-schedule_linebox.linebox2 {
    height: 705px;
    bottom: 47px;
  }
  .interview-schedule_linebox.linebox3 {
    height: 605px;
    bottom: 47px;
  }
  .interview-scheduletable {
    width: 500px;
    margin: 0;
    font-size: 16px;
    line-height: 1.666;
  }
  .interview-scheduletable th {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.103em;
    width: 80px;
    text-align: right;
    padding-right: 34px;
    position: relative;
    height: 50px;
    font-family: "oswald";
    color: #5a5a5a;
  }
  .interview-scheduletable th::after {
    content: "●";
    color: #0e3169;
    position: absolute;
    top: 0;
    right: -13px;
  }
  .interview-scheduletable td {
    font-size: 18px;
    font-weight: 500;
    width: 200px;
    text-align: left;
    padding-right: 32px;
    position: relative;
    height: 64px;
    font-family: "Noto Sans JP";
    color: #0e3169;
    padding-left: 39px;
    padding-top: 2px;
  }
  .interview-scheduletable td span {
    font-size: 15px;
  }
}

.profile {
  padding-top: 15.8vw;
  padding-bottom: 12.6vw;
  background: #f0f2f2;
}

.profile-outer {
  width: calc(100vw - 30px);
  margin: auto;
}

.profile h3 {
  padding-top: 2.1vw;
}

.profile-table {
  font-size: 4vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.02em;
  line-height: 1.6666;
  width: calc(100vw - 30px);
}

.profile-table th {
  font-weight: 400;
  display: block;
  background: #d0d8dd;
  padding: 0.5vw 3vw 0.5vw 3vw;
  width: calc(100vw - 30px);
}

.profile-table td {
  display: block;
  padding: 2.5vw 2.66vw 3.555vw 2.66vw;
  width: calc(100vw - 30px);
}

.profile-intable_address th {
  background: #f0f2f2;
  padding: 0;
  font-weight: 500;
}

.profile-intable_address td {
  padding: 0 0 6.6vw 0;
}

.profile-intable_address td.add4 {
  padding-bottom: 0;
}

@media screen and (min-width: 836px) {
  .profile {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 109px;
    background: #f0f2f2;
  }
  .profile-outer {
    width: 760px;
    margin: auto;
  }
  .profile h3 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .profile-table {
    width: 760px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .profile-table tr {
    border-bottom: 2px solid rgba(33, 33, 33, 0.2);
  }
  .profile-table th {
    display: inline-block;
    font-weight: 400;
    padding: 24px 20px 10px 50px;
    width: 250px;
    background: #f0f2f2;
  }
  .profile-table th.th2 {
    padding: 28px 20px 10px 50px;
  }
  .profile-table th.th3 {
    padding: 23px 20px 10px 50px;
  }
  .profile-table th.th4 {
    padding: 16px 20px 10px 50px;
  }
  .profile-table th.th4 td {
    padding: 10px 20px 10px 20px;
    width: 400px;
  }
  .profile-table td {
    display: inline-block;
    padding: 0;
    width: 500px;
  }
  .profile-table td.td1 {
    padding: 23px 0 23px 60px;
  }
  .profile-table td.td2 {
    padding: 28px 0 27px 60px;
  }
  .profile-table td.td3 {
    padding: 23px 0 34px 60px;
  }
  .profile-table_employee td {
    padding: 24px 10px 32px 60px;
  }
  .profile-intable {
    padding: 24px 10px 10px 60px;
    line-height: 2;
  }
  .profile-intable_address tr {
    border: none;
  }
  .profile-intable_address th {
    width: 500px;
    padding: 0 0 0 60px;
    font-weight: 500;
  }
  .profile-intable_address th.name1 {
    padding-top: 16px;
  }
  .profile-intable_address td {
    padding: 0 0 0 60px;
  }
  .profile-intable_address td.add4 {
    padding-bottom: 26px;
  }
}

.recruitment {
  padding-top: 12.8vw;
  padding-bottom: 7.6vw;
}

.recruitment h3 {
  padding-top: 2.1vw;
  padding-bottom: 10.3vw;
}

.recruitment h6 {
  font-weight: 500;
}

.recruitment-outer {
  width: 92vw;
  margin: auto;
}

.recruitment-outer_pc_none {
  display: block;
}

.recruitment-outer_sp_none {
  display: none;
}

.recruitment-accordion {
  position: relative;
  width: 100%;
  outline: 0;
  border-top: none;
  margin: auto;
}

.recruitment-accordion_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3.4vw;
  padding-bottom: 2.56vw;
  width: 92vw;
  margin: auto;
  background: #f0f2f2;
  position: relative;
  margin-bottom: 9.4vw;
  color: #0e3169;
}

.recruitment-accordion_tit::after {
  display: inline-block;
  position: absolute;
  bottom: -2vw;
  left: 0;
  content: "";
  width: 92vw;
  height: 0.533vw;
  background: #0e3169;
}

.recruitment-accordion_Qicon {
  color: #0e3169;
  font-family: "Oswald";
  font-size: 8vw;
  font-weight: 200;
  padding-left: 3.73vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
}

.recruitment-accordion_Qtit {
  width: 69.9vw;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.4;
  font-size: 4.8vw;
  letter-spacing: 0.04em;
}

.recruitment-accordion_Qtit br {
  display: block;
}

.recruitment-accordion_arrow {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3vw;
}

.recruitment-accordion_arrow.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.recruitment-accordion_content {
  display: none;
}

.recruitment-accordion_content.active {
  display: block;
}

.recruitment-accordion_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.9vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruitment-accordion_btn {
  font-family: "Poppins";
  width: 33.06vw;
  margin: auto;
  color: #fff;
  text-align: center;
  background: #0e3169;
  margin-top: 0.7vw;
  padding: 3vw 0 2.6vw;
  margin-bottom: 10vw;
}

.recruitment-ans {
  width: 92vw;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}

.recruitment-ans tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.recruitment-ans th {
  font-weight: 400;
  width: 25.3vw;
  padding-top: 2.4vw;
  line-height: 2;
}

.recruitment-ans td {
  padding: 2.8vw 0 3.85vw;
  font-size: 3.733vw;
}

.recruitment-ans li {
  list-style: disc;
  margin-left: 4vw;
}

.recruitment-newworker {
  padding-bottom: 7.1vw;
}

.recruitment-newworker:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .recruitment {
    padding-top: 7.538vw;
    padding-bottom: 7.153vw;
  }
  .recruitment h3 {
    padding-top: 0;
    padding-bottom: 0.769vw;
  }
  .recruitment-outer {
    width: 100%;
  }
  .recruitment-outer_sp_none {
    display: block;
  }
  .recruitment-outer_pc_none {
    display: none;
  }
  .recruitment-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 92.397vw;
    margin: 5.23vw auto;
    line-height: 1;
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    row-gap: 5vw;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0.769vw;
  }
  .recruitment-link_num {
    position: absolute;
    top: -1vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "oswald";
    font-size: 2.308vw;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0e3169;
    font-weight: 200;
  }
  .recruitment-link_name {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .recruitment-link_name br {
    display: none;
  }
  .recruitment-link a {
    width: 44.6153vw;
    color: #333333;
    display: block;
    padding: 2.4615vw 0 28px;
  }
  .recruitment-link_btn {
    position: relative;
    background: #f0f2f2;
  }
  .recruitment-link_btn:nth-child(2n) {
    margin-left: calc(100vw / 1500 * 39);
  }
  .recruitment-link_btn.btn1.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn1.active::after {
    display: inline-block;
    position: absolute;
    bottom: -0.769vw;
    left: 0;
    content: "";
    width: 44.615vw;
    height: 0.1538vw;
    background: #0e3169;
  }
  .recruitment-link_btn.btn2.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn2.active::after {
    display: inline-block;
    position: absolute;
    bottom: -0.769vw;
    left: 0;
    content: "";
    width: 44.615vw;
    height: 0.1538vw;
    background: #0e3169;
  }
  .recruitment-link_btn.btn3.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn3.active::after {
    display: inline-block;
    position: absolute;
    bottom: -0.769vw;
    left: 0;
    content: "";
    width: 44.615vw;
    height: 0.1538vw;
    background: #0e3169;
  }
  .recruitment-link_btn.btn4.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn4.active::after {
    display: inline-block;
    position: absolute;
    bottom: -0.769vw;
    left: 0;
    content: "";
    width: 44.615vw;
    height: 0.1538vw;
    background: #0e3169;
  }
  .recruitment-area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    background: #fff;
  }
  .recruitment-area.is-active {
    display: block;
    /*表示*/
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .recruitment_content {
    display: none;
  }
  .recruitment_content.active {
    display: block;
  }
  .recruitment_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 2.9vw;
  }
  .recruitment-tit {
    width: 76.9vw;
    margin: auto;
    font-size: 1.538vw;
    letter-spacing: 0;
    background: #0e3169;
    color: #fff;
    padding: 1.615vw 0 1.3076vw;
    text-align: center;
    margin-bottom: -0.0769vw;
  }
  .recruitment-tit br {
    display: none;
  }
  .recruitment-ans {
    width: 60vw;
    margin: 2.769vw auto 0;
    font-size: 1.231vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .recruitment-ans li {
    margin-left: 1.231vw;
  }
  .recruitment-ans tr {
    border-bottom: 0.1538vw solid rgba(33, 33, 33, 0.2);
  }
  .recruitment-ans th {
    display: inline-block;
    font-weight: 400;
    padding: 1.615vw 1.538vw 2.308vw 0;
    width: 19.23vw;
  }
  .recruitment-ans td {
    display: inline-block;
    padding: 1.615vw 0 2.23vw 0.769vw;
    width: 38.46vw;
    font-size: inherit;
  }
  .recruitment-newworker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .recruitment-newworker li {
    list-style-type: none;
    margin-left: 0;
  }
  .recruitment-midcareer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruitment-midcareer li {
    list-style-type: none;
    margin-left: 0;
  }
  .salary_content {
    width: 90%;
  }
}

@media screen and (min-width: 1300px) {
  .recruitment {
    padding-top: 98px;
    padding-bottom: 93px;
  }
  .recruitment h3 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .recruitment-outer {
    width: 100%;
  }
  .recruitment-outer_sp_none {
    display: block;
  }
  .recruitment-outer_pc_none {
    display: none;
  }
  .recruitment-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 1200px;
    margin: 68px auto;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0.02em;
    row-gap: 65px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px;
  }
  .recruitment-link_num {
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "oswald";
    font-size: 30px;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0e3169;
    font-weight: 200;
  }
  .recruitment-link_name {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .recruitment-link_name br {
    display: none;
  }
  .recruitment-link a {
    width: 580px;
    color: #333333;
    display: block;
    padding: 32px 0 28px;
  }
  .recruitment-link_btn {
    position: relative;
    background: #f0f2f2;
  }
  .recruitment-link_btn:nth-child(2n) {
    margin-left: 39px;
  }
  .recruitment-link_btn.btn1.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn1.active::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 580px;
    height: 2px;
    background: #0e3169;
  }
  .recruitment-link_btn.btn2.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn2.active::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 580px;
    height: 2px;
    background: #0e3169;
  }
  .recruitment-link_btn.btn3.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn3.active::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 580px;
    height: 2px;
    background: #0e3169;
  }
  .recruitment-link_btn.btn4.active a {
    color: #0e3169;
  }
  .recruitment-link_btn.btn4.active::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 580px;
    height: 2px;
    background: #0e3169;
  }
  .recruitment-area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    background: #fff;
  }
  .recruitment-area.is-active {
    display: block;
    /*表示*/
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .recruitment_content {
    display: none;
  }
  .recruitment_content.active {
    display: block;
  }
  .recruitment_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 2.9vw;
  }
  .recruitment-tit {
    width: 1000px;
    margin: auto;
    font-size: 20px;
    letter-spacing: 0;
    background: #0e3169;
    color: #fff;
    padding: 21px 0 17px;
    text-align: center;
    margin-bottom: -1px;
  }
  .recruitment-tit br {
    display: none;
  }
  .recruitment-ans {
    width: 780px;
    margin: 36px auto 0;
    font-size: 16px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .recruitment-ans li {
    margin-left: 16px;
  }
  .recruitment-ans tr {
    border-bottom: 2px solid rgba(33, 33, 33, 0.2);
  }
  .recruitment-ans th {
    display: inline-block;
    font-weight: 400;
    padding: 21px 20px 30px 0;
    width: 250px;
  }
  .recruitment-ans td {
    display: inline-block;
    padding: 21px 0 29px 10px;
    width: 500px;
    font-size: inherit;
  }
  .recruitment-newworker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .recruitment-newworker li {
    list-style-type: none;
    margin-left: 0;
  }
  .recruitment-midcareer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruitment-midcareer li {
    list-style-type: none;
    margin-left: 0;
  }
  .salary_content {
    width: 90%;
  }
}

.ques {
  background: #f0f2f2;
  padding-top: 12.9vw;
  padding-bottom: 14.4vw;
}

.ques h3 {
  padding-top: 2.1vw;
  padding-bottom: 9.8vw;
}

.ques-outer {
  width: 88vw;
  margin: auto;
}

.ques-accordion {
  position: relative;
  width: 100%;
  outline: 0;
  border-top: none;
}

.ques-accordion_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3vw;
  padding-bottom: 3vw;
  border-top: 0.1333vw solid rgba(33, 33, 33, 0.2);
}

.ques-accordion_Qicon {
  color: #fff;
  background-color: #0e3169;
  font-family: "Oswald";
  font-size: 5.2vw;
  width: 10.666vw;
  height: 10.666vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.8vw;
}

.ques-accordion_Qtit {
  width: 67vw;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.74;
  font-size: 4vw;
  padding-top: 3vw;
}

.ques-accordion_arrow {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ques-accordion_arrow.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ques-accordion_content {
  display: none;
}

.ques-accordion_content.active {
  display: block;
}

.ques-accordion_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 2.9vw;
}

.ques-accordion_A-content {
  width: 69.3333vw;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  margin-left: 3.5vw;
  font-size: 3.7333vw;
}

.ques-accordion_Aicon {
  color: #0e3169;
  background-color: #fff;
  border: 0.2666vw solid #0e3169;
  font-family: "Oswald";
  font-size: 5.2vw;
  width: 10.666vw;
  height: 10.666vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.8vw;
}

.ques-accordion_A-tit {
  font-size: 4vw;
  letter-spacing: 0.02em;
  padding-bottom: 2.7vw;
  color: #0e3169;
}

.ques-accordion_A-txt {
  font-size: 3.7333vw;
  line-height: 1.95;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .ques {
    background: #f0f2f2;
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .ques h3 {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .ques-outer {
    width: 83.33vw;
    margin: auto;
  }
  .ques-accordion {
    position: relative;
    width: 100%;
    outline: 0;
    border-top: none;
  }
  .ques-accordion_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.833vw;
    padding-bottom: 2.5vw;
    border-top: 0.1333vw solid rgba(33, 33, 33, 0.2);
  }
  .ques-accordion_tit.tit1 {
    padding-top: 2vw;
    padding-bottom: 0.8333vw;
  }
  .ques-accordion_tit.tit2 {
    padding-top: 2.5vw;
    padding-bottom: 0.8333vw;
  }
  .ques-accordion_tit.tit3 {
    padding-top: 2.5vw;
    padding-bottom: 0.8333vw;
  }
  .ques-accordion_Qicon {
    color: #fff;
    background-color: #0e3169;
    font-family: "Oswald";
    font-size: 2.1666vw;
    width: 5vw;
    height: 5vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.8333vw;
  }
  .ques-accordion_Qtit {
    width: 76.66vw;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 0.8333vw;
    font-size: 1.666vw;
    padding-top: 1.91666vw;
  }
  .ques-accordion_arrow {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 1.9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ques-accordion_arrow.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ques-accordion_content {
    display: none;
  }
  .ques-accordion_content.active {
    display: block;
  }
  .ques-accordion_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: none;
    border-bottom: none;
    padding-top: 0.8333vw;
    padding-bottom: 2.91666vw;
  }
  .ques-accordion_A-content {
    width: 69.3333vw;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.8;
    margin-left: 0.8333vw;
  }
  .ques-accordion_Aicon {
    color: #0e3169;
    background-color: #fff;
    border: 0.08333vw solid #0e3169;
    font-family: "Oswald";
    font-size: 2.1666vw;
    width: 5vw;
    height: 5vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .ques-accordion_A-tit {
    width: 76.66vw;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 1.25vw;
    font-size: 1.666vw;
    padding-top: 2.25vw;
    padding-bottom: 1vw;
    letter-spacing: -0.08em;
  }
  .ques-accordion_A-txt {
    width: 76.666vw;
    font-size: 1.333vw;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-left: 1.25vw;
  }
  .topheader-hamburgermenu_contact {
    margin-top: calc(100vw / 1200 * 110);
    margin-bottom: 3.333vw;
  }
}

@media screen and (min-width: 1200px) {
  .ques {
    background: #f0f2f2;
    padding-top: 96px;
    padding-bottom: 104px;
  }
  .ques h3 {
    padding-top: 0;
    padding-bottom: 61px;
  }
  .ques-outer {
    width: 1000px;
    margin: auto;
  }
  .ques-accordion {
    position: relative;
    width: 100%;
    outline: 0;
    border-top: none;
  }
  .ques-accordionitem {
    width: 980px;
    margin: auto;
  }
  .ques-accordion_tit {
    width: 980px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 23px;
    padding-bottom: 30px;
    border-top: 0.1333vw solid rgba(33, 33, 33, 0.2);
  }
  .ques-accordion_tit.tit1 {
    padding-top: 20px;
    padding-bottom: 19px;
  }
  .ques-accordion_tit.tit2 {
    padding-top: 30px;
    padding-bottom: 17px;
  }
  .ques-accordion_tit.tit3 {
    padding-top: 30px;
    padding-bottom: 19px;
  }
  .ques-accordion_tit.tit4 {
    padding-top: 30px;
    padding-bottom: 19px;
  }
  .ques-accordion_tit.tit5 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .ques-accordion_tit.tit6 {
    padding-top: 25px;
    padding-bottom: 19px;
  }
  .ques-accordion_tit.tit7 {
    padding-top: 27px;
    padding-bottom: 19px;
  }
  .ques-accordion_Qicon {
    color: #fff;
    background-color: #0e3169;
    font-family: "Oswald";
    font-size: 26px;
    width: 60px;
    height: 60px;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  .ques-accordion_Qtit {
    width: 920px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 23px;
    font-size: 20px;
    padding-top: 23px;
  }
  .ques-accordion_Qtit.Q5 {
    padding-top: 4px;
    padding-bottom: 16px;
  }
  .ques-accordion_arrow {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ques-accordion_arrow.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ques-accordion_content {
    display: none;
  }
  .ques-accordion_content.active {
    display: block;
  }
  .ques-accordion_txt {
    width: 980px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: none;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .ques-accordion_A-content {
    width: 520px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.8;
    margin-left: 10px;
  }
  .ques-accordion_Aicon {
    color: #0e3169;
    background-color: #fff;
    border: 1px solid #0e3169;
    font-family: "Oswald";
    font-size: 26px;
    width: 60px;
    height: 60px;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .ques-accordion_A-tit {
    width: 920px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 15px;
    font-size: 20px;
    padding-top: 27px;
    padding-bottom: 12px;
    letter-spacing: -0.08em;
  }
  .ques-accordion_A-txt {
    width: 920px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-left: 15px;
  }
}

.column {
  padding-top: 13.6vw;
  padding-bottom: 12.3vw;
  width: calc(100% - 95px);
  margin: 0 auto;
}

.column h3 {
  padding-top: 2vw;
  padding-bottom: 10vw;
}

.column-slick {
  position: relative;
}

.column-slick_item img {
  width: 74.666vw;
  height: 49.77333vw;
  margin: auto;
}

.column-content_tit {
  font-size: 5.333vw;
  width: 73.333vw;
  max-width: 550px;
  margin: auto;
  color: #0e3169;
  line-height: 1.8;
  margin-bottom: 3vw;
  font-weight: 500;
  margin-top: 3.9vw;
  letter-spacing: 0.04em;
  font-size: 4.533vw;
  min-height: 16.266vw;
}

.column-content_label {
  font-size: 3.4666vw;
  text-align: right;
  letter-spacing: 0.02em;
  padding-bottom: 2.3vw;
}

.column-content_label1 {
  color: #fff;
  background-color: #0e3169;
  padding: 0.6vw 2.8vw 0.3vw;
}

.column-content_label2 {
  color: #7c7c7c;
  background-color: #f0f2f2;
  padding: 0.6vw 2.8vw 0.3vw;
  margin-left: 3vw;
}

.column-content_txt {
  width: 73.333vw;
  margin: auto;
  font-size: 4vw;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.02em;
  padding: 0.1vw 0 2vw;
}

.column-link {
  width: 73.333vw;
  font-family: "Poppins";
  font-size: 4vw;
  letter-spacing: 0.02em;
  color: #103496;
  text-align: right;
}

.column-link::before {
  display: inline-block;
  content: "";
  width: 18vw;
  height: 0.2666vw;
  background: #103496;
  margin-bottom: 0.9vw;
  margin-right: 0.4vw;
}

@media (max-width: 835px) {
  .column .slider {
    position: relative;
  }
  .column .slick-prev,
  .column .slick-next {
    position: absolute;
    z-index: 1;
    top: 46.5%;
    cursor: pointer;
    outline: none;
    width: 8vw;
    height: 8vw;
    color: #fff;
    font-size: 4.6666vw;
    text-align: center;
    padding: 1.333vw 0;
    background: #0e3169;
  }
  .column .slick-prev {
    left: -37px;
  }
  .column .slick-next {
    right: -37px;
  }
  .column .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 2.7vw 0 0 0;
  }
  .column .slick-dots li {
    display: inline-block;
    margin: 0 4vw;
  }
  .column .slick-dots button {
    color: transparent;
    outline: none;
    width: 4vw;
    height: 4vw;
    display: block;
    border-radius: 50%;
    background: #f0f2f2;
  }
  .column .slick-dots .slick-active button {
    background: #7c7c7c;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .column {
    padding-top: 7.461vw;
    padding-bottom: 7.692vw;
    width: 80.153vw;
    margin: 0 auto;
  }
  .column h3 {
    padding-top: 0.0769vw;
    padding-bottom: 2.769vw;
  }
  .column-text {
    padding: 0 0.769vw;
  }
  /*.column-slick {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }*/
  .column-slick_item img {
    width: 24.615vw;
    height: 16.4615vw;
    margin: auto;
  }
  .column-content_tit {
    font-size: 1.4076vw;
    width: 24.615vw;
    margin: 0;
    padding: 1.153vw 0 0.769vw 0.769vw;
    color: #0e3169;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02em;
    min-height: 7.535vw;
  }
  .column-content_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.0769vw;
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.02em;
    padding-bottom: 0.384vw;
    row-gap: 0.4615vw;
  }
  .column-content_label1 {
    display: inline-block;
    color: #fff;
    background-color: #0e3169;
    padding: 0.3076vw 0.7692vw;
  }
  .column-content_label2 {
    color: #7c7c7c;
    background-color: #f0f2f2;
    padding: 0.3076vw 0.7692vw;
    margin-left: 0.7692vw;
  }
  .column-content_txt {
    width: 24.615vw;
    margin: auto;
    font-size: 1.231vw;
    line-height: 2;
    color: #333333;
    letter-spacing: 0.02em;
    padding: 0 0 0.4615vw 0.923vw;
  }
  .column-link {
    width: 100%;
    font-family: "Poppins";
    font-size: 1.307vw;
    letter-spacing: 0.02em;
    color: #103496;
    text-align: right;
  }
  .column-link::before {
    display: inline-block;
    content: "";
    width: 5.385vw;
    height: 0.0769vw;
    background: #103496;
    margin-bottom: 0.3846vw;
    margin-right: 1vw;
  }
  .column .slider {
    position: relative;
  }
  .column .slick-prev,
  .column .slick-next {
    position: absolute;
    z-index: 1;
    top: 40.5%;
    cursor: pointer;
    outline: none;
    color: #0e3169;
    font-size: 40px;
    text-align: center;
  }
  .column .slick-prev {
    left: -6vw;
  }
  .column .slick-next {
    right: -6vw;
  }
  .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 2.7vw 0 0 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 4vw;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 4vw;
    height: 4vw;
    display: block;
    border-radius: 50%;
    background: #f0f2f2;
  }
  .slick-dots .slick-active button {
    background: #7c7c7c;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 46%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 0.1666vw solid #0e3169;
    /*矢印の色*/
    border-right: 0.1666vw solid #0e3169;
    /*矢印の色*/
    height: 2.08333vw;
    width: 2.08333vw;
    background-color: #fff;
    padding: 0;
  }
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 1300px) {
  .column {
    padding-top: 97px;
    padding-bottom: 100px;
    max-width: 1042px;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .column h3 {
    padding-top: 1px;
    padding-bottom: 36px;
  }
  .column-text {
    padding: 0 10px;
  }
  /*.column-slick {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }*/
  .column-slick_item img {
    width: 320px;
    height: 214px;
    margin: auto;
  }
  .column-content_tit {
    font-size: 17px;
    width: 320px;
    margin: 0;
    padding: 15px 0 10px 10px;
    color: #0e3169;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02em;
    min-height: 93px;
  }
  .column-content_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.02em;
    padding-bottom: 5px;
    row-gap: 6px;
  }
  .column-content_label1 {
    display: inline-block;
    color: #fff;
    background-color: #0e3169;
    padding: 4px 10px 4px;
  }
  .column-content_label2 {
    color: #7c7c7c;
    background-color: #f0f2f2;
    padding: 4px 10px 4px;
    margin-left: 10px;
  }
  .column-content_txt {
    width: 320px;
    margin: auto;
    font-size: 16px;
    line-height: 2;
    color: #333333;
    letter-spacing: 0.02em;
    padding: 0 0 6px 12px;
  }
  .column-link {
    width: 100%;
    font-family: "Poppins";
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #103496;
    text-align: right;
  }
  .column-link::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 1px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 13px;
  }
  .column .slider {
    position: relative;
  }
  .column .slick-prev,
  .column .slick-next {
    position: absolute;
    z-index: 1;
    top: 40.5%;
    cursor: pointer;
    outline: none;
    color: #0e3169;
    font-size: 40px;
    text-align: center;
  }
  .column .slick-prev {
    left: -125px;
  }
  .column .slick-next {
    right: -125px;
  }
  .column .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 2.7vw 0 0 0;
  }
  .column .slick-dots li {
    display: inline-block;
    margin: 0 4vw;
  }
  .column .slick-dots button {
    color: transparent;
    outline: none;
    width: 4vw;
    height: 4vw;
    display: block;
    border-radius: 50%;
    background: #f0f2f2;
  }
  .column .slick-dots .slick-active button {
    background: #7c7c7c;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 46%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 0.1666vw solid #0e3169;
    /*矢印の色*/
    border-right: 0.1666vw solid #0e3169;
    /*矢印の色*/
    height: 2.08333vw;
    width: 2.08333vw;
    background-color: white;
    padding: 0;
  }
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.entry {
  background: #f0f2f2;
  padding-top: 13.555vw;
  padding-bottom: 13.3vw;
  margin-bottom: 0;
}

.entry h3 {
  padding-top: 2.5vw;
}

.entry-hurrybtn {
  width: 87vw;
  margin: 0 auto 12vw;
  background: #0e3169;
  text-align: center;
}

.entry-hurrybtn a {
  display: block;
  font-size: 6.266vw;
  font-family: "Oswald";
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-right: -1vw;
  padding: 3.9vw 0 6.2vw;
}

.entry-hurrybtn_img img {
  width: 5.5vw;
  margin-right: 2vw;
  line-height: 1.7;
  padding-bottom: 2vw;
}

.entry-hurrybtn_txt {
  font-size: 4.666vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.06em;
}

.contact {
  padding-bottom: 22.4vw;
}

.contact-outer {
  width: 87vw;
  margin: auto;
}

.contact-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.9vw;
}

.contact-tit_tit {
  font-size: 4vw;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.contact-tit_label {
  font-size: 3.2vw;
  color: white;
  background: #0e3169;
  text-align: right;
  font-weight: 500;
  padding: 0.8vw 3.5vw 0.5vw;
  margin-top: -0.2vw;
}

.contact-tit_birth {
  padding-bottom: 2vw;
  margin-bottom: 0;
}

.contact-input {
  width: 100%;
  padding: 2.25vw 1.066vw;
  font-size: 4vw;
  border-radius: 0;
  font-family: inherit;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-input.post {
  width: 37vw;
  margin-left: 3vw;
  padding: 1.2vw 3vw 1vw;
}

.contact-input.pref, .contact-input.addnum {
  padding: 1.366vw 3vw 1.2vw;
}

.contact-select.year {
  width: 24.5vw;
  padding: 1.8vw;
  font-size: 3vw;
  border-radius: 0;
  font-family: inherit;
  background: #fff;
  appearance: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.contact-select.month, .contact-select.day {
  width: 20.7vw;
  padding: 1.8vw;
  font-size: 3vw;
  border-radius: 0;
  font-family: inherit;
  background: #fff;
  appearance: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.contact-select.work {
  width: 100%;
  padding: 1.8vw;
  font-size: 3vw;
  border-radius: 0;
  font-family: inherit;
  background: #fff;
  appearance: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.contact-birth {
  font-size: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact-birth span {
  padding: 0 1.6vw 0 2.4vw;
}

.contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-indent: -1.5em;
  padding: 3.6vw 0 0 8.5vw;
  font-size: 4vw;
  letter-spacing: 0;
  line-height: 1.76;
  background: #fff;
}

.contact-radio.radio6 {
  padding: 3.6vw 0 2.3vw 8.5vw;
}

.contact-radio label {
  padding-bottom: 1vw;
}

.contact-radio_txt {
  position: relative;
  margin: 0;
  color: #707070;
  cursor: pointer;
  margin-left: 2.5vw;
}

.contact-item {
  padding-bottom: 6.4vw;
}

.contact-item dd input::-webkit-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-item dd input:-ms-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-item dd input::-ms-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-item dd input::placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-item_birth {
  padding-bottom: 7vw;
}

.contact-address {
  padding-bottom: 3vw;
}

.contact-address dd {
  padding-bottom: 3vw;
}

.contact-address dd input::-webkit-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-address dd input:-ms-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-address dd input::-ms-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-address dd input::placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-address .contact-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-textarea {
  width: 100%;
  height: 33vw;
  padding: 2.9vw;
  border-radius: 0;
  font-family: inherit;
  color: #707070;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
}

.contact-textarea::-webkit-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-textarea:-ms-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-textarea::-ms-input-placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-textarea::placeholder {
  font-size: 4vw;
  color: #cccccc;
}

.contact-privacy_txt {
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-top: 4.8vw;
}

.contact-privacy_txt label {
  display: block;
  text-align: center;
}

.contact-privacy_txt a {
  color: #103496;
  text-decoration: underline;
}

.contact-privacy_check {
  padding-top: 5vw;
  text-align: center;
  font-size: 4.8vw;
  letter-spacing: 0.02em;
}

.contact-lastcheck {
  margin-top: 10.9vw;
  font-size: 4.8vw;
  color: #0e3169;
  text-align: center;
  border: 1px solid #0e3169;
}

.contact-lastcheck_submit {
  letter-spacing: 0.02em;
  padding: 5.7vw 0 4.4vw;
  width: 100%;
}

.contact-lastcheck2 {
  visibility: hidden;
}

@media screen and (max-width: 835px) {
  .contact-address .tit-none {
    display: none;
  }
  .contact-select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    height: 9.0896vw;
  }
  .select_item {
    position: relative;
  }
  .select_item::after {
    content: '';
    position: absolute;
    right: 2vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4vw 0.9766vw 0 0.9766vw;
    border-color: #0e3169 transparent transparent transparent;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .entry {
    background: #f0f2f2;
    padding-top: 7.384vw;
    padding-bottom: 7.307vw;
    margin-bottom: 0;
  }
  .entry h3 {
    padding-top: 0px;
    padding-bottom: 4.461vw;
  }
  .entry-hurrybtn {
    width: 76.923vw;
    margin: 0 auto 0.769vw;
    background: #0e3169;
    text-align: center;
  }
  .entry-hurrybtn a {
    display: block;
    font-size: 2.4615vw;
    font-family: "Oswald";
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-right: 0;
    padding: 2.692vw 0 3.153vw;
    margin-bottom: 4.461vw;
  }
  .entry-hurrybtn_img img {
    width: 2.308vw;
    margin-right: 0769vw;
    line-height: 1.7;
    padding-bottom: 0.769vw;
  }
  .entry-hurrybtn_txt {
    font-size: 1.846vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.06em;
  }
  .contact {
    padding-bottom: 1.692vw;
  }
  .contact-outer {
    width: 76.92vw;
    margin: auto;
  }
  .contact-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.692vw;
  }
  .contact-tit {
    width: 16.846vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 1.0769vw;
  }
  .contact-tit_tit {
    font-size: 1.231vw;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .contact-tit_label {
    font-size: 0.769vw;
    width: 4.153vw;
    height: 1.838vw;
    color: white;
    background: #0e3169;
    text-align: right;
    font-weight: 500;
    padding: 0.3346vw 1.2vw;
    margin-top: 0;
    white-space: nowrap;
  }
  .contact-tit_birth {
    padding-bottom: 0.769vw;
    margin-bottom: 0;
  }
  .contact-input {
    width: 58.307vw;
    padding: 0.998vw 1vw 0.998vw;
    font-size: 1.231vw;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-input.post {
    width: 9.2307vw;
    margin-left: 0.923vw;
    padding: 0.956vw 1.076vw 0.956vw;
  }
  .contact-input.pref, .contact-input.addnum {
    padding: 1vw 0.923vw 0.769vw;
  }
  .contact-select.year {
    width: 7.692vw;
    padding: 0.923vw;
    font-size: 0.923vw;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    appearance: none;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  .contact-select.month, .contact-select.day {
    width: 6.154vw;
    padding: 0.923vw;
    font-size: 0.923vw;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    appearance: none;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  .contact-select.work {
    width: 35.692vw;
    padding: 1vw;
    font-size: 0.923vw;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    appearance: none;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  .contact-birth {
    font-size: 1.231vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .contact-birth span {
    padding: 0 0.837vw;
  }
  .contact-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-indent: -1.5em;
    padding: 1.153vw 0 0 2.308vw;
    font-size: 1.231vw;
    letter-spacing: 0;
    line-height: 1.76;
    background: #fff;
  }
  .contact-radio.radio6 {
    padding: 1.1538vw 0.769vw 2.308vw;
  }
  .contact-radio label {
    padding-bottom: 0.3846vw;
  }
  .contact-radio_txt {
    position: relative;
    margin: 0;
    color: #707070;
    cursor: pointer;
    margin-left: -0.769vw;
  }
  .contact-item {
    padding-bottom: 1.538vw;
  }
  .contact-item dd input::-webkit-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-item dd input:-ms-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-item dd input::-ms-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-item dd input::placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-item_birth {
    padding-bottom: 1.692vw;
  }
  .contact-item_birth dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.769vw;
  }
  .contact-address {
    padding-bottom: 0;
  }
  .contact-address dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 1.653vw;
  }
  .contact-address dd {
    margin-left: 0;
    padding-bottom: 0;
  }
  .contact-address dd input::-webkit-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-address dd input:-ms-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-address dd input::-ms-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-address dd input::placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-address .contact-zip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.435vw;
  }
  .contact-textarea {
    width: 58.3965vw;
    height: 10.538vw;
    padding: 0.923vw;
    border-radius: 0;
    font-family: inherit;
    color: #707070;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.923vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .contact-textarea::-webkit-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-textarea:-ms-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-textarea::-ms-input-placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-textarea::placeholder {
    font-size: 1.153vw;
    color: #cccccc;
  }
  .contact-privacy_txt {
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 3.077vw;
    text-align: center;
  }
  .contact-privacy_txt label {
    display: block;
    text-align: center;
  }
  .contact-privacy_txt a {
    color: #103496;
    text-decoration: underline;
  }
  .contact-privacy_check {
    padding-top: 1.923vw;
    text-align: center;
    font-size: 1.153vw;
    letter-spacing: 0.02em;
  }
  .contact-lastcheck {
    margin-top: 4.84vw;
    font-size: 1.38vw;
    color: #0e3169;
    text-align: center;
    border: none;
  }
  .contact-lastcheck_submit {
    border: 0.0769vw solid #0e3169;
    letter-spacing: 0.02em;
    padding: 2.23vw 0 2.07vw;
    width: 36.923vw;
  }
}

@media screen and (min-width: 1300px) {
  .entry {
    background: #f0f2f2;
    padding-top: 96px;
    padding-bottom: 95px;
    margin-bottom: 0;
  }
  .entry h3 {
    padding-top: 0px;
    padding-bottom: 58px;
  }
  .entry-hurrybtn {
    width: 1000px;
    margin: 0 auto 10px;
    background: #0e3169;
    text-align: center;
  }
  .entry-hurrybtn a {
    display: block;
    font-size: 32px;
    font-family: "Oswald";
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-right: 0;
    padding: 35px 0 41px;
    margin-bottom: 58px;
  }
  .entry-hurrybtn_img img {
    width: 30px;
    margin-right: 10px;
    line-height: 1.7;
    padding-bottom: 10px;
  }
  .entry-hurrybtn_txt {
    font-size: 24px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.06em;
  }
  .contact {
    padding-bottom: 100px;
  }
  .contact-outer {
    width: 1000px;
    margin: auto;
  }
  .contact-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 22px;
  }
  .contact-tit {
    width: 219px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 14px;
  }
  .contact-tit_tit {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .contact-tit_label {
    font-size: 10px;
    width: 54px;
    height: 20px;
    color: white;
    background: #0e3169;
    text-align: right;
    font-weight: 500;
    padding: 5px 17px;
    margin-top: 0;
  }
  .contact-tit_birth {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .contact-input {
    width: 758px;
    padding: 13px 10px 13px;
    font-size: 16px;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-input.post {
    width: 120px;
    margin-left: 12px;
    padding: 12px 16px 12px;
  }
  .contact-input.pref, .contact-input.addnum {
    padding: 13px 12px 10px;
  }
  .contact-select.year {
    width: 100px;
    padding: 12px;
    font-size: 12px;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    appearance: none;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  .contact-select.month, .contact-select.day {
    width: 80px;
    padding: 12px;
    font-size: 12px;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    appearance: none;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  .contact-select.work {
    width: 400px;
    padding: 13px;
    font-size: 12px;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    appearance: none;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  .contact-birth {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .contact-birth span {
    padding: 0 10px;
  }
  .contact-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-indent: -1.5em;
    padding: 15px 0 0 30px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.76;
    background: #fff;
  }
  .contact-radio.radio6 {
    padding: 15px 0 10px 30px;
  }
  .contact-radio label {
    padding-bottom: 5px;
  }
  .contact-radio_txt {
    position: relative;
    margin: 0;
    color: #707070;
    cursor: pointer;
    margin-left: 10px;
  }
  .contact-item {
    padding-bottom: 20px;
  }
  .contact-item dd input::-webkit-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-item dd input:-ms-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-item dd input::-ms-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-item dd input::placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-item_birth {
    padding-bottom: 22px;
  }
  .contact-item_birth dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 23px;
  }
  .contact-address {
    padding-bottom: 0;
  }
  .contact-address dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 21.5px;
  }
  .contact-address dd {
    margin-left: 0;
    padding-bottom: 0;
  }
  .contact-address dd input::-webkit-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-address dd input:-ms-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-address dd input::-ms-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-address dd input::placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-address .contact-zip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-textarea {
    width: 758px;
    height: 254px;
    padding: 12px;
    border-radius: 0;
    font-family: inherit;
    color: #707070;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .contact-textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-textarea:-ms-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-textarea::-ms-input-placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-textarea::placeholder {
    font-size: 15px;
    color: #cccccc;
  }
  .contact-privacy_txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 40px;
    text-align: center;
  }
  .contact-privacy_txt label {
    display: block;
    text-align: center;
  }
  .contact-privacy_txt a {
    color: #103496;
    text-decoration: underline;
  }
  .contact-privacy_check {
    padding-top: 25px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .contact-lastcheck {
    margin-top: 63px;
    font-size: 18px;
    text-align: center;
    border: none;
  }
  .contact-lastcheck_submit {
    color: #0e3169;
    border: 1px solid #0e3169;
    letter-spacing: 0.02em;
    padding: 29px 0 27px;
    width: 480px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .contact-lastcheck_submit:hover {
    color: #fff;
    background: #0e3169;
  }
}

.recruit-fixedmenu {
  display: none;
}

.fixedmenu {
  display: none;
}

@media screen and (max-width: 834px) {
  .recruit-fixedmenu {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
  }
  .recruit-fixedmenu.active {
    display: none;
  }
  .recruit-fixedmenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .recruit-fixedmenu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .recruit-fixedmenu-item a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-family: "oswald";
    font-size: 8.266vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .recruit-fixedmenu-item a span {
    font-size: 3.4666vw;
    letter-spacing: 0.04em;
  }
  .recruit-fixedmenu li {
    background: #f57100;
    font-size: 4vw;
  }
  .recruit-fixedmenu li img {
    width: 5vw;
    margin-right: 2.666vw;
  }
  .recruit-fixedmenu li a {
    padding: 3.333vw 10.6666vw;
  }
}

.recruit-pc-fixedmenu {
  display: block;
}

.recruit-pc-fixedmenu.active {
  display: none;
}

.recruit-pc-fixedmenu-item {
  display: block;
  position: fixed;
  width: 60px;
  height: 188px;
  bottom: 120px;
  right: 20px;
  z-index: 99;
  background: #f57100;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.recruit-pc-fixedmenu-item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 33px;
  background: #fff;
  bottom: 0;
  left: 50%;
}

.recruit-pc-fixedmenu a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 10px;
}

.recruit-pc-fixedmenu a .entry_jp {
  letter-spacing: 8px;
}

.recruit-pc-fixedmenu a p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
}

.recruit-pc-fixedmenu a p span {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  display: inline-block;
  font-family: "oswald";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.recruit-pc-fixedmenu a p:nth-child(2) {
  opacity: 0;
}

.recruit-pc-fixedmenu a:hover p:nth-child(1) {
  -webkit-animation: SlideOut 0.5s;
  animation: SlideOut 0.5s;
  opacity: 0;
}

.recruit-pc-fixedmenu a:hover p:nth-child(2) {
  -webkit-animation: SlideIn 0.5s;
  animation: SlideIn 0.5s;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
}

.num {
  font-family: "oswald";
  font-size: 21px;
  font-weight: 500;
}

.minute {
  font-family: "oswald";
  font-size: 12px;
  font-weight: 500;
}

.btn-txt {
  font-size: 21px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

.btn-txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  background: #fff;
}

.recruit-pc-topbtn {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
  background: rgba(14, 49, 105, 0.7);
  display: none;
}

.recruit-pc-topbtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit-pc-topbtn a img {
  width: 60%;
}

.recruit-pc-topbtn a:hover {
  background: rgba(14, 49, 105, 0.3);
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 64px);
    transform: translate(-50%, 64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 64px);
    transform: translate(-50%, 64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes SlideOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -64px);
    transform: translate(-50%, -64px);
  }
}

@keyframes SlideOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -64px);
    transform: translate(-50%, -64px);
  }
}

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

@media screen and (min-width: 835px) {
  .page_topbtn {
    display: none !important;
  }
}
