@charset "UTF-8";

.color__white {
  color: white;
}

.d-inline {
  display: inline-block;
}

.subtitle__plv1 {
  color: white;
  background-color: #152263;
}

.title__plv1 {
  color: #152263;
  font-weight: bold;
  font-size: 4.2rem;
}

.title_lvdes {
  color: #152263;
  line-height: 1.3;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .title_lvdes {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .time__line__content .title_lvdes {
    margin-bottom: 0rem;
  }
}

.subtitle_lvdes {
  color: #152263;
  line-height: 1.4;
  margin-bottom: 5rem;
  border-bottom: max(1px, 0.1rem) dashed #fff;
  padding-bottom: 1.3rem;
}

@media screen and (min-width: 768px) {
  .subtitle_lvdes {
    margin-left: -8rem;
    margin-right: -6.5rem;
    padding-left: 8rem;
  }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .subtitle_lvdes {
    margin-left: -8rem;
    margin-right: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .subtitle_lvdes {
    margin-bottom: 3rem;
  }
}

.time__line__content {
  border-top: 1px dashed #6f6772;
  padding-top: 6rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.title_page_fix {
  width: 36.5%;
  position: relative;
  margin-top: -16rem;
  background-color: #fff;
  border-radius: 0 2rem 0 0;
  padding-top: 6rem;
  padding-left: 13.02vw;
  padding-bottom: 5rem;
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
  .title_page_fix {
    width: 30%;
    padding-left: 6.02vw;
  }
}

@media screen and (max-width: 1400px) {
  .title_page_fix {
    padding-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .title_page_fix {
    width: 100%;
    margin-top: 0;
    padding-top: 4rem;
  }
}

.title_page_fix::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10rem;
  top: 6rem;
  left: 10.94vw;
  background-color: #152263;
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
  .title_page_fix::before {
    left: 4vw;
  }
}

@media screen and (max-width: 1400px) {
  .title_page_fix::before {
    left: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .title_page_fix::before {
    left: 1.5rem;
  }
}

.content_right_description {
  width: 63.5%;
}

@media screen and (min-width: 768px) {
  .content_right_description .right_description:nth-child(2) {
    padding-bottom: 2rem;
    min-height: 30rem;
  }

  .content_right_description .right_description:nth-child(3) {
    padding-bottom: 2rem;
    min-height: 44rem;
  }
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
  .content_right_description {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .content_right_description {
    width: 100%;
  }
}

.content_right_description .right_description {
  position: relative;
  border-radius: 0 0 0 2rem;
  margin-top: -2rem;
  background-color: #e8e9ef;
  padding: 6.5rem 6.5rem 11rem 8rem;
  z-index: 8;
}

@media screen and (max-width: 1400px) {
  .content_right_description .right_description {
    padding: 6.5rem 1.5rem 11rem 8rem;
  }
}

@media screen and (max-width: 767px) {
  .content_right_description .right_description {
    padding: 5.5rem 1.5rem 6rem 1.5rem;
  }
}

.content_right_description .txt-fs16 {
  max-width: 785px;
}

.right_description:first-child {
  margin-top: 0;
  background-color: #f3f4f7;
  z-index: 10;
}

.right_description:nth-child(3) {
  background-color: #dcdee8;
  z-index: 7;
}

.txt-fs24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .txt-fs24 {
    font-size: 2.1rem;
  }
}

.item__time {
  position: relative;
  width: calc(100% - 13rem);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8.5rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 1400px) {
  .item__time {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .item__time {
    padding-bottom: 0;
  }
}

.item__time::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #152263;
  border-radius: 99px;
  left: 5rem;
  top: 12.5rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .item__time::before {
    content: none;
  }
}

.item__time::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #152263;
  left: 5.9rem;
  top: 12.5rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .item__time::after {
    content: none;
  }
}

.list__time .item__time:last-child::before {
  background-color: #bea27d;
}

.list__time .item__time:last-child::after {
  content: none;
}

.txt-center {
  text-align: center;
}

.data__img {
  display: block;
  width: 38rem;
}

@media screen and (max-width: 767px) {
  .data__img {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.value__time img {
  height: 8.8rem;
}

@media screen and (max-width: 767px) {
  .value__time img {
    height: 6rem;
  }
}

.data__time {
  padding-left: 12rem;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .data__time {
    padding-left: 0;
    width: 100%;
  }
}

.data__time span {
  display: block;
}

.title_lvt {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .title_lvt {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}


.rx__content {
  margin-bottom: 8rem;
}

.dot__medium li {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .dot__medium li {
    margin-top: 1rem;
  }
}

.dot__medium li::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #152263;
  border-radius: 99px;
  left: 0;
  top: 1rem;
}

.sub_img img {
  height: 1.01rem;
}

.subtitle__plv1 {
  font-size: 1.6rem;
  min-width: 11rem;
  padding: 0.1rem 1.5rem 0.2rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .subtitle__plv1 {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.sub_img {
  position: relative;
  top: 3.5rem;
  padding-right: 0.5rem;
}

.title_plvi {
  margin-top: 1.2rem;
  display: block;
}

.content__ft {
  max-width: 1480px;
  margin: 13rem auto 9rem;
  width: calc(100% - 13rem);
  background-color: #e8e9ef;
  border-radius: 1rem;
  padding: 10rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .content__ft {
    padding: 6rem 0 5rem;
    margin: 5rem auto 5rem;
  }
}

@media screen and (max-width: 1400px) {
  .content__ft {
    width: calc(100% - 3rem);
  }
}

.content__ft .hr {
  border-bottom: 1px dashed #fff;
  margin-bottom: 4rem;
}

.content__ft .max_1200 {
  max-width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 6.5rem;
  width: calc(100% - 3rem);
}

@media screen and (max-width: 767px) {
  .content__ft .max_1200 {
    padding-bottom: 4rem;
  }
}

.content__ft .max_1200 p {
  max-width: 800px;
}

.row__box_white {
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - 3rem);
  background-color: #fff;
  padding: 2.5rem 5.5rem;
}

@media screen and (max-width: 767px) {
  .row__box_white {
    padding: 4rem 1.5rem;
  }
}

.col_at {
  width: 46.9%;
  padding-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .col_at {
    padding-top: 0;
    width: 100%;
  }
}

.col_at p {
  max-width: 400px;
}

.col_ati {
  width: 53.1%;
}

@media screen and (max-width: 767px) {
  .col_ati {
    width: 100%;
  }
}

.box__link {
  max-width: 1200px;
  width: calc(100% - 13rem);
  margin: 14.5rem auto 0;
}

@media screen and (max-width: 1400px) {
  .box__link {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .box__link {
    margin: 10rem auto 0;
  }
}

.item_link {
  margin-top: 2rem;
}

.item_link span {
  display: block;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}

.item_link a {
  position: relative;
  background-repeat: no-repeat;
  background-color: #373744;
  background-position: right top;
  display: block;
  width: 100%;
  height: 100%;
  height: 28rem;
  background-size: calc(100% - 22rem) auto;
  padding: 5rem;
}

@media screen and (max-width: 767px) {
  .item_link a {
    background-size: cover;
    height: 18rem;
    padding: 4rem 1.5rem;
  }
}

.item_link a::after {
  content: "";
  position: absolute;
  width: calc(100% - 22rem);
  top: 0;
  right: 0;
  height: 100%;
  background-color: #21212f;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .item_link a::after {
    width: 100%;
  }
}

.item_link a::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  height: 3rem;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/i-arow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.item_link a:hover::after {
  opacity: 0.2;
}

.item_link a:hover::before {
  right: 2rem;
}

.hv-ba img {
  width: 25rem;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .hv-ba img {
    width: 18rem;
  }
}

.col__title {
  width: 25%;
  padding-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .col__title {
    width: 100%;
    padding-top: 0;
  }
}

.col__link {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .col__link {
    width: 100%;
  }
}

.group__title_gr {
  margin-top: -33rem;
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 100%);
  max-width: 120rem;
  padding-top: 6rem;
  padding-bottom: 9rem;
  border-radius: 0 2rem 0 0;
}

@media screen and (max-width: 767px) {
  .group__title_gr {
    margin-top: -2rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.title_page_gr {
  padding-left: 13.02vw;
  position: relative;
}

.title_page_gr .sub_img {
  top: 2.2rem;
}

.title_page_gr .title__plv1 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .title_page_gr .title__plv1 {
    flex-wrap: wrap;
  }
}

.title_page_gr .title_plvi {
  margin-top: 3.2rem;
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  .title_page_gr .title_plvi {
    margin-top: 0;
    width: 100%;
  }
}

.title_page_gr::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10rem;
  top: 0rem;
  left: 10.94vw;
  background-color: #152263;
}

@media screen and (max-width: 1400px) {
  .title_page_gr::before {
    left: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .title_page_gr::before {
    left: 1.5rem;
  }
}

.cont__full_line {
  max-width: 182rem;
  width: calc(100% - 10rem);
  margin: 0 auto 12rem;
}

@media screen and (max-width: 1400px) {
  .cont__full_line {
    width: calc(100% - 3rem);
    margin: 0 auto 8rem;
  }
}

.col__aa {
  width: 65.9%;
}

.col__bb {
  width: 34.1%;
}

.list__ol_custom {
  width: 100%;
}

.item_ol__interview {
  max-width: 128rem;
  margin: 0 auto 6rem;
  width: calc(100% - 3rem);
  position: relative;
}

.list__ol_custom {
  margin-bottom: 8rem;
}

.box__lip_interview {
  padding: 5.5rem 21rem 9rem;
  -webkit-clip-path: polygon(16rem 0, 100% 0, 100% 100%, 0 100%, 0% 18rem);
  clip-path: polygon(16rem 0, 100% 0, 100% 100%, 0 100%, 0% 18rem);
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) {
  .box__lip_interview {
    padding: 5.5rem 1.5rem 7rem;
    -webkit-clip-path: polygon(6rem 0, 100% 0, 100% 100%, 0 100%, 0% 6rem);
    clip-path: polygon(6rem 0, 100% 0, 100% 100%, 0 100%, 0% 6rem);
  }
}

.box__lip_interview .title_lvdes {
  margin-bottom: 2.5rem;
}

.box__lip_interview .row {
  gap: 2rem;
  padding-top: 9rem;
  margin-right: -8rem;
}

@media screen and (max-width: 767px) {
  .box__lip_interview .row {
    padding-top: 4rem;
    margin-right: 0;
  }
}

.box__lip_interview .col__003 {
  width: calc(33.333% - 1.34rem);
}

@media screen and (max-width: 767px) {
  .box__lip_interview .col__003 {
    width: 100%;
  }
}

.box__lip_interview .col__003 img {
  width: 100%;
}

.interview__number {
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .interview__number {
    left: 0rem;
    top: -0.9rem;
  }
}

.interview__number img {
  width: 7.53rem;
}

.sub_aaa {
  display: block;
  font-weight: bold;
  color: #152263;
  font-size: 3.8rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .sub_aaa {
    font-size: 3.5rem;
  }
}

.sub__date {
  display: block;
}

.sub__qualifications {
  display: block;
}

.line_sup {
  margin: 12rem auto 15rem;
  border-top: 1px solid #D3D3D5;
}

@media screen and (max-width: 767px) {
  .line_sup {
    margin: 5rem auto 10rem;
  }
}

.privacy__content {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 3rem);
}

.des__up {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.des__up,
.box__list_i {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
  line-height: 2;
}

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

  .des__up,
  .box__list_i {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.box__list_i {
  margin-top: 3rem;
  background-color: #f3f4f7;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.list_check {
  margin-top: 3rem;
}

.txt-bold {
  font-weight: bold;
}

.list_check li {
  padding-left: 1.5rem;
  position: relative;
}

.list_check li::before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "・";
  font-size: 1.6rem;
}

.link_border {
  position: relative;
  text-decoration: underline;
}

/* The container */
.check_form {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 2.7rem;
}

@media screen and (max-width: 767px) {
  .check_form {
    padding-bottom: 0;
  }
}

/* Hide the browser's default radio button */
.check_form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  background-color: #f1ece3;
  border-radius: 50%;
  border: 0;
}

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check_form input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check_form .checkmark:after {
  top: 0.8rem;
  left: 0.8rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #008167;
}

textarea {
  resize: none;
  height: 20rem;
}

.table__form {
  width: 100%;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .table__form {
    font-size: 1.5rem;
  }
}

.input_form,
textarea {
  width: 100%;
  border: 1px solid #d3d3d5;
  padding: 2.1rem 1.5rem;
  border-radius: 1rem;
}

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

  .input_form,
  textarea {
    padding: 1.3rem 1.5rem;
  }
}

/* The container */
.check_box {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check_box input {
  position: absolute;
  opacity: 0;
  top: 1.5rem;
  left: 0.5rem;
}

/* Create a custom checkbox */
.check_mark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.1rem;
  width: 2.1rem;
  background-color: #f1ece3;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.check_box input:checked~.check_mark {
  background-color: #008167;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check_mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_box input:checked~.check_mark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_box .check_mark:after {
  left: 0.8rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  transform: rotate(45deg);
}

.txt-fs16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.txt-fs17 {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.6rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.txt-fs22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .txt-fs22 {
    font-size: 1.8rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.7rem;
  }
}

.txt-fs14 {
  font-size: 1.4rem;
}

.txt-fs15 {
  font-size: 1.5rem;
}

.txt-fs30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .txt-fs30 {
    font-size: 2.3rem;
  }
}

.txt-fs28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .txt-fs28 {
    font-size: 2.2rem;
  }
}

.header {
  padding-left: 5rem;
  padding-right: 15.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .header {
    padding-left: 1.5rem;
    padding-right: 11.5rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-right: 1.5rem;
    display: block;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}

.header:before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  height: max(1px, 0.1rem);
  background-color: #D3D3D5;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .header:before {
    content: none;
  }
}

.fixed-line {
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  width: max(1px, 0.1rem);
  z-index: 20;
}

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

.fixed-line.fixed-line1 {
  left: 5rem;
}

@media screen and (max-width: 1400px) {
  .fixed-line.fixed-line1 {
    left: 1.5rem;
  }
}

.fixed-line.fixed-line2 {
  right: 5rem;
}

@media screen and (max-width: 1400px) {
  .fixed-line.fixed-line2 {
    right: 1.5rem;
  }
}

.header-sub-logo {
  font-size: 1.4rem;
  display: flex;
  height: 4rem;
  align-items: center;
  width: 100%;
  padding-left: 1.7rem;
}

@media screen and (max-width: 767px) {
  .header-sub-logo {
    height: auto;
    padding-left: 0;
    width: auto;
    text-align: center;
    padding-top: 3rem;
  }
}

.img-logo-hd {
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .img-logo-hd {
    width: 8rem;
  }
}

.menu-toggle {
  position: fixed;
  right: 5rem;
  top: 4rem;
  width: 8rem;
  height: 10rem;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.menu-toggle.is-active {
  background-image: url(../img/common/toggle02.png) !important;
}

@media screen and (max-width: 1400px) {
  .menu-toggle {
    right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    top: 1.5rem;
    width: 6.2rem;
    height: 8rem;
  }
}

.header-right-icon-tell {
  width: 24.1rem;
}

.header-right-hour {
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 0.3rem;
}

.header-right {
  padding-top: 1.4rem;
}

.img-noa-header {
  position: absolute;
  top: 0;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .img-noa-header {
    width: 100%;
    transform: none;
    top: auto;
    bottom: 0;
    left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.img-noa-header img {
  width: 120rem;
}

@media screen and (max-width: 1700px) {
  .img-noa-header img {
    width: 70.59vw;
  }
}

@media screen and (max-width: 767px) {
  .img-noa-header img {
    width: 100%;
  }
}

.sec1-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
}

.sec1-top video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.home-page .header-sub-logo {
  color: #fff;
}

.home-page .header-right-hour {
  color: #fff;
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-top {
  padding-top: 13rem;
}

@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 5rem;
  }
}

.sec2-top-main-tlt,
.list-txt-sec2-top {
  font-size: 10rem;
  font-weight: 700;
  /* color: rgba(255, 255, 255, 0.8); */
  line-height: 1.06;
  color: #fff;
  mix-blend-mode: soft-light;
}

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

  .sec2-top-main-tlt,
  .list-txt-sec2-top {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.list-txt-sec2-top {
  padding-top: 34.7rem;
}

@media screen and (max-width: 767px) {
  .list-txt-sec2-top {
    padding-top: 11rem;
  }
}

.list-txt-sec2-top li+li {
  padding-top: 10.5rem;
}

@media screen and (max-width: 767px) {
  .list-txt-sec2-top li+li {
    padding-top: 3rem;
  }
}

.sec2-top-line-down {
  position: relative;
}

.sec2-top-line-down .scroll {
  position: absolute;
  right: 50%;
  top: 0;
  writing-mode: vertical-rl;
}

.sec2-top-line-down .scroll:before {
  animation: scroll 2s infinite;
  background-color: #fff;
  top: 14.6rem;
  content: "";
  height: 12rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .sec2-top-line-down .scroll:before {
    height: 5rem;
    top: 3rem;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.list-btn-sec1-top a {
  display: flex;
  flex-direction: column;
  width: 54rem;
  height: 12rem;
  border: max(1px, 0.1rem) solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 767px) {
  .list-btn-sec1-top a {
    width: 100%;
    height: 10rem;
  }
}

.list-btn-sec1-top a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.list-btn-sec1-top a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.list-btn-sec1-top a:hover .btn-sec1-top-jpn {
  color: #21212f;
}

.list-btn-sec1-top a:hover .btn-sec1-top-eng .btn-sec1-top-eng-img:first-child {
  opacity: 0;
}

.list-btn-sec1-top a:hover .btn-sec1-top-eng .btn-sec1-top-eng-img:last-child {
  opacity: 1;
}

.btn-sec1-top-eng-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.btn-sec1-top-eng-img img {
  height: 3rem;
}

@media screen and (max-width: 767px) {
  .btn-sec1-top-eng-img img {
    height: 2.5rem;
  }
}

.btn-sec1-top-eng {
  position: relative;
  width: 100%;
  padding-top: 6.1rem;
}

@media screen and (max-width: 767px) {
  .btn-sec1-top-eng {
    padding-top: 5rem;
  }
}

.btn-sec1-top-eng .btn-sec1-top-eng-img:last-child {
  opacity: 0;
}

.btn-sec1-top-jpn {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding-top: 1rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.list-btn-sec1-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 1rem;
  padding-top: 21.3rem;
  padding-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .list-btn-sec1-top {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .list-btn-sec1-top li+li {
    padding-top: 1rem;
  }
}

.ft-1600 {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 13rem);
}

@media screen and (max-width: 767px) {
  .ft-1600 {
    width: calc(100% - 3rem);
  }
}

.ft1 {
  background-color: #373744;
  color: #fff;
}

.h36 {
  height: 3.6rem;
}

@media screen and (max-width: 767px) {
  .h36 {
    height: 2.6rem;
  }
}

.ft1-right-icon-tel {
  width: 43.4rem;
}

.ft1-left .txt-fs16 {
  padding-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ft1-left .txt-fs16 {
    padding-top: 0.5rem;
  }
}

.ft1-right .txt-fs14 {
  padding-top: 1rem;
}

.ft1-right-btn {
  width: 68rem;
  height: 10rem;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ft1-right-btn {
    width: 100%;
    height: 8rem;
  }
}

.ft1-right-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(1px, 0.1rem);
  background-color: #6F6772;
}

.ft1-right-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: 2;
}

.ft1-right-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.ft1-right-btn .ft1-right-btn-span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-image: url(../img/common/img_contact_form.png);
  transition: all 0.3s ease-in-out;
  background-size: 26rem auto;
  background-position: left 2.2rem center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .ft1-right-btn .ft1-right-btn-span {
    background-size: 20rem auto;
  }
}

.ft1-right-btn .ft1-right-btn-span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  background-image: url(../img/common/icon1.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 3rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.ft1-right-btn:hover .ft1-right-btn-span {
  background-image: url(../img/common/img_contact_form-hv.png);
}

.ft1-right-btn:hover .ft1-right-btn-span:before {
  background-image: url(../img/common/icon1-hv.png);
  transform: translateY(-50%) translateX(1.5rem);
}

.ft1-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 11.5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .ft1-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }
}

.ft1-right-top {
  padding-left: 2rem;
  padding-bottom: 3.3rem;
}

@media screen and (max-width: 767px) {
  .ft1-right-top {
    padding-left: 0;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .ft1-right {
    padding-top: 3rem;
  }
}

.ft2 {
  background-color: #fff;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .ft2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.logo-ft-img {
  width: 28rem;
}

.ft2-left .txt-fs14 {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .ft2-left .txt-fs14 {
    text-align: left;
  }
}

.ft2-left-txt-map {
  padding-top: 3rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ft2-left-txt-map {
    text-align: center !important;
  }
}

.ft2-right-list-link .txt-fs14 {
  color: #909097;
}

@media screen and (max-width: 767px) {
  .ft2-right-list-link .txt-fs14 {
    font-size: 1.6rem;
  }
}

.ft2-right-list-link .txt-fs14 span {
  font-weight: 700;
  display: block;
}

.ft2-right-list-link-mid {
  padding-top: 1.3rem;
  padding-bottom: 1rem;
}

.ft2-right-list-link li+li {
  padding-top: 1.2rem;
}

.ft2-right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 11.6rem;
  column-gap: 11.6rem;
  padding-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .ft2-right {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 4rem;
  }

  .ft2-right .ft2-right-list-link+.ft2-right-list-link {
    padding-top: 1.2rem;
  }

  .ft2-right ul {
    font-size: 1.8rem;
  }
}

.ft2-main-1090 {
  max-width: 109rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.ft3 {
  background-color: #fff;
  border-top: max(1px, 0.1rem) solid #B7B3B8;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ft3-left-logo {
  width: 22rem;
}

.ft3-left-iso {
  color: #6f6772;
  width: 23rem;
  height: 3.2rem;
  background-color: #f1f0f1;
  display: flex;
  align-items: center;
  padding-left: 1.8rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
  .ft3-left-iso {
    margin-left: auto;
    margin-right: auto;
  }
}

.ft3-right {
  color: #909097;
}

.ft3-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.7rem;
  column-gap: 4.7rem;
}

@media screen and (max-width: 767px) {
  .ft3-right {
    display: block;
    text-align: center;
    padding-top: 4rem;
  }
}

.ft3-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.7rem;
  column-gap: 4.7rem;
}

@media screen and (max-width: 767px) {
  .ft3-main {
    display: block;
  }
}

.menu-fixed-scren {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  opacity: 0;
  z-index: -999;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-fixed-scren.is-active {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.menu-fixed-scren-backgournd {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 47, 0.8);
  min-height: 80rem;
}

@media screen and (max-width: 767px) {
  .menu-fixed-scren-backgournd {
    min-height: 85rem;
  }
}

.menu-fixed-main {
  max-width: 140rem;
  width: calc(100% - 10rem);
  height: 100%;
  background-color: #152263;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .menu-fixed-main {
    width: 100%;
  }
}

a.menu-item-ani {
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  a.menu-item-ani {
    font-size: 2rem;
  }
}

a.menu-item-ani:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: max(1px, 0.1rem);
  background: #fff;
  bottom: -0.3rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

a.menu-item-ani:hover:after,
a.menu-item-ani.is-active:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.menu-fixed-main1 li+li {
  padding-top: 1.7rem;
}

@media screen and (max-width: 767px) {
  .menu-fixed-main1 li+li {
    padding-top: 1rem;
  }
}

.menu-fixed-main2 {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6.5rem;
  column-gap: 6.5rem;
}

@media screen and (max-width: 767px) {
  .menu-fixed-main2 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    padding-top: 1rem;
  }
}

.menu-fixed-main2 li:first-child {
  width: 100%;
  padding-bottom: 2rem;
}

.menu-fixed-main2 .txt-fs18 {
  font-weight: 700;
  color: #d0d3e0;
  padding-bottom: 0.5rem;
}

.menu-fixed-main2 .txt-fs22 {
  color: #8a90b1;
  transition: all 0.3s ease-in-out;
}

.menu-fixed-main2 .txt-fs22:hover,
.menu-fixed-main2 .txt-fs22.is-active {
  color: #fff;
}

.menu-fixed-main-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 19rem;
  column-gap: 19rem;
  padding-left: 13.5rem;
  padding-top: 11rem;
  border-bottom: max(1px, 0.1rem) solid #6F6772;
  padding-bottom: 11rem;
}

@media screen and (max-width: 1500px) {
  .menu-fixed-main-top {
    padding-left: 8rem;
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-fixed-main-top {
    padding-left: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.logo-menu-fix {
  width: 36.5rem;
}

.menu-fixed-main-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 13rem;
  justify-content: space-between;
  padding-right: 7rem;
  padding-top: 5rem;
}

@media screen and (max-width: 1500px) {
  .menu-fixed-main-bottom {
    padding-left: 8rem;
    padding-top: 5rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-fixed-main-bottom {
    padding-left: 1.5rem;
    padding-top: 3rem;
    padding-right: 1.5rem;
  }
}

.menu-fixed-main-bottom-right {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .menu-fixed-main-bottom-right {
    padding-top: 3rem;
  }
}

.menu-fixed-main-bottom-right .ft1-right-top {
  padding-left: 0;
}

.menu-fixed-main-bottom-right .ft1-right-top .txt-fs14 {
  padding-top: 1.2rem;
}

.menu-fixed-main-bottom-privacy {
  color: #5b6492;
  padding-top: 5rem;
}

.menu-fixed-main-bottom-privacy a {
  transition: all 0.3s ease-in-out;
}

.menu-fixed-main-bottom-privacy a:hover,
.menu-fixed-main-bottom-privacy a.is-active {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .menu-fixed-main-bottom-privacy {
    padding-top: 3rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ft1-left {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ft2-left {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ft3-left {
    text-align: center;
  }
}

.cs-fadein {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}

.cs-fadein.show {
  opacity: 1;
  transform: none;
}

.scrolltop {
  position: fixed;
  bottom: 5.8rem;
  right: 5.5rem;
  z-index: 10;
  width: 23rem;
  height: 5rem;
  background-color: #152263;
  border-radius: 100rem;
  background-image: url(../img/common/page-top.png);
  background-size: 10rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: 0;
  outline: 0;
}

@media screen and (max-width: 1400px) {
  .scrolltop {
    right: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .scrolltop {
    background-image: url(../img/common/icon-page-top.png);
    background-size: 3rem auto;
    width: 5rem;
    border-radius: 0;
  }
}

header.page-child {
  position: relative;
  height: 23rem;
}

@media screen and (max-width: 767px) {
  header.page-child {
    height: 22rem;
  }
}

header.page-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -5;
  background-color: #e8e9ef;
}

.dv-title-page {
  max-width: 150rem;
  width: calc(100% - 13rem);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1400px) {
  .dv-title-page {
    width: calc(100% - 6rem);
  }
}

@media screen and (max-width: 767px) {
  .dv-title-page {
    width: calc(100% - 3rem);
  }
}

.title-page-h2 {
  padding-bottom: 3.3rem;
  padding-left: 2.7rem;
  position: relative;
  padding-top: 4.2rem;
}

@media screen and (max-width: 767px) {
  .title-page-h2 {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-top: 2rem;
  }
}

.title-page-h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: -6rem;
  width: max(1px, 0.1rem);
  background-color: #152263;
}

@media screen and (max-width: 767px) {
  .title-page-h2:before {
    top: -3rem;
  }
}

.title-page-h2-jpn {
  display: block;
  color: #152263;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .title-page-h2-jpn {
    font-size: 1.8rem;
  }
}

.title-page-h2-eng {
  height: 5.3rem;
}

@media screen and (max-width: 767px) {
  .title-page-h2-eng {
    height: 3rem;
  }
}

.sec1-banner-img {
  height: 58rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec1-banner-img {
    height: 16rem;
  }
}

.sec1-banner-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/img_gradents.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (max-width: 767px) {
  .sec1-banner-img:before {
    content: none;
  }
}

.cont-1500 {
  max-width: 150rem;
  width: calc(100% - 13rem);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1400px) {
  .cont-1500 {
    width: calc(100% - 6rem);
  }
}

@media screen and (max-width: 767px) {
  .cont-1500 {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .sec1-company-link {
    margin-top: 0;
  }
}

.sec1-company-link ul {
  position: relative;
  font-weight: 700;
  width: 65rem;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 1rem;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .sec1-company-link ul {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.sec1-company-link ul li:first-child {
  border-top: max(1px, 0.1rem) dashed #D3D3D4;
}

.sec1-company-link ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-right: 5rem;
  padding-left: 4rem;
  border-bottom: max(1px, 0.1rem) dashed #D3D3D4;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}

@media screen and (max-width: 767px) {
  .sec1-company-link ul li {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.sec1-company-link ul li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url(../img/common/icon_arow_down.png);
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  background-position: right center;
}

.sec2-company {
  background-color: #CCBAA2;
  padding: 3rem 0;
}

.style-tlt-h3 {
  border-bottom: max(1px, 0.1rem) solid #D3D3D5;
  padding-bottom: 1.5rem;
}

.style-tlt-h3.txt-center {
  text-align: center;
}

.style-tlt-h3 span {
  display: block;
  line-height: 1.4;
}

.style-tlt-h3 .style-tlt-h3-eng {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8a90b1;
}

.style-tlt-h3 .style-tlt-h3-jpn {
  color: #152263;
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .style-tlt-h3 .style-tlt-h3-jpn {
    font-size: 3rem;
  }
}

.sec3-company {
  padding-top: 7.3rem;
}

@media screen and (max-width: 767px) {
  .sec3-company {
    padding-top: 5rem;
  }
}

.sec3-company-img {
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .sec3-company-img {
    padding-top: 3rem;
  }
}

.sec3-company-txt {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
  .sec3-company-txt {
    margin-top: 3rem;
  }
}

.sec3-company-txt img {
  width: 30.0rem;
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .sec3-company-txt img {
    margin-top: 3rem;
  }
}

.sec4-company {
  padding-top: 20rem;
}

@media screen and (max-width: 767px) {
  .sec4-company {
    padding-top: 5rem;
  }
}

.sec4-company-table {
  width: 100%;
  max-width: 114rem;
  line-height: 1.9;
  margin-top: 7.6rem;
}

@media screen and (max-width: 767px) {
  .sec4-company-table {
    margin-top: 5rem;
  }
}

.sec4-company-table tr td {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .sec4-company-table tr td {
    width: 100% !important;
    float: left;
  }
}

.sec4-company-table tr td:first-child {
  width: 23rem;
}

.sec4-company-table tr td:first-child p {
  border-radius: 2.5rem;
  background-color: #F8F6F2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
}

.sec4-company-table tr td:first-child p img {
  height: 1.4rem;
}

.sec4-company-table tr td:last-child {
  width: calc(100% - 23rem);
  padding-left: 23rem;
  padding-top: 1rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .sec4-company-table tr td:last-child {
    padding-left: 0;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}

.sec4-company-table tr td:last-child .txt-fs30 {
  padding-bottom: 3.6rem;
}

@media screen and (max-width: 767px) {
  .sec4-company-table tr td:last-child .txt-fs30 {
    padding-bottom: 2rem;
  }
}

.sec4-company-table tr td:last-child .sec4-company-text-icon {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.sec4-company-table tr td:last-child .sec4-company-text-icon:before {
  content: "一．";
}

.sec5-company {
  padding-top: 12rem;
}

@media screen and (max-width: 767px) {
  .sec5-company {
    padding-top: 1rem;
  }
}

.sec5-company-table {
  width: 100%;
  line-height: 1.3;
  margin-top: 11rem;
}

@media screen and (max-width: 767px) {
  .sec5-company-table {
    margin-top: 3rem;
  }
}

.sec5-company-table tr td:first-child {
  color: #909097;
  font-weight: 700;
  width: 38rem;
  padding-left: 4rem;
}

@media screen and (max-width: 767px) {
  .sec5-company-table tr td:first-child {
    padding-left: 1.5rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.sec5-company-table tr td:last-child {
  width: calc(100% - 38rem);
}

@media screen and (max-width: 767px) {
  .sec5-company-table tr td:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec5-company-table tr td {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: max(1px, 0.1rem) dashed #D3D3D5;
}

@media screen and (max-width: 767px) {
  .sec5-company-table tr td {
    width: 100% !important;
    float: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.sec5-company-table .sec5-company-list-company {
  display: grid;
  grid-template-columns: 10.8rem 1fr;
  row-gap: 2rem;
}

@media screen and (max-width: 767px) {
  .sec5-company-table .sec5-company-list-company {
    display: block;
  }

  .sec5-company-table .sec5-company-list-company li+li {
    margin-top: 1.5rem;
  }
}

.sec6-company {
  padding-top: 14rem;
}

@media screen and (max-width: 767px) {
  .sec6-company {
    padding-top: 5rem;
  }
}

.sec6-company-ul-number {
  color: #152263;
  text-align: right;
}

.sec6-company-ul-month {
  color: #909097;
  font-weight: 700;
  padding-left: 3.4rem;
}

@media screen and (max-width: 767px) {
  .sec6-company-ul-month {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.sec6-company-ul {
  padding-top: 12rem;
}

@media screen and (max-width: 767px) {
  .sec6-company-ul {
    padding-top: 5rem;
  }
}

.sec6-company-ul li {
  border-bottom: max(1px, 0.1rem) dashed #D3D3D5;
  height: 8rem;
  display: grid;
  grid-template-columns: 12rem 26rem 1fr;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec6-company-ul li {
    grid-template-columns: max-content max-content 1fr;
    height: 6.5rem;
  }
}

.sec6-company-ul li:first-child {
  border-top: max(1px, 0.1rem) dashed #D3D3D5;
}

.sec7-company {
  padding-top: 21.5rem;
}

@media screen and (max-width: 767px) {
  .sec7-company {
    padding-top: 5rem;
  }
}

.title-style3 {
  font-size: 2.8rem;
  color: #152263;
  border-bottom: max(1px, 0.1rem) dashed #D3D3D5;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .title-style3 {
    font-size: 2.2rem;
    padding-left: 1.5rem;
  }
}

.sec7-company-ctn {
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .sec7-company-ctn {
    padding-top: 3rem;
  }
}

.sec7-company-ctn .txt-fs18 {
  line-height: 1.1;
  padding-left: 2rem;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sec7-company-ctn .txt-fs18 {
    padding-left: 1.5rem;
    padding-top: 2rem;
  }
}

.sec7-company-img {
  display: grid;
  grid-template-columns: 76rem 42rem;
  justify-content: space-between;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sec7-company-img {
    display: block;
  }

  .sec7-company-img li+li {
    margin-top: 1.5rem;
  }
}

.sec7-company-img-small {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.sec7-company-img-small .sec7-company-img-small-item:last-child {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .sec7-company-img-small .sec7-company-img-small-item:last-child {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec7-company-img-small {
    display: block;
  }
}

.banner-style1 {
  width: calc(100% - 10em);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1400px) {
  .banner-style1 {
    width: calc(100% - 3em);
  }
}

.tab-btn-recruit {
  border-top: max(0.1rem, 1px) solid #BCBCC1;
  border-bottom: max(0.1rem, 1px) solid #BCBCC1;
  margin-bottom: 11.4rem;
}

@media screen and (max-width: 767px) {
  .tab-btn-recruit {
    border-bottom: 0;
    padding-top: 2rem;
    margin-bottom: 5rem;
  }
}

.tab-btn-recruit-ul {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  color: #6f6772;
  display: grid;
  grid-template-columns: max-content 1fr 1fr 1fr;
}

.tab-btn-recruit-ul.tab-btn-recruit-ul4co {
  grid-template-columns: max-content 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .tab-btn-recruit-ul {
    display: block;
  }
}

.tab-btn-recruit-ul li:first-child {
  font-weight: 700;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .tab-btn-recruit-ul li:first-child {
    width: 100%;
    border: 0;
    height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .tab-btn-recruit-ul li+li {
    margin-top: 1rem;
  }
}

.tab-btn-recruit-ul li {
  height: 8.5rem;
}

@media screen and (max-width: 767px) {
  .tab-btn-recruit-ul li {
    height: 7rem;
    border: 0.1rem solid #152263;
  }
}

.tab-btn-recruit-ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-btn-recruit-ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #152263;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.tab-btn-recruit-ul li a:hover::before,
.tab-btn-recruit-ul li a.is-active::before {
  transform: scaleX(1);
  transform-origin: left;
}

.tab-btn-recruit-ul li a:hover,
.tab-btn-recruit-ul li a.is-active {
  color: #fff;
}

.tab-btn-recruit-ul li a span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.brecum-recruit-ul {
  font-size: 1.5rem;
  color: #6f6772;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  max-width: 156rem;
  width: calc(100% - 13rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  padding-top: 4.6rem;
}

@media screen and (max-width: 767px) {
  .brecum-recruit-ul {
    width: calc(100% - 3rem);
    justify-content: flex-start;
    row-gap: 0.5rem;
    padding-bottom: 6rem;
    padding-top: 1rem;
  }
}

.banner-style2 {
  z-index: -1;
  position: relative;
}

.banner-style2 img {
  width: 100%;
}

.google-map1 {
  padding-top: 2rem;
}

.google-map1 iframe {
  width: 100%;
  height: 46rem;
}

@media screen and (max-width: 767px) {
  .google-map1 iframe {
    height: 30rem;
  }
}

.google-map2 {
  padding-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .google-map2 {
    padding-top: 2rem;
  }
}

.google-map2 iframe {
  width: 100%;
  height: 36rem;
}

@media screen and (max-width: 767px) {
  .google-map2 iframe {
    height: 30rem;
  }
}

.sec7-company2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  align-items: flex-start;
  padding-top: 7.2rem;
  padding-bottom: 22rem;
}

@media screen and (max-width: 767px) {
  .sec7-company2 {
    display: block;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec7-company2 .sec7-company2-item+.sec7-company2-item {
    padding-top: 3.5rem;
  }
}

.sec1-banner-img .brecum-recruit {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec1-banner-img .brecum-recruit .brecum-recruit-ul {
    padding-bottom: 0;
  }
}

.sec1-business {
  position: relative;
  z-index: 2;
  line-height: 1.9;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
}

@media screen and (max-width: 767px) {
  .sec1-business {
    width: calc(100% - 3rem);
    padding-top: 4rem;
  }
}

.cont-1280 {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
}

@media screen and (max-width: 767px) {
  .cont-1280 {
    width: calc(100% - 3rem);
  }
}

.sec2-business {
  overflow: hidden;
  margin-top: -8rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec2-business {
    margin-top: 5rem;
  }
}

.sec2-business-menu {
  width: 32rem;
  background-color: rgba(242, 242, 242, 0.8);
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-menu {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.sec2-business-menu li {
  padding-left: 4rem;
  padding-right: 4rem;
  border-top: max(1px, 0.1rem) dashed #D3D3D5;
}

.sec2-business-menu li:last-child {
  border-bottom: max(1px, 0.1rem) dashed #D3D3D5;
}

.sec2-business-menu-link-parent {
  font-weight: 700;
  display: flex;
  height: 4.8rem;
  align-items: center;
  background-image: url(../img/common/icon_arow_down.png);
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  background-position: right center;
}

.sec2-business-menu-link-child {
  color: #4d4d59;
  display: inline-block;
  margin-left: 1.5rem;
}

.sec2-business-menu-link-child2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.lh15 {
  line-height: 1.5;
}

.sec2-business-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec2-business-main {
    display: block;
  }
}

.sec2-business-right {
  padding-top: 17.2rem;
  width: 86rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-right {
    width: 100%;
    padding-top: 5rem;
  }
}

.sec2-business-right .style-tlt-h3 {
  padding-left: 2rem;
  border-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec2-business-right .style-tlt-h3 {
    padding-left: 1.5rem;
  }
}

.sec2-business-right .style-tlt-h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: max(0.1rem, 1px);
  background-color: #D3D3D5;
}

.sec2-business-txt1 {
  padding-top: 5rem;
  padding-right: 4rem;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-txt1 {
    padding-right: 0;
    padding-top: 3rem;
    padding-left: 0;
  }
}

.sec2-business-tlt-line {
  border-bottom: max(0.1rem, 1px) dashed #D3D3D5;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  padding-left: 2rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec2-business-tlt-line {
    padding-left: 1.5rem;
  }
}

.sec2-business-tlt-line:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #21212f;
}

.sec2-business-tlt-line1 {
  margin-top: 4.3rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-tlt-line1 {
    margin-top: 3rem;
  }
}

.sec2-business-tlt-sub {
  padding-top: 3rem;
  padding-left: 2rem;
  padding-bottom: 4.5rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-tlt-sub {
    padding-left: 0;
    padding-bottom: 3rem;
    padding-right: 0;
  }
}

.sec2-business-list-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  row-gap: 7rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-list-img {
    display: block;
    padding-right: 0;
  }
}

.sec2-business-list-img .txt-fs20 {
  line-height: 1.4;
  padding-top: 1.8rem;
  padding-bottom: 2rem;
}

.sec2-business-list-img .txt-fs15 {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sec2-business-list-img li+li {
    margin-top: 3rem;
  }
}

.line-scapt-line {
  position: relative;
  padding-top: 9rem;
}

@media screen and (max-width: 767px) {
  .line-scapt-line {
    padding-top: 5rem;
  }
}

.line-scapt-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: max(0.1rem, 1px);
  background-color: #D3D3D5;
}

.sec2-business-list-txt-dots {
  padding-top: 2.3rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-list-txt-dots {
    padding-top: 1.8rem;
  }
}

.sec2-business-list-txt-dots .txt-fs15 {
  display: grid;
  grid-template-columns: max-content 1fr;
  padding-left: 0.8rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-list-txt-dots .txt-fs15 {
    padding-left: 0;
  }
}

.sec2-business-list-txt-dots .txt-fs15:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #bea27d;
  transform: translateY(0.8rem);
}

.sec2-business-list-bt80 {
  padding-top: 22rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-list-bt80 {
    padding-top: 10rem;
  }
}

.sec2-business-img-content {
  display: grid;
  grid-template-columns: 38rem 1fr;
  -moz-column-gap: 3.3rem;
  column-gap: 3.3rem;
  padding-left: 2rem;
  padding-top: 4.5rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-img-content {
    display: block;
    padding-left: 0;
    padding-top: 3rem;
    padding-right: 0;
  }
}

.sec2-business-img-content-right {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec2-business-img-content-right {
    padding-top: 3rem;
  }
}

.sec2-business-skin-table {
  padding-left: 2rem;
  padding-right: 4rem;
  display: grid;
  grid-template-columns: 24rem 1fr;
  row-gap: 5.6rem;
  padding-top: 4rem;
}

.sec2-business-skin-table .txt-fs18 {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sec2-business-skin-table .txt-fs18 {
    padding-bottom: 1rem;
  }
}

.sec2-business-skin-table .txt-fs16 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec2-business-skin-table .txt-fs16 {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec2-business-skin-table {
    padding-left: 0;
    padding-right: 0;
    display: block;
    padding-top: 3rem;
  }
}

.sec2-business-list-bt70 {
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-list-bt70 {
    padding-top: 4rem;
  }
}

.sec2-business-list-bt60 {
  padding-bottom: 24rem;
}

@media screen and (max-width: 767px) {
  .sec2-business-list-bt60 {
    padding-bottom: 5rem;
  }
}

.ft-business {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .brecum-recruit-ul--company {
    padding-bottom: 3.5rem;
  }
}

.sec1-recruit-txt {
  text-align: center;
  line-height: 2.3;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec1-recruit-txt {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec1-recruit {
  padding-bottom: 31.5rem;
  background-image: url(../img/recruit/img01.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .sec1-recruit {
    padding-bottom: 5rem;
    background-position: left 31% center;
  }
}

.sec2-recruit {
  padding-top: 9.3rem;
  padding-bottom: 11.3rem;
}

@media screen and (max-width: 767px) {
  .sec2-recruit {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.lh19 {
  line-height: 1.9;
}

.sec2-recruit-main {
  display: grid;
  grid-template-columns: 60rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .sec2-recruit-main {
    padding-top: 3rem;
    display: block;
  }
}

.sec2-recruit-main .sec2-recruit-right {
  padding-top: 3.2rem;
}

.sec3-recruit {
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .sec3-recruit {
    padding-bottom: 5rem;
  }
}

.sec3-recruit-left-ul {
  width: 32rem;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 1rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .sec3-recruit-left-ul {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.sec3-recruit-left-ul li {
  padding-left: 4rem;
  padding-right: 4rem;
  border-bottom: max(1px, 0.1rem) dashed #D3D3D5;
}

.sec3-recruit-left-ul li p {
  display: block;
  color: #bcbcc1;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-size: 0.7rem auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/recruit/img05.png);
  cursor: pointer;
}

.sec3-recruit-left-ul li p.is-active,
.sec3-recruit-left-ul li p:hover {
  color: #21212f;
  background-image: url(../img/recruit/img04.png);
}

.sec3-recruit-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4.7rem;
}

@media screen and (max-width: 767px) {
  .sec3-recruit-main {
    display: block;
    padding-top: 3rem;
  }
}

.sec3-recruit-left {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .sec3-recruit-left {
    width: 100%;
    padding-bottom: 3rem;
  }
}

.sec3-recruit-right {
  width: 78rem;
}

@media screen and (max-width: 767px) {
  .sec3-recruit-right {
    width: 100%;
  }
}

.sec3-recruit-right .txt-fs16 {
  border-top: max(1px, 0.1rem) dashed #D3D3D5;
  padding-left: 2rem;
  padding-right: 4rem;
  margin-top: 5.4rem;
  padding-top: 2.1rem;
}

@media screen and (max-width: 767px) {
  .sec3-recruit-right .txt-fs16 {
    padding-left: 0;
    margin-top: 3rem;
    padding-right: 0;
  }
}

.sec3-recruit-right .splide__pagination {
  position: static;
  justify-content: flex-start;
  padding-left: 2rem;
  padding-top: 2rem;
}

.sec3-recruit-right .splide__pagination button {
  background-color: transparent;
  border: max(2px, 0.2rem) solid #bea27d;
  border-radius: 100rem;
  transform: scale(1);
  margin: 0 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
}

.sec3-recruit-right .splide__pagination button.is-active {
  background-color: #bea27d;
}

.sec3-recruit-right .recruit-slider-img {
  border-radius: 0.3rem;
}

.sec3-recruit-left-gr {
  position: sticky;
  top: 3rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sec3-recruit-left-gr {
    position: static;
  }
}

.sec3-recruit-left-attrac {
  position: absolute;
  top: 2rem;
  right: -2.6rem;
}

.sec3-recruit-left-attrac img {
  width: 0.85rem;
}

@media screen and (max-width: 767px) {
  .sec3-recruit-left-attrac img {
    width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .sec3-recruit-left-attrac {
    position: static;
    padding-bottom: 1rem;
  }
}

.sec3-recruit-right-item {
  display: none;
}

.sec3-recruit-right-item.is-active {
  display: block;
}

.sec4-recruit-main-ul li {
  color: #152263;
  line-height: 1.7;
  width: 30rem;
  height: 22rem;
  background-color: #e8e9ef;
  padding-left: 3.7rem;
  padding-right: 4rem;
  border-radius: 0.3rem;
  padding-top: 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec4-recruit-main-ul li {
    width: 89%;
    height: auto;
    padding: 3rem 1.5rem;
    background-color: rgba(232, 233, 239, 0.7);
    margin-left: auto;
    margin-right: auto;
  }
}

.sec4-recruit-main-ul li .sec4-recruit-main-ul-dots {
  position: absolute;
  top: 50%;
  width: 16rem;
  height: max(0.1rem, 1px);
  background-color: #21212f;
}

@media screen and (max-width: 767px) {
  .sec4-recruit-main-ul li .sec4-recruit-main-ul-dots {
    display: none;
  }
}

.sec4-recruit-main-ul li .sec4-recruit-main-ul-dots.dots-left {
  left: calc(100% - 1rem);
}

.sec4-recruit-main-ul li .sec4-recruit-main-ul-dots.dots-left:before {
  right: 0;
}

.sec4-recruit-main-ul li .sec4-recruit-main-ul-dots.dots-right {
  right: calc(100% - 1rem);
}

.sec4-recruit-main-ul li .sec4-recruit-main-ul-dots.dots-right:before {
  left: 0;
}

.sec4-recruit-main-ul li .sec4-recruit-main-ul-dots:before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  background-color: #21212f;
  top: 50%;
  transform: translateY(-50%);
}

.sec4-recruit-main-ul li+li {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .sec4-recruit-main-ul li+li {
    margin-top: 1rem;
  }
}

.sec4-recruit-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-image: url(../img/recruit/img10.png);
  background-size: 46rem auto;
  background-position: top 9rem center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .sec4-recruit-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-position: top 5rem center;
    background-size: 100% auto;
    background-image: url(../img/recruit/img11.png);
  }
}

.sec4-recruit-main-right {
  padding-top: 7.8rem;
}

@media screen and (max-width: 767px) {
  .sec4-recruit-main-right {
    padding-top: 1rem;
  }
}

.sec5-recruit-main {
  color: #152263;
  padding-top: 7rem;
  padding-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec5-recruit-main li {
  border-top: max(0.1rem, 1px) solid #D3D3D5;
  border-left: max(0.1rem, 1px) solid #D3D3D5;
  height: 26rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main li {
    height: 21rem;
    border-right: max(0.1rem, 1px) solid #D3D3D5;
  }
}

.sec5-recruit-main li:last-child {
  border-right: max(0.1rem, 1px) solid #D3D3D5;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main ul {
    display: block;
  }
}

.sec5-recruit-main-ul1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec5-recruit-main-ul1 .sec5-recruit-main-txt1 {
  padding-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-ul1 .sec5-recruit-main-txt1 {
    padding-bottom: 3rem;
  }
}

.sec5-recruit-main-ul2 {
  display: grid;
  grid-template-columns: 36rem 36rem 1fr;
}

.sec5-recruit-main-ul2 .sec5-recruit-main-txt1 {
  padding-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-ul2 .sec5-recruit-main-txt1 {
    padding-bottom: 3rem;
  }
}

.sec5-recruit-main-ul3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.sec5-recruit-main-ul3 .sec5-recruit-main-txt1 {
  padding-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-ul3 .sec5-recruit-main-txt1 {
    padding-bottom: 3rem;
  }
}

.sec5-recruit-main-ul3 li {
  border-bottom: max(0.1rem, 1px) solid #D3D3D5;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-ul3 li {
    border-bottom: 0;
  }
}

.sec5-recruit-main-ul3 li:first-child .sec5-recruit-main-txt3 {
  text-align: center;
  padding-bottom: 1rem;
}

.sec5-recruit-main-ul3 li:first-child .sec5-recruit-main-txt4 {
  text-align: center;
  padding-top: 0.8rem;
}

.sec5-recruit-main-ul3 li:last-child {
  border-bottom: max(0.1rem, 1px) solid #D3D3D5;
}

.sec5-recruit-main-txt1 {
  padding-left: 3.7rem;
  padding-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-txt1 {
    padding-left: 0;
    padding-top: 1.5rem;
    text-align: center;
  }
}

.sec5-recruit-main-img {
  text-align: center;
}

.sec5-recruit-main-img86 {
  height: 8.6rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-img86 {
    height: 7rem;
  }
}

.sec5-recruit-main-img80 {
  height: 8rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-img80 {
    height: 7rem;
  }
}

.sec5-recruit-main-img72 {
  height: 7.2rem;
}

@media screen and (max-width: 767px) {
  .sec5-recruit-main-img72 {
    height: 5.5rem;
  }
}

.sec5-recruit-main-txt2 {
  padding-top: 2rem;
  text-align: center;
}

.sec6-recruit {
  background-color: #21212f;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media screen and (max-width: 767px) {
  .sec6-recruit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
  }
}

.sec6-recruit-bg {
  padding-left: 9rem;
  padding-right: 16rem;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url(../img/recruit/img18.jpg);
  background-repeat: repeat;
  background-size: cover;
}

@media screen and (max-width: 1600px) {
  .sec6-recruit-bg {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 999px) {
  .sec6-recruit-bg {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec6-recruit-bg {
    padding: 5rem 2rem;
  }
}

.sec6-recruit-left-img img {
  width: 53.8rem;
}

@media screen and (max-width: 1600px) {
  .sec6-recruit-left-img img {
    width: 50rem;
  }
}

@media screen and (max-width: 767px) {
  .sec6-recruit-left-img img {
    width: 100%;
  }
}

.sec6-recruit-left-txt {
  color: #fff;
  font-weight: 700;
  position: relative;
}

.sec6-recruit-left-txt .txt-fs28 {
  position: absolute;
  bottom: 3.8rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .sec6-recruit-left-txt .txt-fs28 {
    position: static;
    padding-top: 2rem;
  }
}

.sec6-recruit-cont {
  display: grid;
  grid-template-columns: 71rem max-content;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1400px) {
  .sec6-recruit-cont {
    grid-template-columns: 65rem max-content;
  }
}

@media screen and (max-width: 767px) {
  .sec6-recruit-cont {
    display: block;
  }
}

.sec6-recruit-right-ul {
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sec6-recruit-right-ul {
    padding-top: 3rem;
  }
}

.sec6-recruit-right-ul .sec6-recruit-right-li-db {
  display: grid;
  grid-template-columns: 13.4rem 14.5rem 1fr;
}

@media screen and (max-width: 767px) {
  .sec6-recruit-right-ul .sec6-recruit-right-li-db {
    display: block;
  }

  .sec6-recruit-right-ul .sec6-recruit-right-li-db p {
    padding-top: 1.5rem;
  }
}

.sec6-recruit-right-ul li+li {
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .sec6-recruit-right-ul li+li {
    padding-top: 3rem;
  }
}

.sec1-flow {
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .sec1-flow {
    padding-top: 5rem;
  }
}

.sec1-flow-link {
  font-weight: 700;
  color: #bcbcc1;
  padding-bottom: 3.6rem;
  padding-top: 5rem;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 1rem;
  width: 26rem;
  position: sticky;
  top: 3rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sec1-flow-link {
    position: static;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.sec1-flow-link li {
  padding-left: 4rem;
  padding-right: 4.5rem;
  border-bottom: max(0.1rem, 1px) dashed #D3D3D5;
}

.sec1-flow-link li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sec1-flow-link li a:before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  background-color: #ECE3D8;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.sec1-flow-link li a:hover,
.sec1-flow-link li a.is-active {
  color: #21212f;
}

.sec1-flow-link li a:hover:before,
.sec1-flow-link li a.is-active:before {
  background-color: #C4A27F;
}

.sec1-flow-link li:first-child {
  border-top: max(0.1rem, 1px) dashed #D3D3D5;
}

.sec1-flow-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6.3rem;
}

@media screen and (max-width: 767px) {
  .sec1-flow-main {
    display: block;
    padding-top: 3rem;
  }
}

.sec1-flow-right {
  width: 86rem;
}

@media screen and (max-width: 767px) {
  .sec1-flow-right {
    width: 100%;
    padding-top: 3rem;
  }
}

.sec1-flow-right .sec1-flow-right-item+.sec1-flow-right-item {
  margin-top: 11rem;
}

@media screen and (max-width: 767px) {
  .sec1-flow-right .sec1-flow-right-item+.sec1-flow-right-item {
    margin-top: 5rem;
  }
}

.title-style4 {
  font-size: 2.6rem;
  color: #152263;
  border-left: max(1px, 0.1rem) solid #152263;
  line-height: 1.4;
  padding-left: 1.8rem;
}

@media screen and (max-width: 767px) {
  .title-style4 {
    font-size: 2.2rem;
  }
}

.sec1-flow-right-tablem {
  width: 100%;
  line-height: 1.3;
  margin-top: 2.4rem;
}

.sec1-flow-right-tablem tr td:first-child {
  font-weight: 700;
  color: #909097;
  width: 28rem;
  padding-left: 4rem;
}

@media screen and (max-width: 767px) {
  .sec1-flow-right-tablem tr td:first-child {
    width: 100%;
    color: #fff;
    background-color: #152263;
    padding: 2rem 1.5rem;
  }
}

.sec1-flow-right-tablem tr td:last-child {
  width: calc(100% - 28rem);
}

@media screen and (max-width: 767px) {
  .sec1-flow-right-tablem tr td:last-child {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}

.sec1-flow-right-tablem tr td {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: max(1px, 0.1rem) dashed #D3D3D5;
}

@media screen and (max-width: 767px) {
  .sec1-flow-right-tablem tr td {
    float: left;
    border: 0 !important;
  }
}

.sec1-flow-right-tablem tr:first-child td {
  border-top: max(1px, 0.1rem) dashed #D3D3D5;
}

.sec2-flow {
  padding-top: 17.5rem;
}

@media screen and (max-width: 767px) {
  .sec2-flow {
    padding-top: 5rem;
  }
}

.sec2-flow-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding-top: 6.8rem;
}

@media screen and (max-width: 767px) {
  .sec2-flow-main {
    display: block;
    padding-top: 3rem;
  }
}

.sec2-flow-main .sec2-flow-item {
  height: 48rem;
  background-color: #f3f4f7;
  position: relative;
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .sec2-flow-main .sec2-flow-item {
    padding-top: 3rem;
    height: 39rem;
  }
}

.sec2-flow-main .sec2-flow-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/recruit/img21.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (max-width: 767px) {
  .sec2-flow-main .sec2-flow-item+.sec2-flow-item {
    margin-top: 2rem;
  }
}

.sec2-flow-item-main {
  position: relative;
  z-index: 2;
}

.sec2-flow-item-tlt {
  color: #152263;
  padding-left: 5.5rem;
}

@media screen and (max-width: 767px) {
  .sec2-flow-item-tlt {
    padding-left: 1.5rem;
  }
}

.sec2-flow-item1-main {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem;
}

.sec2-flow-item1-tell {
  display: flex;
  flex-direction: column;
  line-height: 1;
  height: 10rem;
  background-color: #373A40;
  color: #fff;
  justify-content: center;
  align-items: center;
  row-gap: 1.7rem;
}

.sec2-flow-item1-tell img {
  width: 25rem;
}

.sec2-flow-item1-form {
  line-height: 1;
  color: #fff;
  display: flex;
  height: 5.6rem;
  justify-content: center;
  align-items: center;
  background-color: #21202E;
  position: relative;
  margin-top: 0.5rem;
}

.sec2-flow-item1-form:before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 1.5rem;
  background-image: url(../img/recruit/img23.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  top: 50%;
  transform: translateY(-50%);
  right: 3.3rem;
}

.sec2-flow-item1-main-txt {
  padding-top: 2.3rem;
}

.sec2-flow-main-txt2 {
  padding-top: 10.6rem;
  padding-left: 3rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .sec2-flow-main-txt2 {
    padding-top: 9rem;
  }
}

.sec3-flow {
  padding-top: 18rem;
}

@media screen and (max-width: 767px) {
  .sec3-flow {
    padding-top: 5rem;
  }
}

.cont-1000 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-flow-txt {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .sec3-flow-txt {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.txt-erro {
  color: #f15a24;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .txt-erro {
    display: inline-block;
    margin-left: 2rem;
  }
}

.table-form-main {
  width: 100%;
  color: #4d4d59;
  font-weight: 700;
}

.table-form-main .gr-erro-input {
  display: grid;
  grid-template-columns: 6.8rem 1fr;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .table-form-main .gr-erro-input {
    display: block;
  }
}

.table-form-main tr td:first-child {
  width: 21rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .table-form-main tr td:first-child {
    padding-left: 0;
    padding-right: 1.5rem;
    padding-bottom: 0;
  }
}

.table-form-main tr td:last-child {
  width: calc(100% - 21rem);
}

.table-form-main tr td {
  border-top: max(1px, 0.1rem) solid #D3D3D5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .table-form-main tr td {
    width: 100% !important;
    float: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0 !important;
  }
}

.table-form-main .tr-area td {
  vertical-align: top;
}

.table-form-main .tr-area td .gr-erro-input {
  align-items: flex-start;
}

.check-privacy-form {
  color: #4d4d59;
  font-weight: 700;
  padding-left: 3.8rem;
}

@media screen and (max-width: 767px) {
  .check-privacy-form {
    padding-left: 0;
  }
}

.gr-check-privacy-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3.6rem;
  column-gap: 3.6rem;
  border-top: max(0.1rem, 1px) solid #D3D3D5;
  padding-top: 2.6rem;
}

@media screen and (max-width: 767px) {
  .gr-check-privacy-form {
    -moz-column-gap: 0;
    column-gap: 0;
    justify-content: center;
  }
}

.form-control,
.form-select {
  width: 50rem;
  height: 4rem;
  border: max(0.1rem, 1px) solid #D3D3D5;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  outline: 0;
  font-size: 1.4rem;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  font-size: 1.4rem;
}

.form-control::placeholder,
.form-select::placeholder {
  font-size: 1.4rem;
}

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

  .form-control,
  .form-select {
    width: 100%;
  }
}

.form-area {
  height: 8rem;
  border: max(0.1rem, 1px) solid #D3D3D5;
  padding: 0.7rem 1.4rem;
  outline: 0;
  font-size: 1.4rem;
  resize: none;
  border-radius: 0;
  width: 68rem;
}

@media screen and (max-width: 767px) {
  .form-area {
    width: 100%;
  }
}

.form-area.form-area-style1 {
  height: 14rem;
}

.form-control-xnemail {
  margin-top: 1rem;
}

.gr-input-address {
  display: grid;
  grid-template-columns: 17rem 1fr;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .gr-input-address {
    grid-template-columns: 15rem 1fr;
  }
}

.form-control-add1 {
  width: 24rem;
}

@media screen and (max-width: 767px) {
  .form-control-add1 {
    width: 100%;
  }
}

.form-control-add2 {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .form-control-add2 {
    width: 100%;
  }
}

.form-control-add3 {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .form-control-add3 {
    width: 100%;
  }
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/recruit/img24.png);
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: right 1.3rem center;
}

.form-select.form-select-style1 {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .form-select.form-select-style1 {
    width: 100%;
  }
}

.form-select.form-select-style2 {
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .form-select.form-select-style2 {
    width: 13rem;
  }
}

.form-select.form-select-style3 {
  width: 8rem;
}

.gr-erro-input--mgt20 {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .gr-erro-input--mgt20 {
    margin-top: 1rem;
  }
}

.lb-radio {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  position: relative;
}

.lb-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lb-radio input:checked~.skin-radio-btn::before {
  opacity: 1;
}

.lb-radio .skin-radio-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: max(0.1rem, 1px) solid #D3D3D5;
  border-radius: 10rem;
  position: relative;
}

.lb-radio .skin-radio-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D3D3D5;
  border-radius: 10rem;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.gr-redio-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}

@media screen and (max-width: 767px) {
  .gr-redio-btn {
    row-gap: 1rem;
  }
}

.gr-input-date {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.decrection {
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .decrection {
    padding-top: 3rem;
  }
}

.decrection a {
  color: #bea27d;
}

.form-checkbox-label {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  align-items: center;
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.form-checkbox-label .form-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-checkbox-label .form-checkbox:checked~.form-checkbox-skin:before {
  opacity: 1;
}

.form-checkbox-label .form-checkbox-skin {
  width: 1.6rem;
  height: 1.6rem;
  border: max(1px, 0.1rem) solid #D3D3D5;
  display: inline-block;
  position: relative;
}

.form-checkbox-label .form-checkbox-skin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D3D3D5;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.check-privacy-box {
  padding-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .check-privacy-box {
    padding-top: 3rem;
  }
}

.form-submit {
  font-size: 1.9rem;
  cursor: pointer;
  border: 0;
  outline: 0;
  width: 44rem;
  height: 10rem;
  text-align: left;
  padding-left: 4.6rem;
  background-color: transparent;
  position: relative;
}

.form-submit:hover span.form-submit-txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .form-submit {
    width: 100%;
    height: 8rem;
    padding-left: 2.5rem;
  }
}

.form-submit span.form-submit-txt {
  position: relative;
  z-index: 3;
  display: inline-block;
  color: #152263;
  transition: all 0.3s ease-in-out;
}

.form-submit .form-submit-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: max(1px, 0.1rem) solid #D3D3D5;
}

.form-submit:before,
.form-submit:after {
  content: "";
  position: absolute;
  z-index: 2;
}

.form-submit:before {
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #152263;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.form-submit:after {
  width: 1.8rem;
  height: 3rem;
  background-image: url(../img/recruit/img25.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 4.2rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .form-submit:after {
    width: 1.2rem;
    height: 2rem;
  }
}

.form-submit:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.form-submit:hover::after {
  right: 2.5rem;
  background-image: url(../img/recruit/img26.png);
}

.gr-btn-submit-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .gr-btn-submit-form {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 5rem;
    align-items: flex-start;
  }
}

.table-form-main-reform input,
.table-form-main-reform textarea {
  background-color: #f7f7f7;
}

.sec1-contact {
  padding-top: 2rem;
}

.gr-select-handlan {
  padding-left: 7rem;
}

@media screen and (max-width: 767px) {
  .gr-select-handlan {
    padding-left: 0;
  }
}

.gr-select-handlan .select-handlan-title {
  font-weight: 400;
  color: #909097;
}

.gr-select-handlan-item {
  display: grid;
  grid-template-columns: 17rem 1fr;
  padding-top: 2.3rem;
}

@media screen and (max-width: 767px) {
  .gr-select-handlan-item {
    display: block;
    padding-top: 1.5rem;
  }
}

.gr-select-handlan-item.gr-select-handlan-item--center {
  align-items: center;
}

.gr-select-handlan-item .form-area {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .gr-select-handlan-item .form-area {
    width: 100%;
  }
}

.gr-radio-other {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  padding-top: 1rem;
}

.gr-radio-other .form-control {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .gr-radio-other .form-control {
    width: 100%;
  }
}

.gr-btn-submit-form--contact {
  padding-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .gr-btn-submit-form--contact {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .gr-select-handlan-item-left {
    padding-bottom: 1.5rem;
  }
}

.thanks-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.menu-toggle.is-active {
  background-image: url(../img/common/toggle-close2.png) !important;
}

.brecum-recruit.mesum {
  background-color: #e8e9ef;
}

@media screen and (min-width:768px) {
  .dv-title-page.mesum {
    margin-bottom: 8rem;
  }
}

.rc-reline-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  padding-top: 1.7rem;
}

.sec5-recruit-main-txt20 {
  font-size: 2rem;
}

.sec5-recruit-main-txt-noto {
  width: 100%;
  max-width: 39.5rem;
  text-align: right;
}

.sec5-recruit-main-loho {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sec5-recruit-main-loho img {
  width: 17.2rem;
}

.sec5-recruit-li-logo {
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.text__center {
  text-align: center;
}

.sec2-top-main-tlt,
.list-txt-sec2-top {
  font-size: 6.5rem;
  line-height: 1.1;
}

.sec6-recruit-left-txt .txt-fs28 {
  position: initial;
  margin-top: 0rem;
  right: 0;
  text-align: left;
}

.sec6-recruit-bg {
  padding-left: 23rem;
  padding-right: 30rem;
}

@media screen and (max-width:1600px) {
  .sec6-recruit-bg {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sec2-top-main-tlt,
  .list-txt-sec2-top {
    font-size: 5.9rem;
  }
}

@media screen and (max-width:767px) {
  .sec6-recruit-bg {
    padding: 5rem 2rem;
  }

  .sp_100 {
    width: 100%;
  }

  .sec2-top-main-tlt,
  .list-txt-sec2-top {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: -0.1rem;
  }

  .sec5-recruit-main-txt20 {
    font-size: 1.7rem;
  }

  .rc-reline-flex {
    column-gap: 1.5rem;
    padding-top: 0;
  }

  .sec5-recruit-main-txt-noto {
    max-width: 31.5rem;
  }

  .sec5-recruit-li-logo {
    border-left: 0 !important;
  }
}