@charset "UTF-8";
html {
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

address {
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pagetop {
  display: none;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.pagetop-body {
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}
.pagetop-body a {
  display: block;
  width: 72px;
  height: 72px;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  bottom: 34px;
  right: 84px;
}
.pagetop-body a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-bodyTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 3rem;
  background-color: #FFF !important;
  position: relative;
  z-index: 10;
}
.header-logo {
  width: 21.2rem;
  max-width: 212px;
}
.header-spBtn {
  display: none;
}
.header-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-nav__item {
  margin: 0 0 0 3.5rem;
}
.header-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  font-size: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  transition: 0.2s;
}
.header-nav__item a:hover {
  opacity: 0.6;
}
.header-nav__item--recruit {
  margin: 0 0 0 4rem;
}
.header-nav__item--recruit a {
  width: 15rem;
  height: 11rem;
  color: #FFF !important;
  background-color: #005931;
}
.header-nav__item--contact {
  margin: 0;
}
.header-nav__item--contact a {
  width: 15rem;
  height: 11rem;
  color: #FFF !important;
  background-color: #91BA58;
}
.header-bodyBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: calc(100% - 30rem);
  max-width: 1160px;
  padding: 0 0 0 30px;
}
.header-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #FFF !important;
  transition: 0.3s;
}
.header-menu__item:hover {
  color: #8FC31F;
}
.header-menu__close {
  display: none;
}
.header-menuBtn {
  display: none;
}
.header-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 33rem;
  height: 6.4rem;
  margin: 0 0 0 16px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #FFF !important;
  background-color: #C30D23;
  border: solid 2px #FFF !important;
  position: relative;
}
.header-contact::before, .header-contact::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("images/icon_arrow01.svg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  transition: 0.3s;
}
.header-contact::after {
  background-image: url("images/icon_arrow02.svg");
  opacity: 0;
}
.header-contact:hover {
  color: #C30D23 !important;
  background-color: #FFF !important;
  border: solid 2px #C30D23 !important;
}
.header-contact:hover::before {
  opacity: 0;
}
.header-contact:hover::after {
  opacity: 1;
}

.footer {
  background-color: #000;
}
.footer-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
}
.footer-copyright {
  width: 100%;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  color: #FFF !important;
}

.main {
  background-image: url("images/bg_deco01.webp");
  background-repeat: repeat;
  background-position: top left;
  overflow: hidden;
}
.main-btn {
  display: block;
  max-width: 474px;
  margin: 96px auto 0;
  position: relative;
  transition: 0.3s;
}
.main-btn img {
  transition: 0.3s;
}
.main-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("images/btn_contact_hover.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.main-btn:hover img {
  opacity: 0;
}
.main-btn:hover::before {
  opacity: 1;
}
.main-bnr {
  display: block;
  width: 100%;
  max-width: 922px;
  height: 160px;
  margin: 96px auto 0;
  transition: 0.3s;
  position: relative;
}
.main-bnr:hover picture {
  opacity: 0;
}
.main-bnr:hover::before {
  opacity: 1;
}
.main-bnr picture {
  transition: 0.3s;
  position: relative;
}
.main-bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("images/btn_campaign_pc_hover.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.main-keyimg {
  height: 900px;
  padding: 16px 0 0;
  background-image: url("images/keyimg_bg_pc.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-keyimg__body {
  max-width: 922px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-keyimg__logo {
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
}
.main-keyimg__info {
  margin: 32px 0 0;
  position: relative;
}
.main-keyimg__info__man {
  position: absolute;
  top: 2px;
  right: -34px;
}
.main-keyimg__info__man__body {
  width: 458px;
  height: 623px;
  position: relative;
  opacity: 0;
}
.main-keyimg__info__man__human {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-keyimg__info__man__txt {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 1s;
}
.main-keyimg__info__woman {
  position: absolute;
  top: 8px;
  left: -80px;
}
.main-keyimg__info__woman__body {
  width: 624px;
  height: 615px;
  position: relative;
  opacity: 0;
}
.main-keyimg__info__woman__human {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-keyimg__info__woman__txt {
  position: absolute;
  top: 0;
  right: 75px;
  animation-delay: 1s;
}
.main-keyimg__info__txtbox {
  margin: 0 auto;
  position: absolute;
  top: 334px;
  left: 0;
  right: 0;
}
.main-keyimg__info__txt01 {
  text-align: center;
  opacity: 0;
}
.main-keyimg__info__txt02, .main-keyimg__info__txt03 {
  font-size: 40px;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
}
.main-keyimg__info__txt02 .clr, .main-keyimg__info__txt03 .clr {
  color: #C30D23;
}
.main-keyimg__info__txt02 {
  width: 416px;
  margin: 16px auto 0;
}
.main-keyimg__info__txt03 {
  width: 416px;
  margin: 12px auto 0;
}
.main-keyimg__more {
  margin: 0 auto;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}
.main-keyimg__more__txt {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FFEC00;
}
.main-keyimg__more__arrow {
  margin: 8px 0 0;
}
.main-keyimg__more__arrow span {
  display: block;
  width: 12px;
  height: 12px;
  margin: -4px auto 0;
  border-bottom: solid 2px #FFEC00;
  border-left: solid 2px #FFEC00;
  transform: rotate(-45deg);
}
.main-problem {
  padding: 56px 16px 88px;
  position: relative;
  overflow: hidden;
}
.main-problem::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  margin: 0 auto;
  background-color: #8FC31F;
  background-image: url("images/bg_deco02.webp");
  background-repeat: repeat;
  background-position: top left;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 286px), 50% 100%, 0 calc(100% - 286px));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-problem__image {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.main-problem__body {
  max-width: 800px;
  margin: 48px auto 0;
  padding: 48px 16px;
  background-color: #FFF !important;
  border: solid 4px #000;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  position: relative;
}
.main-problem__deco01, .main-problem__deco02 {
  position: absolute;
}
.main-problem__deco01 {
  top: 0;
  right: 0;
}
.main-problem__deco02 {
  bottom: 0;
  left: 0;
}
.main-problem__txt {
  width: 528px;
  margin: 0 auto;
  padding: 0 0 12px;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  position: relative;
  background-image: linear-gradient(90deg, #FFEC00, #FFEC00); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 16px; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
}
.main-problem__txt.marker-active {
  background-size: 100% 16px;
}
.main-problem__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px 64px;
  max-width: 660px;
  margin: 40px auto 0;
}
.main-problem__item {
  padding: 0 0 0 36px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.main-problem__item:first-of-type {
  animation-delay: 1s;
}
.main-problem__item:nth-child(2) {
  animation-delay: 1.8s;
}
.main-problem__item:nth-child(3) {
  animation-delay: 2.6s;
}
.main-problem__item:nth-child(4) {
  animation-delay: 3.4s;
}
.main-problem__item:nth-child(2n+1) {
  width: 320px;
}
.main-problem__item::before {
  content: "";
  width: 28px;
  height: 24px;
  background-image: url("images/icon_check01.svg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.main-solution {
  padding: 80px 16px 0;
}
.main-solution__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.main-solution__title img {
  display: inline-block;
  margin: 8px 8px 16px 0;
  vertical-align: middle;
}
.main-solution__body {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 24px 32px;
  background-color: #FFF !important;
  border: solid 20px #C30D23;
  position: relative;
}
.main-solution__body::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: none;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-bottom: solid 32px #C30D23;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
}
.main-solution__txt01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-solution__txt02 {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.main-solution__txt02 .marker {
  display: inline;
  font-weight: bold;
  background-image: linear-gradient(90deg, #FFEC00, #FFEC00); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '100%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
}
.main-solution__txt02 .marker-active {
  background-size: 100% 100%;
}
.main-solution__arrow {
  margin: 16px 0 0;
}
.main-solution__arrow span {
  display: block;
  width: 0;
  height: 0;
  margin: 8px auto 0;
  border-top: solid 20px #C30D23;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  border-bottom: none;
}
.main-solution__arrow span:first-of-type {
  margin: 0 auto;
}
.main-solution__txt03 {
  margin: 8px 0 0;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #C30D23;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  animation-delay: 1s;
}
.main-solution__model {
  margin: 16px 0 0;
}
.main-solution__model__item {
  padding: 16px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: dashed 2px #000;
}
.main-solution__model__item:first-of-type {
  padding: 0 0 16px;
}
.main-image {
  padding: 96px 16px 0;
}
.main-image__title {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 922px;
  height: 86px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #FFF !important;
  background-color: #8FC31F;
  position: relative;
}
.main-image__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 20px #8FC31F;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  border-bottom: none;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
}
.main-image__flow {
  max-width: 922px;
  margin: 32px auto 0;
}
.main-merit {
  margin: 48px 0 0;
  padding: 0 16px 0;
}
.main-merit__body {
  max-width: 922px;
  margin: 0 auto;
  padding: 48px 16px 64px;
  background-color: #FFF !important;
  border: solid 4px #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.main-merit__body::before, .main-merit__body::after {
  content: "";
  display: block;
  width: 100px;
  height: 88px;
  background-image: url("images/icon_deco01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
}
.main-merit__body::before {
  top: -48px;
  left: 0;
}
.main-merit__body::after {
  bottom: -44px;
  right: 0;
}
.main-merit__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.main-merit__title img {
  display: block;
  width: 200px;
  margin: 0 auto 4px;
}
.main-merit__title .clr {
  font-size: 64px;
  color: #C30D23;
}
.main-merit__title .fsb {
  font-size: 40px;
}
.main-merit__title .db {
  display: block;
}
.main-merit__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin: 32px 0 0;
}
.main-merit__item {
  width: 200px;
}
.main-merit__item:nth-child(2) {
  width: 240px;
}
.main-merit__item img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.main-merit__item__title {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-merit__item__txt {
  max-width: 200px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.5;
}
.main-merit__item__txt span {
  display: block;
  margin: 8px 0 0;
  font-size: 14px;
}
.main-point {
  padding: 112px 16px 0;
}
.main-point__title {
  width: 494px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.main-point__title img {
  display: inline-block;
  margin: 0 6px 14px 0;
  vertical-align: middle;
}
.main-point__title .clr {
  font-size: 56px;
  color: #C30D23;
}
.main-point__title .fsb {
  font-size: 56px;
}
.main-point__title::before, .main-point__title::after {
  content: "";
  display: block;
  width: 125px;
  height: 4px;
  background-color: #000;
  position: absolute;
}
.main-point__title::before {
  top: 68px;
  left: -24px;
  transform: rotate(45deg);
}
.main-point__title::after {
  top: 68px;
  right: -14px;
  transform: rotate(-45deg);
}
.main-point__number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px;
  padding: 8px 0 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFF !important;
  background-color: #000;
  position: relative;
}
.main-point__number span {
  display: block;
  font-size: 16px;
}
.main-point__number::before {
  content: "";
  width: 100px;
  height: 88px;
  background-image: url("images/icon_deco01.webp");
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.main-point__subTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-point__subTitle .clr {
  color: #C30D23;
}
.main-point__subTitle .db {
  display: block;
}
.main-point__subTitle .dib {
  display: inline-block;
}
.main-point__txt {
  max-width: 832px;
  margin: 48px auto 0;
  font-size: 16px;
  line-height: 1.75;
}
.main-point__item01 {
  max-width: 922px;
  margin: 24px auto 0;
}
.main-point__item01__body {
  padding: 16px 40px 40px;
  background-color: #FFF !important;
}
.main-point__item01__image {
  padding: 0 0 64px;
  background-color: #FFF !important;
}
.main-point__item02 {
  max-width: 922px;
  margin: 48px auto 0;
}
.main-point__item02__body {
  padding: 16px 40px 80px;
  background-color: #FFF !important;
  position: relative;
}
.main-point__item02__arrow {
  margin: 0 auto;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
}
.main-point__item02__arrow span {
  display: block;
  width: 0;
  height: 0;
  margin: 6px auto 0;
  border-top: solid 19px #C30D23;
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
  border-bottom: none;
}
.main-point__item02__arrow span:first-of-type {
  margin: 0 auto;
}
.main-point__item02__dm {
  margin: 112px 0 0;
  padding: 64px 24px 40px;
  background-color: #FFF !important;
  position: relative;
}
.main-point__item02__dm__icon {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
}
.main-point__item02__dm__title {
  width: 240px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.main-point__item02__dm__title .marker {
  display: block;
  margin: 13px 0 0;
  background-image: linear-gradient(90deg, #FFEC00, #FFEC00); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '100%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
}
.main-point__item02__dm__title .marker-active {
  background-size: 100% 100%;
}
.main-point__item02__dm__sample {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 48px 0 0;
}
.main-point__item02__dm__item {
  width: 400px;
  position: relative;
}
.main-point__item02__modal {
  position: absolute;
}
.main-point__item02__modal.modal01 {
  top: 12px;
  left: 193px;
}
.main-point__item02__modal.modal02 {
  top: 226px;
  left: 7px;
}
.main-point__item02__modal.modal03 {
  top: 424px;
  left: 0;
}
.main-point__item02__modal.modal04 {
  top: 580px;
  right: 98px;
}
.main-point__item02__modal.modal05 {
  top: 0;
  right: 150px;
}
.main-point__item02__modal.modal06 {
  top: 106px;
  right: 0;
}
.main-point__item02__modal.modal07 {
  top: 362px;
  right: 5px;
}
.main-point__item02__modal.modal08 {
  top: 562px;
  right: 152px;
}
.main-point__item02__modal__btn {
  width: 48px;
  height: 48px;
  cursor: pointer;
  animation-duration: 3s !important;
}
.main-point__item02__modal__body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  overflow: auto;
  transition: 0.5s;
}
.main-point__item02__modal__body.is-active {
  opacity: 1;
  z-index: 9999;
}
.main-point__item02__modal__main {
  width: 560px;
  padding: 14px 22px 22px;
  background-color: #FFF !important;
  border: solid 10px #FDEEB3;
}
.main-point__item02__modal__num {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FFF !important;
  background-color: #8FC31F;
}
.main-point__item02__modal__title {
  margin: 8px 0 0;
  padding: 0 0 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 2px #8FC31F;
}
.main-point__item02__modal__image {
  margin: 16px 0 0;
}
.main-point__item02__modal__txt {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.main-point__item02__modal__txt span {
  font-weight: bold;
}
.main-point__item02__modal__close {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 8px;
}
.main-point__item02__modal__close .close-trigger {
  width: 48px;
  margin: 0 0 0 auto;
  padding: 26px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FFF !important;
  position: relative;
  cursor: pointer;
}
.main-point__item02__modal__close span {
  display: block;
  width: 32px;
  height: 3px;
  margin: 0 auto;
  background-color: #FFF !important;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}
.main-point__item02__modal__close span:first-of-type {
  transform: rotate(45deg);
}
.main-point__item02__modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.main-point__item02__que {
  max-width: 800px;
  margin: 24px auto 0;
  padding: 20px;
  background-color: #8FC31F;
  position: relative;
}
.main-point__item02__que::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: none;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  border-bottom: solid 24px #8FC31F;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}
.main-point__item02__que__inner {
  padding: 16px 16px 16px 32px;
  background-color: #FFF !important;
}
.main-point__item02__que__title {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #8FC31F;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
}
.main-point__item02__que__title span {
  display: inline-block;
}
.main-point__item02__que__main {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 24px 0 0;
}
.main-point__item02__que__txt {
  width: 340px;
  font-size: 16px;
  line-height: 1.75;
}
.main-point__item02__que__txt .marker {
  display: inline;
  font-weight: bold;
  background-image: linear-gradient(90deg, #FFEC00, #FFEC00); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '100%'の部分にマーカーの太さを記入 */
  transition: all 2s ease-in-out; /* マーカーを引く速度を調整 */
}
.main-point__item02__que__txt .marker-active {
  background-size: 100% 100%;
}
.main-point__item02__que__graph {
  width: 348px;
  padding: 8px 8px 4px;
  position: relative;
  border: solid 1px #000;
}
.main-point__item02__que__graph .caption {
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}
.main-point__item02__que__graph .balloon {
  display: block;
  width: 180px;
  position: absolute;
  top: -96px;
  right: -72px;
}
.main-point__item02__bottomTxt {
  margin: 24px 0 0;
}
.main-point__item02__bottomTxt p {
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #FFF !important;
  border: solid 1px #000;
}
.main-point__item03 {
  max-width: 922px;
  margin: 96px auto 0;
}
.main-point__item03__body {
  padding: 16px 40px 32px;
  background-color: #FFF !important;
}
.main-point__item03__list {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 48px 0 0;
}
.main-point__item03__item {
  width: 450px;
}
.main-point__item03__item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  margin: 18px 0 0;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF !important;
  text-align: center;
  background-color: #66AB33;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.main-point__item03__item__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: none;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 10px #66AB33;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.main-point__item03__item__body {
  padding: 16px;
  background-color: #FDEEB3;
}
.main-point__item03__item__inner {
  min-height: 380px;
  padding: 8px 0 16px;
  background-color: #FFF !important;
}
.main-point__item03__item__txt01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.main-point__item03__item__txt01 span {
  color: #C30D23;
}
.main-point__item03__item__txt02 {
  margin: 16px 0 0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1.75;
}
.main-point__item03__item__txt02 span {
  font-weight: bold;
}
.main-point__item03__item__txt03 {
  margin: 16px 0 0;
  padding: 0 8px;
  font-size: 14px;
  line-height: 2;
}
.main-point__item03__arrow {
  margin: 32px 0 0;
}
.main-point__item03__arrow span {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 48px #8FC31F;
  border-left: solid 60px transparent;
  border-right: solid 60px transparent;
  border-bottom: none;
}
.main-point__item03__bottomTxt {
  margin: 32px 0 0;
  padding: 0 16px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.main-point__item03__bottomTxt .clr {
  font-size: 48px;
  color: #C30D23;
}
.main-point__item03__bottomTxt .db {
  display: block;
}
.main-point__item03__bottomTxt .dib {
  display: inline-block;
}
.main-voice {
  margin: 32px 0 96px;
  padding: 64px 0 0;
}
.main-voice__body {
  max-width: 922px;
  margin: 0 auto;
  background-color: #FFF !important;
}
.main-voice__title {
  padding: 16px 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-bottom: solid 4px #8FC31F;
}
.main-voice__title span {
  color: #8FC31F;
}
.main-voice__list {
  padding: 96px 48px 48px;
}
.main-voice__item {
  display: flex;
  align-items: center;
  gap: 46px;
  margin: 96px auto 0;
}
.main-voice__item:first-of-type {
  margin: 0 auto;
}
.main-voice__item__prof {
  width: 200px;
  padding: 12px 0 0;
}
.main-voice__item__image {
  display: block;
}
.main-voice__item__company {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.main-voice__item__name {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.main-voice__item__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.main-voice__item__txt {
  width: 600px;
  margin: 0 0 0 24px;
  padding: 48px;
  font-size: 16px;
  line-height: 1.75;
  border: solid 4px #8FC31F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.main-voice__item__txt > p {
  text-indent: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.75;
}
.main-voice__item__txt::before {
  content: "";
  display: block;
  width: 29px;
  height: 43px;
  background-image: url("images/voice_bg_txt.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 22px);
  left: -29px;
}
.main-voice__main {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 8px;
  padding: 48px 0 0 16px;
}
.main-voice__info {
  max-width: 390px;
}
.main-voice__info__oldName {
  margin: 16px 0 16px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.main-voice__shop {
  width: 426px;
  height: 256px;
}
.main-fee {
  margin: 96px 0 0;
}
.main-fee__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  height: 127px;
  padding: 8px 0 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFF !important;
  text-align: center;
  background-color: #8FC31F;
}
.main-fee__body {
  padding: 40px 16px 96px;
}
.main-fee__plan {
  max-width: 922px;
  margin: 0 auto;
}
.main-fee__plan__title {
  padding: 0 0 28px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-image: url("images/fee_bg_plan_title.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main-fee__plan__txt {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-fee__plan__main {
  display: flex;
  margin: 64px 0 0;
}
.main-fee__plan__item01, .main-fee__plan__item02 {
  width: 50%;
}
.main-fee__plan__item01__titleBox, .main-fee__plan__item02__titleBox {
  position: relative;
}
.main-fee__plan__item01__title, .main-fee__plan__item02__title {
  position: relative;
}
.main-fee__plan__item01__title .txt, .main-fee__plan__item02__title .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  padding: 8px 0 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #FFF !important;
}
.main-fee__plan__item01__title .txt span, .main-fee__plan__item02__title .txt span {
  display: block;
  width: 208px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 20px;
  position: relative;
}
.main-fee__plan__item01__title .txt span::before, .main-fee__plan__item01__title .txt span::after, .main-fee__plan__item02__title .txt span::before, .main-fee__plan__item02__title .txt span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 14px #FFF !important;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: none;
  position: absolute;
  top: 6px;
}
.main-fee__plan__item01__title .txt span::before, .main-fee__plan__item02__title .txt span::before {
  left: 0;
}
.main-fee__plan__item01__title .txt span::after, .main-fee__plan__item02__title .txt span::after {
  right: 0;
}
.main-fee__plan__item01__body, .main-fee__plan__item02__body {
  padding: 14px;
}
.main-fee__plan__item01__inner, .main-fee__plan__item02__inner {
  padding: 24px;
  background-color: #FFF !important;
}
.main-fee__plan__item01__price, .main-fee__plan__item02__price {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-fee__plan__item01__price span, .main-fee__plan__item02__price span {
  font-size: 63px;
}
.main-fee__plan__item01__txt, .main-fee__plan__item02__txt {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.main-fee__plan__item01__titleBox {
  background-color: #008129;
}
.main-fee__plan__item01__body {
  background-color: #EBEDBD;
}
.main-fee__plan__item01__price span {
  color: #008129;
}
.main-fee__plan__item02__deco01 {
  width: 88px;
  position: absolute;
  top: -48px;
  left: -8px;
}
.main-fee__plan__item02__deco02 {
  width: 114px;
  position: absolute;
  top: -126px;
  right: 0;
}
.main-fee__plan__item02__titleBox {
  background-color: #C30D23;
}
.main-fee__plan__item02__body {
  background-color: #F5DCE0;
}
.main-fee__plan__item02__price span {
  color: #C30D23;
}
.main-fee__initial {
  max-width: 922px;
  margin: 48px auto 0;
  padding: 16px 24px 32px;
  background-color: #FFF !important;
  border: solid 10px #8FC31F;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.main-fee__initial__title {
  padding: 0 0 18px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 4px #8FC31F;
}
.main-fee__initial__title .icon {
  display: inline-block;
  width: 44px;
  height: 43px;
  margin: 0 11px 0 0;
  vertical-align: text-bottom;
}
.main-fee__initial__itemBox {
  display: flex;
  margin: 24px 0 0;
}
.main-fee__initial__item01__txt01, .main-fee__initial__item02__txt01 {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 0 0 0 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.main-fee__initial__item01__txt01::before, .main-fee__initial__item02__txt01::before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background-image: url("images/icon_check02.svg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
.main-fee__initial__item01__price, .main-fee__initial__item02__price {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-fee__initial__item01__price span, .main-fee__initial__item02__price span {
  font-size: 64px;
}
.main-fee__initial__item01__txt02, .main-fee__initial__item02__txt02 {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.main-fee__initial__item01 {
  margin: 16px 0 0;
}
.main-fee__initial__item01__txt01 {
  padding: 0 72px 0 32px;
}
.main-fee__initial__item02 {
  width: 50%;
}
.main-fee__initial__item02:first-of-type {
  padding: 0 40px 0 0;
  border-right: solid 1px #000;
}
.main-fee__initial__item02:nth-child(2) {
  padding: 0 0 0 56px;
}
.main-fee__initial__item02:nth-child(2) .main-fee__initial__item02__txt01 {
  margin: 0 auto 0 0;
}
.main-fee__initial__item02:nth-child(2) .main-fee__initial__item02__price {
  text-align: left;
}
.main-fee__initial__attention {
  margin: 24px 0 0;
  padding: 24px;
  font-size: 16px;
  line-height: 1.75;
  background-color: #EFEFEF;
}
.main-service__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 127px;
  padding: 4px 0 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFF !important;
  text-align: center;
  background-color: #8FC31F;
}
.main-service__body {
  padding: 80px 16px 96px;
  background-color: #FFF !important;
}
.main-service__table {
  max-width: 922px;
  margin: 0 auto;
}
.main-service__table table {
  width: 100%;
}
.main-service__table table th {
  line-height: 1.5;
  border: solid 1px #EBB519;
}
.main-service__table table th.bgYellow {
  background-color: #FFF18D;
}
.main-service__table table th.bgGreen01 {
  width: 240px;
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF !important;
  background-color: #008129;
}
.main-service__table table th.bgGreen02 {
  background-color: #EBEDBD;
}
.main-service__table table th.bgRed01 {
  width: 240px;
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF !important;
  background-color: #C30D23;
}
.main-service__table table th.bgRed02 {
  background-color: #F5DCE0;
}
.main-service__table table th.price {
  padding: 8px 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.main-service__table table th.price .fwb {
  font-weight: bold;
}
.main-service__table table th.price .fsb {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 41px;
  font-weight: bold;
  vertical-align: sub;
}
.main-service__table table th.title01 {
  width: 112px;
}
.main-service__table table th.title01 p {
  width: 100%;
  min-height: 140px;
}
.main-service__table table th.title01 p span {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
.main-service__table table th.title02 {
  min-width: 94px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.main-service__table table td {
  line-height: 1.5;
  text-align: center;
  border: solid 1px #EBB519;
}
.main-service__table table td .ok {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-service__table table td .no {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  position: relative;
}
.main-service__table table td .no::before, .main-service__table table td .no::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  top: 8px;
}
.main-service__table table td .no::before {
  left: -5px;
  transform: rotate(45deg);
}
.main-service__table table td .no::after {
  right: -5px;
  transform: rotate(-45deg);
}
.main-service__table table td .select {
  font-size: 17px;
  font-weight: bold;
}
.main-service__table table td.colorGreen .ok {
  background-color: #008129;
}
.main-service__table table td.colorGreen .no::before, .main-service__table table td.colorGreen .no::after {
  background-color: #008129;
}
.main-service__table table td.colorRed .ok {
  background-color: #C30D23;
}
.main-service__table table td.colorRed .no::before, .main-service__table table td.colorRed .no::after {
  background-color: #C30D23;
}
.main-service__table table td.bgGreen02 {
  background-color: #EBEDBD;
}
.main-service__table table td.bgRed02 {
  background-color: #F5DCE0;
}
.main-service__table table td.subTitle {
  width: 236px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background-color: #FFF !important;
}
.main-service__table__scroll {
  display: none;
}
.main-service__table__txt {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.main-service__payment {
  max-width: 922px;
  margin: 64px auto 0;
}
.main-service__payment__title {
  padding: 0 0 14px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-bottom: solid 4px #8FC31F;
}
.main-service__payment__table01, .main-service__payment__table02 {
  margin: 48px 0 0;
}
.main-service__payment__table01__title, .main-service__payment__table02__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-service__payment__table01__main, .main-service__payment__table02__main {
  margin: 8px 0 0;
}
.main-service__payment__table01 table, .main-service__payment__table02 table {
  width: 100%;
}
.main-service__payment__table01 table th, .main-service__payment__table02 table th {
  width: 150px;
  padding: 6px 0 6px 6px;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: normal;
  text-align: left;
}
.main-service__payment__table01 table td, .main-service__payment__table02 table td {
  padding: 6px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: right;
}
.main-service__payment__table01 table tr:first-of-type th, .main-service__payment__table01 table tr:nth-child(4) th, .main-service__payment__table02 table tr:first-of-type th, .main-service__payment__table02 table tr:nth-child(4) th {
  font-weight: bold;
  color: #FFF !important;
}
.main-service__payment__table01 table tr:first-of-type td, .main-service__payment__table01 table tr:nth-child(4) td, .main-service__payment__table02 table tr:first-of-type td, .main-service__payment__table02 table tr:nth-child(4) td {
  font-weight: bold;
}
.main-service__payment__table01 table tr:nth-child(3) td, .main-service__payment__table02 table tr:nth-child(3) td {
  border-bottom: none;
}
.main-service__payment__table01__scroll, .main-service__payment__table02__scroll {
  display: none;
}
.main-service__payment__table01__title {
  color: #008129;
}
.main-service__payment__table01 table th {
  color: #008129;
  background-color: #EBEDBD;
  border-bottom: solid 1px #FFF !important;
}
.main-service__payment__table01 table td {
  border-bottom: solid 1px #8CB808;
}
.main-service__payment__table01 table td:nth-child(2n+1) {
  background-color: #EBEDBD;
}
.main-service__payment__table01 table tr:first-of-type th, .main-service__payment__table01 table tr:nth-child(4) th {
  background-color: #008129;
  border-top: solid 2px #008129;
  border-bottom: solid 2px #008129;
}
.main-service__payment__table01 table tr:first-of-type td, .main-service__payment__table01 table tr:nth-child(4) td {
  border-top: solid 2px #008129;
  border-bottom: solid 2px #008129;
}
.main-service__payment__table01 table tr:first-of-type td:last-of-type, .main-service__payment__table01 table tr:nth-child(4) td:last-of-type {
  border-right: solid 2px #008129;
}
.main-service__payment__table01 table tr:nth-child(3) th {
  border-bottom: solid 2px #008129;
}
.main-service__payment__table01 table tr:last-of-type th {
  border-bottom: solid 2px #008129;
}
.main-service__payment__table01 table tr:last-of-type td {
  border-bottom: solid 2px #008129;
}
.main-service__payment__table02__title {
  color: #C30D23;
}
.main-service__payment__table02 table th {
  color: #C30D23;
  background-color: #F5DCE0;
  border-bottom: solid 1px #FFF !important;
}
.main-service__payment__table02 table td {
  border-bottom: solid 1px #C30D23;
}
.main-service__payment__table02 table td:nth-child(2n+1) {
  background-color: #F5DCE0;
}
.main-service__payment__table02 table tr:first-of-type th, .main-service__payment__table02 table tr:nth-child(4) th {
  background-color: #C30D23;
  border-top: solid 2px #C30D23;
  border-bottom: solid 2px #C30D23;
}
.main-service__payment__table02 table tr:first-of-type td, .main-service__payment__table02 table tr:nth-child(4) td {
  border-top: solid 2px #C30D23;
  border-bottom: solid 2px #C30D23;
}
.main-service__payment__table02 table tr:first-of-type td:last-of-type, .main-service__payment__table02 table tr:nth-child(4) td:last-of-type {
  border-right: solid 2px #C30D23;
}
.main-service__payment__table02 table tr:nth-child(3) th {
  border-bottom: solid 2px #C30D23;
}
.main-service__payment__table02 table tr:last-of-type th {
  border-bottom: solid 2px #C30D23;
}
.main-service__payment__table02 table tr:last-of-type td {
  border-bottom: solid 2px #C30D23;
}
.main-service__campaign {
  max-width: 922px;
  margin: 96px auto 0;
  position: relative;
}
.main-service__campaign__title {
  width: 320px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.main-flow {
  padding: 96px 0 0;
}
.main-flow__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #FFF !important;
  background-color: #8FC31F;
}
.main-flow__body {
  padding: 48px 16px 0;
}
.main-flow__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 42px;
  max-width: 922px;
  margin: 0 auto;
}
.main-flow__item {
  width: 47.7223427332%;
  padding: 24px 20px;
  border: solid 1px #000;
  background-color: #FFF !important;
}
.main-flow__item__title {
  padding: 0 0 16px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #000;
}
.main-flow__item__title span {
  display: inline-block;
  margin: 0 16px 0 0;
  color: #8FC31F;
}
.main-flow__item__icon {
  width: 96px;
  margin: 16px auto 0;
}
.main-flow__item__txt {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.main-flow__item__txt a {
  color: #66AB33;
}
.main-flow__item__txt a:hover {
  color: #8FC31F;
}
.main-flow__arrow {
  margin: 32px 0 0;
}
.main-flow__arrow span {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 40px #C30D23;
  border-left: solid 60px transparent;
  border-right: solid 60px transparent;
  border-bottom: none;
}
.main-flow__start {
  max-width: 922px;
  margin: 12px auto 0;
  padding: 16px;
  background-color: #FFF !important;
  border: solid 1px #C30D23;
}
.main-flow__start__txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #C30D23;
}
.main-flow__start__icon {
  width: 132px;
  margin: 16px auto 0;
}
.main-faq {
  padding: 96px 0 0;
}
.main-faq__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.main-faq__title span {
  color: #8FC31F;
}
.main-faq__body {
  padding: 48px 16px 0;
}
.main-faq__list {
  max-width: 922px;
  margin: 0 auto;
}
.main-faq__item {
  margin: 16px 0 0;
  padding: 16px 18px 16px 20px;
  background-color: #FFF !important;
  border: solid 1px #000;
}
.main-faq__item:first-of-type {
  margin: 0;
}
.main-faq__que {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.main-faq__que__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.main-faq__que__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF !important;
  background-color: #8FC31F;
}
.main-faq__que__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.main-faq__que__btn {
  min-width: 20px;
  height: 26px;
  position: relative;
  cursor: pointer;
}
.main-faq__que__btn.is-active::after {
  content: none;
}
.main-faq__que__btn::before, .main-faq__que__btn::after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
}
.main-faq__que__btn::before {
  width: 14px;
  height: 2px;
  top: 12px;
}
.main-faq__que__btn::after {
  width: 2px;
  height: 14px;
  top: 6px;
}
.main-faq__ans {
  display: none;
  margin: 32px 0 0;
}
.main-faq__ans.is-active {
  display: block;
}
.main-faq__ans__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.main-faq__ans__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF !important;
  background-color: #C30D23;
}
.main-faq__ans__txt {
  font-size: 16px;
  line-height: 1.75;
}
.main-call {
  margin: 96px 0 0;
  padding: 0 16px;
}
.main-call__body {
  max-width: 922px;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #FFF !important;
  border: solid 10px #C30D23;
}
.main-call__txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.main-call__txt .marker {
  display: inline;
  background-image: linear-gradient(90deg, #FFEC00, #FFEC00); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '100%'の部分にマーカーの太さを記入 */
  transition: all 1.5s ease-in-out; /* マーカーを引く速度を調整 */
}
.main-call__txt .marker-active {
  background-size: 100% 100%;
}
.main-call__txt .clr {
  color: #C30D23;
}
.main-call__txt .db {
  display: block;
}
.main-briefing {
  margin: 96px 0 0;
}
.main-briefing__btn {
  display: flex;
  justify-content: center;
}
.main-briefing__btn > .header-contact {
  min-width: 38rem;
  margin-bottom: 48px;
}
.main-briefing__btn > a {
  height: 5em;
  font-size: 1.9rem;
}
.main-briefing__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 127px;
  padding: 4px 0 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFF !important;
  text-align: center;
  background-color: #8FC31F;
}
.main-briefing__body {
  padding: 80px 16px 96px;
  background-color: #FFF !important;
}
.main-briefing__txt {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
}
.main-contact {
  padding: 96px 0 0;
}
.main-contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #FFF !important;
  background-color: #8FC31F;
}
.main-contact__body {
  max-width: 922px;
  margin: 0 auto;
  padding: 48px 0;
  background-color: #FFF !important;
}
.main-contact__txt {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
}
.main-contact__method {
  display: flex;
  align-items: flex-start;
  margin: 48px 0 0;
}
.main-contact__mail {
  width: 50%;
  padding: 16px 8px 32px;
}
.main-contact__mail__icon {
  width: 73px;
  margin: 0 auto;
}
.main-contact__mail__title {
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-contact__mail__txt01 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.main-contact__mail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 385px;
  height: 64px;
  margin: 8px auto 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #FFF !important;
  background-color: #000;
  transition: 0.3s;
}
.main-contact__mail__btn:hover {
  background-color: #8FC31F;
}
.main-contact__mail__txt02 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.main-contact__tel {
  width: 50%;
  padding: 8px;
  border-right: solid 1px #000;
}
.main-contact__tel__icon {
  width: 64px;
  margin: 0 auto;
}
.main-contact__tel__title {
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-contact__tel__btn {
  display: block;
  max-width: 340px;
  margin: 8px auto 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #66AB33;
}
.main-contact__tel__btn:hover {
  color: #000;
}
.main-contact__tel__txt01 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.main-company {
  margin: 96px 0 0;
  padding: 48px 0 96px;
  background-color: #FFF !important;
}
.main-company__body {
  max-width: 922px;
  margin: 0 auto;
}
.main-company__title {
  padding: 0 0 12px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-bottom: solid 4px #8FC31F;
}
.main-company__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 48px 0 0 16px;
}
.main-company__info {
  max-width: 390px;
}
.main-company__info__logo {
  max-width: 362px;
}
.main-company__info__logo img {
  display: block;
  margin: 0 auto;
}
.main-company__info__oldName {
  margin: 16px 0 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.main-company__info__address {
  margin: 48px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.main-company__map {
  width: 426px;
  height: 256px;
}

.bgextend {
  display: block;
  height: 48px;
  padding: 2px 0 0;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF !important; /*伸びる背景色の設定*/
  opacity: 0;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
    opacity: 1;
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.bgappearTrigger {
  display: block;
  background-color: #FFF !important;
}

p {
  line-height: 1;
}

a:link {
  text-decoration: none;
}

.headersubmenu img {
  vertical-align: middle;
}

#headerblock {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, Meiryo, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
}

input , textarea, select {
  margin: 0 10px !important;
}


form table tr label {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */


