@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(6.7px, 0.705vw, 10px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(10px, 2vw, 25px);
  }
}

:root {
  --red: #DC000C;
  --gray: #D9D9D9;
  --border: #DDDDDD;
}

#main {
  overflow: hidden;
}

.common_inner {
  width: 105rem;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .common_inner {
    width: 88.23vw;
    max-width: 600px;
    padding: 0;
  }
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1C1C1C;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

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

h2 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5.8rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.3rem;
    line-height: 3.5rem;
    letter-spacing: 0.02em;
  }
}

.sub {
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: bold;
  color: var(--red);
  padding-left: 5.8rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .sub {
    font-size: 1rem;
    letter-spacing: 0.03em;
    padding-left: 3rem;
    margin-bottom: 0.6rem;
  }
}
.sub::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 4.75rem;
  height: 1px;
  background-color: var(--gray);
}
@media screen and (max-width: 767px) {
  .sub::after {
    width: 2rem;
  }
}

.en {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

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

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

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

.flex-start {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  flex-direction: row-reverse;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通ボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.registration_btn {
  position: relative;
  width: 40rem;
  margin-bottom: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .registration_btn {
    width: 100%;
    margin-bottom: 1.3rem;
  }
}
.registration_btn:hover {
  transition: 0.3s;
}
.registration_btn:hover a {
  color: var(--red);
  background-color: white;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .registration_btn:hover a  {
    color: #FAFAFA;
    background-color: var(--red);
  }
}
.registration_btn:hover a::before {
  background-image: url("../img/btn_arrow_red.svg");
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .registration_btn:hover a::before {
    background-image: url("../img/btn_arrow_white.svg");
  }
}
.registration_btn a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  width: 100%;
  height: 100%;
  padding: 2.7rem 0 2.7rem 5.6rem;
  background-color: var(--red);
  padding-left: 5.6rem;
  transition: 0.3s;
  border: 1px solid var(--red);
}
@media screen and (max-width: 767px) {
  .registration_btn a {
    font-size: 1.6rem;
    padding: 2.7rem 2.5rem 2.7rem 0rem;
    text-align: center;
  }
}
.registration_btn a::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 20px;
  transform: translateY(-50%);
  width: 15.39px;
  height: 7.8px;
  background-image: url("../img/btn_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .registration_btn a::before {
    right: 1.7rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 追従ボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flowting_btn {
  position: fixed;
  width: 13rem;
  bottom: 2rem;
  right: 2.5rem;
  z-index: 5;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .flowting_btn {
    width: 8.6rem;
    bottom: 60px;
    right: 10px;
  }
}
.flowting_btn:hover {
 transform: scale(1.15);
 transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .flowting_btn:hover  {
    transform: scale(1);
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv {
  margin-top: 14.3rem;
}
@media screen and (max-width: 767px) {
  #fv {
    margin-top: 11.2rem;
  }
}
#fv .fv_inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #fv .fv_inner {
    display: block;
  }
}
#fv .fv_inner h1 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #fv .fv_inner h1 {
    font-size: 3rem;
    letter-spacing: 0.6rem;
    line-height: 3.8rem;
    text-align: center;
  }
}
#fv .fv_inner .en {
  display: block;
  font-size: 1.9rem;
  color: var(--red);
  margin-top: 1.5rem;
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  #fv .fv_inner .en {
    font-size: 1.6rem;
    margin-top: 1.3rem;
    margin-left: 0.3rem;
    text-align: center;
  }
}
#fv .wrapper {
  margin-top: 7rem;
  padding: 7rem 0;
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  #fv .wrapper {
    margin-top: 5rem;
    padding: 4rem 0;
  }
}
#fv .wrapper .common_inner p {
  font-size: 1.8rem;
  color: white;
  line-height: 3.4rem;
  margin-bottom: 6.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #fv .wrapper .common_inner p {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
#fv .wrapper .common_inner ul {
  background-color: white;
  padding: 3.8rem 4.4rem;
}
@media screen and (max-width: 767px) {
  #fv .wrapper .common_inner ul {
    padding: 3.5rem 2.5rem;
  }
}
#fv .wrapper .common_inner ul li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 2.1rem;
}
@media screen and (max-width: 767px) {
  #fv .wrapper .common_inner ul li {
    line-height: 2.3rem;
    padding-left: 1.8rem;
  }
}
#fv .wrapper .common_inner ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--red);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #fv .wrapper .common_inner ul li::before {
    top: 0.8rem;
    transform: translateY(0%);
    width: 0.8rem;
    height: 0.8rem;
  }
}
#fv .wrapper .common_inner ul li:nth-child(-n+2) {
  margin-bottom: 1.7rem;
}
#fv .wrapper .common_inner ul li .jp {
  font-size: 1.3rem;
  margin-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  #fv .wrapper .common_inner ul li .jp {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-top: 0.3rem;
    margin-left: 0rem;
  }
}
#fv .wrapper .common_inner ul li a {
  position: relative;
  color: var(--red);
}
#fv .wrapper .common_inner ul li a:hover {
  opacity: 0.7;
}
#fv .wrapper .common_inner ul li a:hover::before {
  opacity: 0;
  transition: 0.3s;
}
#fv .wrapper .common_inner ul li a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  transition: 0.3s;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* カムバック採用の流れ  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#flow {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #flow {
    padding-top: 6.2rem;
  }
}
#flow .common_inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #flow .common_inner ul {
    display: block;
    margin-top: 4rem;
    padding: 0;
  }
}
#flow .common_inner ul li {
  position: relative;
  width: 24%;
  padding: 3rem 3rem 5.2rem 3rem;
}
@media screen and (max-width: 767px) {
  #flow .common_inner ul li {
    width: 100%;
    padding: 3rem 3.5rem;
  }
}
#flow .common_inner ul li::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
}
#flow .common_inner ul li:nth-child(1) {
  background-color: #FAFAFA;
}
#flow .common_inner ul li:nth-child(1)::before {
  border: 1px solid var(--red);
}
#flow .common_inner ul li:nth-child(n+2) {
  background-color: #FEF3F3;
}
@media screen and (max-width: 767px) {
  #flow .common_inner ul li:nth-child(n+2) {
    margin-top: 2.5rem;
    margin-left: 0rem;
  }
}
#flow .common_inner ul li:nth-child(n+2)::before {
  background-color: var(--red);
}
#flow .common_inner ul li .en {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: var(--red);
  padding-bottom: 2.4rem;
  text-align: center;
}
#flow .common_inner ul li .icon {
  width: 20rem;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #flow .common_inner ul li .icon {
    width: 10rem;
  }
}
#flow .common_inner ul li h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 1.5rem 0;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #flow .common_inner ul li h3 {
    font-size: 2rem;
    margin: 1.9rem 0;
  }
}
#flow .common_inner ul li h3 .jp {
  font-size: 1.8rem;
}
#flow .common_inner ul li p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #flow .common_inner ul li p {
    font-size: 1.5rem;
  }
}
#flow .common_inner .bottom {
  margin: 4rem auto 0 auto;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #flow .common_inner .bottom {
    width: 100%;
  }
}
#flow .common_inner .bottom p {
  font-size: 1.3rem;
  white-space: nowrap;
  letter-spacing: 0.06em;
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  #flow .common_inner .bottom p {
    white-space: inherit;
    margin-left: 0rem;
    line-height: 2.2rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* マイページへの登録で出来ること */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#my_page {
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  #my_page {
    display: block;
    padding-top: 6.5rem;
  }
}
#my_page .common_inner .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  #my_page .common_inner .wrapper {
    display: block;
    padding-top: 0rem;
  }
}
#my_page .common_inner .wrapper .box {
  position: relative;
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  #my_page .common_inner .wrapper .box {
    width: 100%;
  }
}
#my_page .common_inner .wrapper .box h3 {
  position: absolute;
  top: 0%;
  left: 50%;
  font-size: 2.4rem;
  font-weight: 500;
  white-space: nowrap;
  color: var(--red);
  padding: 0 2.1rem;
  transform: translateY(-50%) translateX(-50%);
  background-color: white;
}
@media screen and (max-width: 767px) {
  #my_page .common_inner .wrapper .box h3 {
    font-size: 1.8rem;
    padding: 0 1.5rem;
  }
}
#my_page .common_inner .wrapper .box ul {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 4.6rem 0 4.4rem 6rem;
}
@media screen and (max-width: 767px) {
  #my_page .common_inner .wrapper .box ul {
    margin-top: 3.7rem;
    padding: 3rem 1.7rem 3rem 1.7rem;
  }
}
#my_page .common_inner .wrapper .box ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  #my_page .common_inner .wrapper .box ul li {
    font-size: 1.4rem;
    padding-left: 1.7rem;
    line-height: 2.3rem;
  }
}
#my_page .common_inner .wrapper .box ul li:nth-child(1) {
  margin-bottom: 1.9rem;
}
#my_page .common_inner .wrapper .box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--red);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #my_page .common_inner .wrapper .box ul li::before {
    top: 0.8rem;
    transform: translateY(0%);
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 選考について */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#process {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #process {
    padding-top: 6.8rem;
  }
}
#process .common_inner .box {
  padding: 4rem 0 4.8rem 0;
  margin: 5.6rem 0 7rem 0;
  background-color: #FAFAFA;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #process .common_inner .box {
    padding: 4rem 0 4.8rem 0;
    margin: 1.9rem 0 3rem 0;
  }
}
#process .common_inner .box p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #process .common_inner .box p {
    font-size: 1.25rem;
  }
}
#process .common_inner .box p a {
  position: relative;
  font-size: 1.4rem;
  color: var(--red);
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #process .common_inner .box p a {
    font-size: 0.9rem;
  }
}
#process .common_inner .box p a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#process .common_inner .box p a:hover::before {
  opacity: 0;
  transition: 0.3s;
}
#process .common_inner .box p a::before {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #process .common_inner .box p a::before {
    bottom: 0rem;
  }
}
#process .common_inner .selection h3 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 2.7rem;
  }
}
#process .common_inner .selection .selection_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list {
    display: block;
  }
}
#process .common_inner .selection .selection_list li {
  width: 16.6666666667%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li {
    width: 100%;
    position: relative;
  }
}
#process .common_inner .selection .selection_list li:nth-child(2) .list_box .jp {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#process .common_inner .selection .selection_list li:nth-child(3) .list_box .jp, #process .common_inner .selection .selection_list li:nth-child(4) .list_box .jp, #process .common_inner .selection .selection_list li:nth-child(6) .list_box .jp {
  transform: translateY(1.5rem);
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li:nth-child(3) .list_box .jp, #process .common_inner .selection .selection_list li:nth-child(4) .list_box .jp, #process .common_inner .selection .selection_list li:nth-child(6) .list_box .jp {
    transform: translateY(1.5rem);
  }
}
#process .common_inner .selection .selection_list li:nth-child(-n+5) {
  margin-right: 3.6rem;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li:nth-child(-n+5) {
    margin-right: 0rem;
    margin-bottom: 5rem;
  }
}
#process .common_inner .selection .selection_list li:nth-child(-n+5) .list_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.9rem;
  transform: translateX(100%) translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../img/arrow-right.svg");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li:nth-child(-n+5) .list_box::after {
    top: calc(100% + 1.1rem);
    right: 50%;
    width: 3.3rem;
    height: 3.3rem;
    transform: translateX(50%) rotate(90deg);
  }
}
#process .common_inner .selection .selection_list li .list_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0 3rem 0;
  border: 1px solid var(--border);
  height: 12.4rem;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li .list_box {
    position: static;
    padding: 2rem 0 2rem 0;
    height: 11rem;
  }
}
#process .common_inner .selection .selection_list li .list_box .en {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--red);
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li .list_box .en {
    margin-bottom: 0.6rem;
  }
}
#process .common_inner .selection .selection_list li .list_box .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--red);
  text-align: center;
  line-height: 2.2rem;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li .list_box .jp {
    font-size: 1.9rem;
    line-height: 2.6rem;
  }
}
#process .common_inner .selection .selection_list li p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .selection_list li p {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.9rem;
    text-align: center;
  }
}
#process .common_inner .selection .supplement {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .supplement {
    font-size: 1.1rem;
    margin-top: 1.2rem;
    line-height: 1.9rem;
  }
}
#process .common_inner .selection h4 {
  font-size: 2.2rem;
  margin: 7.7rem 0 1.9rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection h4 {
    font-size: 1.8rem;
    margin: 4.2rem 0 1.2rem 0;
  }
}
#process .common_inner .selection .bottom_p {
  font-size: 2rem;
  font-weight: 500;
  padding: 2.6rem 0 2.4rem 0;
  margin-top: 7rem;
  text-align: center;
  background-color: #FEF3F3;
}
@media screen and (max-width: 767px) {
  #process .common_inner .selection .bottom_p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 3.3rem;
  }
}
#process .common_inner .selection .bottom_p .jp {
  color: var(--red);
}
#process .common_inner .selection .bottom_p .deco {
  display: inline-block;
  margin-right: 0.9rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* カムバック採用FAQ  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#q_a {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #q_a {
    padding-top: 6rem;
  }
}
#q_a .common_inner {
  /*アコーディオン全体*/
}
#q_a .common_inner .accordion-area li {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li {
    margin: 1rem 0;
  }
}
#q_a .common_inner .accordion-area li .list_inner {
  border: 1px solid #F8F8F8;
  /*アコーディオンタイトル*/
}
#q_a .common_inner .accordion-area li .list_inner .title {
  position: relative;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  padding: 2rem 2.5rem;
  transition: all 0.5s ease;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li .list_inner .title {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding: 1rem 6.8rem 1rem 2.2rem;
  }
}
#q_a .common_inner .accordion-area li .list_inner .title::before, #q_a .common_inner .accordion-area li .list_inner .title::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 1px;
  background-color: var(--red);
}
#q_a .common_inner .accordion-area li .list_inner .title::before {
  top: 48%;
  right: 4.5rem;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li .list_inner .title::before {
    right: 2.2rem;
  }
}
#q_a .common_inner .accordion-area li .list_inner .title::after {
  top: 48%;
  right: 4.5rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li .list_inner .title::after {
    right: 2.2rem;
  }
}
#q_a .common_inner .accordion-area li .list_inner .title.close {
  color: var(--red);
}
#q_a .common_inner .accordion-area li .list_inner .title.close::after {
  display: none;
}
#q_a .common_inner .accordion-area li .list_inner .box {
  display: none;
  padding: 0rem 2.5rem 3.5rem 2.5rem;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li .list_inner .box {
    padding: 1rem 2.2rem;
  }
}
#q_a .common_inner .accordion-area li .list_inner .box .en {
  color: #0F0F0F;
}
#q_a .common_inner .accordion-area li .list_inner .box p {
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: #0F0F0F;
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li .list_inner .box p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#q_a .common_inner .accordion-area li .list_inner .box p .deco {
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 1.8rem;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li .list_inner .box p .deco {
    font-size: 1.1rem;
    margin-left: 0rem;
    margin-top: 0rem;
  }
}
#q_a .common_inner .accordion-area li .list_inner .box a {
  position: relative;
  color: var(--red);
  border-bottom: 1px solid var(--red);
  transition: 0.1s;
}
#q_a .common_inner .accordion-area li .list_inner .box a:hover {
  opacity: 0.6;
  transition: 0.1s;
}
#q_a .common_inner .accordion-area li .en {
  font-size: 2rem;
  color: var(--red);
  margin-top: 0.1rem;
  margin-right: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #q_a .common_inner .accordion-area li .en {
    font-size: 2.1rem;
    margin-right: 1.5rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* その他採用関連FAQ  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#other {
  padding-top: 13.5rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #other {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }
}
#other .common_inner .box {
  margin-top: 5.2rem;
  padding: 4.5rem 0 4rem 0;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #other .common_inner .box {
    margin-top: 1.5em;
    padding: 2.5rem 1.3rem 2rem 1.3rem;
  }
}
#other .common_inner .box p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  #other .common_inner .box p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
#other .common_inner .box .registration_btn {
  margin: auto;
}/*# sourceMappingURL=compile.css.map */