/* =====================================
index
===================================== */
.visual {
  width: 100%;
  height: 43.90625vw;
  background: url("../img/index/visual01.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 9.33vw;
}

.visual h1 {
  font-size: 7.0rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.23327;
}

.visual p {
  font-size: 2.0rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-top: 26px;
}

.about {
  width: 100%;
  background: #96aac3 url("../img/common/bg01.png") bottom right no-repeat;
  padding: 75px 40px 135px;
}

.about .wrap {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.about .wrap .imgArea {
  width: 45.2459%;
}

.about .wrap .imgArea img {
  width: 552px;
  max-width: 100%;
}

.about .wrap .imgArea a {
  display: none !important;
}

.about .wrap .txtArea {
  width: 50%;
  padding-right: 50px;
}

.about .wrap .txtArea h2 {
  font-size: 9.0rem;
  line-height: 1;
  margin: 0 0 50px;
  color: #08476e;
}

.about .wrap .txtArea h2 small {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 1px;
}

.about .wrap .txtArea h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 20px;
}

.about .wrap .txtArea p {
  font-size: 1.6rem;
  line-height: 2.0875;
  color: #fff;
  margin-bottom: 36px;
}

.bussiness {
  width: 100%;
  padding: 120px 40px 22px;
}

.bussiness .wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.bussiness .wrap .ttlArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 110px 60px;
}

.bussiness .wrap h2 {
  font-size: 9.0rem;
  line-height: 1;
  color: #08476e;
}

.bussiness .wrap h2 small {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 1px;
}

.bussiness .wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.bussiness .wrap ul li {
  width: calc((100% - 3px) / 2);
  height: 390px;
}

.bussiness .wrap ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 100%;
  font-size: 4.0rem;
  line-height: 1;
  color: #fff;
  position: relative;
}

.bussiness .wrap ul li a::before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 56px;
  height: 56px;
  background: linear-gradient(45deg, #8e99b9 0%, #eff3f6 50%, #8e99b9 100%);
}

.bussiness .wrap ul li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 56px;
  height: 56px;
  background: url("../img/common/arrow01.svg") center no-repeat;
  background-size: 17px auto;
}

.bussiness .wrap ul li a small {
  font-size: 50%;
}

.bussiness .wrap ul li:nth-child(1) a {
  background: url("../img/index/pic02.jpg") center no-repeat;
  background-size: cover;
}

.bussiness .wrap ul li:nth-child(2) a {
  background: url("../img/index/pic03.jpg") center no-repeat;
  background-size: cover;
}

.bussiness .wrap ul li:nth-child(3) a {
  background: url("../img/index/pic04.jpg") center no-repeat;
  background-size: cover;
}

.bussiness .wrap ul li:nth-child(4) a {
  background: url("../img/index/pic05.jpg") center no-repeat;
  background-size: cover;
}

.workstyle {
  width: 100%;
  padding: 105px 110px 138px;
  background: #f2f5f8;
}

.workstyle .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.workstyle .wrap .ttlArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 60px;
}

.workstyle .wrap h2 {
  font-size: 9.0rem;
  line-height: 1;
  color: #08476e;
}

.workstyle .wrap h2 small {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 1px;
}

.workstyle .wrap ul {
  display: flex;
  justify-content: space-between;
}

.workstyle .wrap ul li {
  width: 32.34375%;
  border: 1px solid #abbace;
  border-radius: 11px;
  padding: 276px 0 55px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1;
  color: #08476e;
}

.workstyle .wrap ul li:nth-child(1) {
  background: #d7dee7 url("../img/index/icon01.png") no-repeat center top 55px;
}

.workstyle .wrap ul li:nth-child(2) {
  background: #d7dee7 url("../img/index/icon02.png") no-repeat center top 55px;
}

.workstyle .wrap ul li:nth-child(3) {
  background: #d7dee7 url("../img/index/icon03.png") no-repeat center top 55px;
}

.workstyle .wrap ul li span {
  font-size: 6.3rem;
  display: block;
  margin-top: 4px;
}

.workstyle .wrap ul li span small {
  font-size: 63.492%;
}

.workstyle .wrap p {
  font-size: 1.6rem;
  margin-top: .5em;
  text-align: right;
}

.interview {
  width: 100%;
  padding: 110px 40px 0;
}

.interview .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.interview .wrap .ttlArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 60px;
}

.interview .wrap h2 {
  font-size: 9.0rem;
  line-height: 1;
  color: #08476e;
}

.interview .wrap h2 small {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 1px;
}

.interview .wrap ul li {
  width: calc((100% - 84px) / 3);
  position: relative;
  background: #08476e;
  padding: 30px 0 0;
}

.interview .wrap ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -22px;
  background: #c5cadf;
}

.interview .wrap ul li:last-child::before,
.interview .wrap ul li:nth-child(3n)::before {
  display: none;
}

.interview .wrap ul li a {
  display: block;
}

.interview .wrap ul li span:first-child {
  font-size: 2.2rem;
  line-height: 1.545;
  color: #fff;
  padding: 0 30px;
  min-height: 4.62em;
  display: block;
  margin-bottom: 32px;
}

.interview .wrap ul li .position {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  padding: 0 30px;
  margin-bottom: 25px;
  display: block;
  letter-spacing: 0.16em;
}

.interview .wrap ul li .name {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 0 30px;
  margin-bottom: 27px;
  letter-spacing: 0.16em;
}

.interview .wrap ul li .name small {
  font-size: 71.42857%;
  font-weight: normal;
  padding: 0 30px;
  display: block;
  letter-spacing: 0.1em;
}

.occupation {
  width: 100%;
  padding: 168px 40px 0;
}

.occupation .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.occupation .wrap .ttlArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 64px;
}

.occupation .wrap h2 {
  font-size: 9.0rem;
  line-height: 1;
  color: #08476e;
}

.occupation .wrap h2 small {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 1px;
}

.occupation .wrap ul li a {
  width: 100%;
  height: 622px;
  background: url("../img/index/pic09.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 73px;
  font-size: 5.0rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .visual {
    height: 87.5vw;
    background: url("../img/index/sp/visual01.jpg") center no-repeat;
    background-size: cover;
    display: block;
    padding: 16.67vw 0 0 4.55729167vw;
    margin-top: 15.625vw;
  }
  .visual h1 {
    font-size: 9.1653645833vw;
  }
  .visual p {
    font-size: 3.2552vw;
    margin-top: 2.8645833vw;
  }
  .about {
    background: #96aac3 url("../img/common/sp/bg01.png") bottom right no-repeat;
    background-size: contain;
    padding: 1.6927vw 5.2vw 8.33vw;
  }
  .about .wrap {
    flex-direction: column-reverse;
  }
  .about .wrap .imgArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .about .wrap .imgArea img {
    width: 81.38vw;
    margin: 8.59375vw 0 0 auto;
  }
  .about .wrap .imgArea a {
    display: inline-flex !important;
    margin: 7.552vw 0 0 auto;
  }
  .about .wrap .txtArea {
    width: 100%;
    padding-right: 0;
  }
  .about .wrap .txtArea h2 {
    font-size: 11.71875vw;
    margin: 0 0 8.854167vw;
  }
  .about .wrap .txtArea h2 small {
    font-size: 3.25520833vw;
    margin-top: 2vw;
  }
  .about .wrap .txtArea h3 {
    font-size: 4.9479167vw;
    margin-bottom: 3.645833vw;
  }
  .about .wrap .txtArea p {
    font-size: 3.3854167vw;
    margin-bottom: 0;
  }
  .about .wrap .txtArea a {
    display: none !important;
  }
  .bussiness {
    padding: 13vw 5.2vw 5.9895833vw;
  }
  .bussiness .wrap .ttlArea {
    padding: 0 0 10.4167vw;
    align-items: flex-start;
  }
  .bussiness .wrap h2 {
    font-size: 11.71875vw;
    margin-top: -0.18em;
  }
  .bussiness .wrap h2 small {
    font-size: 3.25520833vw;
    margin-top: 2vw;
  }
  .bussiness .wrap ul {
    gap: 0.390625vw;
  }
  .bussiness .wrap ul li {
    width: 100%;
    height: 46.875vw;
  }
  .bussiness .wrap ul li a {
    gap: 0.91145833vw;
    font-size: 4.783854167vw;
  }
  .bussiness .wrap ul li a::before {
    bottom: 0.65105835vw;
    right: 0.65105835vw;
    width: 9.1145833vw;
    height: 9.1145833vw;
  }
  .bussiness .wrap ul li a::after {
    bottom: 0.65105835vw;
    right: 0.65105835vw;
    width: 9.1145833vw;
    height: 9.1145833vw;
    background: url("../img/common/arrow01.svg") center no-repeat;
    background-size: 2.99479167vw auto;
  }
  .workstyle {
    padding: 16.27604167vw 5.2vw 22.395833vw;
  }
  .workstyle .wrap .ttlArea {
    align-items: flex-start;
    padding: 0 0 10.677vw;
  }
  .workstyle .wrap h2 {
    font-size: 11.71875vw;
    margin-top: -0.18em;
  }
  .workstyle .wrap h2 small {
    font-size: 3.25520833vw;
    margin-top: 2vw;
  }
  .workstyle .wrap ul {
    flex-wrap: wrap;
    gap: 1.953125vw;
  }
  .workstyle .wrap ul li {
    width: calc((100% - 1.953125vw) / 2);
    border-radius: 1.43229167vw;
    padding: 29.167vw 0 5.729167vw;
    font-size: 2.1145833vw;
  }
  .workstyle .wrap ul li:nth-child(1) {
    background: #d7dee7 url("../img/index/icon01.png") no-repeat center top 5.72917vw;
    background-size: 18.09895833vw auto;
  }
  .workstyle .wrap ul li:nth-child(2) {
    background: #d7dee7 url("../img/index/icon02.png") no-repeat center top 5.72917vw;
    background-size: 18.09895833vw auto;
  }
  .workstyle .wrap ul li:nth-child(3) {
    background: #d7dee7 url("../img/index/icon03.png") no-repeat center top 5.72917vw;
    background-size: 18.09895833vw auto;
  }
  .workstyle .wrap ul li span {
    font-size: 6.66145833vw;
    margin-top: 1.8229167vw;
  }
  .workstyle .wrap p {
    font-size: 3.3854167vw;
  }
  .interview {
    padding: 15.625vw 0 0;
  }
  .interview .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .interview .wrap .ttlArea {
    align-items: flex-start;
    padding: 0 5.2vw 7.8125vw;
  }
  .interview .wrap h2 {
    font-size: 11.71875vw;
    margin-top: -0.18em;
  }
  .interview .wrap h2 small {
    font-size: 3.25520833vw;
    margin-top: 2vw;
  }
  .interview .wrap .ttlArea a {
    display: none;
  }
  .interview .wrap .scroll {
    width: calc(100% - 5.2vw);
    overflow-x: scroll;
    margin: 0 0 0 auto;
  }
  .interview .wrap ul {
    width: 140.929167vw;
    justify-content: space-between;
    padding-right: 5.2vw;
  }
  .interview .wrap ul li {
    width: 64.0625vw;
    padding: 5.2vw 0 0;
  }
  .interview .wrap ul li::before {
    right: -3.552vw;
  }
  .interview .wrap ul li span:first-child {
    font-size: 3.532552vw;
    padding: 0 4.55729167vw;
    margin-bottom: 10.6770833vw;
  }
  .interview .wrap ul li .position {
    font-size: 2.8893229167vw;
    padding: 0 4.55729167vw;
    margin-bottom: 3.90625vw;
  }
  .interview .wrap ul li .name {
    font-size: 5.6184895833vw;
    padding: 0 4.55729167vw;
    margin-bottom: 5.2vw;
  }
  .interview .wrap ul li .name small {
    padding: 0 4.55729167vw;
  }
  .interview .sp {
    display: inline-flex !important;
    margin: 9.895833vw 5.2vw 0 auto;
  }
  .occupation {
    padding: 22.395833vw 5.2vw 0;
  }
  .occupation .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .occupation .wrap .ttlArea {
    padding: 0 0 6.25vw;
  }
  .occupation .wrap h2 {
    font-size: 11.71875vw;
    margin-top: -0.18em;
  }
  .occupation .wrap h2 small {
    font-size: 3.25520833vw;
    margin-top: 2vw;
  }
  .occupation .wrap .ttlArea a {
    display: none;
  }
  .occupation .wrap ul {
    width: 100%;
  }
  .occupation .wrap ul li a {
    height: 62.76vw;
    background: url("../img/index/sp/pic09.jpg") no-repeat center;
    background-size: cover;
    align-items: flex-start;
    padding: 9.765625vw 0 0 5.2vw;
    font-size: 6.51vw;
    line-height: 1;
  }
  .occupation .sp {
    display: inline-flex !important;
    margin: 10.15625vw 0 0 auto;
  }
}

.interview .wrap ul {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  gap: 4.375rem;
}

@media (max-width: 1280px) {
  .interview .wrap ul {
    gap: 3.51562vw;
  }
}

@media (max-width: 768px) {
  .interview .wrap ul {
    justify-content: flex-start;
    gap: 5.9375vw;
  }
}

.interview .wrap ul li span:first-child.cancel_visual-span {
  line-height: inherit;
  padding: 0;
  min-height: auto;
  display: inline-block;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .interview .wrap ul li span:first-child.cancel_visual-span {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    min-height: auto;
    display: inline-block;
    margin-bottom: 0;
  }
}

.interview .wrap ul li span.interview-catch {
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .interview .wrap ul li span.interview-catch {
    font-size: 1.5625vw;
  }
}
