@charset "UTF-8";
.header__inr {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px 20px 33px;
}

.header {
  position: relative;
  z-index: 100;
}
.header .header__logo {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
.header .header__logo .license {
  margin: 0 0 0 0.5rem;
  font-size: 1rem;
}
.header .header__logo img {
  max-width: 550px;
  vertical-align: text-bottom;
  line-height: 1;
}
.header .header__line a {
  width: 330px;
  height: 75px;
  background-color: #22ba4f;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding-left: 28px;
  padding-right: 45px;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.35;
}
.header .header__line .yellow {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}

.sky_bnr {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #22ba4f;
  color: #fff;
  font-size: 3.4rem;
}
.sky_bnr a {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0;
}
.sky_bnr img {
  width: 80px;
}
.sky_bnr span {
  display: block;
  font-size: 2rem;
  text-align: center;
}
.sky_bnr.fixed {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1000px) {
  .header__inr {
    padding: 0 0 0 4.8vw;
    align-items: stretch;
  }
  .header .header__logo {
    display: block;
    font-size: max(10px, 4vw);
    margin: 2vw 0;
  }
  .header .header__logo img {
    max-width: 65.6666666667vw;
  }
  .header .header__logo .license {
    display: block;
    margin: 0.1rem 0 0;
    font-size: 2.2vw;
    line-height: 1.2;
  }
  .header .header__line {
    display: flex;
  }
  .header .header__line img {
    width: 9.8666666667vw;
  }
  .header .header__line a {
    flex-direction: column;
    width: 16vw;
    height: auto;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: max(10px, 3.2vw);
    justify-content: center;
  }
  .sky_bnr {
    gap: 0 2.6666666667vw;
    font-size: max(10px, 5.8666666667vw);
  }
  .sky_bnr a {
    width: 64vw;
    line-height: 1.5;
    gap: 0 2.6666666667vw;
    padding: 1.6vw 0;
  }
  .sky_bnr img {
    width: 12.5333333333vw;
  }
  .sky_bnr span {
    font-size: max(10px, 4.2666666667vw);
  }
}
.mainvisual {
  background: url("../images/mainvisual_bg.png") no-repeat center/cover;
}

.mainvisual__image {
  display: block;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.mainvisual__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mainvisual__inr {
  max-width: 1500px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.mainvisual .mainvisual__img {
  display: flex;
  max-width: 915px;
  width: 57.1875%;
  position: relative;
}
.mainvisual .mainvisual__img p {
  position: absolute;
  top: 60%;
  left: 22%;
}
.mainvisual .mainvisual__contents {
  display: flex;
  align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex: 1;
  padding-bottom: 65px;
}
.mainvisual .mainvisual__contents span {
  display: inline-block;
}
.mainvisual .mainvisual__contents h2 {
  font-size: 3.1rem;
  font-weight: 600;
}
.mainvisual .mainvisual__contents h2 img {
  vertical-align: middle;
}
.mainvisual .mainvisual__contents .main_color {
  font-size: 5rem;
  vertical-align: text-top;
}
.mainvisual .mainvisual__text2 {
  padding-bottom: 26px;
}
.mainvisual .mainvisual__text3 {
  font-weight: 700;
  font-size: 3rem;
}
.mainvisual .mainvisual__img1 {
  max-width: 128px;
  margin-right: 12px;
}
.mainvisual .mainvisual__img2 {
  max-width: 220px;
  margin-right: 8px;
  margin-left: 8px;
}
.mainvisual .mainvisual__img3 {
  max-width: 499px;
  width: 31.25vw;
  margin-top: 9px;
}
.mainvisual .mainvisual__img4 {
  max-width: 527px;
  margin-top: 16px;
}
.mainvisual .mainvisual__list {
  width: 100%;
  background-color: #ffb412;
  padding: 32px 0;
}
.mainvisual .mainvisual__list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainvisual .mainvisual__list li {
  width: 23.5833333333%;
  height: 72px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .mainvisual .mainvisual__img1 {
    max-width: 148.8px;
  }
  .mainvisual .mainvisual__img2 {
    max-width: 241.6px;
  }
  .mainvisual .mainvisual__img3 {
    max-width: 419.2px;
  }
  .mainvisual .mainvisual__contents {
    padding-bottom: 4.0625vw;
  }
  .mainvisual .mainvisual__contents h2 {
    font-size: 3.68rem;
  }
  .mainvisual .mainvisual__contents .main_color {
    font-size: 4.72rem;
  }
  .mainvisual .mainvisual__img4 {
    max-width: 492.8px;
  }
  .mainvisual .mainvisual__img {
    width: 44.082192%;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual__inr {
    max-width: 96.8vw;
    padding: 0;
    flex-direction: column;
  }
  .mainvisual .mainvisual__img {
    max-width: initial;
    width: 100%;
    position: relative;
  }
  .mainvisual .mainvisual__img p {
    position: absolute;
    top: 53vw;
    width: 53.3333333333vw;
  }
  .mainvisual .mainvisual__contents {
    margin: 0 auto 10.1333333333vw;
    width: 91.2vw;
    padding-bottom: 0;
  }
  .mainvisual .mainvisual__contents h2 {
    font-size: max(10px, 4.8vw);
  }
  .mainvisual .mainvisual__contents .main_color {
    font-size: max(10px, 7.2vw);
  }
  .mainvisual .mainvisual__text1 img {
    vertical-align: top !important;
  }
  .mainvisual .mainvisual__text2 {
    padding-bottom: 3.2vw;
  }
  .mainvisual .mainvisual__text3 {
    font-size: max(10px, 4.8vw);
  }
  .mainvisual .mainvisual__img1 {
    max-width: 16.8vw;
    margin-right: 2.1333333333vw;
  }
  .mainvisual .mainvisual__img2 {
    max-width: 29.0666666667vw;
    margin-right: 1.6vw;
    margin-right: 2.1333333333vw;
  }
  .mainvisual .mainvisual__img3 {
    max-width: 66.4vw;
    width: auto;
  }
  .mainvisual .mainvisual__img4 {
    max-width: 77.8666666667vw;
    margin-top: 2.1333333333vw;
  }
  .mainvisual .mainvisual__list {
    padding: 4.2666666667vw 0;
    margin-top: 0;
  }
  .mainvisual .mainvisual__list ul {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 2.6666666667vw 0;
  }
  .mainvisual .mainvisual__list li {
    width: 44.5333333333vw;
    height: 12.5333333333vw;
    font-size: max(10px, 4.8vw);
  }
}
.line__btn .white {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 10px;
}
.line__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 578px;
  width: 100%;
  height: 112px;
  padding: 0 80px 0 25px;
  font-size: 3.8rem;
  background-color: var(--green--color);
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.line__btn a p {
  text-align: center;
  line-height: 1.4473684211;
  color: #fff;
  margin-top: 0 !important;
}
.line__btn a img {
  width: 98px;
}
.line__btn a span {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
.line__btn .welcome-text {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #444;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  background-color: transparent;
  padding: 0 1.5em;
  border-radius: 0;
  box-shadow: none;
}
.line__btn .welcome-text::before {
  content: "\\";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: var(--main--color, #dd2026);
  font-size: 1.8rem;
}
.line__btn .welcome-text::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: var(--main--color, #dd2026);
  font-size: 1.8rem;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .line__btn a {
    font-size: 3.04rem;
  }
}
@media screen and (max-width: 1000px) {
  .line__btn .white {
    font-size: max(10px, 5.3333333333vw);
    padding-bottom: 2.6666666667vw;
  }
  .line__btn a {
    width: 90.6666666667vw;
    height: 17.6vw;
    max-width: 100%;
    padding: 0 17.3333333333vw 0 3.4666666667vw;
    font-size: max(10px, 5.8666666667vw);
  }
  .line__btn a p {
    line-height: 1.4545454545;
  }
  .line__btn a img {
    width: 15.2vw;
  }
  .line__btn a span {
    font-size: max(10px, 4.2666666667vw);
  }
  .line__btn .welcome-text {
    font-size: max(10px, 3.8vw);
    margin: 0 auto;
    padding: 0 1.5em;
  }
  .line__btn .welcome-text::before, .line__btn .welcome-text::after {
    font-size: max(12px, 4.2vw);
  }
}
.top__ttl {
  font-size: 3.84rem;
  text-align: center;
  line-height: 1.375;
  font-weight: 700;
}
.top__ttl span {
  display: block;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .top__ttl {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 1000px) {
  .top__ttl {
    font-size: max(10px, 8vw);
    line-height: 1.4;
  }
}
.consultation h2 {
  text-align: center;
}
.consultation .consultation__text {
  margin: 50px auto 0;
  max-width: 960px;
}
.consultation .consultation__text img {
  width: 100%;
}
.consultation .line__btn {
  margin: 58px auto 0;
}

.consultation__top {
  background-color: #fffeeb;
  padding: 118px 0 100px;
  margin-top: 110px;
}
.consultation__top .consultation__text {
  margin-top: 48px;
}
.consultation__top .consultation__text img {
  width: 100%;
}

.consultation__bottom {
  position: relative;
  padding: 82px 0 164px;
  background-color: #f0f0f0;
}
.consultation__bottom ul {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 36px;
}
.consultation__bottom li {
  width: calc(33.3% - 36px);
}
.consultation__bottom li:nth-child(2), .consultation__bottom li:nth-child(5) {
  margin-top: 40px;
}
.consultation__bottom::after {
  position: absolute;
  bottom: -7vw;
  right: 15.5vw;
  width: 24vw;
  height: 17.6vw;
  content: "";
  background: url("../images/consultation_point@2x.png") no-repeat center/contain;
}

@media screen and (max-width: 1000px) {
  .consultation {
    margin-top: 0;
  }
  .consultation .consultation__text {
    margin: 50px auto 0;
    max-width: 92vw;
  }
  .consultation .line__btn {
    margin: 11.7333333333vw auto 0;
  }
  .consultation__top {
    padding: 18.6666666667vw 0 16vw;
    margin-top: 20.2666666667vw;
  }
  .consultation__top .consultation__text {
    margin: 7.4666666667vw auto 0;
    width: 92vw;
  }
  .consultation__bottom {
    margin-top: 0;
    padding: 13.3333333333vw 0 15.4666666667vw;
  }
  .consultation__bottom ul {
    margin: 5.3333333333vw auto 0;
    gap: 3.4666666667vw 2.1333333333vw;
    width: 93.3333333333vw;
  }
  .consultation__bottom li {
    width: 45.6vw;
  }
  .consultation__bottom li:nth-child(2), .consultation__bottom li:nth-child(5) {
    margin-top: 0;
  }
  .consultation__bottom::after {
    bottom: -22.4vw;
    right: 4vw;
    width: 45.6vw;
    height: 34.4vw;
  }
}
.support h2 span,
.comparison h2 span,
.reason h2 span,
.promise h2 span,
.branch h2 span {
  position: relative;
  display: inline-block;
}

.support h2 span::before,
.comparison h2 span::before,
.reason h2 span::before,
.promise h2 span::before,
.branch h2 span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 121px;
  transform: translateX(-100%);
  content: "";
  background: url("../images/slash_left@2x.png") no-repeat center/cover;
}

.support h2 span::after,
.comparison h2 span::after,
.reason h2 span::after,
.promise h2 span::after,
.branch h2 span::after {
  position: absolute;
  top: 0;
  right: -18px;
  width: 39px;
  height: 121px;
  transform: translateX(100%);
  content: "";
  background: url("../images/slash_right@2x.png") no-repeat center/cover;
}

.support h2 img,
.comparison h2 img,
.reason h2 img,
.promise h2 img,
.branch h2 img {
  width: 258px;
}

@media screen and (max-width: 1000px) {
  .support h2 span::before,
  .comparison h2 span::before,
  .reason h2 span::before,
  .promise h2 span::before,
  .branch h2 span::before {
    width: 6.6666666667vw;
    height: 20.2666666667vw;
  }
  .support h2 span::after,
  .comparison h2 span::after,
  .reason h2 span::after,
  .promise h2 span::after,
  .branch h2 span::after {
    right: -3.4666666667vw;
    width: 6.6666666667vw;
    height: 20.2666666667vw;
  }
  .support h2 img,
  .comparison h2 img,
  .reason h2 img,
  .promise h2 img,
  .branch h2 img {
    width: 43.4666666667vw;
  }
}
.support {
  margin-top: 150px;
}
.support ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 48px;
  margin-top: 40px;
}
.support li {
  border: 5px solid #ffc453;
  font-size: 3.36rem;
  width: 47.5%;
  height: 200px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 50px;
  padding-right: 29px;
}
.support li img {
  max-width: 130px;
}
.support h3 {
  font-weight: 700;
}
.support .support__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.4rem;
  background: #ffb412;
  background: linear-gradient(90deg, rgb(255, 180, 18) 0%, rgb(221, 32, 38) 96%);
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .support .support__number {
    font-size: 2.72rem;
  }
  .support li {
    font-size: 3rem;
  }
  .support ul {
    gap: 48px 48px;
  }
}
@media screen and (max-width: 1000px) {
  .support {
    margin-top: 33.3333333333vw;
  }
  .support ul {
    width: 92vw;
    gap: 3.7333333333vw 0;
    margin: 7.4666666667vw auto 0;
  }
  .support li {
    border: 4px solid #ffc453;
    font-size: max(10px, 6.9333333333vw);
    width: 100%;
    height: 32vw;
    line-height: 1.2692307692;
    padding-left: 8.5333333333vw;
    padding-right: 4.5333333333vw;
  }
  .support li img {
    width: 22.9333333333vw;
  }
  .support .support__number {
    width: 8.8vw;
    height: 7.4666666667vw;
    font-size: max(10px, 5.3333333333vw);
  }
}
.comparison {
  margin-top: 108px;
}
.comparison .comparison__list {
  display: flex;
  gap: 0 60px;
  margin-top: 50px;
}
.comparison dl {
  position: relative;
  width: 47.5%;
  font-size: 2.24rem;
  font-weight: 500;
}
.comparison dl dt {
  width: 135px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}
.comparison dl dd {
  padding: 17px 0 21px 22px;
  line-height: 1.5714285714;
}
.comparison dl:nth-of-type(1) {
  border: 5px solid #999;
}
.comparison dl:nth-of-type(1) dt {
  background-color: #999;
}
.comparison dl:nth-of-type(2) {
  border: 5px solid #dd2026;
}
.comparison dl:nth-of-type(2) dt {
  background-color: #dd2026;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .comparison dl {
    font-size: 1.76rem;
  }
  .comparison .comparison__list {
    gap: 0 48px;
  }
}
@media screen and (max-width: 1000px) {
  .comparison {
    margin-top: 16.8vw;
  }
  .comparison .comparison__list {
    gap: 4.8vw 0;
    margin: 8.5333333333vw auto 0;
    flex-direction: column;
    width: 91.7333333333vw;
  }
  .comparison dl {
    width: 100%;
    font-size: max(10px, 4.8vw);
  }
  .comparison dl dt {
    width: 25.8666666667vw;
    font-size: max(10px, 4.2666666667vw);
  }
  .comparison dl dd {
    padding: 1.6vw 0 3.4666666667vw 5.3333333333vw;
    line-height: 1.5555555556;
  }
  .comparison dl:nth-of-type(1) {
    border: 4px solid #999;
  }
  .comparison dl:nth-of-type(2) {
    border: 4px solid #dd2026;
  }
}
.sokuwork {
  margin-top: 120px;
  padding: 56px 0;
  background: #ffb412;
  background: linear-gradient(90deg, rgb(255, 180, 18) 0%, rgb(221, 32, 38) 96%);
}
.sokuwork .sokuwork__inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sokuwork .sokuwork__inr > div {
  width: 48.1666666667%;
}
.sokuwork .sokuwork__left ul {
  display: flex;
  gap: 0 18.4px;
}
.sokuwork .sokuwork__left h2 {
  margin-top: 12px;
  font-size: 2.5rem;
  line-height: 1.36;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 14px 0;
  font-weight: 700;
  background: url("../images/sokuwork_bg@2x.png") no-repeat center/100% 100%;
}
.sokuwork .sokuwork__left h2 img {
  width: 338px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 8px;
}
.sokuwork .sokuwork__right ul {
  display: flex;
  gap: 0 18px;
}
.sokuwork .sokuwork__right li {
  background-color: #fff;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.2857142857;
}
.sokuwork .sokuwork__right .line__btn .welcome-text {
  color: #fff;
}
.sokuwork .sokuwork__right .line__btn .welcome-text::before, .sokuwork .sokuwork__right .line__btn .welcome-text::after {
  color: #fff;
}
.sokuwork .line__btn {
  margin-top: 35px;
}
.sokuwork .line__btn .white {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.sokuwork .line__btn a {
  border: 3px solid #fff;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .sokuwork .sokuwork__right li {
    font-size: 2.24rem;
    width: 100px;
    height: 100px;
  }
  .line__btn a {
    width: 462.4px;
  }
}
@media screen and (max-width: 1000px) {
  .sokuwork {
    margin-top: 21.3333333333vw;
    padding: 10.1333333333vw 0 8.8vw;
  }
  .sokuwork .sokuwork__inr {
    flex-direction: column;
    align-items: center;
  }
  .sokuwork .sokuwork__inr > div {
    width: 90.6666666667vw;
  }
  .sokuwork .sokuwork__left ul {
    gap: 0 3.2vw;
  }
  .sokuwork .sokuwork__left h2 {
    margin-top: 2.4vw;
    font-size: max(10px, 4.2666666667vw);
    padding: 2.6666666667vw 0;
  }
  .sokuwork .sokuwork__left h2 img {
    width: 58.9333333333vw;
    margin-top: 0;
  }
  .sokuwork .sokuwork__right {
    margin-top: 7.4666666667vw;
  }
  .sokuwork .sokuwork__right ul {
    gap: 0 2.6666666667vw;
  }
  .sokuwork .sokuwork__right li {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: max(10px, 4.2666666667vw);
    line-height: 1.2222222222;
  }
  .sokuwork .line__btn {
    margin-top: 5.3333333333vw;
  }
  .sokuwork .line__btn .white {
    font-size: max(10px, 5.3333333333vw);
  }
  .sokuwork .line__btn a {
    border: 2px solid #fff;
  }
}
.reason {
  margin-top: 140px;
}
.reason ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 56px 0;
}
.reason ul img {
  width: 100%;
}
.reason li {
  width: 47.5%;
}
.reason .reason__number {
  width: 130px;
  height: 33px;
  display: inline-block;
  font-size: 2.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/reason_number_bg@2x.jpg") no-repeat center/cover;
}
.reason .main_color {
  font-size: 2.8rem;
}
.reason p {
  margin-top: 18px;
  font-size: 2.24rem;
  line-height: 1.2571428571;
}
.reason .reason__img {
  margin-top: 15px;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .reason p {
    font-size: 2.32rem;
  }
  .reason .main_color {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .reason {
    margin-top: 21.3333333333vw;
  }
  .reason ul {
    margin: 12.8vw auto 0;
    gap: 10.6666666667vw 0;
    width: 92vw;
  }
  .reason li {
    width: 100%;
  }
  .reason .reason__number {
    width: 34.6666666667vw;
    height: 8.8vw;
    font-size: max(10px, 5.8666666667vw);
  }
  .reason .main_color {
    font-size: max(10px, 6.6666666667vw);
  }
  .reason p {
    margin-top: 2.1333333333vw;
    font-size: max(10px, 5.3333333333vw);
    line-height: 1.2571428571;
  }
  .reason .reason__img {
    margin-top: 3.4666666667vw;
  }
}
.promise {
  padding: 88px 0 120px;
}
.promise p {
  font-size: 3.4rem;
  margin-top: 38px;
  text-align: center;
  line-height: 1.6176470588;
}
.promise p .main_color {
  font-size: 5rem;
}
.promise ul {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}
.promise ul img {
  width: 100%;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .promise p {
    font-size: 2.72rem;
  }
  .promise p .main_color {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .promise {
    margin-top: 13.3333333333vw;
    padding: 0 0 17.8666666667vw;
  }
  .promise p {
    font-size: max(10px, 5.3333333333vw);
    margin-top: 8vw;
    text-align: center;
    line-height: 1.5;
  }
  .promise p .main_color {
    font-size: max(10px, 6.6666666667vw);
  }
  .promise ul {
    margin: 8vw auto 0;
    flex-direction: column;
    width: 90.6666666667vw;
    gap: 7.2vw 0;
  }
}
.recruit {
  margin-top: 106px;
}
.recruit .recruit__slider {
  margin-top: 30px;
}
.recruit .slick-prev,
.recruit .slick-next {
  background-color: var(--main--color);
  z-index: 10;
  width: 36px;
  height: 36px;
  font-weight: 700;
  border-radius: 50%;
}
.recruit .slick-prev,
.recruit .slick-next {
  top: 22%;
}
.recruit .slick-prev {
  left: 5%;
}
.recruit .slick-prev:before {
  content: "<";
}
.recruit .slick-next {
  right: 5%;
}
.recruit .slick-next:before {
  content: ">";
}
.recruit h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 14px;
  padding-bottom: 20px;
}
.recruit dl {
  padding: 6px 0;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  display: flex;
}
.recruit dl .main_color {
  font-size: 2rem;
  font-weight: 700;
}
.recruit dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
.recruit dt {
  font-weight: 600;
  width: 23.6559139785%;
}
.recruit dd {
  width: 76.7025089606%;
  padding-right: 6px;
  font-weight: 400;
}
.recruit .slide__img {
  padding: 0 13px;
}
.recruit .slide__img img {
  width: 100%;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .recruit h3 {
    font-size: 1.76rem;
  }
  .recruit dl {
    font-size: 1.28rem;
  }
  .recruit dl .main_color {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .recruit {
    margin-top: 16vw;
  }
  .recruit .recruit__slider {
    margin-top: 5.8666666667vw;
  }
  .recruit .slick-prev,
  .recruit .slick-next {
    z-index: 10;
    width: 9.6vw;
    height: 9.6vw;
  }
  .recruit .slick-prev {
    left: 2.1333333333vw;
  }
  .recruit .slick-next {
    right: 2.1333333333vw;
  }
  .recruit h3 {
    font-size: max(10px, 3.6vw);
    margin-top: 3vw;
    padding-bottom: 4vwvw;
  }
  .recruit dl {
    padding: 1.6vw 0;
    font-size: max(10px, 3.2vw);
  }
  .recruit dl .main_color {
    font-size: max(10px, 3.4vw);
  }
  .recruit dl:last-of-type {
    border-bottom: 0;
  }
  .recruit dt {
    font-weight: 600;
    width: 17.3333333333vw;
  }
  .recruit dd {
    width: 57.0666666667vw;
    padding-right: 0;
  }
  .recruit .slide__img {
    padding: 0;
    margin: 0 3.4666666667vw;
    height: 109.3333333333vw;
    border-bottom: 1px solid #ccc;
  }
}
.voice {
  margin-top: 120px;
}
.voice .voice__slider {
  margin-top: 90px;
  padding: 0 60px;
}
.voice .slide__item {
  display: flex;
  gap: 0 30px;
  margin-bottom: 70px;
}
.voice .slide__img {
  max-width: 269px;
}
.voice .slide__right {
  flex-grow: 2;
}
.voice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice .slick-prev,
.voice .slick-next {
  background-color: #c0c0c0;
  z-index: 10;
  width: 32px;
  height: 227px;
  font-weight: 700;
  border-radius: 5px;
  top: 45%;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.3s ease;
}
.voice .slick-prev:hover,
.voice .slick-next:hover {
  opacity: 1;
}
.voice .slick-prev {
  left: 0;
}
.voice .slick-prev:before {
  font-size: 30px;
  content: "‹";
}
.voice .slick-next {
  right: 0;
}
.voice .slick-next:before {
  font-size: 30px;
  content: "›";
}
.voice .slick-dots {
  position: relative;
  bottom: 0;
}
.voice .slick-dots li {
  background-color: #b8b8b8;
  width: 10px;
  height: 10px;
  margin: 0 25px;
  border-radius: 50%;
}
.voice .slick-dots li button {
  width: 10px;
  height: 10px;
}
.voice .slick-dots li button:before {
  content: none;
}
.voice .slick-dots li.slick-active {
  background-color: #555;
}
.voice .main_color {
  font-size: 1.4rem;
}
.voice h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 14px;
}
.voice .desc__1 {
  font-size: 1.4rem;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
.voice .desc__2 {
  font-size: 1.6rem;
  padding-top: 32px;
}

@media screen and (max-width: 1000px) {
  .voice {
    margin-top: 18.1333333333vw;
  }
  .voice .voice__slider {
    margin-top: 5.8666666667vw;
    padding: 0;
  }
  .voice .slide__item {
    flex-direction: column;
    gap: 10px;
    margin: 0 3.4666666667vw;
  }
  .voice .slide__img {
    max-width: 100%;
  }
  .voice .slick-prev {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 50%;
    left: 2.1333333333vw;
  }
  .voice .slick-next {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 50%;
    right: 2.1333333333vw;
  }
  .voice .slick-dots {
    margin-top: 20px;
  }
  .voice .slick-dots li {
    margin: 0 10px;
  }
  .voice .main_color {
    font-size: max(10px, 3.4vw);
  }
  .voice h3 {
    font-size: max(10px, 3.6vw);
    margin-top: 1vw;
    padding-bottom: 2vw;
  }
  .voice .desc__1 {
    font-size: max(10px, 3.2vw);
    padding-bottom: 1.6vw;
  }
  .voice .desc__2 {
    font-size: max(10px, 3.2vw);
    padding-top: 1.6vw;
  }
}
.step {
  margin-top: 136px;
  padding: 84px 0 135px;
  background-color: #fffeeb;
}
.step ol {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.step .step__img {
  max-width: 108px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.76rem;
  line-height: 1.3636363636;
  font-weight: 700;
  margin-top: 5px;
}
.step dl {
  text-align: center;
  font-size: 1.76rem;
  line-height: 1.3636363636;
  font-weight: 700;
  margin-top: 5px;
}
.step dt {
  margin-top: 16px;
}
.step dd span {
  display: block;
}
.step p {
  font-weight: 500;
  font-size: 1.44rem;
  line-height: 1.5555555556;
  margin-top: 8px;
}
.step li {
  max-width: 228px;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px 20px;
}
.step li:nth-child(n+2)::after {
  width: 36px;
  height: 36px;
  background: url("../images/arrow.png") no-repeat center/cover;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .step .step__img,
  .step dl {
    font-size: 1.76rem;
  }
  .step p {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 1000px) {
  .step {
    margin-top: 20.8vw;
    padding: 13.8666666667vw 0 20vw;
  }
  .step ol {
    margin: 3.4666666667vw auto 0;
    width: 92vw;
    flex-direction: column;
    gap: 9.3333333333vw 0;
  }
  .step .step__img,
  .step dl {
    font-size: max(10px, 5.8666666667vw);
    line-height: 1.4545454545;
    margin-top: 1.8666666667vw;
  }
  .step dt {
    margin-top: 1.8666666667vw;
  }
  .step p {
    font-size: max(10px, 4.8vw);
    margin-top: 1.8666666667vw;
  }
  .step li {
    width: 100%;
    max-width: 100%;
  }
  .step li:nth-child(n+2)::after {
    display: none;
  }
}
.difference {
  margin-top: 90px;
}
.difference h3 {
  font-size: 2.8rem;
  background-color: #ffb412;
  padding: 8px 28px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.difference h3 span {
  width: 48px;
  display: inline-block;
  margin-right: 12px;
}
.difference li {
  margin-top: 40px;
  padding: 0 0 36px;
  border: 2px solid #ffb412;
}
.difference dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 28px;
  padding-right: 28px;
}
.difference dl:nth-of-type(1) dt {
  background-color: #999;
}
.difference dl:nth-of-type(2) dt {
  background-color: var(--main--color);
}
.difference dt {
  width: 135px;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}
.difference dt img {
  vertical-align: middle;
}
.difference dd {
  width: calc(100% - 158px);
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
.difference .main_color {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .difference h3 {
    font-size: 2.24rem;
  }
  .difference dd {
    font-size: 1.44rem;
  }
  .difference .main_color {
    font-size: 1.6rem;
  }
  .difference dt {
    font-size: 1.76rem;
  }
}
@media screen and (max-width: 1000px) {
  .difference {
    margin-top: 19.7333333333vw;
  }
  .difference h3 {
    font-size: max(10px, 5.6vw);
    padding: 1.8666666667vw 2.9333333333vw;
  }
  .difference h3 span {
    min-width: 8.5333333333vw;
    width: 8.5333333333vw;
    margin-right: 2.1333333333vw;
  }
  .difference ul {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
  .difference li {
    padding: 0 0 7.2vw;
  }
  .difference dl {
    flex-direction: column;
    align-items: baseline;
    margin-top: 4.5333333333vw;
    padding-left: 2.9333333333vw;
    padding-right: 2.9333333333vw;
  }
  .difference dt {
    width: 27.4666666667vw;
    font-size: max(10px, 4.2666666667vw);
  }
  .difference dd {
    margin-top: 1.6vw;
    width: 100%;
    font-size: max(10px, 4.2666666667vw);
    line-height: 1.5;
  }
  .difference .main_color {
    font-size: max(10px, 4.8vw);
    line-height: 1.4444444444;
  }
}
.footer {
  margin-top: 56px;
  padding-bottom: 140px;
}

.footer__inr {
  display: flex;
  flex-direction: column-reverse;
}

.footer .footer__logo {
  width: 377px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
.footer .footer__logo img {
  width: 232px;
  margin-left: 4px;
}
.footer .footer__contents {
  font-style: normal;
  margin-top: 30px;
  text-align: center;
}
.footer .footer__contents dl {
  font-weight: 400;
  margin-top: 20px;
}
.footer .footer__contents address {
  font-style: normal;
}
.footer .footer__navi {
  font-size: 1.6rem;
}
.footer .footer__list {
  font-weight: 600;
}
.footer .footer__list ul {
  display: flex;
  justify-content: center;
  gap: 0 32px;
}
.footer .footer__list p {
  text-align: right;
  margin-top: 12px;
}
.footer .copy {
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  body {
    font-size: 1.28rem;
  }
  .footer .footer__list ul {
    gap: 0 26px;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    margin-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
  .footer__inr {
    flex-direction: column-reverse;
  }
  .footer .footer__logo {
    width: auto;
    font-size: max(10px, 4vw);
    text-align: center;
  }
  .footer .footer__logo img {
    width: 56vw;
  }
  .footer .footer__contents {
    width: 92vw;
    margin: 9.3333333333vw auto 0;
    text-align: left;
  }
  .footer .footer__contents dl {
    margin-top: 5.3333333333vw;
  }
  .footer .footer__navi {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    font-size: max(10px, 4vw);
  }
  .footer .footer__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2666666667vw 0;
  }
  .footer .footer__list li {
    width: 50%;
  }
  .footer .copy {
    margin-top: 9.8666666667vw;
    font-size: max(10px, 3.7333333333vw);
    text-align: center;
    width: 100%;
  }
}
.attention-section {
  display: flex;
  justify-content: center;
  width: 100%;
}
.attention-section picture {
  max-width: 90%;
  height: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .attention-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .attention-section picture {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.branch {
  margin-top: 120px;
}
.branch .branch__img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 80px 0 60px;
}
.branch .branch__description {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.branch .branch__description p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
}
.branch picture {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
}
.branch picture img {
  width: 100%;
}
.branch .branch__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
.branch .branch__item {
  background: #fff;
}
.branch .branch__item .branch__title {
  background: #676767;
  padding: 10px 12px;
  display: flex;
}
.branch .branch__item .branch__title img {
  width: 30px;
  margin-right: 10px;
}
.branch .branch__item .branch__title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.branch .branch__item .branch__content {
  padding: 10px 12px;
}
.branch .branch__item .branch__content a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .branch {
    margin-top: 16vw;
  }
  .branch .branch__img {
    margin: 8vw 0 6vw;
  }
  .branch .branch__description {
    width: 92vw;
    margin: 6vw auto;
    display: flex;
    justify-content: center;
  }
  .branch .branch__description p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .branch .branch__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin: 3.4666666667vw auto 0;
    width: 92vw;
  }
}
.tiktok-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
  padding: 20px;
  position: relative;
}
.tiktok-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.02), rgba(255, 0, 80, 0.02));
  z-index: -1;
  border-radius: 16px;
}
.tiktok-section .tiktok-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  animation: fadeInDown 0.8s ease-out;
}
.tiktok-section .tiktok-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}
.tiktok-section .tiktok-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
}
.tiktok-section .tiktok-button img {
  width: 120px;
  height: auto;
  vertical-align: middle;
  animation: pulse 2s infinite;
}
.tiktok-section .tiktok-button .tiktok-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  opacity: 0.9;
}
.tiktok-section .tiktok-button:hover {
  background-color: #f8f8f8;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-color: #ff0050;
}
.tiktok-section .tiktok-button:hover::before {
  transform: translateX(100%);
}
.tiktok-section .tiktok-button:hover .tiktok-label {
  color: #ff0050;
}
.tiktok-section .tiktok-button:active {
  transform: translateY(-2px) scale(0.98);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .tiktok-section {
    margin: 30px 15px;
    padding: 20px 15px;
  }
  .tiktok-section .tiktok-text {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .tiktok-section .tiktok-button {
    padding: 12px 24px;
    flex-direction: column;
    text-align: center;
  }
  .tiktok-section .tiktok-button img {
    width: 100px;
  }
  .tiktok-section .tiktok-button .tiktok-label {
    font-size: 1.3rem;
  }
}
.line-counter {
  position: relative;
  background: #22ba4f;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.line-counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
  z-index: 0;
}
.line-counter__overlay {
  position: relative;
  z-index: 1;
}
.line-counter__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.line-counter__label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: 0;
  color: #fff;
}
.line-counter__number {
  display: block;
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
  margin: 4px 0;
  line-height: 1;
  position: relative;
}
.line-counter__number #line-counter-value,
.line-counter__number .unit .unit-char {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-shadow: -2px -2px 0 #0a5d27, 2px -2px 0 #0a5d27, -2px 2px 0 #0a5d27, 2px 2px 0 #0a5d27, -4px 4px 0 #084a1f, -6px 6px 5px rgba(0, 0, 0, 0.45);
}
.line-counter__number .unit {
  font-size: 3.2rem;
  white-space: nowrap;
  font-weight: 700;
  margin-left: 8px;
  vertical-align: baseline;
  display: inline-block;
  color: #fff;
}
.line-counter__number .unit .unit-char {
  color: #fff;
  text-shadow: -2px -2px 0 #0a5d27, 2px -2px 0 #0a5d27, -2px 2px 0 #0a5d27, 2px 2px 0 #0a5d27, -3px 3px 0 #084a1f, -4px 4px 3px rgba(0, 0, 0, 0.4);
  font-size: inherit;
  font-weight: inherit;
  vertical-align: inherit;
}
.line-counter__number .unit .unit-word {
  color: #FFFF00;
  text-shadow: -1px -1px 0 #00A046, 1px -1px 0 #00A046, -1px 1px 0 #00A046, 1px 1px 0 #00A046, 2px 2px 0 #008C3E, 3px 3px 0 #007835, 4px 4px 0 #00642C, 0 5px 10px rgba(0, 0, 0, 0.5);
  font-size: inherit;
  font-weight: inherit;
  vertical-align: inherit;
  margin-left: 2px;
}
.line-counter__image-wrapper {
  margin-top: 15px;
  line-height: 0;
  margin-bottom: 10px;
}
.line-counter__extra-image {
  max-width: 80%;
  width: 300px;
  height: auto;
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.line-counter__extra-image:hover {
  transform: scale(1.03);
}
.line-counter__description {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .line-counter {
    padding: 10px;
    margin-top: 15px;
  }
  .line-counter__label {
    font-size: 1.4rem;
  }
  .line-counter__number {
    font-size: 4.5rem;
  }
  .line-counter__number #line-counter-value,
  .line-counter__number .unit .unit-char {
    text-shadow: -1.5px -1.5px 0 #0a5d27, 1.5px -1.5px 0 #0a5d27, -1.5px 1.5px 0 #0a5d27, 1.5px 1.5px 0 #0a5d27, -2.5px 2.5px 0 #084a1f, -4px 4px 3px rgba(0, 0, 0, 0.45);
  }
  .line-counter__number .unit {
    font-size: 2.4rem;
  }
  .line-counter__number .unit .unit-char {
    font-size: inherit;
    font-weight: inherit;
    vertical-align: inherit;
  }
  .line-counter__number .unit .unit-word {
    color: #ffeb3b;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: -1px -1px 0 #00A046, 1px -1px 0 #00A046, -1px 1px 0 #00A046, 1px 1px 0 #00A046, 2px 2px 0 #008C3E, 3px 3px 0 #007835, 4px 4px 0 #00642C, 0 5px 10px rgba(0, 0, 0, 0.5);
    font-size: inherit;
    font-weight: inherit;
    vertical-align: inherit;
  }
  .line-counter__image-wrapper {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .line-counter__extra-image {
    max-width: 85%;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  }
  .line-counter__description {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=index.css.map */
