@charset "UTF-8";
/****************************************************************************
        TOP
****************************************************************************/
/**      メインビジュアル      **/
section.main-visual {
  position: relative;
  height: 780px;
}
section.main-visual::before {
  content: "";
  display: block;
  background-image: url(../images/mv-bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

p.mv-copy {
  position: absolute;
  top: 60%;
  left: 7%;
  font-size: 3.8vw;
  font-weight: bold;
}

.mv-aizyu {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
}
.mv-aizyu img {
  width: 100%;
}

.mv-nav_area {
  position: absolute;
  bottom: 40px;
  left: 3%;
  border: solid 1px #FCB527;
  background-color: #fff;
  border-radius: 45px;
  padding: 18px 36px;
  align-items: center;
  gap: 24px;
}

.mv-nav_link a {
  font-size: 16px;
  font-weight: bold;
}

.mv-contact_area {
  position: absolute;
  bottom: 5%;
  right: 3%;
  gap: 20px;
}

.mv-contact_btn {
  width: 120px;
  height: 120px;
}
.mv-contact_btn img {
  width: 100%;
}

/**      メッセージ      **/
.respect-move_text {
  overflow-x: hidden;
}

.respect-first_text {
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  animation: respectText 40s linear infinite;
}

@keyframes respectText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.respect-sec {
  position: relative;
  margin-top: 20px;
  padding-bottom: 120px;
}
section.respect-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FCB527;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

.respect-icon01_img {
  position: absolute;
  top: 5%;
  right: 2%;
  max-width: 140px;
}
.respect-icon01_img img {
  width: 100%;
}

.respect-icon02_img {
  position: absolute;
  bottom: 5%;
  left: 7%;
  max-width: 190px;
}
.respect-icon02_img img {
  width: 100%;
}

.respect-sec_container {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.respect-text_area {
  width: 50%;
}

p.respect-text_head {
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 2.2vw;
  background-color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
  padding: 0px 20px;
  border-bottom: 3px solid #000;
}
p.respect-text_head span {
  font-size: 3.2vw;
}

.respect-text_wrap {
  margin-top: 40px;
}

p.respect-text_message {
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  line-height: 1.1;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.respect-img_area {
  max-width: 540px;
  gap: 24px;
  justify-content: center;
}
.respect-img_area img {
  width: 100%;
}
.staff-first_sec {
  width: 100%;

  position: relative;
}
.staff-sec_top {
  max-width: 1600px;
  width: 90%;
  margin: 70px auto 0;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.staff-top_staff img {
  width: 100%;
  height: 240px;
}

.staff-top_message {
  width: 80%;
  max-width: 1020px;
}
.staff-top_message img {
  width: 100%;
}

section.staff-sec {
  margin-top: 120px;
  position: relative;
  padding-bottom: 90px;
}
section.staff-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F8F4EB;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

.staff-title_en {
  font-size: 4.6vw;
  font-weight: bold;
}

.staff-sec_message {
  max-width: 1240px;
  width: 100%;
  margin-top: 40px;
}
.staff-sec_message img {
  width: 100%;
}

.staff-icon01_img {
  position: absolute;
  top: 0;
  left: 5%;
  max-width: 130px;
}
.staff-icon01_img img {
  width: 100%;
}

.staff-icon02_img {
  position: absolute;
  bottom: 5%;
  right: 3%;
  max-width: 190px;
}
.staff-icon02_img img {
  width: 100%;
}

h2.staff-title_en {
  max-width: 680px;
  width: 90%;
  margin: 0 auto;
}
h2.staff-title_en img {
  width: 100%;
}

p.staff-title_jp {
  margin-top: 24px;
  font-size: 26px;
  font-weight: bold;
}

ul.staff-slide_area {
  margin-top: 60px;
}

li.slick-item {
  margin-right: 24px;
}
li.slick-item img {
  border-radius: 35px;
}

section.interview-sec {
  padding-bottom: 90px;
  position: relative;
}

.interview-title_wrap {
  margin-top: 60px;
}

h2.interview-title_en {
  font-size: 4.6vw;
  font-weight: bold;
  color: #FCB527;
}

p.interview-title_jp {
  font-size: 24px;
  font-weight: bold;
}

.staff-btn {
  margin: 40px auto 0;
}
.staff-btn::before {
  background-image: url(../images/arrow-black.png);
}
.staff-btn::after {
  border: dotted 1px #000000;
}
.staff-btn02 {
  margin: 40px auto 0;
}
.staff-btn02::before {
  background-image: url(../images/arrow-white.png);
}
.staff-btn02::after {
  border: dotted 1px #ffffff;
}

section.about-sec {
  margin-top: 120px;
  position: relative;
  padding-bottom: 70px;
}
section.about-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #70B7DB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.about-text_aizyu {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 560px;
}
.about-text_aizyu img {
  width: 100%;
}

.about-icon01_img {
  position: absolute;
  bottom: 0;
  right: 7%;
  max-width: 170px;
}
.about-icon01_img img {
  width: 100%;
}

.about-top_message {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.about-top_message img {
  width: 100%;
}

.about-sec_container {
  justify-content: center;
  gap: 60px;
  align-items: center;
}

.about-img_area {
  max-width: 480px;
}
.about-img_area img {
  width: 100%;
}

.about-text_area {
  max-width: 560px;
}

p.about-title_en {
  font-size: 4.6vw;
  font-weight: bold;
}

h2.about-text_jp {
  font-size: 26px;
  font-weight: bold;
}

p.about-text_message {
  font-size: 16px;
  margin-top: 40px;
}

.about-btn {
  margin-top: 40px;
}
.about-btn::before {
  background-image: url(../images/arrow-blue.png);
}
.about-btn::after {
  border: dotted 1px #70B7DB;
}

section.number-sec {
  position: relative;
  padding: 110px 0 140px;
}
section.number-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F8F4EB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.number-icon01_img {
  position: absolute;
  top: 4%;
  left: 0%;
  max-width: 150px;
  z-index: -1;
}
.number-icon01_img img {
  width: 100%;
}

.number-icon02_img {
  position: absolute;
  bottom: 8%;
  right: 2%;
  max-width: 170px;
  z-index: 3;
}
.number-icon02_img img {
  width: 100%;
}

h2.number-title_jp {
  font-size: 4.2vw;
  font-weight: bold;
}

.number-sec_container {
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}

.number-text_area {
  max-width: 620px;
  width: 100%;
}

h2.number-top_jp {
  font-size: 4.2vw;
  line-height: 1.1;
  font-weight: bold;
}
h2.number-top_jp span {
  font-size: 5.2vw;
  line-height: 1.1;
}

h3.number-title_en {
  font-size: 3.6vw;
  font-weight: bold;
  color: #F1B1B7;
}

p.number-title_jp {
  font-size: 26px;
  font-weight: bold;
  color: #F1B1B7;
}

p.number-text_message {
  margin-top: 40px;
  font-size: 16px;
}

.number-btn {
  margin-top: 40px;
}
.number-btn::before {
  background-image: url(../images/arrow-white.png);
}
.number-btn::after {
  border: dotted 1px #fff;
}

.number-img_area {
  max-width: 560px;
}
.number-img_area img {
  width: 100%;
  border-radius: 35px;
}

/****************************************************************************
        レスポンシブ
****************************************************************************/
/**      1200px以下      **/
/**      781px以上      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
/**      780px　以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
}
/**      SP  480px以下      **/
@media screen and (max-width: 640px) {
  /**      メインビジュアル      **/
  section.main-visual {
    height: 760px;
  }
  p.mv-copy {
    position: absolute;
    top: 70%;
    left: 5%;
    font-size: 26px;
  }
  .mv-aizyu {
    width: 100%;
    max-width: 380px;
    top: 110px;
  }
  .mv-nav_area {
    display: none;
  }
  .mv-contact_area {
    display: none;
  }
  .respect-first_text img {
    height: 80px;
  }
  /**      メッセージ      **/
  section.respect-sec {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .respect-sec_container {
    flex-wrap: wrap;
  }
  p.respect-text_head {
    font-size: 18px;
  }
  p.respect-text_head span {
    font-size: 28px;
  }
  p.respect-text_message {
    width: auto;
  }
  .respect-icon01_img {
    top: -50px;
    max-width: 70px;
  }
  .respect-sec_container {
    gap: 18px;
  }
  .respect-text_area {
    width: 100%;
  }
  h2.respect-text_head {
    font-size: 22px;
    margin-top: 16px;
  }
  h3.respect-text_sub {
    font-size: 18px;
  }
  p.respect-text_message {
    margin-top: 28px;
    font-size: 16px;
  }
  .staff-sec_top {
    width: 100%;
    margin: 50px auto 0;
    gap: 14px;
  }
  .staff-top_staff img {
    display: none;
  }
  .respect-img_area {
    max-width: 320px;
    margin: 0 auto;
  }
  .staff-top_message {
  width: 90%;
  max-width: 1020px;
}
  /**      未来を創る仲間たち     **/
  section.staff-sec {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .staff-icon01_img {
    position: absolute;
    top: -20px;
    left: 0;
    max-width: 60px;
  }
  .staff-icon02_img {
    top: unset;
    bottom: 0;
    right: 0;
    max-width: 60px;
  }
  h2.staff-title_en {
    width: 100%;
  }
  .staff-title_en {
    width: 7.6vw;
  }
  p.staff-title_jp {
    margin-top: 14px;
    font-size: 20px;
  }
  ul.staff-slide_area {
    margin-top: 40px;
  }
  li.slick-item {
    margin-right: 14px;
  }
  li.slick-item img {
    width: 240px;
  }
  .interview-title_wrap {
    margin-top: 40px;
  }
  h2.interview-title_en {
    font-size: 7.6vw;
  }
  p.interview-title_jp {
    font-size: 20px;
    font-weight: bold;
  }
  .staff-btn {
    margin: 30px auto 0;
  }
  section.about-sec {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .about-text_aizyu {
    display: none;
  }
   .about-icon01_img {
    top: -30%;
    right: unset;
    left: 1%;
  }
  .about-sec_container {
    gap: 20px;
    flex-wrap: wrap;
  }
  .about-text_area {
    max-width: 560px;
  }
  .about-img_area {
    max-width: 320px;
    margin: 20px auto 0;
  }
  p.about-title_en {
    font-size: 7.6vw;
    margin-top: 20px;
  }
  h2.about-text_jp {
    font-size: 20px;
  }
  p.about-text_message {
    font-size: 16px;
    margin-top: 24px;
  }
  section.number-sec {
    padding: 50px 0;
  }
  h2.number-top_jp {
    font-size: 35px;
  }
  h2.number-top_jp span {
    font-size: 14.4vw;
    margin-top: 14px;
  }
  h3.number-title_en {
    font-size: 7.6vw;
    margin-top: 14px;
  }
  p.number-title_jp {
    font-size: 20px;
  }
  .number-icon01_img {
    bottom: unset;
    top: 6%;
    left: 0%;
    max-width: 70px;
    z-index: 5;
  }
  .number-icon02_img {
    bottom: 0%;
    right: 2%;
    max-width: 140px;
  }
  h2.number-title_jp {
    font-size: 9vw;
  }
  .number-sec_container {
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  h3.number-title_sub {
    font-size: 24px;
    margin-top: 20px;
  }
  p.number-text_message {
    margin-top: 24px;
    font-size: 16px;
  }
  .number-btn {
    margin-top: 40px;
  }
  .number-img_area {
    max-width: 560px;
    margin-top: 24px;
  }
  .number-img_area img {
    border-radius: 25px;
  }
}

.staff-first_icon {
  position: absolute;
  bottom: 100%;
  right: 3%;
  max-width: 60px;
}
.staff-first_icon img {
  width: 100%;
}
.interview-icon01_img {
  position: absolute;
  top: -3%;
  left: 3%;
  max-width: 90px;
}
.interview-icon02_img {
  position: absolute;
  top: 0%;
  right: 3%;
  max-width: 90px;
}
.interview-icon01_img img, .interview-icon02_img img {
  width: 100%;
}
.about-us_circle {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: -2;
  transform: translateY(-50%);
}
.top-message_circle {
  width: 35%;
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: -2;
  transform: translateY(-50%);
}
.about-us_circle img,.top-message_circle img {
  width: 100%;
}