@charset "UTF-8";
.breadcrumb-list {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    padding: 3.33333vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    width: 92%;
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.breadcrumb-list__item {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.breadcrumb-list__item a {
  color: #363636;
}

.breadcrumb-list__item:nth-child(n+2) {
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2) {
    padding-left: 7.33333vw;
  }
}

.breadcrumb-list__item:nth-child(n+2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2)::before {
    width: 1.33333vw;
    height: 1.33333vw;
    left: 2vw;
  }
}

.section-title {
  text-align: center;
}

.section-title__ja {
  font-size: 3rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .section-title__ja {
    padding-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.section-title__ja::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #3f6ebd;
}

@media only screen and (max-width: 767px) {
  .section-title__ja::after {
    width: 5.33333vw;
  }
}

.section-title__en {
  color: #abb2c6;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .pc-obj {
    display: none;
  }
}

.sp-obj {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-obj {
    display: block;
  }
}

.page-contents {
  margin: 70px 0 100px;
}

@media only screen and (max-width: 767px) {
  .page-contents {
    margin: 8vw 0 16vw;
  }
}

.mainvisual {
  background: url(/assets/img/about/mv.jpg) no-repeat center bottom;
  height: 330px;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    background-size: cover;
    height: 30.66667vw;
  }
}

.mainvisual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mainvisual__body {
  position: absolute;
  top: 60%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}

@media only screen and (max-width: 767px) {
  .mainvisual__body {
    text-align: center;
    line-height: 6.66667vw;
    top: 55%;
    left: 28%;
  }
}

.mainvisual__title {
  font-size: 2.6rem;
  color: #071332;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 5.33333vw;
  }
}

.mainvisual__title span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
}

.mainvisual__entitle {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__entitle {
    margin-top: 2.66667vw;
    margin-left: 10.66667vw;
    width: 25.33333vw;
  }
}

.breadcrumb-list {
  max-width: 1240px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    overflow-x: hidden;
  }
}

.cando__lead-text {
  text-align: center;
  margin-top: 60px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .cando__lead-text {
    margin-top: 2.66667vw;
    font-size: 4.53333vw;
  }
}

.cando__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .cando__list {
    margin-top: 0;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .cando .top-adjustment {
    margin-top: 16vw;
  }
}

.cando__btn {
  width: 360px;
  margin: 60px auto 0;
}

@media only screen and (max-width: 767px) {
  .cando__btn {
    width: 77.33333vw;
    margin: -4vw auto 0;
  }
}

.cando__btn a {
  width: 100%;
  display: block;
  padding: 27px 20px;
  background: #142143;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 37px;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.cando__btn a:hover {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .cando__btn a {
    padding: 5.33333vw 2.66667vw;
    font-size: 4vw;
    border-radius: 10.66667vw;
  }
}

.cando__btn span {
  position: relative;
  padding-left: 45px;
}

@media only screen and (max-width: 767px) {
  .cando__btn span {
    padding-left: 10vw;
  }
}

.cando__btn span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 17px;
  margin-top: -8px;
  background: url(/assets/img/common/icon_account.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .cando__btn span::before {
    width: 10.66667vw;
    height: 6.4vw;
    margin-top: -1.6vw;
    background: url(/assets/img/common/icon_account_sp.png) no-repeat;
    background-size: 50%;
  }
}

.cando-item {
  width: 48.18182%;
  background: #f0f4f8;
  padding: 0 40px 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cando-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6.66667vw;
    margin-bottom: 16vw;
  }
}

.cando-item::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 30px;
  width: 72px;
  height: 83px;
  background: url(/assets/img/about/bg_callout.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .cando-item::before {
    top: -4.66667vw;
    left: 4vw;
    width: 16.66667vw;
    height: 19.06667vw;
    background: url(/assets/img/about/bg_callout_sp.png);
    background-size: 100%;
  }
}

.cando-item::after {
  position: absolute;
  top: -22px;
  left: 30px;
  width: 72px;
  height: 72px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cando-item::after {
    top: -4.66667vw;
    left: 4vw;
    width: 16.4vw;
    height: 16.4vw;
    font-size: 4vw;
  }
}

.cando-item.cando-item--01 .cando-item__icon {
  padding-top: 10px;
  padding-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--01 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 17.33333vw;
    margin-left: 38.66667vw;
  }
}

.cando-item.cando-item--01::after {
  content: 'その 1';
}

.cando-item.cando-item--02 .cando-item__icon {
  padding-top: 34px;
  padding-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--02 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 14.66667vw;
    margin-left: 38.66667vw;
  }
}

.cando-item.cando-item--02::after {
  content: 'その 2';
}

.cando-item.cando-item--03 .cando-item__icon {
  padding-top: 32px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--03 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 13.33333vw;
    margin-left: 40vw;
  }
}

.cando-item.cando-item--03::after {
  content: 'その 3';
}

.cando-item.cando-item--04 .cando-item__icon {
  padding-top: 33px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--04 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 14vw;
    margin-left: 38.66667vw;
  }
}

.cando-item.cando-item--04::after {
  content: 'その 4';
}

.cando-item.cando-item--05 .cando-item__icon {
  padding-top: 28px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--05 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 16vw;
    margin-left: 38.66667vw;
  }
}

.cando-item.cando-item--05::after {
  content: 'その 5';
}

.cando-item.cando-item--06 .cando-item__icon {
  padding-top: 24px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--06 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 15.33333vw;
    margin-left: 38.66667vw;
  }
}

.cando-item.cando-item--06::after {
  content: 'その 6';
}

.cando-item.cando-item--07 .cando-item__icon {
  padding-top: 52px;
  padding-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--07 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 15.33333vw;
    margin-left: 38.66667vw;
  }
}

.cando-item.cando-item--07::after {
  content: 'その 7';
}

.cando-item.cando-item--08 .cando-item__icon {
  padding-top: 31px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .cando-item.cando-item--08 .cando-item__icon {
    padding-top: 7.33333vw;
    padding-bottom: 4vw;
    width: 15.33333vw;
    margin-left: 38.66667vw;
  }
}

.cando-item.cando-item--08::after {
  content: 'その 8';
}

.cando-item__icon {
  text-align: center;
}

.cando-item__title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cando-item__title {
    font-size: 4.66667vw;
    line-height: 2.5rem;
  }
}

.cando-item__description {
  padding-top: 12px;
  margin-top: 17px;
  border-top: 1px solid #cdd3de;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  .cando-item__description {
    font-size: 3.46667vw;
    margin: 2.66667vw 5.06667vw 0;
  }
}
