@charset "UTF-8";
.sub-top-section {
  background-image: url(../image/photo/recruit-top.png);
}

.message {
  position: relative;
  max-width: 1448px;
  margin-bottom: 35px;
  padding: 50px 10%;
  background: #ff850a;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  border-radius: 30px;
  margin: 5% auto;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5%;
}
.message p {
  max-width: 1183px;
}
.message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  border-style: solid;
  border-width: 100px 60px 0 0;
  border-color: #ff850a transparent transparent;
  translate: -50% 100%;
  transform: skew(-5deg);
  transform-origin: top;
}

@media (max-width: 768px) {
  .message::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #ff850a transparent transparent;
    translate: -50% 100%;
  }
  .message::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #ff850a transparent transparent;
    translate: -50% 100%;
  }
}
.messege-section {
  padding-top: 110px;
}
.messege-section .title {
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
  color: #ff850a;
  text-align: center;
}
.messege-section .ceo-image-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.messege-section .ceo-image-wrap .title {
  white-space: nowrap;
  color: #000000;
  letter-spacing: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  padding-right: 10px;
}
.messege-section .ceo-image-wrap .title.e {
  font-family: "Aclonica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #34bdc9;
  padding-right: 10px;
}
.messege-section img {
  width: 35%;
}
.messege-section .text-set {
  margin-left: -5%;
}
.messege-section .ceo-name {
  border-bottom: 5px dotted #000000;
  margin-bottom: 5vw;
  padding-right: 5vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.messege-section .ceo-profile {
  padding-left: 5%;
}
.messege-section .ceo-profile p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 700px;
  width: 100%;
  gap: 5%;
}

@media (max-width: 768px) {
  .messege-section .text-set {
    margin-left: 0;
    padding: 5%;
  }
  .messege-section .ceo-image-wrap {
    flex-direction: column;
  }
  .messege-section .ceo-image-wrap img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  .messege-section .ceo-image-wrap .title {
    white-space: nowrap;
  }
  .messege-section .ceo-image-wrap .title.e {
    font-family: "Mitr", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #34bdc9;
  }
  .messege-section .ceo-name {
    border-bottom: 5px dotted #000000;
    margin-bottom: 30px;
    padding-right: 5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .messege-section .ceo-profile p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
    width: 100%;
    gap: 5%;
  }
}
.voice-section .title-wrap .title {
  color: #002331;
}
.voice-section .title-wrap .sub-title {
  color: #a06e32;
}

.voice-contents {
  padding-top: 50px;
  padding-bottom: 100px;
}
.voice-contents .voice-swiper {
  padding-bottom: 50px;
}
.voice-contents .voice-swiper .swiper-slide {
  background-color: white;
  border-radius: 8px;
  box-shadow: 2px 4px 7.5px rgba(0, 0, 0, 0.25);
  max-height: 550px;
}
.voice-contents .voice-swiper .card {
  margin: 55px 10%;
}
.voice-contents .voice-swiper .card .im-set {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.voice-contents .voice-swiper .card .im-set img {
  max-width: 200px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice-contents .voice-swiper .card .b-green {
  background-color: #34bdc9;
  color: #ffffff;
  padding: 0 15px;
  margin-bottom: 20px;
}
.voice-contents .voice-swiper .card .honmon {
  max-width: 468px;
}
.voice-contents .swiper-button-next,
.voice-contents .swiper-button-prev {
  margin: 1%;
}
.voice-contents .swiper-button-next::after {
  content: url(../image/icon/arrow-r.png);
}
.voice-contents .swiper-button-prev::after {
  content: url(../image/icon/arrow-l.png);
}
.voice-contents .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
}
.voice-contents .swiper-pagination-bullet-active {
  background-color: #ff850a;
}

@media (max-width: 768px) {
  .voice-contents .voice-swiper .card .im-set {
    flex-direction: column;
    align-items: center;
  }
  .voice-contents .voice-swiper .card .honmon {
    max-width: 468px;
  }
}
.schedule-section {
  background-color: #1f384b;
  padding-top: 100px;
  color: #ffffff;
  padding-bottom: 100px;
  position: relative;
}
.schedule-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/photo/s-after-b.png);
  background-size: contain;
  background-position: right;
}
.schedule-section .title-wrap {
  padding-left: 10vw;
  width: -moz-fit-content;
  width: fit-content;
}
.schedule-section .title-wrap .title {
  color: #ffffff;
}
.schedule-section .title-wrap .sub-title {
  color: #ff850a;
}
.schedule-section .contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
.schedule-section .contents .day-list {
  width: 55%;
}
.schedule-section .contents .day-list .time {
  font-family: "HelveticaLTPro-Bold";
}
.schedule-section .contents .day-list ul {
  padding: 0 5vw 0 10vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  gap: 1rem;
}
.schedule-section .contents .day-list ul li {
  display: flex;
  flex-direction: row;
  gap: 3em;
  align-items: baseline;
}
.schedule-section .contents .img-set {
  display: flex;
  flex-direction: column;
  max-width: 672px;
  width: 45%;
  align-items: flex-end;
}
.schedule-section .contents .img-set img {
  max-width: 670px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
  height: 200px;
}
.schedule-section .contents .img-set img:nth-child(2) {
  max-width: 80%;
}
.schedule-section .contents .img-set img:nth-child(3) {
  max-width: 60%;
}
.schedule-section .contents .img-set img:nth-child(4) {
  max-width: 40%;
}
.schedule-section .contents .img-set img:nth-child(5) {
  max-width: 20%;
}

@media (max-width: 768px) {
  .schedule-section {
    background-color: #1f384b;
    padding-top: 100px;
    padding-bottom: 0;
    color: #ffffff;
    padding-bottom: 40px;
  }
  .schedule-section::after {
    content: none;
  }
  .schedule-section .title-wrap {
    padding-left: 0;
    text-align: center;
    width: auto;
  }
  .schedule-section .contents {
    flex-direction: column;
  }
  .schedule-section .contents .day-list {
    width: 100%;
  }
  .schedule-section .contents .day-list ul {
    padding: 0 10vw;
  }
  .schedule-section .contents .day-list ul li {
    align-items: baseline;
    gap: 3em;
    margin-bottom: 5px;
  }
  .schedule-section .contents .img-set {
    flex-direction: row;
    max-height: 150px;
    height: 100%;
  }
  .schedule-section .contents .img-set img {
    max-width: 100%;
    height: auto;
  }
  .schedule-section .contents .img-set img:nth-child(2) {
    max-width: 100%;
  }
  .schedule-section .contents .img-set img:nth-child(3) {
    max-width: 100%;
  }
  .schedule-section .contents .img-set img:nth-child(4) {
    max-width: 100%;
  }
  .schedule-section .contents .img-set img:nth-child(5) {
    max-width: 100%;
  }
}
.recruit-section {
  background-image: url(../image/photo/recruit-back.png);
  padding-top: 110px;
  padding-bottom: 150px;
  padding: 5%;
}
.recruit-section .recruit-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 5%;
  position: relative;
  z-index: 1;
}
.recruit-section .recruit-wrapper::after {
  position: absolute;
  background: #ffffff;
  opacity: 0.8;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
}
.recruit-section .custom-select {
  position: relative;
  cursor: pointer;
  font-family: "Helvetica", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 1371px;
  width: 100%;
  margin: 0 auto;
}
.recruit-section .custom-select .selected {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 2px solid #ff850a;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.recruit-section .custom-select .selected::after {
  position: absolute;
  content: "";
  background-image: url(../image/icon/arrow-listsvg.svg);
  width: 2rem;
  height: 2rem;
  right: 10px;
  top: 40%;
}
.recruit-section .custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  background: #444;
  width: 100%;
  display: none;
  border-radius: 6px;
  margin-top: 5px;
  z-index: 10;
}
.recruit-section .custom-select .options li {
  padding: 10px 15px;
  color: #fff;
}
.recruit-section .custom-select .options li:hover {
  background: #555;
}
.recruit-section .custom-select.open .options {
  display: block;
}
.recruit-section .content-box {
  position: relative;
  max-width: 1371px;
  width: 100%;
  margin: 0 auto;
}
.recruit-section .animated-list li {
  opacity: 0;
  transform: scale(0.9);
  animation: blockIn 0.4s forwards;
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  gap: 10px;
  margin-bottom: 30px;
}
.recruit-section .animated-list li span {
  opacity: 0.8;
  padding: 1% 5%;
  display: inline-block;
}
.recruit-section .animated-list li span.list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
}
@keyframes blockIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 768px) {
  .recruit-section {
    padding-bottom: 50px;
  }
  .recruit-section .custom-select {
    width: 80%;
  }
  .recruit-section .animated-list li {
    grid-template-columns: auto;
    text-align: center;
  }
}
.flow-section {
  background: linear-gradient(90deg, #62e1b7, #428bbf);
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 150px;
}
.flow-section .title-wrap .title {
  color: #ffffff;
}
.flow-section .title-wrap .sub-title {
  color: #ff850a;
}
.flow-section .flow-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.flow-section .flow-wrap img {
  max-width: 200px;
}
.flow-section .flow-wrap .triangle {
  padding: 0px 20px;
}
.flow-section .text-small {
  max-width: 1000px;
  margin: 51px auto;
}

.entry-btn {
  padding: 5%;
  align-items: center;
  max-width: 853px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.entry-btn a {
  background-color: #ff850a;
  color: #ffffff;
  padding: 5% 10%;
  display: block;
  text-align: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .flow-section {
    background: linear-gradient(90deg, #62e1b7, #428bbf);
    padding-bottom: 50px;
  }
  .flow-section .text-small {
    width: 80%;
  }
  .flow-section .flow-wrap {
    flex-direction: column;
  }
  .flow-section .flow-wrap .triangle {
    padding: 20px 0px;
    transform: rotate(90deg);
  }
}
.voice-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  justify-content: center;
  max-width: 1700px;
  margin: 0 5%;
  gap: 50px;
}
@media (max-width: 768px) {
  .voice-card-wrapper {
    grid-template-columns: auto;
  }
}
.voice-card-wrapper .voice-card {
  background: white;
  box-shadow: 2px 4px 7.5px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice-card-wrapper .voice-card img {
  width: 100%;
  max-width: 300px;
}
.voice-card-wrapper .voice-card h4 {
  font-size: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #ff850a;
  margin: 1rem 0;
  text-align: center;
}
.voice-card-wrapper .voice-card h5 {
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin-bottom: 1rem;
}
.voice-card-wrapper .voice-card p {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}/*# sourceMappingURL=recruit.css.map */