/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
/*------------------------------*/
.personality {
  position: relative;
}
.personality_wrap {
  position: relative;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .personality_wrap {
    padding-block: 6rem;
  }
}
.personality_wrap.type01::before {
  content: "";
  background: url("../../images/personality/personality_bg01.jpg") no-repeat center right;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .personality_wrap.type01::before {
    opacity: 0.3;
    background-position: bottom right;
    background-size: 200%;
  }
}
.personality_wrap.type02::before {
  content: "";
  background: url("../../images/personality/personality_bg02.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.personality_wrap.type02 .heading {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.personality_wrap.type02 .textBox {
  color: #fff;
}
.personality_wrap .heading {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 1px var(--main);
  padding-bottom: 0.5rem;
  margin-bottom: 4rem;
  color: var(--main);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .personality_wrap .heading {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}
.personality_wrap .heading .en {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.personality_wrap .heading .jp {
  font-size: 4.8rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .personality_wrap .heading .jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .personality_wrap .heading .jp {
    font-size: 3.2rem;
  }
}
.personality_wrap .heading02 {
  position: relative;
  text-align: center;
}
.personality_wrap .heading02 h3.jp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44rem;
  margin: 0 auto 10rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--main);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .personality_wrap .heading02 h3.jp {
    width: 100%;
    margin: 0 auto 8rem;
    font-size: 3rem;
  }
}
.personality_wrap .heading02 h3.jp::before, .personality_wrap .heading02 h3.jp::after {
  border-top: solid 1px;
  content: "";
  flex-grow: 1;
}
.personality_wrap .heading02 h3.jp::before {
  margin-right: 1rem;
}
.personality_wrap .heading02 h3.jp::after {
  margin-left: 1rem;
}
.personality_wrap .textBox {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  z-index: 10;
}
.personality_wrap .textBox p {
  z-index: 10;
}
.personality_wrap .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row {
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 4rem;
  }
}
.personality_wrap .row .figure {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .personality_wrap .row .figure {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .figure {
    width: 100%;
    padding: 2rem;
    margin-bottom: 6rem;
  }
}
.personality_wrap .row .figure_base {
  position: relative;
  width: calc(100% - 1rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px #c9cacf;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .figure_base {
    width: 100%;
  }
}
.personality_wrap .row .figure_base .center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-color: var(--main);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .figure_base .center {
    width: 13rem;
    height: 13rem;
  }
}
.personality_wrap .row .figure_base .center .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  text-align: center;
}
.personality_wrap .row .figure_base .center .text img {
  width: 8rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .figure_base .center .text img {
    width: 5rem;
    margin-bottom: 1rem;
  }
}
.personality_wrap .row .figure_base .center .text p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .figure_base .center .text p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.personality_wrap .row .figure_value li {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #2b6490;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .figure_value li {
    width: 100%;
    max-width: 11rem;
  }
}
.personality_wrap .row .figure_value li:first-child {
  position: absolute;
  top: -14%;
  left: calc(50% - 7.5rem);
}
.personality_wrap .row .figure_value li:nth-child(2) {
  position: absolute;
  top: 8%;
  right: -8%;
}
.personality_wrap .row .figure_value li:nth-child(3) {
  position: absolute;
  bottom: 8%;
  right: -8%;
}
.personality_wrap .row .figure_value li:nth-child(4) {
  position: absolute;
  bottom: -14%;
  left: calc(50% - 7.5rem);
}
.personality_wrap .row .figure_value li:nth-child(5) {
  position: absolute;
  bottom: 8%;
  left: -8%;
}
.personality_wrap .row .figure_value li:nth-child(6) {
  position: absolute;
  top: 8%;
  left: -8%;
}
.personality_wrap .row .figure_value li p {
  color: #fff;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .figure_value li p {
    font-size: 1.4rem;
  }
}
.personality_wrap .row .figure_value li p span {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.personality_wrap .row .list {
  width: 46%;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .personality_wrap .row .list {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .list {
    width: 100%;
    row-gap: 3.5rem;
  }
}
.personality_wrap .row .list li .hd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .list li .hd {
    margin-bottom: 1rem;
  }
}
.personality_wrap .row .list li .hd .number {
  font-size: 3.7rem;
  height: 4rem;
  font-weight: 600;
  font-family: "Roboto" sans-serif;
  border-right: solid 3px var(--main);
  padding-right: 1rem;
  margin-right: 1rem;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .personality_wrap .row .list li .hd .number {
    font-size: 4.2rem;
  }
}
.personality_wrap .row .list li .hd .value {
  margin-top: -0.5rem;
}
.personality_wrap .row .list li .hd .value p {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main);
  line-height: 1.2;
}
.personality_wrap .row .list li .hd .value p span {
  font-size: 1.4rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.personality_wrap .row .list li p.underline {
  font-size: 1.4rem;
  border-bottom: solid 1px var(--main);
  padding-bottom: 1rem;
  line-height: 1.5;
}
.personality_wrap .textBox .emphasis {
  font-size: 2.1rem;
  font-weight: 600;
  color: #c70000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .personality_wrap .textBox .emphasis {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */