@charset "UTF-8";
.float_btn_pc,
.float_btn_sp {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.float_btn_pc.active,
.float_btn_sp.active {
  visibility: visible;
  opacity: 1;
}

#rev2401 {
  position: relative;
  z-index: 10;
}
#rev2401 .pc {
  display: block !important;
}
#rev2401 .pcil {
  display: inline !important;
}
#rev2401 .pcfx {
  display: flex !important;
}
#rev2401 .sp {
  display: none !important;
}
#rev2401 .spil {
  display: none !important;
}
#rev2401 .spfx {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #rev2401 .pc {
    display: none !important;
  }
  #rev2401 .pcil {
    display: none !important;
  }
  #rev2401 .pcfx {
    display: none !important;
  }
  #rev2401 .sp {
    display: block !important;
  }
  #rev2401 .spil {
    display: inline !important;
  }
  #rev2401 .spfx {
    display: flex !important;
  }
}
#rev2401 ol,
#rev2401 ul,
#rev2401 li {
  list-style-type: none;
}
#rev2401 div.btn_scl {
  position: fixed;
  width: 71px;
  height: auto;
  right: -2px;
  top: 20%;
  z-index: 300;
}
#rev2401 div.btn_scl_sp {
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0%;
  z-index: 100;
}
#rev2401 .section_fv {
  position: relative;
  z-index: 200;
  width: 100%;
}
#rev2401 .section_fv .mv {
  width: 100%;
  position: relative;
}
#rev2401 .section_fv .mv h1 {
  position: absolute;
  top: 2.5%;
  left: 5%;
  width: 19.3333333333%;
}
#rev2401 .section_fv .mv .mv_copy {
  position: absolute;
  right: -1px;
  top: 32%;
  width: 52.875%;
}
#rev2401 .section_fv .mv .mv_apply {
  position: absolute;
  left: 50%;
  bottom: 24%;
  transform: translateX(-50%);
  width: 32.5416666667%;
}
#rev2401 section {
  width: 100%;
  padding: 0;
  background: none;
}
#rev2401 section .sec_header {
  position: relative;
  height: 12.5vw;
  max-height: 150px;
}
#rev2401 section .sec_header > img {
  width: 100%;
  height: 100%;
}
#rev2401 section .sec_header h2 {
  position: absolute;
  width: 81.6666666667%;
  max-width: 980px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#rev2401 section .contents {
  position: relative;
  width: 81.6666666667%;
  max-width: 980px;
  margin: auto;
}
#rev2401 section.vision {
  position: relative;
  z-index: 210;
  margin-top: -12.6666666667%;
}
#rev2401 section.vision .sec_header h2 {
  padding-top: 5%;
}
#rev2401 section.vision .sec_header h2 img {
  width: 53.8775510204%;
}
#rev2401 section.vision .contents_wrap {
  width: 100%;
  background: #74c7f0;
  padding: 5% 0;
}
#rev2401 section.vision .contents_wrap .innerflex {
  display: flex;
}
#rev2401 section.vision .contents_wrap .innerflex > div {
  width: 50%;
}
#rev2401 section.vision .contents_wrap .innerflex .fleximg img {
  width: 90%;
  max-width: 438px;
}
#rev2401 section.vision .contents_wrap .innerflex .flextxt {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: #fff;
  line-height: 2.2em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1200px) {
  #rev2401 section.vision .contents_wrap .innerflex .flextxt {
    font-size: 20px;
  }
}
#rev2401 section.support {
  background: #f0f0f0;
}
#rev2401 section.support .sec_header h2 {
  text-align: right;
}
#rev2401 section.support .sec_header h2 img {
  margin-top: 2%;
  width: 47.4489795918%;
}
#rev2401 section.support .sec_header h2 p {
  margin-top: 0.8em;
  color: #ff9fa8;
  font-size: 1.9166666667vw;
}
@media screen and (min-width: 1200px) {
  #rev2401 section.support .sec_header h2 p {
    font-size: 23px;
  }
}
#rev2401 section.support .contents_wrap .contents {
  padding-bottom: 3%;
}
#rev2401 section.support .contents_wrap .contents ul.topics {
  display: flex;
  justify-content: space-between;
}
#rev2401 section.support .contents_wrap .contents ul.topics li {
  width: 33%;
  max-width: 320px;
  margin-top: -2%;
}
#rev2401 section.support .contents_wrap .contents ul.topics li.topic01 img {
  margin-top: -20%;
}
#rev2401 section.support .contents_wrap .contents ul.topics li.topic03 img {
  margin-top: 20%;
}
#rev2401 section.support .contents_wrap .contents .apply_dtl {
  width: 100%;
  background: #fff;
  padding: 5%;
  position: relative;
  margin: 2em auto;
}
#rev2401 section.support .contents_wrap .contents .apply_dtl h3 {
  width: 100%;
  color: #74c7f0;
  text-align: center;
  border-bottom: 1px solid #ededed;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-size: 23px;
}
#rev2401 section.support .contents_wrap .contents .apply_dtl ol {
  width: 64.2857142857%;
  margin: 1.8em auto;
  list-style-type: none;
  line-height: 2em;
}
#rev2401 section.support .contents_wrap .contents .apply_dtl ol li {
  font-weight: bold;
  color: #555555;
  letter-spacing: 1px;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
}
#rev2401 section.support .contents_wrap .contents .apply_dtl ol li::before {
  content: "●";
  color: #74c7f0;
}
#rev2401 section.support .contents_wrap .contents .apply_dtl img.icon {
  width: 20.4081632653%;
  max-width: 200px;
  position: absolute;
  top: -33%;
  left: -3%;
}
#rev2401 section.searchdata {
  background: #ff9fa8;
  padding-bottom: 1px;
}
#rev2401 section.searchdata .sec_header h2 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62.5510204082%;
}
#rev2401 section.searchdata .contents {
  background: #fff;
  padding: 5% 2%;
  position: relative;
  margin-bottom: 5%;
}
#rev2401 section.searchdata .contents .flexbox {
  display: flex;
  justify-content: space-between;
}
#rev2401 section.searchdata .contents .flexbox > img {
  width: 50%;
}
#rev2401 section.searchdata .contents > p {
  position: absolute;
  right: 0;
  top: -1.5rem;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}
#rev2401 section.interview {
  background: #74c7f0;
  padding-bottom: 1px;
}
#rev2401 section.interview .sec_header {
  background: #ff9fa8;
}
#rev2401 section.interview .sec_header h2 img {
  position: absolute;
  bottom: 40%;
  right: 0;
  width: 50.2040816327%;
}
#rev2401 section.interview .contents {
  margin-bottom: 5%;
}
#rev2401 section.interview .contents .contheader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
}
#rev2401 section.interview .contents .contheader h3,
#rev2401 section.interview .contents .contheader p {
  width: 50%;
  color: #fff;
}
#rev2401 section.interview .contents .contheader h3 {
  font-size: 4vw;
}
@media screen and (min-width: 1200px) {
  #rev2401 section.interview .contents .contheader h3 {
    font-size: 48px;
  }
}
#rev2401 section.interview .contents .contheader p {
  font-weight: 700;
  font-size: 1.5vw;
}
@media screen and (min-width: 1200px) {
  #rev2401 section.interview .contents .contheader p {
    font-size: 18px;
  }
}
#rev2401 section.interview .contents ol.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2% 2%;
}
#rev2401 section.interview .contents ol.flexbox li.teams {
  width: 32%;
  min-width: 200px;
  background: #fff;
  margin-bottom: 2%;
}
#rev2401 section.interview .contents ol.flexbox li.teams img {
  margin-bottom: 10%;
}
#rev2401 section.interview .contents ol.flexbox li.teams .listtxt {
  width: 80%;
  margin: auto;
}
#rev2401 section.interview .contents ol.flexbox li.teams .listtxt h4 {
  font-size: 14px;
  margin-bottom: 1em;
  text-align: center;
}
#rev2401 section.interview .contents ol.flexbox li.teams .listtxt p {
  font-size: 14px;
  line-height: 1.4em;
  text-align: justify;
}
#rev2401 section.interview .contents ol.flexbox li.teams .listtxt > a {
  display: flex;
  width: 80%;
  margin: 1em auto;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}
#rev2401 section.interview .contents ol.flexbox li.teams .listtxt > a img {
  width: 50%;
  max-width: 104px;
  margin-bottom: 0;
}
#rev2401 section.ceo {
  background: #f0f0f0;
  padding-bottom: 1px;
}
#rev2401 section.ceo .contents_wrap .contents {
  padding-top: 2rem;
  width: 75%;
  max-width: 900px;
}
#rev2401 section.ceo .contents_wrap .contents .flexbox {
  display: flex;
  padding-bottom: 5%;
}
#rev2401 section.ceo .contents_wrap .contents .flexbox .ceoimg {
  width: 36.8888888889%;
  max-width: 332px;
  margin-top: 2rem;
}
#rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext {
  width: 63.1111111111%;
  padding-left: 4em;
}
#rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p {
  font-size: 14px;
  margin-bottom: 1em;
  font-size: 1.1666666667vw;
}
@media screen and (min-width: 1200px) {
  #rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p {
    font-size: 14px;
  }
}
#rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p.ceoname {
  text-align: right;
}
#rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p.ceoname span {
  font-size: 20px;
  font-weight: 700;
  font-size: 1.6666666667vw;
}
@media screen and (min-width: 1200px) {
  #rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p.ceoname span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #rev2401 .section_fv {
    position: relative;
    width: 100%;
  }
  #rev2401 .section_fv .mv {
    width: 100%;
    position: relative;
  }
  #rev2401 .section_fv .mv .mv_apply {
    position: absolute;
    left: 50%;
    bottom: 13%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 385px;
  }
  #rev2401 section {
    width: 100%;
    padding: 0;
    background: none;
  }
  #rev2401 section .sec_header {
    position: relative;
    height: auto;
    max-height: none;
  }
  #rev2401 section .sec_header > img {
    width: 100%;
    height: auto;
  }
  #rev2401 section .sec_header h2 {
    position: static;
    width: 84%;
    max-width: none;
    height: auto;
    transform: translateX(0%);
    margin: auto;
  }
  #rev2401 section .sec_header h2 img {
    width: 100% !important;
  }
  #rev2401 section .contents {
    position: relative;
    width: 84%;
    max-width: none;
    margin: auto;
  }
  #rev2401 section.vision {
    position: relative;
    z-index: 300;
    margin-top: 0;
  }
  #rev2401 section.vision .sec_header {
    background: #74c7f0;
  }
  #rev2401 section.vision .sec_header h2 {
    padding-top: 10%;
  }
  #rev2401 section.vision .sec_header h2 img {
    width: 100%;
  }
  #rev2401 section.vision .contents_wrap {
    width: 100%;
    background: #74c7f0;
    padding: 5% 0;
  }
  #rev2401 section.vision .contents_wrap .innerflex {
    display: block;
  }
  #rev2401 section.vision .contents_wrap .innerflex > div {
    width: 100%;
  }
  #rev2401 section.vision .contents_wrap .innerflex .fleximg img {
    width: 100%;
    max-width: 438px;
  }
  #rev2401 section.vision .contents_wrap .innerflex .flextxt {
    font-size: 3.7333333333vw;
    margin-bottom: 2em;
  }
  #rev2401 section.support {
    background: #f0f0f0;
  }
  #rev2401 section.support .sec_header h2 {
    padding-top: 10%;
    text-align: center;
  }
  #rev2401 section.support .sec_header h2 img {
    margin-top: 2%;
    width: 100%;
  }
  #rev2401 section.support .sec_header h2 p {
    font-size: 6.1333333333vw;
    margin-bottom: 2em;
  }
  #rev2401 section.support .contents_wrap .contents {
    padding-bottom: 0%;
  }
  #rev2401 section.support .contents_wrap .contents ul.topics {
    display: block;
  }
  #rev2401 section.support .contents_wrap .contents ul.topics li {
    width: 100%;
    max-width: none;
    margin-top: 0%;
    margin-bottom: 10%;
  }
  #rev2401 section.support .contents_wrap .contents ul.topics li.topic01 img {
    margin-top: 0%;
  }
  #rev2401 section.support .contents_wrap .contents ul.topics li.topic03 img {
    margin-top: 0%;
  }
  #rev2401 section.support .contents_wrap .contents .dtl_wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #74c7f0;
    padding: 10% 0;
  }
  #rev2401 section.support .contents_wrap .contents .apply_dtl {
    width: 84%;
    background: #fff;
    padding: 5% 8%;
    position: relative;
    margin: 0 auto 2em;
  }
  #rev2401 section.support .contents_wrap .contents .apply_dtl h3 {
    width: 100%;
    color: #74c7f0;
    text-align: center;
    border-bottom: 1px solid #ededed;
    line-height: 1.8em;
    letter-spacing: 0.2em;
  }
  #rev2401 section.support .contents_wrap .contents .apply_dtl ol {
    width: 100%;
    margin: 1.8em auto;
    list-style-type: none;
    line-height: 1.2em;
  }
  #rev2401 section.support .contents_wrap .contents .apply_dtl ol li {
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.8em;
    font-size: 12px;
  }
  #rev2401 section.support .contents_wrap .contents .apply_dtl img.icon {
    width: 20.4081632653%;
    max-width: 200px;
    position: absolute;
    top: -33%;
    left: -3%;
  }
  #rev2401 section.searchdata {
    background: #ff9fa8;
    padding-bottom: 1px;
  }
  #rev2401 section.searchdata .sec_header {
    height: auto;
    margin-bottom: 1em;
  }
  #rev2401 section.searchdata .sec_header h2 {
    position: static;
    padding-top: 10%;
  }
  #rev2401 section.searchdata .sec_header h2 img {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #rev2401 section.searchdata .contents {
    background: none;
    padding: 0;
    position: relative;
    margin-bottom: 5%;
  }
  #rev2401 section.searchdata .contents .flexbox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100vw;
  }
  #rev2401 section.searchdata .contents .flexbox > img {
    width: 100%;
  }
  #rev2401 section.searchdata .contents .flexbox .slick-slide {
    margin: 0 10px;
  }
  #rev2401 section.searchdata .contents .flexbox .slick-dots {
    bottom: -8%;
  }
  #rev2401 section.searchdata .contents .flexbox .slick-dots li.slick-active button:before {
    border: none;
  }
  #rev2401 section.searchdata .contents > p {
    position: static;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
  }
  #rev2401 section.interview {
    background: #74c7f0;
    padding-bottom: 1px;
  }
  #rev2401 section.interview .sec_header {
    background: none;
  }
  #rev2401 section.interview .sec_header h2 {
    padding-top: 10%;
  }
  #rev2401 section.interview .sec_header h2 img {
    position: static;
    width: 100%;
  }
  #rev2401 section.interview .contents {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #rev2401 section.interview .contents .contheader {
    display: block;
    margin-top: 5%;
    margin-bottom: 3%;
  }
  #rev2401 section.interview .contents .contheader h3,
  #rev2401 section.interview .contents .contheader p {
    width: 100%;
    color: #fff;
  }
  #rev2401 section.interview .contents .contheader h3 {
    font-size: 6.1333333333vw;
    text-align: center;
    padding-bottom: 1em;
  }
  #rev2401 section.interview .contents .contheader p {
    font-weight: 700;
    font-size: 3.7333333333vw;
    padding-bottom: 1em;
  }
  #rev2401 section.interview .contents ol.flexbox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    display: block;
  }
  #rev2401 section.interview .contents ol.flexbox li.teams {
    width: 100%;
    min-width: auto;
    background: #fff;
    margin-bottom: 0;
  }
  #rev2401 section.interview .contents ol.flexbox li.teams img {
    margin-bottom: 10%;
  }
  #rev2401 section.interview .contents ol.flexbox li.teams .listtxt {
    width: 86%;
    margin: auto;
    padding: 0 0 0.5em;
  }
  #rev2401 section.interview .contents ol.flexbox li.teams .listtxt h4 {
    font-size: 14px;
    margin-bottom: 1em;
  }
  #rev2401 section.interview .contents ol.flexbox li.teams .listtxt p {
    font-size: 12px;
    line-height: 1.4em;
    height: 6em;
  }
  #rev2401 section.interview .contents ol.flexbox li.teams .listtxt > a {
    display: flex;
    width: 80%;
    margin: 1em auto;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
  }
  #rev2401 section.interview .contents ol.flexbox li.teams .listtxt > a img {
    width: 50%;
    max-width: 104px;
    margin-bottom: 0;
  }
  #rev2401 section.interview .contents ol.flexbox .slick-slide {
    margin: 0 8px;
  }
  #rev2401 section.interview .contents ol.flexbox .slick-dots {
    bottom: -8%;
  }
  #rev2401 section.interview .contents ol.flexbox .slick-dots li.slick-active button:before {
    border: none;
  }
  #rev2401 section.ceo {
    background: #f0f0f0;
    padding-bottom: 1px;
  }
  #rev2401 section.ceo .contents_wrap .contents {
    padding-top: 2rem;
    width: 84%;
    margin: auto;
    max-width: auto;
  }
  #rev2401 section.ceo .contents_wrap .contents .flexbox {
    display: block;
    padding-bottom: 25%;
  }
  #rev2401 section.ceo .contents_wrap .contents .flexbox .ceoimg {
    width: 100%;
    max-width: 332px;
    margin: 1rem auto;
  }
  #rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext {
    width: 100%;
    padding-left: 0;
  }
  #rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p {
    font-size: 3.7333333333vw;
    margin-bottom: 1em;
  }
  #rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p.ceoname {
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 2em;
  }
  #rev2401 section.ceo .contents_wrap .contents .flexbox .ceotext p.ceoname span {
    font-size: 20px;
    font-weight: 700;
    font-size: 6.1333333333vw;
  }
}