/* LESS Document */
html {
  scroll-padding-top: 64px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  workStyleArea
+++++++++++++++++++++++++++++++++++++++++++ */
.workStyleArea hgroup {
  padding: 0 10px 40px 60px;
  line-height: 1;
  border-image: linear-gradient(to right, #1F296B, #FFF) 1;
  border-bottom: 1px solid;
  position: relative;
}
@media (width <= 767px) {
  .workStyleArea hgroup {
    padding: 0 10px 10px;
  }
}
.workStyleArea hgroup h2 {
  font-size: 6.4rem;
  font-weight: 900;
  color: #1F296A;
}
@media (width <= 767px) {
  .workStyleArea hgroup h2 {
    font-size: 12.8vw;
  }
}
.workStyleArea hgroup p {
  font-size: 16rem;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(31, 41, 106, 0.07);
  white-space: nowrap;
  letter-spacing: -5%;
  position: absolute;
  left: 106px;
  bottom: 40px;
}
@media (width <= 767px) {
  .workStyleArea hgroup p {
    font-size: 32vw;
    left: 10px;
    bottom: 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  aboutArea
+++++++++++++++++++++++++++++++++++++++++++ */
.aboutArea {
  width: 680px;
  margin: 0 120px 0 150px;
}
@media (width <= 1279px) {
  .aboutArea {
    margin: 0 10px;
  }
}
@media (width <= 767px) {
  .aboutArea {
    width: auto;
  }
}
.aboutArea.pos2 {
  margin-top: -38px;
  margin-left: auto;
}
@media (width <= 1023px) {
  .aboutArea.pos2 {
    margin-top: 0;
  }
}
@media (width <= 767px) {
  .aboutArea.pos2 {
    margin: 0 10px;
  }
}
.aboutArea.pos2 h4 span {
  color: #1F296A;
}
.aboutArea.pos2 .aboutMessage_text {
  margin-left: 0;
  border-radius: 60px 60px 0 60px;
  right: auto;
  left: 0;
  box-shadow: 6px 6px 0 0 #BDCEED;
}
@media (width <= 767px) {
  .aboutArea.pos2 .aboutMessage_text {
    border-radius: 60px;
  }
}
.aboutArea.pos2 .aboutMessage img {
  margin-left: auto;
}
.aboutArea.pos3 {
  margin-top: -100px;
}
@media (width <= 1023px) {
  .aboutArea.pos3 {
    margin-top: 0;
  }
}
@media (width <= 767px) {
  .aboutArea.pos3 {
    margin: 0 10px;
  }
}
.aboutArea.pos3 .aboutMessage {
  padding-top: 50px;
}
@media (width <= 767px) {
  .aboutArea.pos3 .aboutMessage {
    padding-top: 0;
  }
}
.aboutArea h4 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 4rem;
}
@media (width <= 767px) {
  .aboutArea h4 {
    font-size: 8vw;
  }
}
.aboutArea h4 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 7.4rem;
  color: #AF1C40;
}
@media (width <= 767px) {
  .aboutArea h4 span {
    font-size: 14vw;
  }
}
.aboutMessage {
  position: relative;
}
@media (width <= 767px) {
  .aboutMessage {
    margin-bottom: 50px;
  }
}
.aboutMessage_text {
  width: 426px;
  margin-left: auto;
  padding: 24px 32px;
  border: #000 3px solid;
  border-radius: 60px 60px 60px 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 8%;
  line-height: 1.4;
  background: #FFF;
  box-shadow: 6px 6px 0 0 #EDBDBE;
  position: absolute;
  top: 0;
  right: 0;
}
@media (width <= 767px) {
  .aboutMessage_text {
    width: auto;
    margin-top: -60px;
    border-radius: 60px;
    font-size: 4vw;
    position: relative;
    z-index: 1;
  }
}
.aboutMessage img {
  display: block;
}
@media (width <= 767px) {
  .aboutMessage img {
    width: 75vw;
    max-width: 328px;
    margin: 0 auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  roleList
+++++++++++++++++++++++++++++++++++++++++++ */
.roleList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  margin: 40px 10px 40px;
}
@media (width <= 1023px) {
  .roleList {
    gap: 20px;
  }
}
@media (width <= 767px) {
  .roleList {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.roleList li {
  width: 100%;
  max-width: 280px;
  padding: 20px 0;
  border-radius: 20px;
  border: #1F296A 8px solid;
  font-size: clamp(0px, 3.2vw, 4.4rem);
  font-weight: 900;
  text-align: center;
  color: #1F296A;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media (width <= 1023px) {
  .roleList li {
    border-width: 6px;
  }
}
@media (width <= 767px) {
  .roleList li {
    max-width: 240px;
    width: calc(50% - 10px);
    font-size: 4.8vw;
  }
}
.roleList li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.roleList li:nth-of-type(3) {
  transition-delay: 0.4s;
}
@media (width <= 767px) {
  .roleList li:nth-of-type(3) {
    transition-delay: 0s;
  }
}
.roleList li:nth-of-type(4) {
  transition-delay: 0.6s;
}
@media (width <= 767px) {
  .roleList li:nth-of-type(4) {
    transition-delay: 0.2s;
  }
}
.roleText {
  margin: 30px 0 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (width <= 767px) {
  .roleText {
    padding: 0 10px;
    font-size: 4.8vw;
    text-align: left;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  workArea
+++++++++++++++++++++++++++++++++++++++++++ */
.workArea {
  max-width: 1080px;
  margin: 0 10px 0 134px;
}
@media (width <= 1023px) {
  .workArea {
    margin-left: 10px;
  }
}
.workArea h4 {
  margin: 56px 0 24px;
  padding: 0 0 0 28px;
  line-height: 1.4;
  font-size: 3.6rem;
  font-weight: 900;
  position: relative;
}
@media (width <= 767px) {
  .workArea h4 {
    margin: 40px 0 15px;
    font-size: 5.6vw;
    padding-left: 6vw;
  }
}
.workArea h4::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/bullet_work_htl.svg) no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 15px;
}
@media (width <= 767px) {
  .workArea h4::before {
    width: 4vw;
    height: 4vw;
    top: 2vw;
  }
}
.workArea p {
  font-size: 2rem;
}
@media (width <= 767px) {
  .workArea p {
    font-size: 4vw;
  }
}
.daySchedule {
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
}
.daySchedule::-webkit-scrollbar {
  display: none;
}
.daySchedule:active {
  cursor: grabbing;
}
.daySchedule ol {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: flex-start;
  margin: 0 112px;
}
@media (width <= 1023px) {
  .daySchedule ol {
    margin: 0 20px;
  }
}
.daySchedule ol li {
  flex-shrink: 0;
}
.daySchedule ol li strong {
  display: inline-block;
  margin: 5px 0 15px;
  color: #AF1C40;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (width <= 767px) {
  .daySchedule ol li strong {
    font-size: 4.8vw;
  }
}
.daySchedule_img {
  min-width: 400px;
  padding: 0 75px 15px 0;
  border-bottom: #AF1C40 2px solid;
  position: relative;
}
@media (width <= 767px) {
  .daySchedule_img {
    min-width: 0;
    padding-right: 10vw;
  }
}
.daySchedule_img::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #AF1C40;
  position: absolute;
  left: -4px;
  bottom: -12px;
}
.daySchedule_img img {
  pointer-events: none;
}
@media (width <= 767px) {
  .daySchedule_img img {
    width: 40vw;
  }
}
.daySchedule_img i {
  margin-bottom: 10px;
  color: #AF1C40;
  font-size: 8rem;
}
@media (width <= 767px) {
  .daySchedule_img i {
    font-size: 16vw;
  }
}
.daySchedule_time {
  margin: 15px 0 0;
  line-height: 1.2;
  font-size: 5.6rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
@media (width <= 767px) {
  .daySchedule_time {
    font-size: 12vw;
  }
}
.daySchedule p {
  max-width: 330px;
  white-space: normal;
}
@media (width <= 767px) {
  .daySchedule p {
    width: 75vw;
    max-width: none;
    padding-right: 10vw;
  }
}
.scrollText {
  margin: 0 0 50px 112px;
}
@media (width <= 767px) {
  .scrollText {
    margin-left: 10px;
  }
}
