* {
  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;
}

/* faq
--------------------- */
.faq .faq-inner {
  width: 69.44vw;
  margin: 0 auto;
}
.faq .faq-inner .list {
  margin-top: 5rem;
}
.faq .faq-inner .list .box {
  background: var(--white);
  border-radius: 1.5rem;
  margin-top: 3rem;
}
.faq .faq-inner .list .box.start {
  margin-top: 0;
}
.faq .faq-inner .list .box h3 {
  font-size: 2.2rem;
  display: flex;
  line-height: 1;
  font-weight: bold;
  padding: 3rem 4rem 3rem 4rem;
  position: relative;
  cursor: pointer;
  transition: var(--hover_ani_time);
}
.faq .faq-inner .list .box h3:after {
  content: "";
  width: 2vw;
  height: 2vw;
  background: url("../../environment/img/wlb/btn_red.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 3vw;
  margin-top: -0.7vw;
  transition: var(--hover_ani_time);
}
.faq .faq-inner .list .box h3::before {
  content: "";
  opacity: 0;
  width: 2vw;
  height: 2vw;
  background: url("../../environment/img/wlb/btn_white.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 3vw;
  margin-top: -0.7vw;
  transition: var(--hover_ani_time);
}
.faq .faq-inner .list .box h3:hover {
  color: var(--red);
}
.faq .faq-inner .list .box h3.active {
  color: var(--red);
}
.faq .faq-inner .list .box h3.active:after {
  opacity: 0;
}
.faq .faq-inner .list .box h3.active::before {
  opacity: 1;
}
.faq .faq-inner .list .box h3 .q-txt {
  font-size: 2.6rem;
  line-height: 0.9;
  margin-right: 0.7rem;
}
.faq .faq-inner .list .box .text {
  display: none;
  padding: 0 4rem 1.5rem 4rem;
  position: relative;
}
.faq .faq-inner .list .box .text .lead {
  line-height: 3rem;
  border-top: 1px solid var(--gray);
  padding: 2.5rem 0 2.6rem;
}
.faq .faq-inner .list .box .text .lead .lead-in-mg {
  display: block;
  margin-bottom: 1.6rem;
}
.faq .faq-inner .list .box .text .lead .txt-flow {
  display: block;
  margin-bottom: 0.7rem;
}
.faq .faq-inner .list .box .text .lead .small {
  display: block;
  margin-top: 1rem;
  color: #6F6F6F;
}
.faq .faq-inner .list .box .text .lead .arrow {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #ababab;
}
.faq .faq-inner .list .box .text .lead .mail {
  border-bottom: 1px solid var(--red);
  transition: var(--hover_ani_time);
}
.faq .faq-inner .list .box .text .lead .mail:hover {
  opacity: 0.6;
}
.faq .faq-inner .list .box .text .p-txt .mail {
  letter-spacing: 0.01em;
  border-bottom: 1px solid var(--red);
  transition: var(--hover_ani_time);
}
.faq .faq-inner .list .box .text .p-txt .mail:hover {
  opacity: 0.6;
}
.faq .faq-inner .list .box .text .p-txt .link-border {
  border-bottom: 1px solid var(--red);
  transition: var(--hover_ani_time);
}
.faq .faq-inner .list .box .text .p-txt .link-border:hover {
  opacity: 0.6;
}
.faq .faq-inner .list .box .text .p-txt:not(:nth-last-of-type(1)) {
  padding-bottom: 1.5rem;
}
.faq .faq-inner .list .box .text .p-txt:nth-last-of-type(1) {
  padding-bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .faq .faq-inner {
    width: 90%;
  }
  .faq .faq-inner .list {
    margin-top: 3rem;
  }
  .faq .faq-inner .list .box {
    border-radius: 0.5rem;
    margin-top: 1.5rem;
  }
  .faq .faq-inner .list .box.start {
    margin-top: 0;
  }
  .faq .faq-inner .list .box h3 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 2.2rem 6rem 2.2rem 2rem;
  }
  .faq .faq-inner .list .box h3:after {
    width: 5vw;
    height: 5vw;
    top: 50%;
    right: 2.2rem;
    margin-top: -0.98rem;
  }
  .faq .faq-inner .list .box h3::before {
    width: 5vw;
    height: 5vw;
    top: 50%;
    right: 2.2rem;
    margin-top: -0.98rem;
  }
  .faq .faq-inner .list .box h3:hover {
    color: var(--black);
  }
  .faq .faq-inner .list .box h3.active {
    color: var(--red);
  }
  .faq .faq-inner .list .box h3 .q-txt {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-right: 0.5rem;
    padding-top: 0.25rem;
  }
  .faq .faq-inner .list .box .text {
    padding: 0 2.2rem 0.5rem 2.2rem;
  }
  .faq .faq-inner .list .box .text .lead {
    font-size: 1.4rem;
    letter-spacing: 0.065em;
    line-height: 2.5rem;
    padding: 2rem 0 2.1rem;
  }
  .faq .faq-inner .list .box .text .lead .lead-in-mg {
    margin-bottom: 1rem;
  }
  .faq .faq-inner .list .box .text .lead .txt-flow {
    display: block;
    margin-bottom: 0.2rem;
  }
  .faq .faq-inner .list .box .text .lead .small {
    display: block;
    margin-top: 1rem;
    color: #6F6F6F;
  }
  .faq .faq-inner .list .box .text .lead .arrow {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #ababab;
  }
  .faq .faq-inner .list .box .text .p-txt {
    letter-spacing: 0.07em;
  }
  .faq .faq-inner .list .box .text .p-txt:not(:nth-last-of-type(1)) {
    padding-bottom: 1.5rem;
  }
  .faq .faq-inner .list .box .text .p-txt:nth-last-of-type(1) {
    padding-bottom: 2.1rem;
  }
  .faq .faq-inner .list .box .text .p-txt .mail {
    letter-spacing: 0.01em;
  }
}
/* faq01
--------------------- */
#faq01 {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  #nfaq01 {
    padding-top: 5rem;
  }
}
/* ideal-candidate-profile
--------------------- */
#ideal-candidate-profile .inner .con-title02 {
  margin-bottom: 5rem;
}
#ideal-candidate-profile .inner .list {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
#ideal-candidate-profile .inner .list .item {
  width: calc(33.33% - 2rem);
}

@media screen and (max-width: 768px) {
  #ideal-candidate-profile .inner .con-title02 {
    margin-bottom: 3rem;
  }
  #ideal-candidate-profile .inner .list {
    display: block;
    width: 100%;
    margin: 2rem auto 0 auto;
  }
  #ideal-candidate-profile .inner .list .item {
    width: 70%;
    margin: 0 auto;
  }
  #ideal-candidate-profile .inner .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 2.5rem;
  }
}
/* job_openings
--------------------- */
#job_openings .inner .con-title02 {
  margin-bottom: 5rem;
}
#job_openings .inner .table .item {
  display: flex;
  align-items: center;
  padding: 3rem 2.5rem 3rem 6rem;
  border-radius: 1rem;
}
#job_openings .inner .table .item:nth-child(odd) {
  background-color: #F6F6F6;
}
#job_openings .inner .table .item .head {
  width: 15%;
  font-weight: 700;
}
#job_openings .inner .table .item .box {
  width: 85%;
}
#job_openings .inner .table .item .box .txt {
  line-height: 2.8rem;
}
#job_openings .inner .table .item .box .end {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #job_openings .inner {
    padding-top: 2rem;
  }
  #job_openings .inner .con-title02 {
    margin-bottom: 3rem;
  }
  #job_openings .inner .table .item {
    display: block;
    padding: 2rem 2.5rem 2.3rem 2.5rem;
    border-radius: 1rem;
  }
  #job_openings .inner .table .item .head {
    font-size: 1.6rem;
    width: 100%;
  }
  #job_openings .inner .table .item .box {
    width: 100%;
    margin-top: 0.3rem;
  }
  #job_openings .inner .table .item .box .txt {
    line-height: 2.6rem;
  }
  #job_openings .inner .table .item .box .end {
    margin-top: 1rem;
  }
}
/* career-page
--------------------- */
#career-page .inner .con-title02 {
  margin-bottom: 5rem;
}
#career-page .inner .table-section {
  padding: 5rem 10rem 6.5rem 10rem;
  border-radius: 1.5rem;
  background-color: var(--white);
}
#career-page .inner .table-section .h3-head {
  margin-bottom: 3rem;
}
#career-page .inner .table-section .h3-head h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 700;
}
#career-page .inner .table-section .h3-head .en {
  font-weight: 500;
}
#career-page .inner .table-section .table .item {
  display: flex;
  align-items: center;
  padding: 3rem 2.5rem 3rem 2rem;
  border-top: 1px solid #DDDDDD;
}
#career-page .inner .table-section .table .item:nth-last-of-type(1) {
  border-bottom: 1px solid #DDDDDD;
}
#career-page .inner .table-section .table .item .head {
  width: 22%;
  font-weight: 700;
}
#career-page .inner .table-section .table .item .head .small {
  display: block;
  line-height: 1;
  color: #6F6F6F;
}
#career-page .inner .table-section .table .item .box {
  width: 78%;
}
#career-page .inner .table-section .table .item .box .txt {
  line-height: 2.8rem;
}
#career-page .inner .table-section .table .item .box .end {
  margin-top: 1rem;
}
#career-page .inner .table-section .sub-txt {
  margin-top: 3rem;
  color: #6F6F6F;
}
#career-page .inner #category {
  margin-top: 7rem;
}
#career-page .inner #category h4 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
#career-page .inner #category h4 .num {
  font-size: 2.4rem;
  line-height: 1;
  padding-right: 0.5rem;
}
#career-page .inner #category h4 .txt {
  line-height: 1;
}
#career-page .inner #category .category-list.start {
  padding-top: 1.5rem;
}
#career-page .inner #category .category-list:not(:nth-last-of-type(1)) {
  margin-bottom: 5.5rem;
}
#career-page .inner #flow {
  margin-top: 7rem;
}
#career-page .inner #flow .flow-list {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
#career-page .inner #flow .flow-list .item {
  position: relative;
  width: calc(16.7% - 2rem);
  padding: 3rem 0 2rem 0;
  background-color: #F6F6F6;
}
#career-page .inner #flow .flow-list .item:not(:nth-last-of-type(1))::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
  width: 0.7vw;
  height: 1.3vw;
  background: url("../img/career/gray_arrow.svg") no-repeat center/cover;
}
#career-page .inner #flow .flow-list .item .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0.5;
  border-radius: 0.3rem;
  padding: 0.7rem 1rem 0.7rem 1rem;
  background-color: var(--red);
}
#career-page .inner #flow .flow-list .item .icon {
  width: 6.7vw;
  margin: 0 auto;
}
#career-page .inner #flow .flow-list .item h4 {
  text-align: center;
  line-height: 2.2rem;
  margin-top: 2.4rem;
}
#career-page .inner #flow .flow-list .item h4.deco-txt {
  margin-top: 1.4rem;
}
#career-page .inner #method {
  scroll-margin-top: 19rem;
  margin-top: 7rem;
}
#career-page .inner #method .sub-txt {
  margin-top: 1rem;
}
#career-page .inner #method .btn-box {
  display: flex;
  margin-top: 3.5rem;
}
#career-page .inner #method .btn-box .method-btn.start {
  margin-right: 3rem;
}
#career-page .inner #method .btn-box .method-btn a {
  display: block;
  font-weight: 500;
  padding: 0 4.5rem 0rem 0;
  border-bottom: 1px solid var(--gray);
  background: url(../../common/img/tab_red.svg) no-repeat top 1rem right 0.5rem/1vw;
  transition: var(--hover_ani_time);
}
#career-page .inner #method .btn-box .method-btn a:hover {
  color: var(--red);
  background: url(../../common/img/tab_white.svg) no-repeat top 1rem right 0.5rem/1vw;
}

@media screen and (max-width: 768px) {
  #career-page .inner .con-title02 {
    margin-bottom: 3rem;
  }
  #career-page .inner .table-section {
    padding: 3rem 2.8rem 4.3rem 2.8rem;
  }
  #career-page .inner .table-section .h3-head {
    margin-bottom: 2rem;
  }
  #career-page .inner .table-section .h3-head h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
  #career-page .inner .table-section .h3-head .en {
    font-size: 1.2rem;
  }
  #career-page .inner .table-section .table .item {
    display: block;
    padding: 2rem 1rem 2.3rem 0;
  }
  #career-page .inner .table-section .table .item .head {
    font-size: 1.6rem;
    width: 100%;
  }
  #career-page .inner .table-section .table .item .head .small {
    display: inline;
  }
  #career-page .inner .table-section .table .item .box {
    width: 100%;
    margin-top: 0.3rem;
  }
  #career-page .inner .table-section .table .item .box .txt {
    line-height: 2.6rem;
  }
  #career-page .inner .table-section .table .item .box .end {
    margin-top: 1rem;
  }
  #career-page .inner .table-section .sub-txt {
    margin-top: 2.8rem;
  }
  #career-page .inner #category {
    margin-top: 4rem;
  }
  #career-page .inner #category h4 {
    font-size: 1.8rem;
    margin-bottom: 2.3rem;
  }
  #career-page .inner #category h4 .num {
    font-size: 2rem;
    line-height: 1;
    padding-right: 1rem;
  }
  #career-page .inner #category h4 .txt {
    line-height: 2.4rem;
  }
  #career-page .inner #category .category-list.start {
    padding-top: 0.4rem;
  }
  #career-page .inner #category .category-list:not(:nth-last-of-type(1)) {
    margin-bottom: 4rem;
  }
  #career-page .inner #flow {
    margin-top: 4rem;
    padding-bottom: 4.3rem;
  }
  #career-page .inner #flow .flow-list {
    display: block;
    padding-top: 1.5rem;
  }
  #career-page .inner #flow .flow-list .item {
    width: 100%;
    padding: 3rem 0 3rem 0;
  }
  #career-page .inner #flow .flow-list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 3rem;
  }
  #career-page .inner #flow .flow-list .item:not(:nth-last-of-type(1))::before {
    display: none;
  }
  #career-page .inner #flow .flow-list .item .number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 0.5;
    border-radius: 0.3rem;
    padding: 0.7rem 1rem 0.7rem 1rem;
    background-color: var(--red);
  }
  #career-page .inner #flow .flow-list .item .icon {
    width: 28vw;
    margin: 0 auto;
  }
  #career-page .inner #flow .flow-list .item h4 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
  }
  #career-page .inner #flow .flow-list .item h4.deco-txt {
    margin-top: 1.5rem;
  }
  #career-page .inner #method {
    margin-top: 4rem;
  }
  #career-page .inner #method .sub-txt {
    margin-top: 1rem;
  }
  #career-page .inner #method .btn-box {
    display: block;
    margin-top: 2rem;
  }
  #career-page .inner #method .btn-box .method-btn.start {
    margin-right: 3rem;
    margin-bottom: 2rem;
  }
  #career-page .inner #method .btn-box .method-btn a {
    display: block;
    width: 52vw;
    padding: 0 4.5rem 0.5rem 0;
    background: url(../../common/img/tab_red.svg) no-repeat top 0.3rem right 0.5rem/3.8vw;
    transition: var(--hover_ani_time);
  }
  #career-page .inner #method .btn-box .method-btn a:hover {
    color: var(--black);
    background: url(../../common/img/tab_red.svg) no-repeat top 0.3rem right 0.5rem/3.8vw;
  }
}
/* harassment-page
--------------------- */
#harassment-page .inner .con-title02 {
  margin-bottom: 5rem;
}
#harassment-page .inner .table-section {
  padding: 5rem 10rem 6.5rem 10rem;
  border-radius: 1.5rem;
  background-color: var(--white);
}
#harassment-page .inner .table-section .table-box:not(:nth-last-of-type(1)) {
  margin-bottom: 5.5rem;
}
#harassment-page .inner .table-section .table-box .h3-head {
  padding-bottom: 2rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #DDDDDD;
}
#harassment-page .inner .table-section .table-box .h3-head h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 700;
}
#harassment-page .inner .table-section .table-box .list .item {
  position: relative;
  display: flex;
}
#harassment-page .inner .table-section .table-box .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 1.5rem;
}
#harassment-page .inner .table-section .table-box .list .item .num {
  position: absolute;
  display: block;
  top: -0.1rem;
  left: 0;
  font-size: 1.6rem;
}
#harassment-page .inner .table-section .table-box .list .item .itme-txt {
  padding-left: 2rem;
  line-height: 2.8rem;
}
#harassment-page .inner .table-section .table-box .mail-box {
  margin-top: 2.5rem;
}
#harassment-page .inner .table-section .table-box .mail-box h4 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#harassment-page .inner .table-section .table-box .mail-box .link {
  display: block;
  line-height: 1.1;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--red);
  transition: var(--hover_ani_time);
}
#harassment-page .inner .table-section .table-box .mail-box .link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #harassment-page .inner .con-title02 {
    margin-bottom: 5rem;
  }
  #harassment-page .inner .table-section {
    padding: 3rem 2.9rem 4.2rem 2.9rem;
  }
  #harassment-page .inner .table-section .table-box:not(:nth-last-of-type(1)) {
    margin-bottom: 4rem;
  }
  #harassment-page .inner .table-section .table-box .h3-head {
    padding-bottom: 1.5rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #DDDDDD;
  }
  #harassment-page .inner .table-section .table-box .h3-head h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  #harassment-page .inner .table-section .table-box .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem;
  }
  #harassment-page .inner .table-section .table-box .list .item .num {
    top: 0.1rem;
    font-size: 1.45rem;
  }
  #harassment-page .inner .table-section .table-box .mail-box {
    margin-top: 2.7rem;
  }
  #harassment-page .inner .table-section .table-box .mail-box h4 {
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin-bottom: 0.9rem;
  }
  #harassment-page .inner .table-section .table-box .mail-box .link {
    display: block;
    line-height: 1.1;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid var(--red);
    transition: var(--hover_ani_time);
  }
  #harassment-page .inner .table-section .table-box .mail-box .link:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */