/* ---------------------------------------------------
	common
------------------------------------------------------ */
.dots {
  position: relative;
  display: inline-block;
}
.dots::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
  height: 10px;
  background: url(../img/bg_dots.svg) repeat-x left top;
  background-size: auto 100%;
}

.nami {
  position: relative;
  display: inline-block;
}
.nami::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 14px;
  background: url(../img/bg_nami.svg) repeat-x left top;
  background-size: auto 100%;
}

.fukidashi {
  position: relative;
  display: inline-block;
}
.fukidashi::before, .fukidashi::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 8px;
  display: block;
  width: 43px;
  height: 55px;
  background: url(../img/bg_fukidashi01.svg) no-repeat;
  background-size: 100%;
}
.fukidashi::after {
  left: auto;
  right: -50px;
  background: url(../img/bg_fukidashi02.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 810px) {
  .dots::before {
    top: -7px;
    height: 8px;
    background-size: 1em auto;
  }
  .dots:has(.sp_dots)::before {
    content: none;
  }
  .dots:has(.sp_dots) .sp_dots {
    position: relative;
    display: inline-block;
  }
  .dots:has(.sp_dots) .sp_dots::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url(../img/bg_dots.svg) repeat-x left top;
    background-size: 1em auto;
  }
  .nami::before {
    bottom: -8px;
    height: 8px;
  }
  .nami:has(.sp_nami)::before {
    content: none;
  }
  .nami:has(.sp_nami) .sp_nami {
    position: relative;
    display: inline-block;
  }
  .nami:has(.sp_nami) .sp_nami::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 8px;
    background: url(../img/bg_nami.svg) repeat-x left top;
    background-size: auto 100%;
  }
  .fukidashi::before, .fukidashi::after {
    bottom: 8px;
    width: 27px;
    height: 35px;
  }
  .fukidashi::after {
    right: -50px;
  }
}
/* ---------------------------------------------------
		mv
------------------------------------------------------ */
.mv {
  position: relative;
  padding: 118px 40px 140px;
  background: url(../img/mv_bg.webp) no-repeat center;
  background-size: cover;
  text-align: center;
}
.mv .mv__title {
  line-height: 1;
  text-align: center;
}
.mv .mv__title02 {
  margin-top: 50px;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 0.03;
  line-height: 1.5;
}
.mv .mv__title02 span {
  font-weight: 900;
}
.mv .mv__title02 .big {
  display: inline-block;
  color: #EF7726;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.2;
}
.mv .mv__title02 .nami::before {
  bottom: -12px;
  height: 10px;
}
.mv .mv__title02 .dots::before {
  background: url(../img/bg_dots03.svg) repeat-x left top;
  background-size: auto 100%;
}
.mv .mv__title02 .row02 {
  display: inline-block;
  margin-top: 25px;
}
.mv .mv__title02 .big02 {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px;
  background: #FFD400;
  font-size: 3.6rem;
  line-height: 1.2;
}
.mv .mv__button {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 18px;
  background: #C40E18;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  z-index: 100;
}
@media (any-hover: hover) {
  .mv .mv__button:hover {
    background: #EF7726;
    opacity: 1;
  }
}
.mv .mv__button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 6px 0px 6px 10px;
  border-color: transparent transparent transparent #fff;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
  .mv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 80px 8px;
    background: url(../img/mv_bg.webp) no-repeat center;
    background-size: cover;
    text-align: center;
  }
  .mv .mv__title {
    line-height: 1;
    text-align: center;
  }
  .mv .mv__title img {
    width: 95%;
    max-width: 480px;
    height: auto;
  }
  .mv .mv__title02 {
    margin-top: 40px;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 0.03;
    line-height: 1.5;
  }
  .mv .mv__title02 span {
    font-weight: 900;
  }
  .mv .mv__title02 .big {
    margin-top: 10px;
    font-size: 3.5rem;
  }
  .mv .mv__title02 .nami::before {
    bottom: -8px;
    height: 8px;
  }
  .mv .mv__title02 .dots::before {
    top: -6px;
    height: 8px;
  }
  .mv .mv__title02 .row02 {
    margin-top: 25px;
    font-size: 2rem;
  }
  .mv .mv__title02 .big02 {
    margin: 3px 0;
    padding: 5px 5px;
    font-size: 2.9rem;
  }
  .mv .mv__button {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    z-index: 1000;
  }
  .mv .mv__button::after {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
/* ---------------------------------------------------
				top-lead
------------------------------------------------------ */
.top-lead .lead__bg01 {
  padding-top: 20px;
  background: url(../img/bg_lead01.webp) no-repeat center;
  background-size: cover;
}
.top-lead .lead__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
.top-lead .lead__title img {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.top-lead .lead__bg02 {
  position: relative;
  background: url(../img/bg_lead04.png) no-repeat center;
  background-size: cover;
  border-top: 8px solid #EF7726;
}
.top-lead .lead__bg02::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 40px 46px 0px 46px;
  border-color: #EF7726 transparent transparent transparent;
}
.top-lead .lead__comments {
  margin-top: 50px;
  margin-bottom: -96px;
}
.top-lead .lead__comments .comments__text {
  position: relative;
  width: 430px;
  margin-top: 32px;
  padding: 12px;
  background: #fff;
  border-radius: 100vmax;
  box-shadow: 6px 2px 0 #222;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.top-lead .lead__comments .comments__text::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  bottom: -20px;
  background: url(../img/bg_lead02.svg) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 21px;
  filter: drop-shadow(6px 2px 0 #222);
}
.top-lead .lead__comments .comments__text em {
  color: #C40E18;
  font-weight: bold;
}
.top-lead .lead__comments .comments__text.text01 {
  margin: 0 auto 0;
}
.top-lead .lead__comments .comments__text.text02 {
  float: left;
}
.top-lead .lead__comments .comments__text.text02::after {
  left: 80%;
  background: url(../img/bg_lead03.svg) no-repeat;
  background-size: 100%;
}
.top-lead .lead__comments .comments__text.text03 {
  float: right;
}
.top-lead .lead__comments .comments__text.text03::after {
  left: 12%;
}
.top-lead .lead__comments .comments__text.text04 {
  clear: both;
  float: right;
  margin-right: -10%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.top-lead .lead__comments .comments__text.text04::after {
  left: 40%;
}
.top-lead .lead__comments .comments__text.text05 {
  float: left;
  margin-left: -8%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.top-lead .lead__comments .comments__text.text05::after {
  left: 48%;
  background: url(../img/bg_lead03.svg) no-repeat;
  background-size: 100%;
}
.top-lead .lead__comments .comments__img {
  position: relative;
  clear: both;
  top: -96px;
  text-align: center;
}
.top-lead .lead__block {
  gap: 40px;
}
.top-lead .lead__block .block__img {
  width: calc(50% - 20px);
  max-width: 562px;
  order: -1;
  text-align: right;
}
.top-lead .lead__block .block__title {
  width: calc(50% - 20px);
  max-width: 544px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
.top-lead .lead__block .block__title .fukidashi {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
}
.top-lead .lead__block .block__title .fukidashi::before, .top-lead .lead__block .block__title .fukidashi::after {
  width: 34px;
  height: 44px;
}
.top-lead .lead__block .block__title .fukidashi::before {
  background: url(../img/bg_fukidashi05.svg) no-repeat;
  background-size: 100%;
}
.top-lead .lead__block .block__title .fukidashi::after {
  right: -36px;
  background: url(../img/bg_fukidashi06.svg) no-repeat;
  background-size: 100%;
}
.top-lead .lead__block .block__title .dots {
  display: inline-block;
  font-weight: 900;
}
.top-lead .lead__block .block__title .row02 {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
}
.top-lead .lead__block .block__title .row02 img {
  margin-right: 12px;
  vertical-align: middle;
}
.top-lead .lead__block .block__title .big {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 15px 8px;
  background: #EF7726;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1366px) {
  .top-lead .lead__comments {
    margin-bottom: -32px;
  }
  .top-lead .lead__comments .comments__text.text04 {
    margin-right: -2%;
  }
  .top-lead .lead__comments .comments__img {
    top: -32px;
  }
}
@media screen and (max-width: 810px) {
  .top-lead .lead__bg01 {
    padding-top: 70px;
  }
  .top-lead .lead__title {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .top-lead .lead__title img {
    margin: -36px 0 0;
  }
  .top-lead .lead__bg02 {
    padding-top: 60px;
  }
  .top-lead .lead__bg02::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 40px 46px 0px 46px;
    border-color: #EF7726 transparent transparent transparent;
  }
  .top-lead .lead__comments {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .top-lead .lead__comments .comments__text {
    width: 100%;
    margin-top: 22px;
    padding: 12px;
    text-align: center;
  }
  .top-lead .lead__comments .comments__text::after {
    left: calc(50% - 112px);
  }
  .top-lead .lead__comments .comments__text em {
    color: #C40E18;
    font-weight: bold;
  }
  .top-lead .lead__comments .comments__text.text01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-lead .lead__comments .comments__text.text02 {
    float: none;
    width: 90%;
    margin-left: auto;
  }
  .top-lead .lead__comments .comments__text.text03 {
    float: none;
    width: 90%;
    margin-right: auto;
  }
  .top-lead .lead__comments .comments__text.text03::after {
    left: calc(50% - 124px);
  }
  .top-lead .lead__comments .comments__text.text04 {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-lead .lead__comments .comments__text.text04::after {
    left: auto;
    right: calc(50% - 112px);
    background: url(../img/bg_lead03.svg) no-repeat;
    background-size: 100%;
  }
  .top-lead .lead__comments .comments__text.text05 {
    float: none;
    width: 80%;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .top-lead .lead__comments .comments__text.text05::after {
    left: calc(50% - 112px);
    background: url(../img/bg_lead02.svg) no-repeat;
    background-size: 100%;
  }
  .top-lead .lead__comments .comments__img {
    top: auto;
    width: 100vw;
    margin: 30px -16px 0;
    padding-right: 10px;
  }
  .top-lead .lead__block {
    gap: 20px;
  }
  .top-lead .lead__block .block__img {
    width: 100%;
    max-width: 100%;
    order: 0;
    text-align: center;
  }
  .top-lead .lead__block .block__title {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  .top-lead .lead__block .block__title .fukidashi {
    font-size: 3.1rem;
  }
  .top-lead .lead__block .block__title .fukidashi::before, .top-lead .lead__block .block__title .fukidashi::after {
    width: 27px;
    height: 35px;
  }
  .top-lead .lead__block .block__title .fukidashi::before {
    left: -40px;
  }
  .top-lead .lead__block .block__title .fukidashi::after {
    right: -30px;
  }
  .top-lead .lead__block .block__title .row02 {
    margin-top: 20px;
  }
  .top-lead .lead__block .block__title .row02 img {
    width: 173px;
    margin-right: 6px;
  }
  .top-lead .lead__block .block__title .big {
    margin-top: 16px;
    padding: 6px 2px 8px 8px;
    font-size: 3.4rem;
    letter-spacing: 0;
  }
}
/* ---------------------------------------------------
				top-performance
------------------------------------------------------ */
.top-performance {
  padding: 75px 0 0;
  background: url(../img/bg_performance02.webp) no-repeat right bottom;
}
.top-performance .performance__title {
  margin: 0 auto;
  background: url(../img/bg_performance01.webp) no-repeat center;
  background-size: 100%;
  width: 426px;
  height: 156px;
  padding-top: 8px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
.top-performance .performance__title .logo {
  display: block;
  margin: 0 auto 10px;
}
.top-performance .performance__title > span {
  display: block;
  width: max-content;
  margin: 0 auto;
  font-weight: 800;
}
.top-performance .performance__title .small {
  display: block;
  margin-top: 4px;
  padding-right: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: right;
}
.top-performance .performance__block {
  margin-top: 40px;
}
.top-performance .performance__block .block__img {
  width: calc(50% - 30px);
  margin-left: -16px;
}
.top-performance .performance__block .block__body {
  width: calc(50% + 30px);
  font-size: 2.4rem;
  letter-spacing: -1px;
  line-height: 1.2;
}
.top-performance .performance__block .block__body ul {
  gap: 40px 25px;
}
.top-performance .performance__block .block__body ul li {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(50% - 13px);
  padding: 15px 30px 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top-performance .performance__block .block__body ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -4px;
  width: 44px;
  height: 34px;
  background: url(../img/bg_performance03.svg) no-repeat;
  background-size: 100%;
}
.top-performance .performance__block .block__body ul li .title {
  margin-right: auto;
  margin-bottom: 4px;
  font-weight: 400;
}
.top-performance .performance__block .block__body ul li .text {
  margin-left: auto;
  font-weight: 400;
}
.top-performance .performance__block .block__body ul li .num {
  padding-right: 4px;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.top-performance .performance__bg {
  position: relative;
  margin-top: 50px;
  padding: 30px 0 20px;
}
.top-performance .performance__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_performance04.webp) no-repeat center;
  background-size: cover;
  mix-blend-mode: multiply;
}
.top-performance .performance__title02 {
  position: relative;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 5;
}
.top-performance .performance__title02 .big {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  padding-bottom: 5px;
  color: #EF7726;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
.top-performance .performance__title02 .big span {
  font-weight: 900;
}
.top-performance .performance__img {
  position: absolute;
  right: calc(50% - 683px);
  bottom: 0;
}
.top-performance .performance__img .img__text {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.top-performance .performance__note {
  position: relative;
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  z-index: 5;
}

@media screen and (max-width: 1366px) {
  .top-performance .performance__img {
    right: 0;
  }
}
@media screen and (max-width: 1180px) {
  .top-performance .performance__block .block__body {
    font-size: 2.1rem;
  }
  .top-performance .performance__block .block__body ul li {
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-performance .performance__block .block__body ul li .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 810px) {
  .top-performance {
    padding: 60px 0 0;
    background: none;
  }
  .top-performance .performance__title {
    position: relative;
    margin: 0 auto;
    background: url(../img/bg_performance01.webp) no-repeat center;
    background-size: 100%;
    width: 345px;
    max-width: 100%;
    height: 117px;
    padding-top: 0;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    z-index: 1;
  }
  .top-performance .performance__title .logo {
    width: 102px;
    margin: 0 auto 10px;
  }
  .top-performance .performance__title .small {
    margin-top: 4px;
    padding-right: 4px;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
  }
  .top-performance .performance__block {
    margin-top: 0;
  }
  .top-performance .performance__block .block__img {
    width: 100vw;
    margin: -48px -16px 0;
    padding: 80px 0 64px;
    background: url(../img/bg_performance02.webp) no-repeat right bottom;
    background-size: auto 100%;
    text-align: center;
  }
  .top-performance .performance__block .block__img img {
    max-width: 80%;
    height: auto;
  }
  .top-performance .performance__block .block__body {
    width: 100%;
    margin-top: -36px;
    font-size: 1.4rem;
    letter-spacing: -1px;
    line-height: 1.2;
    z-index: 1;
  }
  .top-performance .performance__block .block__body ul {
    gap: 22px 16px;
  }
  .top-performance .performance__block .block__body ul li {
    width: calc(50% - 8px);
    padding: 15px 15px 10px;
  }
  .top-performance .performance__block .block__body ul li::before {
    left: 8px;
    top: -4px;
    width: 27px;
    height: 21px;
  }
  .top-performance .performance__block .block__body ul li .title {
    margin-right: auto;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .top-performance .performance__block .block__body ul li .text {
    margin-left: auto;
    font-weight: 400;
  }
  .top-performance .performance__block .block__body ul li .num {
    padding-right: 4px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  .top-performance .performance__bg {
    margin-top: 0;
    padding: 35px 0 20px;
  }
  .top-performance .performance__bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% + 180px);
    background: url(../img/sp_bg_performance04.webp) no-repeat center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
  .top-performance .performance__title02 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .top-performance .performance__title02 .big {
    display: inline;
    margin-right: 10px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 4rem;
  }
  .top-performance .performance__title02 .sp_nami {
    margin-top: 15px;
  }
  .top-performance .performance__img {
    right: 0;
    bottom: 0px;
    width: 55%;
    max-width: 320px;
    z-index: 5;
  }
  .top-performance .performance__img .img__text {
    position: absolute;
    right: 15px;
    bottom: 5px;
  }
  .top-performance .performance__note {
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 568px) {
  .top-performance .performance__img {
    bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .top-performance .performance__img {
    bottom: 200px;
    max-width: 200px;
  }
}
/* ---------------------------------------------------
				top-support
------------------------------------------------------ */
.top-support {
  padding: 130px 0 80px;
  background: url(../img/bg_support01.webp) no-repeat center top 42px, url(../img/bg_support02.webp) no-repeat center bottom;
}
@media screen and (min-width: 1366px) {
  .top-support {
    background-size: 100%, 100%;
  }
}
.top-support .support__title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.top-support .support__title .big {
  display: inline-block;
  margin: 10px 5px 20px;
  padding: 4px 8px 8px;
  background: #EF7726;
  color: #fff;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}
.top-support .support__block {
  margin-top: 50px;
}
.top-support .support__block .block__col {
  width: 30.15%;
  margin-right: 3%;
}
.top-support .support__block .block__col:last-of-type {
  margin-right: 0;
}
.top-support .support__block .block__col .col__img {
  text-align: center;
}
.top-support .support__block .block__col .col__name {
  margin: 8px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.top-support .support__block .block__col .col__name + * {
  margin-top: 15px;
}

@media screen and (max-width: 810px) {
  .top-support {
    padding: 40px 0 0;
    background: url(../img/bg_support01.webp) no-repeat left calc(50% - 200px) top 42px;
    background-size: 810px;
  }
  .top-support .support__title {
    font-size: 2.2rem;
    line-height: 1.75;
    text-align: center;
  }
  .top-support .support__title .big {
    margin: 7px 3px 10px 0;
    padding: 4px 3px 8px 8px;
    font-size: 3.9rem;
  }
  .top-support .support__block {
    margin-top: 50px;
  }
  .top-support .support__block .block__col {
    width: 100vw;
    margin: 0 -16px;
    padding: 0 24px 40px;
    background: url(../img/bg_support02.webp) no-repeat center bottom;
    background-size: 750px;
  }
  .top-support .support__block .block__col + .block__col {
    padding-top: 40px;
  }
  .top-support .support__block .block__col:last-of-type {
    margin-right: -16px;
    padding-bottom: 60px;
  }
  .top-support .support__block .block__col .col__img {
    text-align: center;
  }
}
/* ---------------------------------------------------
				top-target
------------------------------------------------------ */
.top-target .target__bg01 {
  position: relative;
  padding: 90px 0 20px;
  background: #F5F5F5;
}
.top-target .target__bg02 {
  padding: 80px 0 105px;
}
.top-target .target__title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.875;
  letter-spacing: 0.03em;
  text-align: center;
  z-index: 1;
}
.top-target .target__title .big {
  display: inline-block;
  margin-bottom: 5px;
  color: #EF7726;
  font-weight: 900;
  font-size: 6rem;
}
.top-target .target__title .big span {
  font-weight: 900;
}
.top-target .target__title .dots {
  display: inline-block;
  font-size: 6rem;
  line-height: 1.2;
}
.top-target .target__title .dots::before {
  background: url(../img/bg_dots02.svg) repeat-x left top;
  background-size: auto 100%;
}
.top-target .target__title .nami {
  display: inline-block;
  line-height: 1.2;
}
.top-target .target__title .big02 {
  display: inline-block;
  margin: 10px 0 5px;
  padding: 8px 20px 10px;
  background: #EF7726;
  color: #fff;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
}
.top-target .target__arrow {
  margin-top: 40px;
  text-align: center;
}
.top-target .target__text {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 35px auto 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.03em;
  text-align: center;
  z-index: 1;
}
.top-target .target__img {
  position: absolute;
  left: calc(50% - 673px);
  bottom: 0;
}
.top-target .target__img .img__text {
  position: absolute;
  left: 25px;
  bottom: 5px;
}
.top-target .target__title02 {
  position: relative;
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #FFD400;
  border-radius: 100vmax;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
.top-target .target__title02::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  background: url(../img/bg_target03.svg) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 21px;
  margin-left: -15px;
}
.top-target .target__list {
  max-width: 904px;
  margin: 50px auto 0;
  font-size: 2rem;
}
.top-target .target__list li {
  display: flex;
  padding: 20px 50px 20px 150px;
  align-items: center;
  border-bottom: 2px dashed #C6C6C6;
  font-weight: bold;
}
.top-target .target__list li .icon {
  width: 31px;
}
.top-target .target__list li .list__text {
  width: calc(100% - 31px);
  padding-left: 20px;
  font-weight: bold;
}
.top-target .target__list li .list__text em {
  display: inline-block;
  margin: 0 5px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1366px) {
  .top-target .target__img {
    left: 0;
  }
}
@media screen and (max-width: 810px) {
  .top-target .target__bg01 {
    padding: 50px 0 25px;
  }
  .top-target .target__bg02 {
    padding: 50px 0 50px;
  }
  .top-target .target__title {
    font-size: 1.8rem;
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  .top-target .target__title .big {
    margin-bottom: 5px;
    color: #EF7726;
    font-size: 4rem;
    text-indent: -1em;
    text-align: left;
  }
  .top-target .target__title .dots {
    display: inline;
    font-size: 4rem;
  }
  .top-target .target__title .dots::before {
    content: none;
  }
  .top-target .target__title .sp_dots::before {
    height: 10px;
    background: url(../img/bg_dots03.svg) repeat-x left top;
    background-size: 1em auto;
  }
  .top-target .target__title .nami {
    display: inline;
    line-height: 1.2;
  }
  .top-target .target__title .sp_nami {
    text-indent: 0;
  }
  .top-target .target__title .big02 {
    display: inline-block;
    margin: 10px 0 5px;
    padding: 8px 10px 10px;
    background: #EF7726;
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .top-target .target__arrow {
    margin-top: 55px;
    text-align: center;
  }
  .top-target .target__arrow img {
    width: 68px;
  }
  .top-target .target__text {
    max-width: 100%;
    margin-top: 40px;
    font-size: 1.8rem;
    line-height: 1.66;
    letter-spacing: 0.03em;
  }
  .top-target .target__text::before {
    left: -5px;
  }
  .top-target .target__text::after {
    right: -5px;
  }
  .top-target .target__img {
    bottom: 0;
    width: 40%;
    max-width: 240px;
  }
  .top-target .target__img .img__text {
    left: 10px;
    bottom: 5px;
  }
  .top-target .target__title02 {
    width: 272px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  .top-target .target__title02::after {
    bottom: -18px;
  }
  .top-target .target__list {
    margin: 30px auto 0;
  }
  .top-target .target__list li {
    flex-wrap: wrap;
    padding: 18px 0;
  }
  .top-target .target__list li .icon {
    top: auto;
    display: block;
    width: 31px;
    margin: 0 auto;
  }
  .top-target .target__list li .list__text {
    width: 100%;
    margin-top: 4px;
    padding-left: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .top-target .target__list li .list__text em {
    margin: 0 5px;
  }
}
@media screen and (max-width: 568px) {
  .top-target .target__img {
    bottom: 116px;
  }
}
/* ---------------------------------------------------
				top-seminar
------------------------------------------------------ */
.top-seminar .seminar__great {
  position: relative;
  padding: 100px 0 80px;
  background: #F5F5F5;
}
.top-seminar .seminar__great::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 63px 262px 0px 262px;
  border-color: #fff transparent transparent transparent;
}
.top-seminar .seminar__great .great__title {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-align: center;
}
.top-seminar .seminar__great .great__title .fukidashi {
  position: relative;
  display: inline-block;
  color: #EF7726;
  font-size: 6rem;
  font-weight: 900;
}
.top-seminar .seminar__great .great__title .fukidashi::before {
  left: -65px;
  bottom: -5px;
  background: url(../img/bg_fukidashi05.svg) no-repeat;
  background-size: 100%;
}
.top-seminar .seminar__great .great__title .fukidashi::after {
  right: -65px;
  bottom: -5px;
  background: url(../img/bg_fukidashi06.svg) no-repeat;
  background-size: 100%;
}
.top-seminar .seminar__great .great__list {
  max-width: 879px;
  margin: 80px auto 0;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.top-seminar .seminar__great .great__list li {
  position: relative;
  max-width: 787px;
  margin-top: 40px;
  padding: 20px 20px 20px 80px;
  background: #fff;
  font-weight: bold;
}
.top-seminar .seminar__great .great__list li:nth-of-type(even) {
  margin-left: auto;
}
.top-seminar .seminar__great .great__list li + li {
  margin-top: 64px;
}
.top-seminar .seminar__great .great__list li span {
  font-weight: bold;
}
.top-seminar .seminar__great .great__list li .list__icon {
  position: absolute;
  left: -40px;
  top: -45px;
}
.top-seminar .seminar__great .great__list li em {
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.top-seminar .seminar__great .great__list li .list__bg {
  position: absolute;
}
.top-seminar .seminar__great .great__list li .list__bg.bg01 {
  bottom: -134px;
  right: -76px;
}
.top-seminar .seminar__great .great__list li .list__bg.bg02 {
  top: -80px;
  left: -262px;
}
.top-seminar .seminar__great .great__list li .list__bg.bg03 {
  top: -40px;
  right: -143px;
}
.top-seminar .seminar__point {
  padding: 150px 0 128px;
  background: url(../img/bg_seminar01.webp) no-repeat left 2% top, url(../img/bg_seminar02.webp) no-repeat right top 6%, url(../img/bg_seminar03.webp) no-repeat left bottom 2%, #FFE7A5;
}
.top-seminar .seminar__point .point__title {
  position: relative;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
}
.top-seminar .seminar__point .point__title .row01 {
  position: absolute;
  top: -80px;
  left: calc(50% - 292px);
}
.top-seminar .seminar__point .point__title .big {
  display: inline-block;
  color: #EF7726;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}
.top-seminar .seminar__point .point__list {
  margin-top: 100px;
  gap: 50px 40px;
}
.top-seminar .seminar__point .point__list > li {
  position: relative;
  width: calc(50% - 20px);
  padding: 90px 20px 80px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 0 rgba(250, 200, 163, 0.5);
  text-align: center;
}
.top-seminar .seminar__point .point__list > li .list__num {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
}
.top-seminar .seminar__point .point__list > li .list__text {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.top-seminar .seminar__point .point__list > li .list__text em {
  color: #EF7726;
  font-weight: bold;
}
.top-seminar .seminar__point .point__list > li .list__note {
  margin-top: 15px;
}
.top-seminar .seminar__detail {
  padding: 80px 0 0;
}
.top-seminar .seminar__detail .detail__title {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.66;
  text-align: center;
}
.top-seminar .seminar__detail .detail__title::before {
  background: url(../img/bg_fukidashi03.svg) no-repeat;
  background-size: 100%;
}
.top-seminar .seminar__detail .detail__title::after {
  background: url(../img/bg_fukidashi04.svg) no-repeat;
  background-size: 100%;
}
.top-seminar .seminar__detail .detail__title span {
  font-weight: bold;
}
.top-seminar .seminar__detail .detail__title .color {
  color: #EF7726;
}
.top-seminar .seminar__detail .detail__title .big {
  font-size: 4rem;
  line-height: 1;
}
.top-seminar .seminar__detail .detail__bg {
  margin-top: 30px;
  padding: 80px 0 76px;
  background: url(../img/bg_seminar04.webp) no-repeat center;
  background-size: cover;
}
.top-seminar .seminar__detail .detail__list {
  gap: 16px 24px;
}
.top-seminar .seminar__detail .detail__list > li {
  width: calc(50% - 12px);
}
.top-seminar .seminar__detail .detail__button {
  margin-top: 44px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-seminar .seminar__great {
    padding: 80px 0 48px;
  }
  .top-seminar .seminar__great::before {
    border-style: solid;
    border-width: 30px 84px 0px 84px;
  }
  .top-seminar .seminar__great .great__title {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 900;
    text-align: center;
  }
  .top-seminar .seminar__great .great__title .fukidashi {
    font-size: 4rem;
  }
  .top-seminar .seminar__great .great__title .fukidashi::before {
    left: -40px;
    bottom: 5px;
  }
  .top-seminar .seminar__great .great__title .fukidashi::after {
    right: -36px;
    bottom: 5px;
  }
  .top-seminar .seminar__great .great__list {
    max-width: 100%;
    margin: 90px auto 0;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .top-seminar .seminar__great .great__list li {
    margin-top: 40px;
    padding: 40px 10px 20px;
    text-align: center;
  }
  .top-seminar .seminar__great .great__list li:nth-of-type(even) {
    margin-left: 0;
  }
  .top-seminar .seminar__great .great__list li + li {
    margin-top: 64px;
  }
  .top-seminar .seminar__great .great__list li span {
    font-weight: bold;
  }
  .top-seminar .seminar__great .great__list li .list__icon {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    width: 80px;
    height: auto;
  }
  .top-seminar .seminar__great .great__list li em {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  .top-seminar .seminar__great .great__list li .list__bg {
    position: absolute;
  }
  .top-seminar .seminar__great .great__list li .list__bg.bg01 {
    bottom: calc(100% - 15px);
    right: 16px;
    width: 24px;
  }
  .top-seminar .seminar__great .great__list li .list__bg.bg02 {
    top: -80px;
    left: 0;
    width: 72px;
  }
  .top-seminar .seminar__great .great__list li .list__bg.bg03 {
    top: -80px;
    right: 5px;
    width: 61px;
  }
  .top-seminar .seminar__point {
    padding: 100px 0 118px;
    background: url(../img/bg_seminar01.webp) no-repeat left 2% top, url(../img/bg_seminar02.webp) no-repeat right top 20px, url(../img/bg_seminar03.webp) no-repeat left bottom 20px, #FFE7A5;
    background-size: 132px, 117px, 127px;
  }
  .top-seminar .seminar__point .point__title {
    font-size: 2.5rem;
    letter-spacing: 0.03em;
  }
  .top-seminar .seminar__point .point__title .row01 {
    position: absolute;
    top: -56px;
    left: calc(50% - 180px);
    width: 100px;
  }
  .top-seminar .seminar__point .point__title .big {
    font-size: 3.9rem;
    line-height: 1.4;
  }
  .top-seminar .seminar__point .point__list {
    margin-top: 60px;
    gap: 50px 40px;
  }
  .top-seminar .seminar__point .point__list > li {
    width: 100%;
    padding: 80px 10px 40px;
    text-align: center;
  }
  .top-seminar .seminar__point .point__list > li .list__note {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .top-seminar .seminar__detail {
    padding: 40px 0 0;
  }
  .top-seminar .seminar__detail .detail__title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2.2;
  }
  .top-seminar .seminar__detail .detail__title::before {
    left: calc(50% - 150px);
  }
  .top-seminar .seminar__detail .detail__title::after {
    right: calc(50% - 150px);
  }
  .top-seminar .seminar__detail .detail__title .big {
    font-size: 3.2rem;
  }
  .top-seminar .seminar__detail .detail__bg {
    margin-top: 15px;
    padding: 40px 0 40px;
  }
  .top-seminar .seminar__detail .detail__list {
    gap: 24px 0;
  }
  .top-seminar .seminar__detail .detail__list > li {
    width: 100%;
  }
  .top-seminar .seminar__detail .detail__list > li img {
    width: 100%;
  }
  .top-seminar .seminar__detail .detail__button {
    margin-top: 16px;
  }
}
@media screen and (max-width: 560px) {
  .top-seminar .seminar__detail .detail__list {
    gap: 8px 0;
  }
  .top-seminar .seminar__detail .detail__list > li {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 16px;
    overflow-x: scroll;
  }
  .top-seminar .seminar__detail .detail__list > li img {
    width: 531px;
    max-width: none;
    height: auto;
  }
}
/* ---------------------------------------------------
				top-voice
------------------------------------------------------ */
.top-voice {
  padding: 120px 0 128px;
  background: #F5F5F5;
}
.top-voice .voice__title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
.top-voice .voice__title .small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.top-voice .voice__block {
  position: relative;
  max-width: 905px;
  margin: 60px auto 0;
  padding: 70px 72px 60px;
  background: #fff;
  border-radius: 8px;
}
.top-voice .voice__block .block__head {
  padding-bottom: 20px;
  border-bottom: 2px dotted #EF7726;
}
.top-voice .voice__block .block__head .head___num {
  position: absolute;
  left: 50px;
  top: -15px;
}
.top-voice .voice__block .block__head .head__img {
  width: 90px;
}
.top-voice .voice__block .block__head .head__title {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.top-voice .voice__block .block__head .head__title .title {
  color: #EF7726;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.top-voice .voice__block .block__head .head__title .title__text {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.top-voice .voice__block .block__head .head__title .title__text > span {
  display: inline-block;
  padding: 0 10px;
}
.top-voice .voice__block .block__head .head__title .title__text > span:nth-of-type(1) {
  padding-left: 0;
}
.top-voice .voice__block .block__head .head__title .title__text > span + span {
  border-left: 1px solid;
}
.top-voice .voice__block .block__body {
  padding-top: 20px;
}

@media screen and (max-width: 810px) {
  .top-voice {
    padding: 40px 0 48px;
  }
  .top-voice .voice__block {
    margin-top: 65px;
    padding: 55px 16px 40px;
  }
  .top-voice .voice__block + .voice__block {
    margin-top: 48px;
  }
  .top-voice .voice__block .block__head {
    padding-bottom: 20px;
  }
  .top-voice .voice__block .block__head .head___num {
    left: 0;
    top: -15px;
    width: 100%;
    text-align: center;
  }
  .top-voice .voice__block .block__head .head__img {
    width: 90px;
    margin: 0 auto;
  }
  .top-voice .voice__block .block__head .head__title {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .top-voice .voice__block .block__head .head__title .title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  .top-voice .voice__block .block__head .head__title .title__text {
    font-size: 1.2rem;
  }
  .top-voice .voice__block .block__body {
    padding-top: 20px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------
				top-inquiry
------------------------------------------------------ */
.top-inquiry {
  padding: 50px 0 45px;
  background: url(../img/bg_inquiry01.png) no-repeat center;
  background-size: cover;
}
.top-inquiry .inquiry__title {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
.top-inquiry .inquiry__title span {
  font-weight: 900;
}
.top-inquiry .inquiry__title .big {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  line-height: 1.2;
}
.top-inquiry .inquiry__title .big02 {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-size: 4.8rem;
  line-height: 1.2;
}
.top-inquiry .inquiry__title .fukidashi::before, .top-inquiry .inquiry__title .fukidashi::after {
  bottom: -8px;
}
.top-inquiry .inquiry__title .fukidashi::before {
  left: -66px;
  background: url(../img/bg_fukidashi05.svg) no-repeat;
  background-size: 100%;
}
.top-inquiry .inquiry__title .fukidashi::after {
  right: -66px;
  background: url(../img/bg_fukidashi06.svg) no-repeat;
  background-size: 100%;
}
.top-inquiry .inquiry__img {
  position: relative;
  max-width: 341px;
  margin: 20px auto 0;
}
.top-inquiry .inquiry__img .img__text {
  position: absolute;
  right: 60px;
  bottom: 5px;
}
.top-inquiry .inquiry__button {
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-inquiry {
    padding: 50px 0 20px;
    background: url(../img/sp_bg_inquiry01.webp) no-repeat center;
    background-size: cover;
  }
  .top-inquiry .inquiry__title {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .top-inquiry .inquiry__title .big {
    font-size: 2.8rem;
  }
  .top-inquiry .inquiry__title .big02 {
    margin-top: 0;
    font-size: 3.3rem;
  }
  .top-inquiry .inquiry__title .sp_nami {
    margin-top: 12px;
  }
  .top-inquiry .inquiry__title .fukidashi::before, .top-inquiry .inquiry__title .fukidashi::after {
    bottom: -8px;
  }
  .top-inquiry .inquiry__title .fukidashi::before {
    left: -20px;
  }
  .top-inquiry .inquiry__title .fukidashi::after {
    right: -20px;
  }
  .top-inquiry .inquiry__button .button {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2.2rem;
  }
}