/*******************
共通スタイル
********************/
.section {
  padding-top: 200px;
  padding-bottom: 200px;
}
.tab-block {
  display: none;
}
@media screen and (max-width: 1194px) {
  .tab-block {
    display: block !important;
  }
}
/*******************
fv
********************/
.fv {
  position: relative;
  /* height: 46.875vw; */
}
.fv__img {
  height: 100%;
}
.fv__img img {
  object-fit: contain;
  object-position: top;
  height: 46.875vw;
}
.fv__text {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.fv__text-title {
  font-size: 4.16vw;
  font-weight: 500;
}
.fv__text-catch {
  display: block;
  border: 1px solid #fff;
  font-size: 1.77vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.3em 0.3em 0.4em;
  margin: 1.3vw 0.2em 0;
}
@media screen and (max-width: 767px) {
  .fv__img img {
    height: auto;
  }
  .fv__text {
    top: 22.5%;
  }
  .fv__text-title {
    font-size: 10.83vw;
    letter-spacing: -0.04em;
  }
  .fv__text-catch {
    font-size: 5.33vw;
    letter-spacing: -0.05em;
    margin: 3.9vw 0.2em 0;
  }
}
/*******************
introduction
********************/
.top-introduction {
  background-image: url(../img/top/introduction-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.top-introduction .webp {
  background-image: url(../img/top/introduction-bg.jpg.webp);
}
.top-introduction__content {
  display: flex;
  padding-top: 220px;
  padding-bottom: 220px;
}
.top-introduction__text {
  flex-basis: 50%;
  font-size: 18px;
  line-height: 1.85;
}
.top-introduction__text > * + * {
  margin-top: 2em;
}
.top-introduction__text span {
  color: var(--orange);
  font-weight: bold;
}
.top-introduction__img {
  flex-basis: 50%;
  padding-left: 70px;
  margin-top: 10px;
}
@media screen and (max-width: 1249px) {
  .top-introduction__img {
    padding-left: 5.6vw;
  }
}
@media screen and (max-width: 1194px) {
  .top-introduction__content {
    align-items: center;
    padding-top: 16.75vw;
    padding-bottom: 16.75vw;
  }
}
@media screen and (max-width: 999px) {
  .top-introduction__text {
    font-size: 16px;
    line-height: 2.2;
  }
  .top-introduction__text > * + * {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 799px) {
  .top-introduction__img {
    flex-basis: 47%;
    padding-left: 4.5vw;
  }
  .top-introduction__text {
    flex-basis: 53%;
  }
}
@media screen and (max-width: 767px) {
  .top-introduction__content {
    display: block;
  }
  .top-introduction__img {
    width: 70%;
    min-width: 300px;
    padding-left: 0;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-introduction__text > * + * {
    margin-top: 1.5em;
  }
}
/*******************
youtai（いじめの様態について）
********************/
.top-youtai {
  padding-bottom: 320px;
}
.top-youtai__content {
  display: flex;
  /*    flex-direction: column-reverse;*/
  flex-direction: column;
  margin-top: 52px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top-youtai__content-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-top: 50px;
}
.top-youtai__content-text span {
  color: var(--orange);
  font-weight: bold;
}
.top-youtai__slider-wrap {
  position: relative;
}
.top-youtai__slider {
  margin-top: 130px;
}
.top-youtai__slider-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: #e6ebef;
  width: 300px;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
  padding: 45px 30px;
}
.top-youtai__slider-item img {
  width: auto;
}
.top-youtai__slider-item-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
/*----- スライダー -----*/
.swiper-pagination-bullet-active {
  background-color: #874a39;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 75px);
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev, .swiper-button-next {
  height: 50px;
  width: 50px;
  top: calc(100% + 90px);
  transform: translateX(-50%);
}
.swiper-button-prev {
  left: calc(50% - 130px);
}
.swiper-button-next {
  right: calc(50% + -180px);
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after, .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../img/common/icon-arrow-prev.png);
}
.swiper-button-prev:after .webp {
  background-image: url(../img/common/icon-arrow-prev.png.webp);
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../img/common/icon-arrow-next.png);
}
.swiper-button-next:after .webp {
  background-image: url(../img/common/icon-arrow-next.png.webp);
}
@media screen and (min-width: 1921px) {
  .top-youtai__slider-item {
    width: 15.625vw;
  }
}
@media screen and (max-width: 1250px) {
  .top-youtai {
    padding-bottom: 25.6vw;
  }
  .top-youtai__slider {
    margin-top: 10.4vw;
  }
  .top-youtai__slider-item {
    width: 24vw;
    height: auto;
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 3.2vw;
  }
  .top-youtai__slider-item-text {
    font-size: 1.76vw;
    margin-top: 1.6vw;
  }
  .top-youtai__slider-item-img img {
    width: 7.2vw;
  }
}
@media screen and (max-width: 999px) {
  .top-youtai__content-text {
    font-size: 16px;
  }
  .top-youtai__slider-item {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 20px;
    width: 250px;
  }
  .top-youtai__slider-item-text {
    font-size: 18px;
    margin-top: 20px;
  }
  .top-youtai__slider-item-img img {
    width: 70px;
  }
  .swiper-button-prev, .swiper-button-next {
    height: 40px;
    width: 40px;
    top: calc(100% + 80px);
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    height: 40px;
    width: 40px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 60px);
  }
  .swiper-button-next {
    right: calc(50% + -170px);
  }
}
@media screen and (max-width: 767px) {
  .top-youtai {
    padding-bottom: 200px;
  }
  .top-youtai__content-img {
    height: 180px;
  }
  .top-youtai__content-img img {
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-youtai {
    padding-bottom: 180px;
  }
  .top-youtai__content {
    margin-top: 30px;
  }
  .top-youtai__content-text {
    margin-top: 30px;
  }
  .top-youtai__content-img {
    height: 150px;
  }
  .top-youtai__slider-item-text {
    font-size: 16px;
    margin-top: 16px;
  }
  .top-youtai__slider-item {
    margin-left: 10px;
    margin-right: 10px;
    padding: 26px 16px;
    width: 200px;
  }
  .top-youtai__slider-item-img img {
    width: 60px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 40px);
  }
  .swiper-button-prev, .swiper-button-next {
    height: 40px;
    width: 40px;
    top: calc(100% + 60px);
  }
  .swiper-button-next {
    right: calc(50% + -150px);
  }
  .swiper-button-prev {
    left: calc(50% - 110px);
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }
}
/*******************
consultation（弁護士に相談するべきいじめ）
********************/
.top-consultation {
  background-color: var(--green3);
  padding-bottom: 100px;
  /* margin-bottom: 200px; */
  position: relative;
}
.top-consultation-wrap {
  overflow-x: hidden;
}
.top-consultation::before {
  content: "";
  display: block;
  background-color: var(--green3);
  width: 100%;
  height: min(10.6vw, 200px);
  clip-path: polygon(0 0, 100% 0%, 50% 100%, 0 0);
  clip-path: polygon(0 -1px, 100% -1px, 100% 0%, 50% 100%, 0 0, 0 -1px);
  position: absolute;
  top: 100%;
  left: 0;
}
.top-consultation__content {
  background-color: #fff;
  padding: 105px 0 120px;
}
.top-consultation__items {
  margin-top: 110px;
}
.top-consultation__items > * + * {
  margin-top: 120px;
}
.top-consultation__item {
  display: flex;
}
.top-consultation__item:nth-last-of-type(even) {
  flex-direction: row-reverse;
}
.top-consultation__item-title {
  margin-top: -0.7em;
  position: relative;
}
.top-consultation__item-title-num {
  color: #ccd5db;
  font-family: var(--en-font);
  font-style: italic;
  font-size: 150px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: -5px;
  top: -30px;
}
.top-consultation__item-title-num--3 {
  top: -50px;
}
.top-consultation__item-title-num--4 {
  top: -47px;
  right: -20px;
}
.top-consultation__item-title-text {
  font-family: var(--mincho);
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.top-consultation__item-title-text span {
  color: var(--text-red);
}
.top-consultation__item-text {
  flex-basis: 61.3%;
}
.top-consultation__item:nth-last-of-type(even) .top-consultation__item-text {
  padding-left: 100px;
  padding-right: 155px;
}
.top-consultation__item:nth-last-of-type(odd) .top-consultation__item-text {
  padding-left: 155px;
  padding-right: 100px;
}
.top-consultation__item-desc {
  letter-spacing: 0.03em;
  margin-top: 34px;
}
.top-consultation__item-desc span {
  color: var(--orange);
}
.top-consultation__item-img {
  flex-basis: 41.66vw;
}
.top-consultation__item:nth-last-of-type(odd) .top-consultation__item-img {
  margin-right: calc(50% - 50vw);
}
.top-consultation__item:nth-last-of-type(even) .top-consultation__item-img {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1499px) {
  .top-consultation__content {
    padding: 7vw 0 8vw;
  }
  .top-consultation__items {
    margin-top: 7.33vw;
  }
  .top-consultation__item:nth-last-of-type(even) .top-consultation__item-text {
    padding-left: 5.5vw;
    padding-right: 7vw;
  }
  .top-consultation__item:nth-last-of-type(odd) .top-consultation__item-text {
    padding-left: 7vw;
    padding-right: 5.5vw;
  }
  .top-consultation__item-desc {
    margin-top: 2.26vw;
  }
  .top-consultation__item-img {
    flex-basis: 45vw;
  }
  .top-consultation__item-title-text {
    line-height: 1.4;
    font-size: clamp(22px, 2.53vw, 38px);
  }
  .top-consultation__item-title-num {
    top: -40px;
    font-size: clamp(74px, 10vw, 150px);
  }
}
@media screen and (max-width: 1250px) {
  .top-consultation {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 1194px) {
  .top-consultation__item-img img {
    height: 27vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 999px) {
  .top-consultation__content {
    padding: 10vw;
  }
  .top-consultation__items {
    margin-top: 8vw;
  }
  .top-consultation__items > * + * {
    margin-top: 10vw;
  }
  .top-consultation__item, .top-consultation__item:nth-last-of-type(even) {
    flex-direction: column-reverse;
  }
  .top-consultation__item:nth-last-of-type(even) .top-consultation__item-img, .top-consultation__item:nth-last-of-type(odd) .top-consultation__item-img {
    margin-left: auto;
    margin-right: auto;
  }
  .top-consultation__item-title {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-consultation__item-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .top-consultation__item-title-text {
    display: inline-block;
    text-align: center;
  }
  .top-consultation__item-title-text br {
    display: none;
  }
  .top-consultation__item-title-text--2 br, .top-consultation__item-title-text--4 br {
    display: block;
  }
  .top-consultation__item-img {
    flex-basis: auto;
  }
  .top-consultation__item-title {
    margin-top: 40px;
  }
  .top-consultation__item-title-num {
    right: auto;
    left: -1em;
    top: 15%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top-consultation__item-title-text br {
    display: block;
  }
  .top-consultation__item-title-text {
    font-size: clamp(22px, 3.5vw, 38px);
  }
}
@media screen and (max-width: 599px) {
  .top-consultation__content {
    padding: 60px 15px;
  }
  .top-consultation__item-img img {
    height: 35vw;
  }
  .top-consultation__item-title-num {
    position: static;
  }
  .top-consultation__item-title {
    text-align: center;
    margin-top: -10px;
  }
  .top-consultation__item-title-text {
    display: block;
    margin-top: 10px;
  }
  .top-consultation__item-desc {
    margin-top: 20px;
  }
  .top-consultation__items > * + * {
    margin-top: 60px;
  }
}
/*******************
can（わたしたちができること）
********************/
.top-can {
  padding-bottom: 170px;
}
.top-can__slider-wrap {
  position: relative;
}
.swiper-backface-hidden .swiper-slide {
  transition: .3s;
}
.top-can__slider-items {
  /* padding-top: 110px; */
  margin-top: 60px;
  padding-bottom: 60px;
}
.top-can__slider-item {
  display: flex;
  flex-direction: column-reverse;
  /* width: 1000px; */
  width: 1200px;
  height: auto;
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: 0px 0px 27px 8px rgba(172 184 196/ 0.3);
}
.top-can__slider-item-text {
  margin-bottom: auto;
  /* padding: 0 2.4em 3.5em; */
  padding: 55px 100px;
}
.top-can__slider-item-text > * + * {
  margin-top: 35px;
}
.top-can__slider-title {
  color: var(--green2);
  font-family: var(--mincho);
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  /* height: 6.7em; */
  /* padding-top: 0.4em; */
}
.top-can__slider-title span {
  display: inline-block;
}
.top-can__slider-item-img {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
.top-can__slider-text {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.top-can__slider-item {
  /* background-size: 300px; */
  background-size: 33%;
  /* background-size: 62.5%; */
  background-repeat: no-repeat;
  background-position: bottom right;
}
.top-can__slider-item:nth-of-type(1) {
  background-image: url(../img/top/can-bg01.jpg);
}
.top-can__slider-item:nth-of-type(1) .webp {
  background-image: url(../img/top/can-bg01.jpg.webp);
}
.top-can__slider-item:nth-of-type(2) {
  background-image: url(../img/top/can-bg02.jpg);
}
.top-can__slider-item:nth-of-type(2) .webp {
  background-image: url(../img/top/can-bg02.jpg.webp);
}
.top-can__slider-item:nth-of-type(3) {
  background-image: url(../img/top/can-bg03.jpg);
}
.top-can__slider-item:nth-of-type(3) .webp {
  background-image: url(../img/top/can-bg03.jpg.webp);
}
.top-can__slider-item:nth-of-type(4) {
  background-image: url(../img/top/can-bg04.jpg);
}
.top-can__slider-item:nth-of-type(4) .webp {
  background-image: url(../img/top/can-bg04.jpg.webp);
}
.can-swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  top: auto !important;
  bottom: -8px !important;
}
.top-can .swiper-button-prev, .top-can .swiper-button-next {
  top: 50%;
}
.top-can .swiper-button-next {
  right: calc(50% + -650px) !important;
}
.top-can .swiper-button-prev {
  left: calc(50% - 600px) !important;
}
.top-can .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 55px);
}
@media screen and (max-width: 1499px) {
  .top-can__slider-item {
    margin-left: 35px;
    margin-right: 35px;
    width: 1000px;
  }
  .top-can__slider-item-text {
    padding: 50px 70px;
  }
  .top-can__slider-title {
    font-size: 30px;
  }
  .top-can .swiper-button-next {
    right: calc(50% + -550px) !important;
  }
  .top-can .swiper-button-prev {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (max-width: 1250px) {
  .top-can {
    padding-bottom: max(60px, 13.6vw);
  }
}
@media screen and (max-width: 1194px) {
  .top-can__slider-item {
    margin-left: 25px;
    margin-right: 25px;
    width: 800px;
  }
  .top-can .swiper-button-next {
    right: calc(50% + -450px) !important;
  }
  .top-can .swiper-button-prev {
    left: calc(50% - 400px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .top-can__slider-item {
    margin-left: 20px;
    margin-right: 20px;
    width: 550px;
  }
  .top-can__slider-item-text {
    padding: 30px 40px;
  }
  .top-can__slider-title {
    font-size: 26px;
  }
  .top-can .swiper-button-next {
    right: calc(50% + -315px) !important;
  }
  .top-can .swiper-button-prev {
    left: calc(50% - 275px) !important;
  }
}
@media screen and (max-width: 767px) {
  .top-can {
    /* padding-bottom: max(200px, 24vw); */
    padding-bottom: 16vw;
  }
  /* .top-can__slider-item {
        width: 350px;
        margin-left: 15px;
        margin-right: 15px;
        box-shadow: 0px 0px 20px 6px rgba(172 184 196/ 0.3);
    } */
  .top-can__slider-title {
    font-size: max(22px, 3.2vw);
    /* line-height: 1.4; */
    /* height: 6.5em; */
  }
  .top-can__slider-item-text {
    padding: 50px 50px;
  }
  .top-can__slider-text {
    font-size: 15px;
  }
  .top-can__slider-title span {
    display: inline-block !important;
  }
  .top-can__slider-item-img {
    min-height: 150px;
  }
  /*スライダー無効*/
  .top-can__slider-wrap {
    /* padding-left: 25px;
        padding-right: 25px; */
  }
  .top-can__slider-items {
    flex-direction: column;
    /* width: clamp(330px, 70%, 500px); */
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .top-can__slider-items > * + * {
    margin-top: 50px;
  }
  .top-can__slider-item {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .top-can .swiper-button-prev, .top-can .swiper-button-next {
    display: none;
  }
  .can-swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .top-can__slider-item-text {
    padding: 40px 40px;
  }
  .top-can__slider-title {
    font-size: 20px;
  }
  .top-can__slider-items {
    width: calc(100% - 30px);
  }
  .top-can__slider-item-img {
    height: 150px;
  }
  .top-can__slider-item-img img {
    height: 100%;
    object-fit: cover;
  }
}
/*******************
reason（わたしたちが選ばれる理由）
********************/
.top-reason {
  background-image: url(../img/top/reason-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.top-reason .webp {
  background-image: url(../img/top/reason-bg.jpg.webp);
}
.top-reason__items {
  margin-top: 110px;
}
.top-reason__items > * + * {
  margin-top: 100px;
}
.top-reason__item {
  display: flex;
  flex-direction: row-reverse;
}
.top-reason__item-text {
  flex-basis: calc(100% - 38.3%);
  padding-left: 80px;
}
.top-reason__item-title {
  display: flex;
  align-items: center;
}
.top-reason__item-title-num {
  background-image: url(../img/top/reason-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  width: 136px;
  height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-reason__item-title-num .webp {
  background-image: url(../img/top/reason-icon.png.webp);
}
.top-reason__item-title-num span:first-of-type {
  color: #062238;
  font-family: var(--mincho);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.top-reason__item-title-num span:last-of-type {
  display: block;
  color: #064b47;
  font-family: var(--en-font);
  font-weight: 500;
  font-size: 62px;
  line-height: 0.5;
}
.top-reason__item-title-text {
  display: block;
  font-family: var(--mincho);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-left: 0.7em;
}
.top-reason__item-title-text span {
  color: var(--orange);
}
.top-reason__item-desc {
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 1.5em;
}
.top-reason__item-img {
  flex-basis: 38.3%;
}
@media screen and (max-width: 1250px) {
  .top-reason__items {
    margin-top: 8.8vw;
  }
  .top-reason__items > * + * {
    margin-top: 8vw;
  }
  .top-reason__item-title-num {
    width: 10.88vw;
    height: 10.88vw;
  }
  .top-reason__item-text {
    padding-left: 6.4vw;
  }
  .top-reason__item-title-num span:first-of-type {
    font-size: 1.13vw;
  }
  .top-reason__item-title-num span:last-of-type {
    font-size: 4.96vw;
  }
  .top-reason__item-title-text {
    font-size: 3.04vw;
  }
}
@media screen and (max-width: 999px) {
  .top-reason__item {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-reason__items > * + * {
    margin-top: 80px;
  }
  .top-reason__item {
    flex-direction: column-reverse;
  }
  .top-reason__item-text {
    flex-basis: 100%;
    padding-left: 0;
  }
  .top-reason__item-title {
    justify-content: center;
    margin-top: 20px;
  }
  .top-reason__item-title-text {
    font-size: 26px;
    padding-left: 20px;
  }
  .top-reason__item-title-num span:first-of-type {
    font-size: 12px;
  }
  .top-reason__item-title-num span:last-of-type {
    font-size: 50px;
  }
  .top-reason__item-img {
    flex-basis: 100%;
    width: max(260px, 60%);
  }
  .top-reason__item-img img {
    height: max(150px, 27vw);
    object-fit: cover;
    object-position: top;
  }
  .top-reason__item-title-num {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-reason__item-title-text {
    font-size: clamp(20px, 5vw, 26px);
  }
}
@media screen and (max-width: 499px) {
  .top-reason__item-title-num {
    width: 90px;
    height: 90px;
  }
  .top-reason__item-title-num span:first-of-type {
    font-size: 11px;
  }
  .top-reason__item-title-num span:last-of-type {
    font-size: 46px;
  }
}
/*******************
definition（ いじめの定義について）
********************/
.top-definition {
  background-image: url(../img/top/definition-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.top-definition .webp {
  background-image: url(../img/top/definition-bg.jpg.webp);
}
.top-definition__detail {
  background-color: #fff;
  padding: 70px 100px 85px;
  margin-top: 94px;
}

.top-definition__item-section_wrap{
	background: #f0f0f0;
    padding: 30px 20px 35px;
    font-size: 18px;
    margin-top: 1em;
	margin-bottom: 1em;
}
.top-definition__item-section_wrap >.quotation {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 84px;
	margin-left: 2em;
}
.top-definition__item-section_wrap >.quotation ::before {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ca6d2d;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: -15px;
}
.top-definition__detail-text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 2.4;
}
.top-definition__detail-text span {
  color: var(--orange);
}
.top-definition__detail-items {
  margin-top: 52px;
}
.top-definition__detail-items > * + * {
  margin-top: 12px;
}
.top-definition__detail-item {
  display: flex;
}
.top-definition__item-title {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 50px;
}
.top-definition__item:first-of-type .top-definition__item-title {
  background-image: url(../img/top/definition-img01.jpg);
}
.top-definition__item:first-of-type .top-definition__item-title .webp {
  background-image: url(../img/top/definition-img01.jpg.webp);
}
.top-definition__item:first-of-type .top-definition__item-title span {
  padding: 0.1em 0.8em 0.3em;
}
.top-definition__item:last-of-type .top-definition__item-title {
  background-image: url(../img/top/definition-img02.jpg);
}
.top-definition__item:last-of-type .top-definition__item-title .webp {
  background-image: url(../img/top/definition-img02.jpg.webp);
}
.top-definition__item:last-of-type .top-definition__item-title span {
  padding: 0.1em 0.3em 0.3em;
  letter-spacing: -0.05em;
}
.top-definition__detail-item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ab2828;
  color: #fff;
  font-family: var(--en-font);
  font-style: italic;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  padding: 0.2em 0.2em 0.4em;
  width: 100px;
}
.top-definition__detail-item-text {
  /* display: flex;
    align-items: center; */
  background-color: #edf1f4;
  font-family: var(--mincho);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.07em;
  width: calc(100% - 100px);
  padding: 0.5em 0.9em;
}
.top-definition__detail-item-text span:not(.text-block) {
  color: var(--text-red);
}
.top-definition__items {
  display: flex;
  margin-top: 70px;
  gap: 40px;
}
.top-definition__item {
  flex-basis: 50%;
}
.top-definition__item-title span {
  display: block;
  background-color: #19343b;
  color: #fff;
  font-family: var(--mincho);
  font-size: 34px;
  font-weight: 600;
  margin-inline: auto;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
}
.top-definition__item-lists-wrap {
  background-color: #fff;
}
/* TOPリスト2025/03/18追記使用*/
.top-definition__item-lists-section_wrap {
  background-color: #f0f0f0;
  margin-top: 50px;
}
.top-definition__item-lists {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 20px 35px;
  line-height: 2;
}
.top-definition__item-list {
  font-family: var(--mincho);
  font-size: clamp(16px, 0.8743vw + 12.7213px, 24px); /* Vary between 375px and 1290px */;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-left: 1.6em;
  position: relative;
}
.top-definition__item-list::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0.6em;
  left: 0.1em;
}
.top-definition__item-list::before .webp {
  background-image: url(../img/common/icon-check.png.webp);
}
@media screen and (max-width: 1250px) {
  .top-definition__detail {
    padding: 5.6vw 8vw 6.8vw;
    margin-top: 7.52vw;
  }
  .top-definition__detail-items {
    margin-top: 4.16vw;
  }
  .top-definition__detail-item-text {
    font-size: 2.72vw;
  }
  .top-definition__detail-item-num {
    font-size: 4vw;
  }
  .top-definition__items {
    margin-top: 5.6vw;
    gap: 3.2vw;
  }
  .top-definition__item-title {
    padding: 4vw 0 4vw;
  }
  .top-definition__item-title span {
    font-size: 2.72vw;
  }
  .top-definition__item-lists {
    padding: 2.4vw 1.6vw 2.8vw;
  }
  .top-definition__item-list {
    font-size: 2.08vw;
  }
  .top-definition__item-list::before {
    width: 2.16vw;
    height: 2.16vw;
  }
}
@media screen and (max-width: 999px) {
  .top-definition__detail-item-num {
    font-size: 40px;
  }
  .top-definition__detail-item-text {
    font-size: 24px;
    padding: 0.6em 0.9em;
  }
  .top-definition__item-title span {
    font-size: 24px;
  }
  .top-definition__item-lists {
    padding: 22px 15px 26px;
  }
  .top-definition__item-list {
    font-size: 20px;
  }
  .top-definition__item-list::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-definition__detail-text {
    font-size: 16px;
    line-height: 2;
  }
  .top-definition__detail {
    padding: 5.6vw 8vw 6.8vw;
    margin-top: 7.52vw;
    padding: 42px 60px 50px;
  }
  .top-definition__items {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
  .top-definition__item-title {
    padding: 40px 0;
  }
  .top-definition__detail-item-text {
    font-size: 22px;
  }
  .top-definition__item-title span {
    font-size: 28px;
  }
  .top-definition__item-list {
    font-size: 22px;
  }
  .top-definition__detail-item-num {
    width: 80px;
  }
  .top-definition__detail-item-text {
    width: calc(100% - 80px);
  }
  .top-definition__detail-item-text span {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .top-definition__detail {
    padding: 34px 5vw;
  }
  .top-definition__detail-item-num {
    font-size: 34px;
  }
  .top-definition__detail-item-text {
    font-size: 18px;
  }
  .top-definition__detail-item-num {
    width: 70px;
  }
  .top-definition__detail-item-text {
    width: calc(100% - 70px);
    letter-spacing: 0;
  }
  .top-definition__item-title span {
    font-size: 22px;
  }
  .top-definition__item-list {
    font-size: 18px;
  }
  .top-definition__detail-items {
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  .top-definition__detail-item {
    display: block;
  }
  .top-definition__detail-item-num {
    width: 100%;
    font-size: 30px;
    padding: 0px 0 5px;
  }
  .top-definition__detail-item-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.9em;
  }
}
/*******************
column（コラム）
********************/
.top-column {
  background-color: #edf1f4;
}
.top-column__posts {
  background-color: #fff;
  display: flex;
  /* gap: 70px; */
  flex-wrap: wrap;
  border-radius: 50px;
  padding: 145px 110px 100px;
  margin-top: 100px;
}
.top-column__post {
  display: flex;
  background-color: #fff;
}
.top-column__post:first-of-type {
  flex-basis: 100%;
  flex-direction: row-reverse;
  margin-bottom: 70px;
}
.top-column__post:not(:nth-of-type(-n + 2)) {
  margin-left: 70px;
}
.top-column__post:not(:first-of-type) {
  flex-basis: calc((100% - 140px) / 3);
  flex-direction: column-reverse;
}
.top-column__post-img {
  position: relative;
}
.top-column__post-img img {
  object-fit: cover;
  height: 100%;
}
.top-column__post:first-of-type .top-column__post-img {
  flex-basis: 51%;
}
.top-column__post:first-of-type .top-column__post-img img {
  aspect-ratio: 500/280;
}
.top-column__post:not(:first-of-type) .top-column__post-img img {
  aspect-ratio: 250/158;
}
.top-column__post:first-of-type .top-column__post-text {
  flex-basis: 49%;
  padding-left: 50px;
  margin-top: -0.8em;
}
.top-column__post:not(:first-of-type) .top-column__post-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 1.5em;
}
.top-column__post:not(:first-of-type) .top-column__post-title {
  margin-bottom: auto;
}
.top-column__post-text time {
  font-family: var(--mincho);
  font-weight: 500;
  letter-spacing: 0.15em;
}
.top-column__post:first-of-type .top-column__post-text time {
  font-size: 18px;
}
.top-column__post-title {
  font-family: var(--mincho);
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0.5em;
}
.top-column__post:first-of-type .top-column__post-title {
  font-size: 24px;
  letter-spacing: 0.195em;
}
.top-column__post:not(:first-of-type) .top-column__post-title {
  font-size: 20px;
  letter-spacing: 0.16em;
}
.top-column__post-tags {
  font-size: 14px;
  margin-top: 1.5em;
}
.top-column__post-tag {
  display: inline-block;
  color: var(--tag-green);
  font-weight: bold;
  margin-right: 1.5em;
}
.top-column__post-img-cat {
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 115px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .top-column__posts {
    /* gap: 5.6vw; */
    border-radius: 4vw;
    padding: 11.6vw 8.8vw 8vw;
    margin-top: 8vw;
  }
  .top-column__post:first-of-type {
    margin-bottom: 5.6vw;
  }
  .top-column__post:not(:nth-of-type(-n + 2)) {
    margin-left: 5.6vw;
  }
  .top-column__post:first-of-type .top-column__post-text {
    padding-left: 4vw;
  }
  .top-column__post:first-of-type .top-column__post-text time {
    font-size: 1.44vw;
  }
  .top-column__post:first-of-type .top-column__post-title {
    font-size: 1.92vw;
  }
  .top-column__post-tags {
    font-size: 1.12vw;
  }
  .top-column__post-img-cat {
    font-size: 1.28vw;
    width: 9.2vw;
    height: 2.8vw;
    line-height: 2.8vw;
  }
  .top-column__post:not(:first-of-type) .top-column__post-title {
    font-size: 1.6vw;
  }
  .top-column__post:not(:first-of-type) {
    flex-basis: calc((100% - 11.2vw) / 3);
  }
}
@media screen and (max-width: 999px) {
  .top-column__posts {
    /* gap: 40px 30px; */
    padding: 10vw 6vw 7vw;
  }
  .top-column__post:first-of-type {
    margin-bottom: 40px;
  }
  .top-column__post:not(:nth-of-type(-n + 2)) {
    margin-left: 30px;
  }
  .top-column__post:not(:first-of-type) {
    flex-basis: calc((100% - 60px) / 3);
  }
  .top-column__post:first-of-type .top-column__post-text time {
    font-size: 15px;
  }
  .top-column__post:first-of-type .top-column__post-title {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  .top-column__post:not(:first-of-type) .top-column__post-title {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .top-column__post-tags {
    font-size: 12px;
  }
  .top-column__post-img-cat {
    font-size: 11px;
    width: 70px;
    height: 20px;
    line-height: 20px;
  }
  .top-column__post:not(:first-of-type) .top-column__post-text {
    margin-top: 0.5em;
  }
  .top-column__post:not(:first-of-type) .top-column__post-text time {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-column__posts {
    padding: 0;
    background-color: transparent;
    margin-top: 60px;
  }
  .top-column__posts > * + * {
    margin-top: 40px;
  }
  .top-column__post {
    border-radius: 1em;
  }
  .top-column__post-text {
    margin-top: 0;
    padding: 1em 1.5em;
    margin-top: 0 !important;
  }
  .top-column__post:first-of-type {
    margin-bottom: 0;
  }
  .top-column__post:not(:nth-of-type(-n + 2)) {
    margin-left: 0;
  }
  .top-column__post:not(:first-of-type) {
    flex-basis: 100%;
    flex-direction: row-reverse;
  }
  .top-column__post:not(:first-of-type) .top-column__post-img {
    flex-basis: 51%;
  }
  .top-column__post:not(:first-of-type) .top-column__post-text {
    flex-basis: 49%;
    margin-top: -0.4em;
    padding-left: 4vw;
  }
  .top-column__post:not(:first-of-type) .top-column__post-text time {
    font-size: 15px;
  }
  .top-column__post:not(:first-of-type) .top-column__post-title {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  .top-column__post:first-of-type .top-column__post-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: -0.8em;
  }
  .top-column__post:first-of-type .top-column__post-title {
    margin-bottom: auto;
  }
  .top-column__post-img img {
    border-radius: 1em 0 0 1em;
  }
  .top-column__post:first-of-type .top-column__post-img img {
    aspect-ratio: 250/158;
  }
  .top-column__post-img-cat {
    border-radius: 1em 0 0 0;
    font-size: 12px;
    width: 100px;
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top-column__post:first-of-type, .top-column__post:not(:first-of-type) {
    flex-direction: column-reverse;
  }
  .top-column__post:first-of-type .top-column__post-text, .top-column__post:not(:first-of-type) .top-column__post-text {
    display: block;
    /* padding-left: 0; */
    margin-top: 0.5em;
  }
  .top-column__post-tags {
    margin-top: 1em;
  }
  .top-column__post-img img {
    border-radius: 1em 1em 0 0;
    aspect-ratio: 500/200 !important;
  }
  .top-column__posts > * + * {
    margin-top: 30px;
  }
  .top-column__post-text {
    padding: 1.5em 2em !important;
  }
}
@media screen and (max-width: 499px) {
  .top-column__post-img img {
    aspect-ratio: 7/4 !important;
  }
}
@media screen and (max-width: 399px) {
  .top-column__post:first-of-type .top-column__post-title, .top-column__post:not(:first-of-type) .top-column__post-title {
    font-size: 18px;
  }
}
/*******************
弁護士費用（price）
********************/
.top-price {
  padding-top: 130px;
}
.top-price__items {
  margin-top: 50px;
}
.top-price__items > * + * {
  margin-top: 8px;
}
.top-price__item-dlist {
  display: flex;
  gap: 8px;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
}
.top-price__item-term {
  flex-basis: 400px;
  background-color: var(--green4);
  color: #fff;
  text-align: center;
  padding: 0.7em;
}
.top-price__item-desc {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #f3f1ec;
  padding: 0.7em 0.7em 0.7em 1.8em;
}
.link-btn--top-price {
  background-color: var(--btn-gray);
}
/* 20250318追記使用*/
.top-price__note {
    float: right;
    line-height: 1.5;
    margin: 10px 0;
}
@media screen and (max-width: 1250px) {
  .top-price {
    padding-top: 10.4vw;
    padding-top: max(80px, 10.4vw);
  }
}
@media screen and (max-width: 999px) {
  .top-price__item-term {
    flex-basis: 260px;
  }
  .top-price__item-dlist {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-price__item-term {
    flex-basis: 170px;
  }
  .top-price__item-dlist {
    font-size: 22px;
  }
  .top-price__item-desc {
    flex-basis: calc(100% - (8px + 170px));
  }
  .top-price__items {
    margin-top: 40px;
  }
}
@media screen and (max-width: 499px) {
  .top-price__item-dlist {
    display: block;
  }
  .top-price__item-term {
    padding: 0.4em;
  }
  .top-price__item-desc {
    text-align: center;
    padding: 1em;
  }
  .top-price__item-dlist {
    font-size: 20px;
  }
}
/*******************
弁護士費用（price）
********************/
.top-office {
  background-image: url(../img/common/office-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 0 150px;
}
.top-office .webp {
  background-image: url(../img/common/office-bg.jpg.webp);
}
.top-office__title {
  line-height: 1.4;
}
.top-office__content {
  position: relative;
}
.top-office__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  width: 730px;
}
.top-office__item {
  flex-basis: 229px;
}
.top-office__item-link {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  font-family: var(--mincho);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: relative;
  transition: 0.3s;
}
.top-office__item-link::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  z-index: 1;
  transition: 0.3s;
}
.top-office__item-link::before .webp {
  background-image: url(../img/common/icon-arrow-right.png.webp);
}
.top-office__item-link:hover::before, .top-office__item-link:focus::before {
  background-image: url(../img/common/icon-arrow-right--white.png);
  transition: 0.3s;
}
.top-office__item-link:hover::before .webp, .top-office__item-link:focus::before .webp {
  background-image: url(../img/common/icon-arrow-right--white.png.webp);
}
.top-office__item-link:hover, .top-office__item-link:focus {
  background-color: var(--brown);
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.top-office__map {
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-office__map img {
  width: auto;
}
@media screen and (max-width: 1250px) {
  .top-office {
    padding: 10vw 0 12vw;
  }
  .top-section__title-small {
    font-size: clamp(26px, 3.2vw, 40px);
  }
  .top-office__items {
    gap: 1.6vw;
    width: 58.4vw;
  }
  .top-office__item {
    flex-basis: 18.32vw;
  }
  .top-office__item-link {
    border-radius: 2.4vw;
    font-size: 1.44vw;
    height: 4.8vw;
    line-height: 4.8vw;
  }
  .top-office__map img {
    width: 33.2vw;
  }
}
@media screen and (max-width: 999px) {
  .top-office__item {
    flex-basis: clamp(190px, 23vw, 230px);
    height: 6vw;
  }
  .top-office__map img {
    width: 41vw;
  }
  .top-office__item-link {
    height: 100%;
    border-radius: 3vw;
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .top-office__items {
    width: 100%;
    gap: 16px;
  }
  .top-office__item {
    height: 50px;
    flex-basis: calc((100% - 32px) / 3);
  }
  .top-office__item-link {
    border-radius: 25px;
    line-height: 50px;
  }
  .top-office__map {
    position: static;
    width: clamp(300px, 70%, 400px);
    margin-inline: auto;
    margin-top: 40px;
  }
  .top-office__map img {
    width: 100%;
  }
}
@media screen and (max-width: 649px) {
  .top-office__items {
    max-width: 500px;
    margin-inline: auto;
  }
  .top-office__item {
    flex-basis: calc((100% - 16px) / 2);
  }
  .top-office__item-link {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}
@media screen and (max-width: 399px) {
  .top-office__item-link::before {
    right: 8px;
  }
  .top-office__item-link {
    padding-right: 0.5em;
  }
}
/* 20250318追加*/
.bl {
  display: block;
  color: #000000 !important;
}