body {
  padding: 0;
  font-family: Quicksand, "kinto-sans", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:hover, a:focus,
button:hover,
button:focus {
  opacity: 0.7;
}

.read-more__text {
  font-family: "Lovelo";
  font-style: normal;
  font-weight: 100;
  line-height: 40px;
  font-size: 21px;
  color: #0075be;
}
@media screen and (max-width: 768px) {
  .read-more__text {
    font-size: 16px;
    line-height: 34px;
  }
}

.read-more__wrapper {
  width: 100%;
}

.read-more__wrapper--right .read-more {
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .read-more__wrapper--sp-right .read-more {
    width: -moz-max-content;
    width: max-content;
    margin-right: 0;
  }
}

.read-more {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.read-more:hover .read-more__circle {
  background-color: #0075be;
}
.read-more:hover .read-more__arrow::before {
  width: 0px;
}
.read-more:hover .read-more__arrow::after {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}

.read-more__decorations {
  position: relative;
  width: 37px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .read-more__decorations {
    height: 34px;
  }
}

.read-more__arrow {
  position: absolute;
  display: inline-block;
  width: 37px;
  padding: 9px 0px 9px 0px;
  text-align: center;
  color: #eb6133;
  top: 11px;
  left: 0;
  text-decoration: none;
  z-index: 31;
}
@media screen and (max-width: 768px) {
  .read-more__arrow {
    width: 34px;
    top: 9px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.read-more__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 38px;
  height: 2px;
  background: #eb6133;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .read-more__arrow::before {
    width: 34px;
  }
}

.read-more__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 13px;
  height: 13px;
  border-left: 2px solid #eb6133;
  border-bottom: 2px solid #eb6133;
  transform: rotate(-135deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .read-more__arrow::after {
    width: 11px;
    height: 11px;
  }
}

.read-more__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0075be;
  transition: all 0.4s 0s ease;
  z-index: 30;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .read-more__circle {
    width: 34px;
    height: 34px;
  }
}

.fv {
  padding-left: 90px;
  padding-right: 90px;
  background-color: #f9fafb;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fv__inner {
  position: relative;
  max-width: 1000px;
  padding-left: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding-left: 0;
  }
}
.fv__metaballs {
  position: relative;
  width: 100%;
  height: 284px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__metaballs {
    width: calc(100vw - 96px);
    height: 212px;
    margin-left: -20px;
  }
}
.fv__circle-copy {
  position: absolute;
  top: 178px;
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .fv__circle-copy {
    top: 96px;
    transform: none;
  }
}
@keyframes rotateCircleCopy {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-350deg);
  }
}
.fv__circle-copy__image {
  width: 200px;
  animation: rotateCircleCopy 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .fv__circle-copy__image {
    width: 121px;
  }
}
.fv__title {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    margin-top: 48px;
  }
}

.fvBalls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-title__copy {
  color: #231815;
  font-size: 3.5rem;
  font-family: "A1 Gothic M", "kinto-sans", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page-title__copy {
    font-size: 2.25rem;
    white-space: nowrap;
  }
}
.page-title__text {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-title__text {
    margin-top: 30px;
  }
}
.page-title__sub {
  position: relative;
  padding-left: 50px;
  font-size: 1.5rem;
  font-weight: normal;
  background-image: linear-gradient(5deg, #0075be 30%, #eb6133 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #eb6133;
}
@media screen and (max-width: 768px) {
  .page-title__sub {
    padding-left: 35px;
  }
}
.page-title__sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background-image: linear-gradient(to right, #0075be, #eb6133);
}
@media screen and (max-width: 768px) {
  .page-title__sub::before {
    width: 20px;
  }
}
.page-title__main {
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-title__main {
    font-size: 0.9375rem;
  }
}
.page-title--has-dots .page-title__copy {
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-title--has-dots .page-title__copy {
    padding-bottom: 0;
  }
}
.page-title--has-dots .page-title__copy::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0075be;
}
@media screen and (max-width: 768px) {
  .page-title--has-dots .page-title__copy::before {
    bottom: -19px;
    width: 7px;
    height: 7px;
  }
}
.page-title--has-dots .page-title__copy::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eb6133;
}
@media screen and (max-width: 768px) {
  .page-title--has-dots .page-title__copy::after {
    bottom: -19px;
    width: 7px;
    height: 7px;
  }
}

.section-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .section-title {
    display: block;
  }
}
.section-title__sub {
  position: relative;
  font-size: 2rem;
  background-image: linear-gradient(5deg, #0075be 30%, #eb6133 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #eb6133;
}
@media screen and (max-width: 768px) {
  .section-title__sub {
    font-size: 2.25rem;
  }
}
.section-title__main {
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section-title__main {
    margin-top: 10px;
    font-size: 0.9375rem;
  }
}
.section-title--has-dots {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-title--has-dots {
    padding-bottom: 20px;
  }
}
.section-title--has-dots::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0075be;
}
.section-title--has-dots::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eb6133;
}

.content {
  padding: 60px 90px;
}
@media screen and (max-width: 768px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content--narrow .content__inner {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .content--narrow .content__inner {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .view-more-240 {
    position: relative;
    overflow: hidden;
    height: 240px;
    transition: height 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .view-more-240::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 112px;
    background-image: linear-gradient(to top, #f9fafb, transparent);
  }
}
.view-more-240.show {
  height: auto;
}
.view-more-240.show::after {
  display: none;
}

.view-more-1200-800 {
  position: relative;
  overflow: hidden;
  height: 800px;
  transition: height 0.3s;
}
@media screen and (max-width: 768px) {
  .view-more-1200-800 {
    position: relative;
    overflow: hidden;
    height: 1200px;
    transition: height 0.3s;
  }
}
.view-more-1200-800::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 112px;
  background-image: linear-gradient(to top, #f9fafb, transparent);
}
@media screen and (max-width: 768px) {
  .view-more-1200-800::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 112px;
    background-image: linear-gradient(to top, #f9fafb, transparent);
  }
}
.view-more-1200-800.show {
  height: auto;
}
.view-more-1200-800.show::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .view-more-1500 {
    position: relative;
    overflow: hidden;
    height: 1500px;
    transition: height 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .view-more-1500::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 112px;
    background-image: linear-gradient(to top, #f9fafb, transparent);
  }
}
.view-more-1500.show {
  height: auto;
}
.view-more-1500.show::after {
  display: none;
}

.view-more-button {
  display: block;
  position: relative;
  padding-right: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-bottom: 1px solid #0075be;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #0075be;
  font-family: "Lovelo", "Quicksand", "kinto-sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .view-more-button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-80%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: 1px solid #0075be;
    border-bottom: 1px solid #0075be;
    transition: transform 0.3s;
  }
}
.view-more-button.show::after {
  transform: translateY(-30%) rotate(135deg);
}

@keyframes gritter {
  from {
    background-position-x: 100%;
  }
  to {
    background-position-x: 0;
  }
}
.gritter {
  background-image: linear-gradient(to right, #231815 20%, #0075be 20%, transparent 40%, #eb6133 60%, #231815 60%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gritter.active {
  animation: gritter 3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.gradation-button {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 400px;
  height: auto;
  padding: 2px;
  margin: 0 auto;
  background-image: linear-gradient(to left, #0075be, #eb6133);
  border-radius: 80px;
  background-color: #fff;
  text-align: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .gradation-button {
    width: 305px;
    margin-top: 56px;
  }
}
.gradation-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 90px;
  transform-origin: top right;
  transform: rotate(45deg);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0075be;
  border-right: 2px solid #0075be;
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .gradation-button::after {
    right: 18px;
    width: 9px;
    height: 9px;
    border-width: 3px;
  }
}
.gradation-button__inner {
  display: block;
  padding: 25px;
  border-radius: 80px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .gradation-button__inner {
    padding: 18px;
  }
}
.gradation-button__text {
  background-image: linear-gradient(-93deg, #0075be 30%, #eb6133 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #eb6133;
  font-family: "A1 Gothic M", "kinto-sans", sans-serif;
  font-size: 17px;
  transition: background-image 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .gradation-button__text {
    font-size: 16px;
  }
}
.gradation-button:hover {
  background-image: linear-gradient(to top, #eb6133, #eb6133);
}
.gradation-button:hover::after {
  border-color: #fff;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .gradation-button:hover::after {
    right: 10px;
  }
}
.gradation-button:hover .gradation-button__inner {
  background-color: #eb6133;
}
.gradation-button:hover .gradation-button__text {
  color: #fff;
  background-image: linear-gradient(to top, #fff, #fff);
}

.has-new-tab-icon {
  position: relative;
  padding-right: 1.2em;
}
.has-new-tab-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/new-tab-icon.svg) center/contain no-repeat;
}
.has-new-tab-icon--blue::before {
  background-image: url(../images/common/new-tab-icon--blue.svg);
}
.has-new-tab-icon--orange::before {
  background-image: url(../images/common/new-tab-icon--orange.svg);
}
.has-new-tab-icon--skyblue::before {
  background-image: url(../images/common/new-tab-icon--skyblue.svg);
}
.has-new-tab-icon--white::before {
  background-image: url(../images/common/new-tab-icon--white.svg);
}
.has-new-tab-icon--grad::before {
  background-image: url(../images/common/new-tab-icon--grad.svg);
}

.member-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 16px 20px 22px;
  background-image: linear-gradient(to top, #ff865e, #eb6133);
}
.member-tile:hover .member-tile__portrait {
  transform: scale(0.75);
}
@media screen and (max-width: 768px) {
  .member-tile:hover .member-tile__portrait {
    transform: scale(0.525);
  }
}
.member-tile.shrink .member-tile__portrait {
  transform: scale(0.525);
}
.member-tile--40percent:hover .member-tile__portrait {
  transform: scale(0.4);
}
@media screen and (max-width: 768px) {
  .member-tile--40percent:hover .member-tile__portrait {
    transform: scale(0.3);
  }
}
.member-tile--45percent:hover .member-tile__portrait {
  transform: scale(0.45);
}
@media screen and (max-width: 768px) {
  .member-tile--45percent:hover .member-tile__portrait {
    transform: scale(0.3375);
  }
}
.member-tile--70percent:hover .member-tile__portrait {
  transform: scale(0.7);
}
@media screen and (max-width: 768px) {
  .member-tile--70percent:hover .member-tile__portrait {
    transform: scale(0.525);
  }
}
.member-tile--sp-40percent:hover .member-tile__portrait {
  transform: scale(0.75);
}
.member-tile--sp-40percent.shrink .member-tile__portrait {
  transform: scale(0.3);
}
.member-tile--sp-60percent:hover .member-tile__portrait {
  transform: scale(0.75);
}
.member-tile--sp-60percent.shrink .member-tile__portrait {
  transform: scale(0.45);
}
.member-tile--50-sp-40percent:hover .member-tile__portrait {
  transform: scale(0.5);
}
@media screen and (max-width: 768px) {
  .member-tile--50-sp-40percent:hover .member-tile__portrait {
    transform: scale(0.3);
  }
}
.member-tile--60-sp-40percent:hover .member-tile__portrait {
  transform: scale(0.6);
}
@media screen and (max-width: 768px) {
  .member-tile--60-sp-40percent:hover .member-tile__portrait {
    transform: scale(0.3);
  }
}
.member-tile--logical {
  background-image: linear-gradient(to top, #2089cb, #0075be);
}
.member-tile--green {
  background-image: linear-gradient(to top, #12d28d, #00c37d);
}
.member-tile--yellow {
  background-image: linear-gradient(to top, #fdf300, #d0c800);
}
@media screen and (max-width: 768px) {
  .member-tile--sp-green {
    background-image: linear-gradient(to top, #12d28d, #00c37d);
  }
}
@media screen and (max-width: 768px) {
  .member-tile--sp-yellow {
    background-image: linear-gradient(to top, #fdf300, #d0c800);
  }
}
@media screen and (max-width: 768px) {
  .member-tile--sp-emotional {
    background-image: linear-gradient(to top, #ff865e, #eb6133);
  }
}
@media screen and (max-width: 768px) {
  .member-tile--sp-logical {
    background-image: linear-gradient(to top, #2089cb, #0075be);
  }
}
.member-tile--extra-large .member-tile__copy {
  font-size: 71px;
}
@media screen and (max-width: 768px) {
  .member-tile--extra-large .member-tile__copy {
    font-size: 40px;
  }
}
.member-tile--extra-large .member-tile__bio {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .member-tile--extra-large .member-tile__bio {
    font-size: 15px;
  }
}
.member-tile--large .member-tile__copy {
  font-size: 62px;
}
@media screen and (max-width: 768px) {
  .member-tile--large .member-tile__copy {
    font-size: 40px;
  }
}
.member-tile--large .member-tile__bio {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .member-tile--large .member-tile__bio {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .member-tile--sp-large .member-tile__copy {
    font-size: 40px;
  }
}
.member-tile--medium .member-tile__copy {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .member-tile--medium .member-tile__copy {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .member-tile--pc-medium .member-tile__copy {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .member-tile--sp-medium .member-tile__copy {
    font-size: 32px;
  }
}
.member-tile--wide:not(._) {
  padding-left: 24px;
  padding-right: 12px;
}
.member-tile--has-left-space {
  padding-left: 215px;
}
@media screen and (max-width: 768px) {
  .member-tile--has-left-space {
    padding-left: 20px;
  }
}
.member-tile--has-right-space:not(._) {
  padding-right: 110px;
}
@media screen and (max-width: 768px) {
  .member-tile--has-right-space:not(._) {
    padding-right: 20px;
  }
}
.member-tile--has-little-left-space:not(._) {
  padding-left: 140px;
}
@media screen and (max-width: 768px) {
  .member-tile--has-little-left-space:not(._) {
    padding-left: 20px;
  }
}
.member-tile--reversed .member-tile__bio {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .member-tile--reversed .member-tile__bio {
    margin-left: 0;
  }
}
.member-tile--reversed .member-tile__portrait {
  right: auto;
  left: -72px;
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  .member-tile--reversed .member-tile__portrait {
    right: 0;
    left: auto;
    transform-origin: right bottom;
  }
}
.member-tile--rev .member-tile__copy {
  margin-left: 190px;
}
@media screen and (max-width: 768px) {
  .member-tile--rev .member-tile__copy {
    margin-left: 0;
  }
}
.member-tile--rev .member-tile__bio {
  margin-left: 190px;
}
@media screen and (max-width: 768px) {
  .member-tile--rev .member-tile__bio {
    margin-left: 0;
  }
}
.member-tile--rev .member-tile__portrait {
  right: auto;
  left: 0;
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  .member-tile--rev .member-tile__portrait {
    right: 0;
    left: auto;
    transform-origin: right bottom;
  }
}
.member-tile__copy {
  color: #fff;
  font-family: "LINE Seed JP_OTF", "kinto-sans", sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .member-tile__copy {
    font-size: 24px;
  }
}
.member-tile__bio {
  position: relative;
  padding-left: 8px;
  margin-top: auto;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .member-tile__bio {
    font-size: 13px;
  }
}
.member-tile__portrait {
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .member-tile__portrait {
    transform: scale(0.75);
  }
}
.member-tile__hometown {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  padding: 4px 16px;
  border: 1px solid #eb6133;
  border-radius: 50px;
  background-color: #fff;
  color: #0075be;
  font-family: "Lovelo", "Quicksand", "kinto-sans", sans-serif;
  font-size: 15px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .member-tile__hometown {
    padding: 2px 8px;
    font-size: 11px;
  }
}
.member-tile__hometown::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translate(-50%);
  width: 12px;
  height: 9px;
  background-color: #eb6133;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.member-tile__hometown::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translate(-50%);
  width: 9px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.gradation-marker {
  background-image: linear-gradient(135deg, rgba(235, 97, 51, 0.3) 15%, rgba(0, 117, 190, 0.3) 25%, rgba(0, 117, 190, 0.3) 50%, transparent 50%);
  background-size: 250%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-style: normal;
}

@keyframes autoSlide {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
.auto-slider {
  position: relative;
  overflow: hidden;
  max-width: 3160px;
  height: 325px;
}
@media screen and (max-width: 768px) {
  .auto-slider {
    height: 273px;
  }
}
.auto-slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  display: flex;
  justify-content: space-around;
  width: 1580px;
  animation: autoSlide 90s linear infinite;
}
@media screen and (max-width: 768px) {
  .auto-slider__inner {
    width: 1325px;
  }
}
.auto-slider__inner:nth-child(2) {
  animation: autoSlide 90s -30s linear infinite;
}
.auto-slider__inner:nth-child(3) {
  animation: autoSlide 90s -60s linear infinite;
}
.auto-slider__image {
  width: 292px;
}
@media screen and (max-width: 768px) {
  .auto-slider__image {
    width: 245px;
  }
}
.auto-slider__image img {
  border-radius: 30px;
}

.has-left-line {
  padding-left: 0.4166666667em;
  border-left: 2px solid;
  -o-border-image: linear-gradient(to top, #0075be, #eb6133);
     border-image: linear-gradient(to top, #0075be, #eb6133);
  border-image-slice: 1;
}

.splide__arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: -21px;
  z-index: 1;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 42px;
  height: 137px;
  padding: 0;
  background-color: #fff;
  border: 2px solid #eb6133;
  border-radius: 0 5px 5px 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -10000px;
  color: transparent;
  white-space: nowrap;
}
.splide__arrow.disabled {
  display: none;
}
.splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(-45deg);
  width: 11px;
  height: 11px;
  border-right: 2px solid #eb6133;
  border-bottom: 2px solid #eb6133;
}
.splide__arrow--prev {
  left: -21px;
  right: auto;
  transform: translateY(-50%) scale(-1, 1);
}
.splide__pagination:not(._) {
  margin-top: 48px;
}
.splide__pagination li {
  padding-left: 6px;
  padding-right: 6px;
}
.splide__pagination__page {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #d9d9d9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.splide__pagination__page.is-active {
  background-color: #eb6133;
}

.job-title-table {
  overflow-x: auto;
  border-radius: 0;
}
.job-title-table_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .job-title-table_wrap {
    padding-left: 122px;
    margin-right: -20px;
  }
}
.job-title-table_inner {
  min-width: 100%;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .job-title-table_inner {
    width: 922px;
    margin-left: -122px;
  }
}
.job-title-table_th {
  box-sizing: border-box;
  padding-right: 10px;
  vertical-align: middle;
  color: #292929;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .job-title-table_th {
    white-space: nowrap;
    font-size: 0.8125rem;
  }
}
.job-title-table_th:first-child {
  text-align: right;
  font-weight: 500;
}
.job-title-table_th:last-child {
  border-right: 1px solid #bbc2c9;
}
@media screen and (max-width: 768px) {
  .job-title-table_th--sp-sticky {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 122px;
    height: 64px;
    z-index: 1;
  }
}
.job-title-table_body-tr:nth-child(1) .job-title-table_th {
  top: 96px;
}
.job-title-table_body-tr:nth-child(2) .job-title-table_th {
  top: 160px;
}
.job-title-table_body-tr:nth-child(3) .job-title-table_th {
  top: 224px;
}
.job-title-table_body-tr:nth-child(4) .job-title-table_th {
  top: 288px;
}
.job-title-table_body-tr:nth-child(5) .job-title-table_th {
  top: 352px;
}
.job-title-table_body-tr:nth-child(6) .job-title-table_th {
  top: 416px;
}
.job-title-table_body-tr:nth-child(7) .job-title-table_th {
  top: 480px;
}
.job-title-table_body-tr:nth-child(8) .job-title-table_th {
  top: 544px;
}
.job-title-table_th-supp {
  font-size: 0.75rem;
}
.job-title-table_th-top {
  box-sizing: border-box;
  padding: 8px;
  background-color: #0075be;
  vertical-align: middle;
  color: #f9fafb;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .job-title-table_th-top {
    white-space: nowrap;
    font-size: 0.875rem;
  }
}
.job-title-table_th-top--2 {
  padding: 8px 2px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .job-title-table_th-top--2 {
    width: 100px;
  }
}
.job-title-table_th-top--narrow {
  letter-spacing: -0.05em;
}
.job-title-table_th-top--emotional {
  background-color: #eb6133;
}
.job-title-table_th-top--green {
  background-color: #12d28d;
}
.job-title-table_th-top-sm {
  font-size: 0.625rem;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.job-title-table_th-sub {
  display: block;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .job-title-table_th-sub {
    font-size: 0.75rem;
  }
}
.job-title-table_td {
  box-sizing: border-box;
  height: 64px;
  background-color: #fff;
  color: #0075be;
  font-size: 0.75rem;
}
.job-title-table_td:not(:first-child):not(:nth-child(2)) {
  border-left: 1px solid #bbc2c9;
}
.job-title-table_td--check {
  position: relative;
}
.job-title-table_td--check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 3px solid #0075be;
}
.job-title-table_td--check-comb {
  padding-top: 28px;
}
.job-title-table_td--check-comb::before {
  top: 6px;
  transform: translateX(-50%);
}
.job-title-table_td--check-full-comb {
  padding-top: 28px;
}
.job-title-table_td--check-full-comb::before {
  top: 6px;
  transform: translateX(-50%);
}
.job-title-table_td--check-emotional {
  color: #eb6133;
}
.job-title-table_td--check-emotional::before {
  border-color: #eb6133;
}
.job-title-table_td--check-green {
  color: #12d28d;
}
.job-title-table_td--check-green::before {
  border-color: #12d28d;
}
.job-title-table_body-tr:nth-child(even) .job-title-table_td {
  background-color: #eff2f5;
}
.job-title-table_head-tr:first-child .job-title-table_th-top:not(:first-child):not(:nth-child(2)) {
  border-left: 1px solid #fff;
}
.job-title-table_head-tr:nth-child(2) .job-title-table_th-top:not(:first-child) {
  border-left: 1px solid #fff;
}
.job-title-table_head-tr:nth-child(2) .job-title-table_th-top:not(:first-child) {
  border-top: 1px solid #fff;
}
.job-title-table_corner-cell1 {
  width: 150px;
  height: 40px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .job-title-table_corner-cell1 {
    width: 122px;
  }
}
.job-title-table_corner-cell2 {
  width: 150px;
  height: 56px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .job-title-table_corner-cell2 {
    width: 122px;
  }
}

.decoration-icon-2 {
  position: absolute;
  right: 0;
  top: 50%;
}
.decoration-icon-2::before {
  content: "";
  display: block;
  transform: translateY(-50%);
  width: 130px;
  height: 200px;
  background: url(../images/common/decoration-icon_2.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .decoration-icon-2--sp-bottom {
    top: auto;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .decoration-icon-2--sp-bottom::before {
    transform: none;
  }
}

.decoration-icon-3 {
  position: absolute;
  top: 140px;
  right: 80px;
}
.decoration-icon-3::before {
  content: "";
  display: block;
  width: 124px;
  height: 138px;
  background: url(../images/common/decoration-icon_3.svg) center/contain no-repeat;
}

.decoration-icon-circles {
  position: absolute;
  left: 67px;
  top: 50%;
}
.decoration-icon-circles::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #0075be;
}
.decoration-icon-circles::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(75px, -77px);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #eb6133;
}
.decoration-icon-circles--bottom {
  top: auto;
  bottom: 0;
}
.decoration-icon-circles--bottom::before {
  transform: translateY(-100%);
}
.decoration-icon-circles--bottom::after {
  transform: translate(75px, -107px);
}
.decoration-icon-circles--top {
  top: 0;
}
.decoration-icon-circles--top::before {
  transform: translateY(77px);
}
.decoration-icon-circles--top::after {
  transform: translate(75px, 0);
}

.decoration-icon-circles2 {
  position: absolute;
  left: calc(15.48vw - 99px);
  top: 50%;
}
.decoration-icon-circles2::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #0075be;
}
.decoration-icon-circles2::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(50px, -60px);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #eb6133;
}
.decoration-icon-circles2--bottom {
  top: auto;
  bottom: 0;
}
.decoration-icon-circles2--bottom::before {
  transform: translateY(-100%);
}
.decoration-icon-circles2--bottom::after {
  transform: translate(75px, -107px);
}
.decoration-icon-circles2--top {
  top: 0;
}
.decoration-icon-circles2--top::before {
  transform: translateY(77px);
}
.decoration-icon-circles2--top::after {
  transform: translate(75px, 0);
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  background-color: rgba(146, 146, 146, 0.4);
  width: 93px;
  height: 93px;
  padding-top: 30px;
  border-radius: 50%;
  transform: translateX(20px);
}
.scroll-hint-icon-wrap .scroll-hint-icon::before {
  width: 48px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCA0OSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQuNzM0OCIgY3k9IjE1Ljg4NDciIHI9IjQuNTQ2NTMiIGZpbGw9IiNGOUZBRkIiIHN0cm9rZT0iI0Y5RkFGQiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMxLjE4NSAxLjc1NjYyQzMyLjAxOTkgMC45MjE3MDUgMzMuMzczNiAwLjkyMTcwNSAzNC4yMDg1IDEuNzU2NjJMNDcuMjE3NCAxNC43NjU1QzQ4LjA1MjMgMTUuNjAwNCA0OC4wNTIzIDE2Ljk1NCA0Ny4yMTc0IDE3Ljc4OUwzNC4yMDg1IDMwLjc5NzhDMzMuMzczNiAzMS42MzI3IDMyLjAxOTkgMzEuNjMyNyAzMS4xODUgMzAuNzk3OEMzMC4zNTAxIDI5Ljk2MjkgMzAuMzUwMSAyOC42MDkyIDMxLjE4NSAyNy43NzQzTDQyLjY4MjEgMTYuMjc3MkwzMS4xODUgNC43ODAxMUMzMC4zNTAxIDMuOTQ1MiAzMC4zNTAxIDIuNTkxNTMgMzEuMTg1IDEuNzU2NjJaIiBmaWxsPSIjRjlGQUZCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTguMjI3OCAzMC43OTc4QzE3LjM5MjkgMzEuNjMyNyAxNi4wMzkyIDMxLjYzMjcgMTUuMjA0MyAzMC43OTc4TDIuMTk1NDcgMTcuNzg5QzEuMzYwNTUgMTYuOTU0MSAxLjM2MDU1IDE1LjYwMDQgMi4xOTU0NyAxNC43NjU1TDE1LjIwNDMgMS43NTY2M0MxNi4wMzkyIDAuOTIxNzE2IDE3LjM5MjkgMC45MjE3MTYgMTguMjI3OCAxLjc1NjYzQzE5LjA2MjcgMi41OTE1NSAxOS4wNjI3IDMuOTQ1MjEgMTguMjI3OCA0Ljc4MDEyTDYuNzMwNyAxNi4yNzcyTDE4LjIyNzggMjcuNzc0M0MxOS4wNjI3IDI4LjYwOTIgMTkuMDYyNyAyOS45NjI5IDE4LjIyNzggMzAuNzk3OFoiIGZpbGw9IiNGOUZBRkIiLz4KPC9zdmc+Cg==");
}
.scroll-hint-icon-wrap .scroll-hint-icon::after {
  content: none;
}
.scroll-hint-icon-wrap .scroll-hint-text {
  position: absolute;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  color: transparent;
  white-space: nowrap;
  text-indent: -10000px;
}

.fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
}
.fadeup.show {
  opacity: 1;
  transform: translateY(0);
}

.color-emotional {
  color: #eb6133;
}

.letter-spacing-minus30 {
  letter-spacing: -0.3em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
  text-indent: -10000px;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

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

.bold {
  font-weight: bold;
  font-style: normal;
}