@import "./colors.css";

.page-request-form input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.page-request-form input[type=checkbox]:checked {
  background-image: url(/assets/atoms-icon/done_blue_24dp.svg);
  background-size: 14px;
  background-repeat: no-repeat;
}
#corfirmation-error {
  padding-left: 1rem;
  display: block;
  text-align: center;
}
#contents_inquiry_block label.error {
  padding-top: 0.5rem;
  display: block;
}

@charset "UTF-8";

/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #333333;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 160%;
  }
}

footer {
  width: calc(100% - 518px);
}
@media screen and (max-width: 1440px) {
  footer {
    width: calc(100% - 425px);
  }
}
@media screen and (max-width: 1380px) {
  footer {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-inline-start: 0;
}

p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p:last-child {
  margin-bottom: 0;
}

input,
textarea,
select {
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#wrapper {
  position: relative;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


@media screen and (min-width: 1440px) {
    #reason .inner, #plan .inner{
     max-width: 1118px;
   }
     #movice .inner{
     max-width: 1038px;
   }

    #voice .inner, #faq .inner{
     max-width: 1120px;
   }
}

.inner {
  max-width: 1293px;
  width: 100%;
  margin: auto;
  padding: 90px 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .inner {
    max-width: 896px;
    padding: 100px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 40px 20px;
  }
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

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

  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

body,
p {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s ease-in-out;
  }

  a:hover {
    opacity: 0.5;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

button {
  outline: none;
}

#wapper {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #FFFBEF;
}

#as_main {
  width: calc(100% - 518px);
}
@media screen and (max-width: 1440px) {
  #as_main {
    width: calc(100% - 425px);;
  }
}
@media screen and (max-width: 1380px) {
  #as_main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #as_main {
    width: 100%;
  }
}

.after {
  position: relative;
}

.after::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 20;
  height: 100%;
  opacity: 0.9;
}

.show_flex {
  display: flex !important;
  transition: 0.3s ease-in-out;
}

.show {
  display: block !important;
  right: 0 !important;
  transition: 0.3s ease-in-out;
}

.hide {
  display: none !important;
}

.hide_r {
  right: -360px !important;
  transition: 0.3s ease-in-out;
}

#side_close {
  display: none;
  background: #8ECB00;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 82px;
  z-index: 80;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

#side nav {
  display: none;
}

#side_btn {
  display: none;
  z-index: 20;
  background: linear-gradient(90deg, #FAA916 0%, #FA3D29 100%), #FF6325;
  position: relative;
  border-radius: 20px 0 0 20px;
  padding: 55px 15px 30px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  writing-mode: tb-rl;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #side_btn {
    border-radius: 5px 0 0 5px;
    padding: 50px 8px 35px 8px;
    font-size: 13px;
  }
}

#side_btn:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}

#side_btn::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 26px;
  left: calc(50% - 19.5px);
  top: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/side_btn_icon.png) no-repeat center / contain;

  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #side_btn::after {
    width: 18px;
    height: 13px;
    left: calc(50% - 9px);
    top: 40px;
  }
}

@media screen and (max-width: 1380px) {
  #side_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
  }
}

#side {
  z-index: 20;
  width: 518px;
  background: #E9F7FF;
  position: fixed;
  right: 0;
  top: 0;
  height: -webkit-fill-available;
  padding-top: 80px;
}
#side::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
#side::-webkit-scrollbar-thumb {
  background: #ECF5F5;
}
@media screen and (max-width: 1440px) {
  #side {
    width: 425px;
  }
}
@media screen and (max-width: 1380px) {
  #side {
    position: fixed;
    width: 360px;
    right: -360px;
    transition: 0.3s ease-in-out;
    overflow: scroll;
  }
}

@media screen and (max-width: 768px) {
  #side {
    height: 100vh !important;
  }
}

#side .ttl {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.05em;
   background: linear-gradient(90deg, var(--color-ls-light) 0%, var(--color-ls-deep) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}
@media screen and (max-width: 1440px) {
  #side .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1380px) {
  #side .ttl {
    font-size: 18px;
  }
}

#side .ttl span {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 1380px) {
  #side .ttl span {
    font-size: 16px;
  }
}

#side .contact dl {
  width: 100%;
  display: block;
}

#side .contact dl+dl {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #side .contact dl+dl {
    margin-top: 5px;
  }
}

#side .contact dl dt {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  font-weight: bold;
  color: #2C2C2C;
}

@media screen and (max-width: 768px) {
  #side .contact dl dt {
    margin-bottom: 0;
  }
}

#side .contact dl dt .required {
  background: #F49F00;
  color: #ffffff;
  font-size: 10px;
  line-height: 100%;
  font-weight: bold;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: 5px;
}

#side .contact dl dt .any {
  background: #999999;
  color: #ffffff;
  font-size: 10px;
  line-height: 100%;
  font-weight: bold;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: 5px;
}

#side .contact .input-group {
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  #side .contact .input-group {
    margin-bottom: 8px;
  }
}

#side .contact .input-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.1em;
  color: #2C2C2C;
}

#side .contact input,
#side .contact textarea {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  padding: 9px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  /* identical to box height, or 29px */
  letter-spacing: 0.1em;
  color: #9A9A9A;
}

#side .contact textarea {
  height: 124px;
}
@media screen and (max-width: 768px) {
  #side .contact input,
  #side .contact textarea {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  #side .contact .send_item {
    margin-top: 0;
  }
}

#side .contact .send_item dt {
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #side .contact .send_item dt {
    margin-bottom: 3px;
  }
}

#side .contact .send_item dt input {
  width: fit-content;
}

#side .contact .send_item dd {
  display: flex;
  justify-content: center;
}

#side .send_btn {
  position: relative !important;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  #side .send_btn {
    margin-top: 10px;
  }
}

#side .send_btn::after {
  position: absolute !important;
  content: "" !important;
  width: 20px !important;
  height: 18px !important;
  left: 80px !important;
  top: 50% !important;
  z-index: 1 !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background: url(/assets/img/recruit/send_icon.png) no-repeat center / contain !important;
  transition: 0.3s ease-in-out !important;
}

#side .send_btn button,
#side .send_btn [type='button'],
#side .send_btn [type='reset'],
#side .send_btn [type='submit'] {
  margin: auto !important;
  width: fit-content !important;
  cursor: pointer !important;
  background: var(--color-ls-action-hover) !important;
  border-radius: 28px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 13px 90px 13px 105px !important;
  line-height: 23px !important;
  transition: 0.3s ease-in-out !important;
}

#side .send_btn button:hover,
#side .send_btn [type='button']:hover,
#side .send_btn [type='reset']:hover,
#side .send_btn [type='submit']:hover {
  background: #F49F00 !important;
  transition: 0.3s ease-in-out !important;
}

.fv2 {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/img/recruit/background_header.png) no-repeat center / contain;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .fv2 {
    height: 360px;
  }
}

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

  #side .send_btn button,
  #side .send_btn [type='button'],
  #side .send_btn [type='reset'],
  #side .send_btn [type='submit'] {
    font-size: 14px !important;
    padding: 10px 80px 10px 110px !important;
  }

  .fv2 {
    /* background: url(/assets/img/recruit/fv_bg_sp.jpg) no-repeat center / contain; */
    background-size: 100% 100%;
    height: fit-content;
    overflow: hidden;
  }
}

.fv2 dl {
  max-width: 1180px;
  height: 100%;
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .fv2 dl {
    padding-top: 0;
    display: block;
    padding-bottom: 100px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.fv2 dl dd {
  width: 27%;
}

@media screen and (max-width: 768px) {
  .fv2 dl dd {
    width: 100%;
    text-align: center;
  }
}

.fv2 dl dd img {
  position: absolute;
  width: 123%;
  bottom: 0;
  left: 0;
  max-width: 380px;
}

@media screen and (max-width: 1560px) {
  .fv2 dl dd img {
    max-width: 340px;
  }
}

@media screen and (max-width: 1460px) {
  .fv2 dl dd img {
    max-width: 320px;
    left: -20px;
  }
}

@media screen and (max-width: 1330px) {
  .fv2 dl dd img {
    max-width: 360px;
    left: 0;
  }
}

@media screen and (max-width: 950px) {
  .fv2 dl dd img {
    left: -20px;
    max-width: 320px;
  }
}

@media screen and (max-width: 820px) {
  .fv2 dl dd img {
    left: -20px;
    width: 230px !important;
    bottom: -20px !important;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dd img {
    left: 0;
    max-width: 54%;
    bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .fv2 dl dd img {
    bottom: -30px;
  }
}

.fv2 dl dt {
  width: 73%;
  background-size: 100% 100%;
  display: flex;
  margin-left: 50px;
  margin-top: 44px;
}

@media (max-width: 1024px) {
  .fv2 dl dt {
    margin-left: unset;
    margin-top: unset;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    background: none;
    height: auto;
  }
}

.fv2 dl dt .sub_ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1024px) {
  .fv2 dl dt .sub_ttl {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt .sub_ttl {
    font-size: 18px;
  }
}

.fv2 dl dt .sub_ttl span {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(90deg, #F4E400 19.31%, #F49F00 83.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .fv2 dl dt .sub_ttl span {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt .sub_ttl span {
    font-size: 22px;
  }
}

.fv2 dl dt .sub_ttl .b_t {
  margin-left: 2px;
  border-bottom: 2px solid transparent;
  border-image: url('/assets/img/recruit/dashed_border.png') 2;
}



.fv2 dl dt .logo {
  max-width: 280px;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 820px) {
  .fv2 dl dt .logo {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt .logo {
    max-width: 200px;
  }
}

.fv2 dl dt .icon {
  max-width: 636px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .fv2 dl dt .icon {
    max-width: 505px;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt .icon {
    max-width: 90%;
  }
}

.fv2 dl dt ul {
  display: flex;
  width: fit-content;
  justify-content: center;
  /* align-items: center; */
  column-gap: 10px;
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .fv2 dl dt ul {
    width: 55%;
    display: block;
    text-align: right;
    margin-right: 20px;
    margin-top: 40px;
  }
}

.fv2 dl dt ul li {
  font-family: 'Roboto', sans-serif;
  width: fit-content;
  background: linear-gradient(90deg, #F46200 35.55%, #F4B700 83.03%);
  border-radius: 8px;
  padding: 15px 25px 7px 35px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .fv2 dl dt ul li {
    padding: 15px 15px 7px 15px;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt ul li {
    width: 100%;
  }

  .fv2 dl dt ul li+li {
    margin-top: 10px;
  }
}

.fv2 dl dt ul li .list {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list {
    justify-content: center;
  }
}

.fv2 dl dt ul li .list .txt {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .txt {
    font-size: 13px;
  }
}

.fv2 dl dt ul li .list .num_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .num_ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 413px) {
  .fv2 dl dt ul li .list .num_ttl {
    font-size: 20px;
  }
}

.fv2 dl dt ul li .list .num_ttl .t48 {
  font-size: 54px;
}

@media screen and (max-width: 1024px) {
  .fv2 dl dt ul li .list .num_ttl .t48 {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .num_ttl .t48 {
    font-size: 26px;
  }
}

.fv2 dl dt ul li .list .num_ttl .t36 {
  font-size: 36px;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 1024px) {
  .fv2 dl dt ul li .list .num_ttl .t36 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .num_ttl .t36 {
    font-size: 24px;
  }
}

.fv2 dl dt ul li .list .num_ttl .small {
  font-size: 8px;
  font-weight: 400;
  width: 100%;
  text-align: right;
  color: #555555;
  line-height: 100%;
  letter-spacing: 0;
}

.fv {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/img/recruit/fv_bg.jpg) no-repeat center / contain;
  background-size: cover;
}

@media screen and (max-width: 1480px) {
  .fv {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    background: url(/assets/img/recruit/fv_bg_sp.jpg) no-repeat center / contain;
    background-size: 100% 100%;
    height: fit-content;
    overflow: hidden;
  }
}

.fv dl {
  max-width: 1080px;
  height: 100%;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .fv dl {
    padding-top: 50px;
    background: url(/assets/img/recruit/fv_dl_bg_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
    display: block;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 35px;
  }
}

.fv dl dd {
  position: relative;
  width: 27%;
}

@media screen and (max-width: 768px) {
  .fv dl dd {
    width: 100%;
    text-align: center;
  }
}

.fv dl dd img {
  position: absolute;
  width: 136%;
  bottom: 0;
  left: 0;
  max-width: 136%;
}

@media screen and (max-width: 820px) {
  .fv dl dd img {
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .fv dl dd img {
    left: 10px;
    max-width: 54%;
    bottom: -110px;
  }
}

@media screen and (max-width: 413px) {
  .fv dl dd img {
    left: -10px;
    max-width: 54%;
    bottom: -80px;
  }
}

.fv dl dt {
  width: 73%;
  background: url(/assets/img/recruit/fv_bg01.png) no-repeat center / contain;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .fv dl dt {
    display: block;
    padding-right: 30px;
    width: 100%;
    background: none;
    height: auto;
  }
}

@media screen and (max-width: 280px) {
  .fv dl dt {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.fv dl dt .sub_ttl {
  font-size: 24px;
  text-align: center;
  color: #F49F00;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
  .fv dl dt .sub_ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .fv dl dt .sub_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.fv dl dt .logo {
  max-width: 350px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .fv dl dt .logo {
    max-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .fv dl dt .logo {
    max-width: 260px;
  }
}

.fv dl dt ul {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 820px) {
  .fv dl dt ul {
    column-gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fv dl dt ul {
    display: block;
    text-align: right;
    margin-right: 0;
  }
}

.fv dl dt ul li {
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .fv dl dt ul li+li {
    margin-top: 10px;
  }
}

.fv dl dt ul li .list {
  display: flex;
  align-items: center;
}

.fv dl dt ul li .list .txt {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .txt {
    font-size: 12px;
  }
}

.fv dl dt ul li .list .p_t_10 {
  padding-top: 10px;
}

.fv dl dt ul li .list .num_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #FF6325;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .num_ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .num_ttl {
    font-size: 20px;
  }
}

.fv dl dt ul li .list .num_ttl .t40 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .num_ttl .t40 {
    font-size: 38px;
  }
}

@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .num_ttl .t40 {
    font-size: 36px;
  }
}

.fv dl dt ul li .list .num_ttl .t48 {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .num_ttl .t48 {
    font-size: 46px;
  }
}

@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .num_ttl .t48 {
    font-size: 42px;
  }
}

.fv dl dt ul li .list .num_ttl .small {
  font-size: 8px;
  font-weight: 400;
  width: 100%;
  text-align: right;
  color: #555555;
  line-height: 100%;
  letter-spacing: 0;
}

#cv .ttl_icon {
  margin: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #cv .ttl_icon {
    margin-bottom: 20px;
  }
}

#cv .ttl_icon .ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  width: fit-content;
}

@media screen and (max-width: 1280px) {
  #cv .ttl_icon .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  #cv .ttl_icon .ttl {
    font-size: 16px;
  }
}

#cv .ttl_icon .icon {
  margin-left: 10px;
  max-width: 123px;
}

@media screen and (max-width: 1280px) {
  #cv .ttl_icon .icon {
    max-width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #cv .ttl_icon .icon {
    max-width: 70px;
  }
}

#cv .tag {
  display: flex;
  column-gap: 30px;
  width: fit-content;
  margin: auto;
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  #cv .tag {
    column-gap: 20px;
    width: 100%;
  }
}

#cv .tag li {
  width: calc(50% - 15px);
  background: url(/assets/img/recruit/tag_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
  padding: 20px 140px 20px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  #cv .tag li {
    padding: 15px 100px 15px 60px;
  }
}

@media screen and (max-width: 768px) {
  #cv .tag li {
    width: calc(50% - 10px);
    padding: 10px 40px 10px 20px;
  }
}

@media screen and (max-width: 400px) {
  #cv .tag li {
    padding: 10px 25px 10px 15px;
  }
}

#cv .tag .t {
  font-size: 28px;
  color: #F49F00;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  #cv .tag .t {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #cv .tag .t {
    font-size: 16px;
  }
}

#cv .tag .b {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  #cv .tag .b {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  #cv .tag .b {
    font-size: 20px;
    margin-top: 10px;
  }
}

#cv .tag .b span {
  font-size: 60px;
}

@media screen and (max-width: 1024px) {
  #cv .tag .b span {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  #cv .tag .b span {
    font-size: 28px;
  }
}

#cv .tag p {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #cv .tag p {
    font-size: 12px;
  }
}

#cv .logo_list {
  display: flex;
  column-gap: 35px;
  margin-top: 35px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #cv .logo_list {
    margin-top: 15px;
    column-gap: 15px;
  }
}

#cv .logo_list li {
  width: calc(25% - 26.25px);
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #cv .logo_list li {
    width: calc(33.3333% - 10px);
    margin-top: 10px;
  }
}

#reason {
  background: white;
  overflow: hidden;
  position: relative;
}

#reason::after {
  position: absolute;
  content: "";
  width: 878px;
  height: 916px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(/assets/img/recruit/reason_decoration.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #reason::after {
    width: 439px;
    height: 458px;
  }
}

#reason .inner {
  position: relative;
  z-index: 5;
}

#reason ul {
  display: block;
}

#reason ul li {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #reason ul li {
    display: block;
  }
}

#reason ul li:nth-child(even) {
  flex-direction: row-reverse;
}

#reason ul li:nth-child(even) .img {
  padding-right: 0;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  #reason ul li:nth-child(even) .img {
    padding-left: 0;
  }
}

#reason ul li:nth-child(even) .img img {
  border-radius: 0 20px 20px 0;
}

#reason ul li:nth-child(even) .img .icon {
  right: auto;
  left: -20px;
}

@media screen and (max-width: 768px) {
  #reason ul li:nth-child(even) .img .icon {
    left: -10px;
  }
}

#reason ul li:nth-child(odd) .img img {
  border-radius: 20px 0 0 20px;
}

#reason ul li+li {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #reason ul li+li {
    margin-top: 60px;
  }
}

#reason ul li .img {
  position: relative;
  width: 50%;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  #reason ul li .img {
    width: 100%;
    padding-right: 0;
  }
}

#reason ul li .img .icon {
  position: absolute;
  bottom: 40px;
  right: -20px;
  font-size: 70px;
  line-height: 71px;
  height: 61px;
  color: #ffffff;
  letter-spacing: 0;
  background: #41BAC37D;
  padding: 0 16.5px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-variant: small-caps;
}

@media screen and (max-width: 768px) {
  #reason ul li .img .icon {
    padding: 0 15px;
    font-size: 40px;
    right: -10px;
    bottom: 20px;
  }
}

#reason ul li .txt {
  width: 50%;
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #reason ul li .txt {
    width: 100%;
    margin-top: 20px;
  }
}

#reason ul li .txt .en {
  font-size: 40px;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1440px) {
  #reason ul li .txt .en {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li .txt .en {
    font-size: 30px;
  }
}

#reason ul li .txt .h3_ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  margin-top: 15px;
  margin-bottom: 7px;
   background: linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1580px) {
  #reason ul li .txt .h3_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  #reason ul li .txt .h3_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  #reason ul li .txt .h3_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li .txt .h3_ttl {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 140%;
  }
}

#reason ul li .txt p {
  font-size: 16px;
  line-height: 180%;
  color: #1E1E1E;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  #reason ul li .txt p {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li .txt p {
    font-size: 14px;
    line-height: 160%;
  }
}

.h2_ttl {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 46px;
  line-height: 67px;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-ls-light);
}
@media screen and (max-width: 1440px) {
  .h2_ttl {
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .h2_ttl {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.h2_ttl span {
  margin-bottom: 3px;
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .h2_ttl span {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .h2_ttl span {
    font-size: 16px;
    line-height: 1.5;
  }
}

#plan .movice {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #plan .movice {
    margin-bottom: 50px;
  }
}

#plan table {
  width: 100%;
}

#plan table td {
  padding: 13.5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #plan table td {
    padding: 13.5px 5px;
  }
}
@media screen and (max-width: 768px) {
  #plan table td {
    padding: 8px 3px;
  }
}

#plan table td:nth-child(1) {
  width: 20.6%;
  background: #FFE5D9;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  #plan table td:nth-child(1) {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(1) {
    width: 19%;
    font-size: 10px;
    letter-spacing: -0.03em;
    line-height: 140%;
  }
}

#plan table td:nth-child(2) {
  border-left: 3px solid #ffffff;
  width: 30.54%;
  background: #D9F0FB;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 160%;
}

#plan table td:nth-child(2) .gradient_text{
   background: linear-gradient(90deg, var(--color-ls-light) 0%, var(--color-ls-deep) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline;
}

@media screen and (max-width: 1440px) {
  #plan table td:nth-child(2) {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(2) {
    line-height: 140%;
    width: 35%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}

#plan table td:nth-child(3) {
  border-left: 3px solid #ffffff;
  width: 24.7%;
  background: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #333333;
}
@media screen and (max-width: 1440px) {
  #plan table td:nth-child(3) {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(3) {
    width: 20%;
    font-size: 11px;
    letter-spacing: -0.02em;
    line-height: 140%;
  }
}

#plan table td:nth-child(4) {
  border-left: 3px solid #ffffff;
  width: 24.7%;
  background: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #333333;
}
@media screen and (max-width: 1440px) {
  #plan table td:nth-child(4) {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(4) {
    width: 26%;
    font-size: 11px;
    letter-spacing: -0.02em;
    line-height: 140%;
  }
}

#plan table span {
  display: contents;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  #plan table span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #plan table span {
    font-size: 10px;
    line-height: 120%;
  }
}

#plan table .num {
  display: contents;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  #plan table .num {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #plan table .num {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}

#plan table .b {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  #plan table .b {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #plan table .b {
    font-size: 13px;
    letter-spacing: -0.02em;
  }
}

#plan table tr {
  display: flex;
  border-bottom: 3px solid #ffffff;
}

#plan table tr:nth-child(1) td:first-child {
  background: #FFFBEF;
}

#plan table tr:nth-child(1) td:nth-child(2) {
  border-left: 3px solid #ffffff;
}

#plan table tr:nth-child(1) td:nth-child(2) .logo_table{
   background: linear-gradient(90deg, #F4E400 0%, #F49F00 100%);;
   left: 0;
   right: 0;
   bottom: -0;
   padding:27px 5px ;
}

@media screen and (max-width: 768px) {
   #plan table tr:nth-child(1) td:nth-child(2) .logo_table{
       inset: 0;
       display: flex;
       padding: unset;
   }
}

#plan table tr:nth-child(1) td:nth-child(2) img {
  margin: auto;
  width: 88%;
}

#plan table tr:nth-child(1) td:nth-child(3) {
  padding: 33px 5px !important;
}


#plan table tr:nth-child(1) td:nth-child(3),
#plan table tr:nth-child(1) td:nth-child(4) {
  background: #6E6E6E;
  border-left: 3px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 120%;
}
@media screen and (max-width: 1440px) {
  #plan table tr:nth-child(1) td:nth-child(3),
  #plan table tr:nth-child(1) td:nth-child(4) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #plan table tr:nth-child(1) td:nth-child(3),
  #plan table tr:nth-child(1) td:nth-child(4) {
    font-size: 13px;
  }
}

#plan table tr:nth-child(1) td:nth-child(3) span,
#plan table tr:nth-child(1) td:nth-child(4) span {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  #plan table tr:nth-child(1) td:nth-child(3) span,
  #plan table tr:nth-child(1) td:nth-child(4) span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #plan table tr:nth-child(1) td:nth-child(3) span,
  #plan table tr:nth-child(1) td:nth-child(4) span {
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
  }
}


#voice ul li {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.20);
}
@media screen and (max-width: 1440px) {
  #voice ul li {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #voice ul li {
    padding: 20px 20px;
    border-radius: 10px;
  }
}

#voice ul li+li {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  #voice ul li+li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #voice ul li+li {
    margin-top: 30px;
  }
}

#voice ul li dl {
  display: flex;
}

@media screen and (max-width: 768px) {
  #voice ul li dl {
    display: block;
  }
}

#voice ul li dl dt {
  width: 240px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #voice ul li dl dt {
    width: 100%;
    padding-right: 0;
  }
}

#voice ul li dl dt img {
  max-width: 200px;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  #voice ul li dl dt img {
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
  }
}

#voice ul li dl dd {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #voice ul li dl dd {
    width: 100%;
  }
}

#voice ul li dl dd .sub_ttl {
  text-align: left;
  font-size: 14px;
  color: #FF6325;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #voice ul li dl dd .sub_ttl {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
  }
}

#voice ul li dl dd .ttl {
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #voice ul li dl dd .ttl {
    font-size: 18px;
     line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #voice ul li dl dd .ttl {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5px;
  }
}

#voice ul li dl dd p {
  text-align: left;
  font-size: 16px;
  line-height: 29px;
  color: #1E1E1E;
  font-weight: 500;
}

#faq {
  background: #FFFBEF;
}

#faq .inner {
  padding-top: 119px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #faq .inner {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #faq .h2_ttl {
    margin-bottom: 50px;
  }
}

#faq .h2_ttl span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #faq .h2_ttl span {
    font-size: 18px;
  }
}


#faq .faq_item p:last-child {
  margin-bottom: 0;
}

#faq .faq_item .sub_ttl {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #faq .faq_item .sub_ttl {
    font-size: 20px;
  }
}

#faq .faq_item .faq-list {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list {
    margin-bottom: 20px;
  }
}

#faq .faq_item .faq-list label {
  position: relative;
  display: flex;
  margin-top: 0;
  cursor: pointer;
}

#faq .faq_item .faq-list label:first-of-type {
  margin-top: 0;
}

#faq .faq_item .faq-list label .faq-q {
  width: 100%;
  padding: 8px 60px 15px 10px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 1440px) {
  #faq .faq_item .faq-list label .faq-q {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list label .faq-q {
    font-size: 14px;
    padding: 8px 30px 0px 10px;
    line-height: 140%;
  }
}

#faq .faq_item .faq-list label .faq-q:hover {
  color: var(--color-ls-light);
}

#faq .faq_item .faq-list label .q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 100%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: var(--color-ls-light);
  border-radius: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list label .q-icon {
    width: 44px;
    font-size: 18px;
  }
}

#faq .faq_item .faq-list label:after {
  content: '';
  display: block;
  background: url(/assets/atoms-icon/add_black_light_24dp.svg) center no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  right: 0;
}

@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list label:after {
    width: 18px;
    height: 18px;
  }
}

#faq .faq_item .faq-list input[type="checkbox"]:checked+label:after {
  content: '';
  display: block;
  background: url(/assets/atoms-icon/remove_black_light_24dp.svg) center no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  right: 0;
}

@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list input[type="checkbox"]:checked+label:after {
    width: 18px;
    height: 18px;
  }
}

#faq .faq_item .faq-list input[type="checkbox"].on-off {
  display: none;
}

#faq .faq_item .faq-list .acc-inner {
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

#faq .faq_item .faq-list .acc-inner .a-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list .acc-inner .a-icon {
    width: 44px;
    font-size: 18px;
  }
}

#faq .faq_item .f_b {
  font-weight: 900;
}

#faq .faq_item .faq-list .acc-inner .acc_box {
  width: 100%;
  text-align: left;
  padding: 9px 60px 12px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  line-height: 180%;
  color: #333333;
  word-wrap: break-word;
}

#faq .faq_item .faq-list .acc-inner .acc_box a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list .acc-inner .acc_box {
    padding: 5px 20px 12px 10px;
    font-size: 14px;
  }
}

#faq .faq_item .faq-list label+.acc-inner {
  position: relative;
  /*height: 0;*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: max-height 0.5s;
}

#faq .faq_item .faq-list input[type="checkbox"].on-off:checked+label+.acc-inner {
  max-height: 500px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: max-height 0.5s;
}

#faq .faq_item .faq-list input[type="checkbox"].on-off:checked+label .acc-inner {
  /*position: relative;*/
  overflow: initial;
  transition: none;
}

#faq .faq_item .faq-list:last-of-type {
  margin-bottom: 0;
}

#faq .faq_item .faq-list .faq{
  padding: 18px 20px 20px;
  background:white;
  border-radius: 10px;
}

#step {
  background: #FF6325;
  color: #ffffff;
}

#step .inner {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #step .inner {
    padding-top: 40px;
  }
}

#step .h2_ttl {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #step .h2_ttl {
    margin-bottom: 50px;
  }
}

#step .h2_ttl span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #step .h2_ttl span {
    font-size: 18px;
  }
}

#step .box02 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #step .box02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#step .box02::after {
  position: absolute;
  content: '';
  background: #ffffff;
  border-radius: 60px 0 0 60px;
  width: 190%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #step .box02::after {
    border-radius: 30px 0 0 30px;
  }
}

#step .box02 .list {
  position: relative;
  z-index: 5;
}

#step .box02 .list .ttl {
  color: #F49F00;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ttl {
    font-size: 19px;
    margin-bottom: 40px;
  }
}

#step .box02 .list .ul01 li img,
#step .box02 .list .ul02 li img {
  max-width: 96px;
  margin: auto;
  margin-bottom: 5px;
}

#step .box02 .list .ul01 li span,
#step .box02 .list .ul02 li span {
  margin: auto;
  display: block;
  line-height: 1.6;
}

#step .box02 .list .ul01 li div,
#step .box02 .list .ul02 li div {
  display: block;
  text-align: center;
}

#step .box02 .list .ul01 {
  max-width: 785px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #step .box02 .list .ul01 {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 {
    display: block;
    max-width: 85%;
  }
}

.inline-flex input,
items-center input {
  width: fit-content !important;
}

.text-xs .flex input {
  width: fit-content !important;
}

#step .box02 .list .ul01 li {
  width: calc(33.3333% - 40px);
  padding: 30px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #FCE1AE;
  filter: drop-shadow(0px 1px 15px rgba(222, 155, 18, 0.3));
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li {
    border-radius: 5px;
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
    filter: drop-shadow(0px 1px 5px rgba(222, 155, 18, 0.3)) !important;
  }

  #step .box02 .list .ul01 li+li {
    margin-top: 30px;
  }
}

#step .box02 .list .ul01 li:nth-child(1) {
  background: #F49F00;
  color: #ffffff;
}

#step .box02 .list .ul01 li:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: -40px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li:nth-child(1)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    top: auto;
    bottom: -26px;
  }
}

#step .box02 .list .ul01 li:nth-child(2) {
  background: #FEFAF2;
  color: #333333;
}

#step .box02 .list .ul01 li:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: -40px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li:nth-child(2)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    top: auto;
    bottom: -26px;
  }
}

#step .box02 .list .ul01 li:nth-child(3) {
  background: #FEF6E6;
  color: #333333;
}

#step .box02 .list .ul01 li:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: calc(50% - 8.5px);
  bottom: -46px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li:nth-child(3)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    bottom: -26px;
  }
}

#step .box02 .list .ul02 {
  max-width: 785px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  margin: auto;
  flex-direction: row-reverse;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  #step .box02 .list .ul02 {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 {
    display: block;
    margin-top: 30px;
    max-width: 85%;
  }
}

#step .box02 .list .ul02 li {
  width: calc(33.3333% - 40px);
  padding: 30px 10px;
  border: 1px solid #FCE1AE;
  filter: drop-shadow(0px 1px 15px rgba(222, 155, 18, 0.3));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 li {
    filter: drop-shadow(0px 1px 5px rgba(222, 155, 18, 0.3));
    border-radius: 5px;
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
  }

  #step .box02 .list .ul02 li+li {
    margin-top: 30px;
  }
}

#step .box02 .list .ul02 li:nth-child(3) {
  background: #F49F00;
  color: #ffffff;
}

#step .box02 .list .ul02 li:nth-child(2) {
  background: #FDECCC;
  color: #333333;
}

#step .box02 .list .ul02 li:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: -40px;
  top: 46%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 li:nth-child(2)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: auto;
    bottom: -21px;
  }
}

#step .box02 .list .ul02 li:nth-child(1) {
  background: #FEF1D9;
  color: #333333;
}

#step .box02 .list .ul02 li:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: -40px;
  top: 46%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 li:nth-child(1)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: auto;
    bottom: -21px;
  }
}

#step .box01 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #step .box01 {
    margin-bottom: 50px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

#step .box01::after {
  position: absolute;
  content: '';
  background: #ffffff;
  border-radius: 0 60px 60px 0;
  width: 190%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #step .box01::after {
    border-radius: 0 30px 30px 0;
  }
}

#step .box01 .icon {
  position: absolute;
  z-index: 5;
  height: 140px;
  width: 140px;
  left: calc(50% - 70px);
  top: -50px;
}

@media screen and (max-width: 768px) {
  #step .box01 .icon {
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: -40px;
  }
}

#step .box01 .list {
  position: relative;
  max-width: 590px;
  z-index: 5;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #step .box01 .list {
    max-width: 85%;
  }
}

#step .box01 .list .ttl {
  color: #FF6325;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #step .box01 .list .ttl {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

#step .box01 .list ul li {
  position: relative;
  background: #E6F1F9;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #FF6325;
  border: 1px solid #A7C7E4;
  font-size: 20px;
  font-weight: bold;
  filter: drop-shadow(0px 1px 15px rgba(19, 101, 177, 0.2));
}

@media screen and (max-width: 768px) {
  #step .box01 .list ul li {
    border-radius: 5px;
    filter: drop-shadow(0px 1px 5px rgba(19, 101, 177, 0.2));
    font-size: 16px;
  }
}

#step .box01 .list ul li::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: calc(50% - 8.5px);
  bottom: -27px;
  z-index: 5;
  background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #step .box01 .list ul li::after {
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    bottom: -21px;
  }
}

#step .box01 .list ul li:last-child::after {
  display: none;
}

#step .box01 .list ul li:nth-child(2) {
  background: #FF6325;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #step .box01 .list ul li:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 110px;
  }
}

#step .box01 .list ul li:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 64px;
  left: 23px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon02.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #step .box01 .list ul li:nth-child(2)::before {
    width: 107px;
    height: 55px;
    left: 15px;
  }
}

#step .box01 .list ul li+li {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #step .box01 .list ul li+li {
    margin-top: 30px;
  }
}

#reason .inner {
  padding: 94px 20px 0px;
  margin-bottom: 108px;
}

#plan .inner {
  padding: 209px 20px 119px;
 
}

#logos .inner {
  padding: 57px 20px 0px;
  margin-bottom: 112px;
}
@media screen and (max-width: 1440px) {
  #logos .inner,
  #reason .inner  {
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 768px) {
  #logos .inner,
  #reason .inner  {
    padding: 20px 20px;
    margin-bottom: 56px;
  }
}

.logos_ttl {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 46px;
  line-height: 67px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333;
}
#faq .logos_ttl {
  font-size: 34px;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .logos_ttl {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .logos_ttl {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.5;
  }
}

.logos_ttl span {
  margin-bottom: 3px;
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-ls-light);
}
#faq .logos_ttl span {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .logos_ttl span {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .logos_ttl span {
    font-size: 24px;
    line-height: 1.5;
  }
}

#logos .logo_img img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #logos .logo_img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #logos .logo_img {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#movice .inner {
  padding-top: 0;
}

#introduce .container {
  padding: 0 16px;
}
#footer .container {
  padding: 40px 20px;
}