@charset "UTF-8";
/********************************************************/
/*-------------------------------------------
 * 共通
-------------------------------------------*/
:root {
  --pink: #ff22ca;
  --pink02: #ff1fd4;
  --pink03: #ff4cdd;
  --pink-bg: #ffe6fa;
  --pink-border: #ffcbf4;
  --pink-dot: #ffa5ec;
  --pink-muted: #f8a9e7;
  --pink-pale: #ffccf4;
  --pink-section: #ff95eb;
  --pink-grid: #ff82e6;
  --yellow: #f4ec4f;
  --navy: #1f286f;
}

.tora-girl-body .sec-border__btm::before {
  background-color: var(--pink);
}
.tora-girl-body .top-entry.sec-border__btm::before {
  background-color: #6f4df3;
}

.tora-girl-main .fc-navy {
  color: var(--navy);
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

img {
  display: block;
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.tora-girl-intro {
  background-color: #fff;
  padding-block: 153px 115px;
}
@media (max-width: 834px) {
  .tora-girl-intro.pad {
    padding: 16vw 0;
  }
}
@media (max-width: 499px) {
  .tora-girl-intro.pad {
    padding-bottom: 11vw;
  }
}

.tora-girl-intro__head {
  position: relative;
}
.tora-girl-intro__head::before, .tora-girl-intro__head::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.tora-girl-intro__head::before {
  background-image: url(../img/tora-girl/intro_ttl-bg-decoration01.webp);
  width: clamp(200px, 30.119047619vw, 506px);
  aspect-ratio: 1030/670;
  top: clamp(-70px, -4.1666666667vw, -30px);
  left: 0;
}
@media (max-width: 1679px) {
  .tora-girl-intro__head::before {
    top: -1.4285714286vw;
    width: 26.5vw;
  }
}
@media (max-width: 834px) {
  .tora-girl-intro__head::before {
    top: unset;
    bottom: 117%;
    width: 39.5vw;
  }
}
.tora-girl-intro__head::after {
  background-image: url(../img/tora-girl/intro_ttl-bg-decoration02.webp);
  width: clamp(200px, 30.6547619048vw, 515px);
  aspect-ratio: 1026/662;
  top: clamp(-30px, -1.7857142857vw, -30px);
  right: 0;
}
@media (max-width: 1679px) {
  .tora-girl-intro__head::after {
    top: 0.5952380952vw;
    width: 26.9vw;
  }
}
@media (max-width: 834px) {
  .tora-girl-intro__head::after {
    top: unset;
    bottom: 106%;
    width: 39.5vw;
  }
}

.tora-girl-intro__ttl {
  width: min(52%, 732px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .tora-girl-intro__ttl {
    width: 70%;
  }
}

.tora-girl-intro__txt {
  margin-top: 50px;
  line-height: 1.67;
  width: 88.6%;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 834px) {
  .tora-girl-intro__txt {
    margin-top: 30px;
    text-align: left;
  }
}

/* スライダー */
.tora-girl-intro__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin-top: 98px;
}
.tora-girl-intro__slider::-webkit-scrollbar {
  display: none;
}
@media (max-width: 834px) {
  .tora-girl-intro__slider {
    margin-top: 30px;
  }
}

.tora-girl-intro__slider-group {
  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;
  gap: 20px;
  -webkit-animation: tora-girl-intro-slide 50s linear infinite;
          animation: tora-girl-intro-slide 50s linear infinite;
  padding-right: 20px;
}
@media (max-width: 834px) {
  .tora-girl-intro__slider-group {
    gap: 10px;
    padding-right: 10px;
  }
}

.tora-girl-intro__slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: auto;
  aspect-ratio: 400/280;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 834px) {
  .tora-girl-intro__slider-item {
    width: 200px;
  }
}
.tora-girl-intro__slider-item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 834px) {
  .tora-girl-intro__slider-item img {
    border-radius: 10px;
  }
}

@-webkit-keyframes tora-girl-intro-slide {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}

@keyframes tora-girl-intro-slide {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
/* -------------------------------------------
 * strength
 * -------------------------------------------*/
.tora-girl-strength {
  background: var(--pink-section);
  overflow-x: clip;
  position: relative;
}
.tora-girl-strength::before {
  background: url(../img/tora-girl/strength_bg01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 3360/1652;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.tora-girl-strength__inner {
  width: min(86.6%, 1200px);
  margin-inline: auto;
}

.tora-girl-strength__content.pad {
  padding-block: 108px 177px;
}
@media (max-width: 834px) {
  .tora-girl-strength__content.pad {
    padding-block: 8vw 10vw;
  }
}
@media (max-width: 499px) {
  .tora-girl-strength__content.pad {
    padding-block: 11vw 13vw;
  }
}

.tora-girl-strength__head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.tora-girl-strength__head-decoration {
  position: absolute;
  z-index: 1;
}

.tora-girl-strength__head-decoration--01 {
  left: -7.0359281437%;
  bottom: 109.243697479%;
  width: 30.5389221557%;
}

.tora-girl-strength__head-decoration--02 {
  -webkit-transform: rotate(-7.6deg);
          transform: rotate(-7.6deg);
  left: -22.005988024%;
  top: 5.8823529412%;
  width: 29.6407185629%;
}

.tora-girl-strength__head-decoration--03 {
  -webkit-transform: rotate(-7.6deg);
          transform: rotate(-7.6deg);
  right: -12.7245508982%;
  bottom: 68.9075630252%;
  width: 26.9461077844%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.tora-girl-strength__head-decoration--04 {
  -webkit-transform: rotate(12.81deg);
          transform: rotate(12.81deg);
  right: -21.1077844311%;
  bottom: 23.5294117647%;
  width: 19.0119760479%;
  z-index: 0;
}

.tora-girl-strength__ttl {
  max-width: 668px;
  width: 80vw;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 834px) {
  .tora-girl-strength__ttl {
    width: 70vw;
  }
}

.tora-girl-strength__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px clamp(30px, 4.8214285714vw, 81px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 69px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .tora-girl-strength__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.tora-girl-strength__list > li:nth-child(even) {
  margin-top: clamp(40px, 4.7619047619vw, 80px);
}
@media (max-width: 834px) {
  .tora-girl-strength__list > li:nth-child(even) {
    margin-top: 0;
  }
}

.tora-girl-strength__list-item-img-area {
  position: relative;
}

.tora-girl-strength__list-item-badge {
  position: absolute;
  left: -3.5714285714%;
  top: -5.5263157895%;
  width: 21.6071428571%;
}
@media (max-width: 834px) {
  .tora-girl-strength__list-item-badge {
    left: -2.5%;
    top: -3.6842105263%;
    max-width: 100px;
  }
}

.tora-girl-strength__list-item-img img {
  border: 3px solid #fff;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .tora-girl-strength__list-item-img img {
    border-radius: 10px;
  }
}

.tora-girl-strength__list-item-label {
  background: #fc62d7;
  text-box: trim-both cap alphabetic;
  padding: 0.5em 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 5.7894736842%;
}

.tora-girl-strength__list-item-txt {
  margin-top: 1em;
  line-height: 1.67;
}

/* -------------------------------------------
 * environment
 * -------------------------------------------*/
.tora-girl-environment {
  position: relative;
  background-image: repeating-linear-gradient(45deg, #ffd4f6, #ffd4f6 22px, var(--pink-pale) 22px, var(--pink-pale) 44px);
  padding-block: 149px 120px;
}
@media (max-width: 1334px) {
  .tora-girl-environment {
    padding-block: 10vw 8vw;
  }
}
@media (max-width: 834px) {
  .tora-girl-environment {
    padding-block: 60px;
  }
}
@media (max-width: 500px) {
  .tora-girl-environment {
    padding-block: 45px;
  }
}

.tora-girl-environment__inner {
  width: 86.6%;
}

.sticky-nav {
  display: grid;
  grid-template-columns: 399px 1fr;
  gap: 40px clamp(30px, 7.4404761905vw, 125px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1240px) {
  .sticky-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7vw;
  }
}
@media (max-width: 834px) {
  .sticky-nav {
    gap: 30px;
  }
}

.sticky-nav__side {
  position: sticky;
  top: 150px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media (max-width: 1240px) {
  .sticky-nav__side {
    position: static;
    margin-inline: auto;
  }
}

.tora-girl-environment__ttl {
  width: min(100%, 521px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1240px) {
  .tora-girl-environment__ttl {
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .tora-girl-environment__ttl {
    width: 55vw;
  }
}
.tora-girl-environment__ttl::before {
  background: url(../img/tora-girl/environment_ttl-bg.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 141.6%;
  aspect-ratio: 1;
  top: -79%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.tora-girl-environment__head-desc {
  margin-top: 30px;
  line-height: 1.67;
  position: relative;
  z-index: 1;
}

.sticky-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 53px;
}
@media (max-width: 1240px) {
  .sticky-nav__list {
    display: none;
  }
}
.sticky-nav__list > li {
  border-top: 5px dotted var(--pink-dot);
}
.sticky-nav__list > li:last-child {
  border-bottom: 5px dotted var(--pink-dot);
}

.sticky-nav__link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--pink-muted);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  line-height: 1;
  width: 100%;
  padding: 1.5em 2.7em;
}

.sticky-nav__link-number {
  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;
  border-radius: 100vmax;
  background: var(--pink-muted);
  color: var(--pink-pale);
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  line-height: 1;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

.sticky-nav__link-label {
  line-height: 1;
}

.sticky-nav__link.active {
  color: var(--navy);
}
.sticky-nav__link.active .sticky-nav__link-number {
  background: var(--pink);
  color: #fff;
}

:root {
  --list-icon-size: max(20px, calc(100vw * 20 / 1680));
}

.sticky-nav__link.active::before {
  position: absolute;
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  font-family: "Material Symbols Outlined";
  content: "arrow_forward";
  font-weight: 500;
  color: var(--pink);
  font-size: 24px;
  top: calc(1.5em - 0.1lh);
  left: 1.4em;
  width: var(--list-icon-size);
  aspect-ratio: 1/1;
  line-height: 1;
}

.sticky-nav__sections {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (max-width: 834px) {
  .sticky-nav__sections {
    gap: 30px;
  }
}

.sticky-nav__content-item {
  border-radius: 20px;
  border: solid 5px var(--pink);
  scroll-margin-top: 80px;
}
@media (max-width: 834px) {
  .sticky-nav__content-item {
    border-radius: 10px;
  }
}

.tora-girl-environment__item-head {
  position: relative;
  aspect-ratio: 670/364;
}
.tora-girl-environment__item-head::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px 15px 0 0;
  background: no-repeat center center/cover;
  z-index: 0;
}
@media (max-width: 834px) {
  .tora-girl-environment__item-head::before {
    border-radius: 5px 5px 0 0;
  }
}

.tora-girl-environment__item-label {
  left: 0;
  bottom: -6.043956044%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tora-girl-environment__item-label-row {
  background: var(--pink);
  text-box: trim-both cap alphabetic;
  padding: 0.45em 0.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tora-girl-environment__item-label-row + .tora-girl-environment__item-label-row {
  margin-top: 0.2em;
}

.tora-girl-environment__item--01 .tora-girl-environment__item-head::before {
  background-image: url(../img/tora-girl/environment_item01-head-img.webp);
}
.tora-girl-environment__item--01 .tora-girl-environment__item-decoration {
  right: -10.5970149254%;
  bottom: -6.8681318681%;
  width: 26.2686567164%;
}
.tora-girl-environment__item--01 .tora-girl-environment__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__item-details {
    gap: 25px;
  }
}
.tora-girl-environment__item--01 .tora-girl-environment__item-detail {
  display: grid;
  grid-template-columns: 230fr 327fr;
  gap: 12px clamp(10px, 1.7857142857vw, 30px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tora-girl-environment__item--01 .tora-girl-environment__item-detail-txt {
  border-top: dotted 5px var(--pink-border);
  margin-top: 0.5em;
  padding-top: 1em;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__item-detail-txt {
    border-top-width: 3px;
  }
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__item-detail-ttl {
    text-align: center;
  }
}
.tora-girl-environment__item--01 .tora-girl-environment__long-distance {
  margin-top: 54px;
  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;
  background: var(--pink-bg);
  border-radius: 20px;
  padding: clamp(30px, 3.3928571429vw, 57px) clamp(13px, 1.5476190476vw, 26px);
  overflow: clip;
  min-height: 239px;
  position: relative;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__long-distance {
    margin-top: 30px;
    border-radius: 10px;
    min-height: auto;
  }
}
.tora-girl-environment__item--01 .tora-girl-environment__long-distance::before {
  background: url(../img/tora-girl/environment_long-distance01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 44.1666666667%;
  max-width: 287px;
  aspect-ratio: 574/426;
  top: 0;
  left: 1.8333333333%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__long-distance::before {
    width: 70%;
    opacity: 0.2;
  }
}
.tora-girl-environment__item--01 .tora-girl-environment__long-distance-body {
  width: 59%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__long-distance-body {
    width: 100%;
  }
}
.tora-girl-environment__item--01 .tora-girl-environment__long-distance-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--pink);
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__long-distance-ttl {
    margin-inline: auto;
  }
}
.tora-girl-environment__item--01 .tora-girl-environment__long-distance-text {
  margin-top: 1em;
}
.tora-girl-environment__item--01 .tora-girl-environment__item-point {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--01 .tora-girl-environment__item-point {
    margin-top: 30px;
  }
}
.tora-girl-environment__item--01 .sec-tag {
  background-color: var(--pink);
}
.tora-girl-environment__item--01 .sec-tag::after, .tora-girl-environment__item--01 .sec-tag::before {
  background-color: var(--pink-bg);
}
.tora-girl-environment__item--01 .tora-girl-environment__item-point-img {
  margin-top: -1lh;
}
.tora-girl-environment__item--01 .tora-girl-environment__item-point-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--pink);
  margin-top: 0.8em;
  margin-inline: auto;
}
.tora-girl-environment__item--01 .tora-girl-environment__item-point-txt {
  margin-top: 1.2em;
  line-height: 1.67;
}

.tora-girl-environment__item--02 .tora-girl-environment__item-head::before {
  background-image: url(../img/tora-girl/environment_item02-head-img.webp);
}
.tora-girl-environment__item--02 .tora-girl-environment__item-decoration {
  right: -11.1940298507%;
  bottom: -9.8901098901%;
  width: 27.1641791045%;
}
.tora-girl-environment__item--02 .tora-girl-environment__item-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--02 .tora-girl-environment__item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.tora-girl-environment__item--02 .tora-girl-environment__item-detail-ttl {
  margin-top: 0.8em;
}
.tora-girl-environment__item--02 .tora-girl-environment__item-detail-txt {
  margin-top: 1em;
  line-height: 1.57;
}

.tora-girl-environment__item--03 .tora-girl-environment__item-head::before {
  background-image: url(../img/tora-girl/environment_item03-head-img.webp);
}
.tora-girl-environment__item--03 .tora-girl-environment__item-decoration {
  right: -12.0895522388%;
  bottom: -9.6153846154%;
  width: 30.2985074627%;
}
.tora-girl-environment__item--03 .tora-girl-environment__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--03 .tora-girl-environment__item-details {
    gap: 10px;
  }
}
.tora-girl-environment__item--03 .tora-girl-environment__item-detail {
  border-radius: 20px;
  background-color: var(--pink-bg);
  padding-block: 20px;
  padding-inline: 12px clamp(12px, 2.1428571429vw, 36px);
  display: grid;
  grid-template-columns: 92fr 417fr;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--03 .tora-girl-environment__item-detail {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 834px) {
  .tora-girl-environment__item--03 .tora-girl-environment__item-detail-ttl {
    text-align: center;
  }
}
.tora-girl-environment__item--03 .tora-girl-environment__item-detail-img-area {
  border-right: 5px dotted var(--pink-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  height: 100%;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--03 .tora-girl-environment__item-detail-img-area {
    border-right: none;
  }
}
.tora-girl-environment__item--03 .tora-girl-environment__item-detail-img {
  width: 54%;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--03 .tora-girl-environment__item-detail-img {
    width: 30%;
  }
}
.tora-girl-environment__item--03 .tora-girl-environment__item-detail-img img {
  border-radius: 0;
}
.tora-girl-environment__item--03 .tora-girl-environment__item-detail-body {
  padding-block: 15px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--03 .tora-girl-environment__item-detail-body {
    padding-block: 0;
  }
}
.tora-girl-environment__item--03 .tora-girl-environment__item-detail:nth-child(3) .tora-girl-environment__item-detail-img {
  width: 26%;
}
.tora-girl-environment__item--03 .tora-girl-environment__item-detail-txt {
  margin-top: 0.35em;
  line-height: 1.57;
}
@media (max-width: 834px) {
  .tora-girl-environment__item--03 .tora-girl-environment__item-detail-txt {
    margin-top: 0.7em;
  }
}

.tora-girl-environment__item-detail-ttl {
  color: var(--pink);
}

.tora-girl-environment__item-badge {
  position: absolute;
  left: -4.6268656716%;
  top: -10.989010989%;
  width: 17.6119402985%;
  height: auto;
  aspect-ratio: 1;
  z-index: 2;
}
@media (max-width: 834px) {
  .tora-girl-environment__item-badge {
    max-width: 100px;
    width: 23%;
  }
}

.tora-girl-environment__item-decoration {
  position: absolute;
  z-index: 1;
}
@media (max-width: 834px) {
  .tora-girl-environment__item-decoration {
    display: none;
  }
}

.tora-girl-environment__item-body {
  background: #fff;
  padding-inline: clamp(13px, 2.380952381vw, 40px);
  padding-block: 53px 40px;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item-body {
    border-radius: 0 0 5px 5px;
    padding-block: 30px;
  }
}

.tora-girl-environment__item-point img,
.tora-girl-environment__item-detail img,
.tora-girl-environment__item-long img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item-point img,
  .tora-girl-environment__item-detail img,
  .tora-girl-environment__item-long img {
    border-radius: 10px;
  }
}

.tora-girl-environment__item-details {
  margin-top: 35px;
}
@media (max-width: 834px) {
  .tora-girl-environment__item-details {
    margin-top: 25px;
  }
}

.tora-girl-environment__item-long {
  margin-top: 20px;
}

/* -------------------------------------------
 * interview
 * -------------------------------------------*/
.tora-girl-interview__head {
  background: url(../img/tora-girl/interview_head-bg.webp) no-repeat center center/cover;
}

.tora-girl-interview__ttl-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.tora-girl-interview__ttl {
  max-width: 736px;
  width: 67vw;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.tora-girl-interview__head-decoration {
  position: absolute;
}

.tora-girl-interview__head-decoration--01 {
  left: -4.6195652174%;
  bottom: 49.8098859316%;
  width: 6.7934782609%;
  -webkit-transform: rotate(17.03deg);
          transform: rotate(17.03deg);
  z-index: 4;
}

.tora-girl-interview__head-decoration--02 {
  left: -8.0163043478%;
  bottom: 34.6007604563%;
  width: 12.3641304348%;
  z-index: 3;
}

.tora-girl-interview__head-decoration--03 {
  bottom: 61.216730038%;
  right: -7.2010869565%;
  width: 15.4891304348%;
  -webkit-transform: rotate(11.61deg);
          transform: rotate(11.61deg);
  z-index: 4;
}

.tora-girl-interview__head-decoration--04 {
  bottom: 41.0646387833%;
  right: -17.2554347826%;
  width: 22.0108695652%;
  -webkit-transform: rotate(-12.75deg);
          transform: rotate(-12.75deg);
  z-index: 4;
}

.tora-girl-interview__side {
  position: sticky;
  top: 150px;
  width: min(93%, 400px);
}
@media (max-width: 1240px) {
  .tora-girl-interview__side {
    position: static;
    margin-inline: auto;
  }
}
.tora-girl-interview__main-content {
  background-color: var(--pink-section);
  background-image: linear-gradient(90deg, var(--pink-grid) 1px, transparent 1px), linear-gradient(var(--pink-grid) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 33px 33px;
}

.tora-girl-interview__profile {
  --profile-bg: repeating-linear-gradient(235deg, var(--pink03), var(--pink03) 7px, var(--pink02) 7px, var(--pink02) 14px);
  --profile-bg-size: 400px 2000px;
  --profile-tab-height: 43px;
  position: relative;
  color: #fff;
  padding-top: calc(var(--profile-tab-height) + 28px);
  padding-right: 28px;
  padding-bottom: 40px;
  padding-left: 28px;
}
@media (max-width: 834px) {
  .tora-girl-interview__profile {
    padding-right: 15px;
    padding-left: 15px;
    --profile-tab-height: 29px;
    padding-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .tora-girl-interview__profile {
    padding-top: calc(var(--profile-tab-height) + 20px);
  }
}

.tora-girl-interview__profile::after {
  background-image: var(--profile-bg);
  background-size: var(--profile-bg-size);
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  clip-path: inset(var(--profile-tab-height) 0 0 0 round 0 20px 20px 20px);
}

.tora-girl-interview__profile > * {
  position: relative;
  z-index: 1;
}

.tora-girl-interview__profile-en {
  position: absolute;
  left: 0;
  top: 0;
  width: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 28px 0;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-image: var(--profile-bg);
  background-size: var(--profile-bg-size);
  border-radius: 20px 20px 0 0;
}
@media (max-width: 834px) {
  .tora-girl-interview__profile-en {
    border-radius: 10px 10px 0 0;
    width: 160px;
    padding: 10px 15px 0;
  }
}

.tora-girl-interview__profile-role {
  line-height: 1.54;
  width: 117px;
}

.tora-girl-interview__profile-name {
  line-height: 1;
  margin-top: 1.5em;
}
@media (max-width: 834px) {
  .tora-girl-interview__profile-name {
    margin-top: 1em;
  }
}

.tora-girl-interview__profile-signature {
  background: #fff;
  width: auto;
  height: 43px;
  aspect-ratio: 160/43;
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 499px) {
  .tora-girl-interview__profile-signature {
    height: 35px;
  }
}
.tora-girl-interview__profile-signature img {
  width: auto;
  height: 100%;
}

.tora-girl-interview__profile-photo {
  position: absolute;
  right: 7%;
  top: calc(var(--profile-tab-height) - 28px);
  aspect-ratio: 220/212;
  z-index: 1;
  width: 53%;
  height: auto;
}
@media (max-width: 834px) {
  .tora-girl-interview__profile-photo {
    width: 52%;
  }
}

.tora-girl-interview__profile-photo-img {
  width: 74.4%;
  aspect-ratio: 160/220;
  margin-left: auto;
  border: 3px solid #fff;
  border-radius: 100vmax;
  overflow: hidden;
}

.tora-girl-interview__profile-photo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tora-girl-interview__profile-photo-decoration {
  position: absolute;
  left: 62%;
  top: 41%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 97%;
  pointer-events: none;
}

.tora-girl-interview__profile-catch {
  margin-top: 42px;
  padding-top: 28px;
  line-height: 1.46;
  border-top: 5px dotted #fff;
}
@media (max-width: 499px) {
  .tora-girl-interview__profile-catch {
    margin-top: 6vw;
    padding-top: 5vw;
    border-top-width: 3px;
  }
}

.tora-girl-interview__profile-catch-row {
  display: inline-block;
  margin-top: 3px;
  background: var(--yellow);
  color: var(--pink02);
  text-box: trim-both cap alphabetic;
  padding: 0.35em 0.4em;
  line-height: 1;
}
.tora-girl-interview__profile-catch-row + .tora-girl-interview__profile-catch-row {
  margin-top: 0.1em;
}
@media (max-width: 834px) {
  .tora-girl-interview__profile-catch-row + .tora-girl-interview__profile-catch-row {
    margin-top: 0.3em;
  }
}

.tora-girl-interview__profile-txt {
  margin-top: 1.1em;
  line-height: 1.67;
}

.tora-girl-interview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1240px) {
  .tora-girl-interview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 834px) {
  .tora-girl-interview__item {
    gap: 30px;
  }
}

.tora-girl-interview__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 698px;
}
@media (max-width: 1240px) {
  .tora-girl-interview__detail {
    max-width: 100%;
    width: 100%;
  }
}

.tora-girl-interview__interviewee + .tora-girl-interview__interviewer {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .tora-girl-interview__interviewee + .tora-girl-interview__interviewer {
    margin-top: 30px;
  }
}

.tora-girl-interview__interviewer + .tora-girl-interview__interviewee {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .tora-girl-interview__interviewer + .tora-girl-interview__interviewee {
    margin-top: 15px;
  }
}

.tora-girl-interview__interviewer-bubble {
  background: var(--yellow);
  max-width: 600px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tora-girl-interview__interviewer-bubble::before {
  background: var(--yellow);
  right: calc(100% - 1px);
  clip-path: polygon(0 0%, 100% 0, 100% 100%);
}

.tora-girl-interview__interviewer-txt {
  color: var(--pink02);
  line-height: 1;
  letter-spacing: -0.07em;
}

.tora-girl-interview__interviewee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 31px;
}
@media (max-width: 834px) {
  .tora-girl-interview__interviewee {
    gap: 20px;
  }
}

.tora-girl-interview__interviewee-bubble {
  background: #fff;
  max-width: 550px;
}

.tora-girl-interview__interviewee-bubble::after {
  background: #fff;
  left: calc(100% - 1px);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.tora-girl-interview__interviewer-bubble,
.tora-girl-interview__interviewee-bubble {
  border-radius: 20px;
  padding: 38px 40px;
  position: relative;
}
@media (max-width: 1240px) {
  .tora-girl-interview__interviewer-bubble,
  .tora-girl-interview__interviewee-bubble {
    max-width: none;
    min-height: auto;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .tora-girl-interview__interviewer-bubble,
  .tora-girl-interview__interviewee-bubble {
    margin-left: 1%;
    border-radius: 10px;
    padding: 20px;
  }
}
@media (max-width: 499px) {
  .tora-girl-interview__interviewer-bubble,
  .tora-girl-interview__interviewee-bubble {
    width: 95%;
    margin-left: 3%;
    padding: 20px 15px;
  }
}

.tora-girl-interview__interviewee-bubble::after,
.tora-girl-interview__interviewer-bubble::before {
  content: "";
  position: absolute;
  top: 30px;
  aspect-ratio: 21/14;
  width: 21px;
  height: auto;
}
@media (max-width: 1240px) {
  .tora-girl-interview__interviewee-bubble::after,
  .tora-girl-interview__interviewer-bubble::before {
    top: 25px;
  }
}
@media (max-width: 834px) {
  .tora-girl-interview__interviewee-bubble::after,
  .tora-girl-interview__interviewer-bubble::before {
    width: 15px;
  }
}

@media (max-width: 499px) {
  .tora-girl-interview__interviewee-bubble::before {
    top: 20px;
  }
}

.tora-girl-interview__interviewee-txt {
  color: var(--navy);
  line-height: 1.63;
}

.tora-girl-interview__interviewee-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 100vmax;
  overflow: hidden;
}
@media (max-width: 834px) {
  .tora-girl-interview__interviewee-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 499px) {
  .tora-girl-interview__interviewee-img {
    width: 60px;
    height: 60px;
  }
}

.tora-girl-interview__interviewee-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=tora-girl.css.map */