/* 共通パーツ start */

.header {
  width: 100%;
}

.header__wrap {
  max-width: 978px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .header__wrap {
    max-width: 100%;
    margin: 18px auto;
  }
}

.header__text {
  color: #292929;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .header__text {
    font-size: 27px;
  }
}

.header__text .marker {
  background: linear-gradient(transparent 70%, #FFCD44 70%);
  padding-left: 15px;
}

.footer {
  width: 100%;
}

.footer__wrap {
  background: #FFDF77;
}

.footer__inner {
  display: flex;
  max-width: 980px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: 33px;
    padding: 24px 20px 30px;
  }
}

.footer__copyright {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  padding-bottom: 48px;
}

.footer__company-item {
  display: flex;
  align-items: center;
  gap: 38px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .footer__company-item {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}

.footer__company-logo {
  display: flex;
  align-items: center;
  flex: none;
}

@media screen and (max-width: 767px) {
  .footer__company-logo {
    font-size: 24px;
    line-height: 64px;
  }
}

.footer__company-logo img {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .footer__company-name {
    font-size: 20px;
  }
}

.footer__company-address {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .footer__company-address {
    font-size: 14px;
  }
}

.footer__img {
  max-width: 232px;
}

@media screen and (max-width: 767px) {
  .footer__img {
    max-width: 100%;
  }
}

.blue {
  color: #1F52C1;
}

.u-hidden-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block;
  }

  .u-hidden-sp {
    display: none;
  }
}

/* 共通パーツ end */

.fv {
  width: 100vw;
  max-width: 100%;
  aspect-ratio: 1162/450;
  background-image: url('../img/fv_pc.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 710/690;
    background-image: url('../img/fv_sp.jpg');
  }
}

.fv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__headline {
  display: inline-block;
  font-weight: 900;
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 6vw;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #f00;
  text-shadow:
    /* 白い内側縁取り（グロー） */
    0px 0px 1px #fff,
    0px 0px 2px #fff,
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,

    /* 黒のアウトライン */
    4px 4px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,

    /* 浮いた影（右下）*/
    5px 5px 8px rgba(0, 0, 0, 0.5);
}

.layout2 .fv__headline {
  font-size: 6vw;
}

.layout2 .fv__headline span {
  margin-right: 0;
  font-size: 8vw;
}

@media screen and (max-width: 767px) {
  .fv__headline {
    font-size: 12vw;
    margin-top: 0;
  }

  .layout2 .fv__headline {
    padding: 0;
    font-size: 9vw;
  }

  .layout2 .fv__headline span {
    font-size: 11vw;
    letter-spacing: normal;
  }
}

.fv__headline span {
  display: inline-block;
  font-size: 11vw;
  margin-right: 30px;
  transform: scaleX(1.1);
  letter-spacing: -3px;
}

@media screen and (max-width: 767px) {
  .fv__headline span {
    font-size: 18vw;
    margin-right: 14px;
  }
}

.fv__bnr {
  width: 66%;
  max-width: 840px;
  position: absolute;
  bottom: 23px;
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 767px) {
  .fv__bnr {
    width: 100%;
    position: static;
    translate: 0 0;
  }
}

.consultation {
  margin: 44px auto 98px;
}

@media screen and (max-width: 767px) {
  .consultation {
    margin: 20px auto 34px;
  }
}

.consultation__wrap {
  max-width: 1006px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .consultation__wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

.consultation__txt {
  color: #292929;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .consultation__txt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.consultation__btn {
  width: 562px;
  text-align: center;
  margin: 0 auto;
  border-radius: 42px;
  border: 5px solid #FFF;
  background: #FF6A00;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .consultation__btn {
    width: 76%;
    border: 3px solid #FFF;
  }
}

.consultation__link {
  display: block;
  padding: 11px 0 12px;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .consultation__link {
    padding: 8px 10px;
    font-size: 19px;
    font-weight: 500;
  }
}

.grant__wrap {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .grant__wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

.grant__txt {
  color: #292929;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}

@media screen and (max-width: 767px) {
  .grant__txt {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}

.grant__txt--big {
  color: #292929;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 16px 0 68px;
}

@media screen and (max-width: 767px) {
  .grant__txt--big {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin: 30px 0 50px;
  }
}

.grant__txt--border {
  margin-bottom: 62px;
  padding-bottom: 40px;
  /*border-bottom: solid 5px #FFDF77;*/
}

@media screen and (max-width: 767px) {
  .grant__txt--border {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .grant__table-wrap {
    overflow-x: scroll;
  }

}

.grant__table {
  width: 980px;
  margin: 50px auto 52px;
}

@media screen and (max-width: 767px) {
  .grant__table {
    width: 720px;
    margin: 20px auto 14px;
  }
}

.grant__tr--bg {
  background: #FFDF77;
}

.grant__table,
.grant__tr,
.grant__th,
.grant__td {
  border: 1px solid #4A4A4A;
  border-collapse: collapse;
}

.grant__th {
  padding: 15px 10px;
}

.grant__tr,
.grant__td {
  padding: 15px 10px;
}

.grant__td {
  line-height: 20px;
}

.grant__td--bold {
  font-weight: 700;
}

.grant__example {
  width: 100%;
  border-radius: 20px;
  border: 9px solid #FFA1A1;
  margin-bottom: 82px;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .grant__example {
    margin-top: 34px;
    margin-bottom: 60px;
    padding: 30px 10px;
  }

  .u-grant__example {
    margin-bottom: 20px;
    padding: 16px;
  }

  .layout2 .grant__example {
    padding: 16px 5px;
  }
}

.grant__example-txt {
  color: #5C5C5C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .grant__example-txt {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.u-grant__example-txt {
  color: #292929;
  font-size: 36px;
  text-align: left;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .u-grant__example-txt {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
  }
}

.grant__example-amount {
  color: #5C5C5C;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .grant__example-amount {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.u-grant__example-amount {
  color: #292929;
  font-size: 48px;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-grant__example-amount {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
  }

  .u-grant__example-amount .marker {
    background: linear-gradient(transparent 20%, #FFCD44 10%);
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 560px) {
  .u-grant__example-amount .marker {
    /*margin-left: 1em;*/
  }
}

.grant__example-amount--small {
  display: block;
}

.grant__example-amount--big {
  font-size: 89px;
  line-height: 0.5;
}

@media screen and (max-width: 767px) {
  .grant__example-amount--big {
    font-size: 64px;
    line-height: 1;
  }
}

.text-indent {
  text-indent: -3em;
  padding-left: 3em;
}

@media screen and (max-width: 767px) {
  .text-indent {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.company {
  margin-bottom: 116px;
}

@media screen and (max-width: 767px) {
  .company {
    margin-bottom: 54px;
  }
}

.company__wrap {
  max-width: 980px;
  margin: 0 auto;
}

.company__ttl {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .company__ttl {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

.company__ttl::before {
  content: "";
  background: url(../img/img_business_man.png) no-repeat;
  background-size: contain;
  width: 110px;
  height: 182px;
  position: absolute;
  top: -15%;
  left: 10%;
}

@media screen and (max-width: 767px) {

  .company__ttl::before,
  .company__ttl::after {
    display: none;
  }
}

.company__ttl::after {
  content: "";
  background: url(../img/img_business_woman.png) no-repeat;
  background-size: contain;
  width: 110px;
  height: 182px;
  position: absolute;
  top: -15%;
  right: 10%;
}

.company__name {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  padding: 21px 0 22px;
  background: #FFDF77;
}

@media screen and (max-width: 767px) {
  .company__name {
    font-size: 30px;
    padding: 11px 0 12px;
  }
}

.company__img {
  position: relative;
  margin-bottom: 36px;
}

.company__president {
  position: absolute;
  right: 20px;
  bottom: 24px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  padding: 2px 24px;
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 767px) {
  .company__president {
    position: initial;
    display: block;
    font-size: 15px;
    padding: 2px 16px;
    background: rgba(235, 235, 235, 0.75);
  }
}

.company__president-name {
  font-size: 32px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .company__president-name {
    font-size: 24px;
  }
}

.company__txt {
  color: #292929;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .company__txt {
    font-size: 18px;
    line-height: 32px;
    padding: 0 20px;
  }
}

.company__feature-item {
  margin: 0 auto 140px;
}

.u-company__feature-item {
  margin: 0 auto 72px;
}

@media screen and (max-width: 767px) {
  .company__feature-item {
    margin: 0 auto 64px;
    padding: 0 20px;
  }
}

.company__feature-title {
  color: #292929;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  padding-bottom: 8px;
  border-bottom: solid 8px #FF6A00;
}

@media screen and (max-width: 767px) {
  .company__feature-title {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
    border-bottom: solid 5px #FF6A00;
  }
}

.company__feature-txt--big {
  color: #292929;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .company__feature-txt--big {
    font-size: 36px;
    line-height: 46px;
    padding: 0 20px;
  }
}

.company__feature-txt {
  color: #292929;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin: 36px 0 32px;
}

.company__feature-item.capacity .company__feature-txt span {
  background: linear-gradient(transparent 60%, #FFCD44 10%);
}

@media screen and (max-width: 767px) {
  .company__feature-txt {
    font-size: 18px;
    line-height: 36px;
    margin: 20px 0 18px;
  }
}

.company__feature-txt--bg {
  background: #FFDF77;
  margin-top: 0;
  padding: 22px 26px;
}

@media screen and (max-width: 767px) {
  .company__feature-txt--bg {
    margin-bottom: 16px;
    padding: 10px 20px;
  }
}

.company__feature-txt--nomal {
  color: #292929;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .company__feature-txt--nomal {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
}

.company__feature-img {
  text-align: center;
}

.company__feature-img img {
  width: auto;
  margin: 0 auto;
}

.comapny__feature-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .comapny__feature-box {
    flex-direction: column;
    gap: 18px;
  }
}

.comapny__feature-box--left,
.comapny__feature-box--right {
  width: calc(50% - 14px);
}

@media screen and (max-width: 767px) {

  .comapny__feature-box--left,
  .comapny__feature-box--right {
    width: 100%;
  }
}

.comapny__feature-box .company__feature-txt--nomal {
  margin-top: 0;
}

.company__group {
  width: 100%;
  padding: 28px 52px 48px;
  border: 1px solid #292929;
}

@media screen and (max-width: 767px) {
  .company__group {
    width: 90%;
    margin: 0 auto;
    padding: 12px 12px 20px;
  }
}

.company__group__txt {
  color: #292929;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .company__group__txt {
    font-size: 16px;
    line-height: 24px;
  }
}

.company__group__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .company__group__item {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .company__group__list {
    min-height: 50px;
  }
}

.company__group__list img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .company__group__list img {
    height: 50px;
  }
}

.comapny__award-item {
  max-width: 810px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 38px auto 0;
}

@media screen and (max-width: 767px) {
  .comapny__award-item {
    max-width: 100%;
    align-items: normal;
    gap: 20px;
    margin: 30px auto 0;
  }
}

.comapny__award-img {
  max-width: 168px;
  flex: none;
}

@media screen and (max-width: 767px) {
  .comapny__award-img {
    max-width: 100%;
    width: 38%;
  }
}

.comapny__award-txt {
  color: #292929;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .comapny__award-txt {
    font-size: 18px;
    line-height: 24px;
  }
}

.arrow {
  width: 0;
  height: 0;
  border-left: 83px solid transparent;
  border-right: 83px solid transparent;
  border-top: 100px solid #FFCD44;
  margin: 40px auto 10px;
}

@media screen and (max-width: 767px) {
  .arrow {
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 65px solid #FFCD44;
    margin: 30px auto 20px;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #FFCD44 10%);
}

@media screen and (min-width: 767px) {
  .not_mr {
    margin: 0;
  }
}

.contact {
  padding: 0 20px 75px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 0 20px 51px;
  }
}

.contact__head {
  color: #292929;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 51px;
  }
}

.contact__bnr2 {
  max-width: 840px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .contact__bnr2 {
    margin: 0;
  }
}

.contact__box {
  max-width: 956px;
  margin: 13px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__box {
    max-width: 100%;
  }
}

.contact__list {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contact__list {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.contact__list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact__list {
    max-width: initial;
    width: 100%;
  }
}

.contact__name {
  width: 28%;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

@media screen and (max-width: 767px) {
  .contact__name {
    width: 100%;
    font-size: 22px;
    line-height: 62px;
  }
}

.contact__name .required {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #FFF;
  background: #E96060;
  margin-left: 20px;
  padding: 8px 14px;
}

@media screen and (max-width: 767px) {
  .contact__name .required {
    font-size: 16px;
    margin-left: 10px;
    padding: 3px 12px 4px;
  }
}

.contact__item {
  width: 683px;
  font-size: 1.6rem;
}

.contact__item span {
  color: #494949;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}

@media screen and (max-width: 767px) {
  .contact__item span {
    font-size: 16px;
    line-height: 36px;
  }

  .contact__item .contact__item--address {
    font-size: 12px;
  }
}

.contact__item+.contact__name {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .contact__item {
    width: 100%;
  }
}

.contact__item input,
.contact__item textarea {
  width: 100%;
  border-radius: 34px;
  border: 4px solid #5E5E5E;
  padding: 10px 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {

  .contact__item input,
  .contact__item textarea {
    border: 3px solid #5E5E5E;
    padding: 6px 16px;
  }
}

.contact__item input::placeholder,
.contact__item textarea::placeholder {
  color: #A7A598;
}

.contact__item input {
  height: 68px;
}

@media screen and (max-width: 767px) {
  .contact__item input {
    height: auto;
  }
}

.contact__item textarea {
  height: 140px;
}

@media screen and (max-width: 767px) {
  .contact__item textarea {
    height: 210px;
    font-size: 16px;
    padding: 16px;
  }
}

.contact .error {
  margin-top: 3px;
  color: #f00;
  font-size: 1.4rem;
  font-weight: 500;
}

.contact__check {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

@media screen and (max-width: 767px) {
  .contact__check {
    flex-direction: column;
  }
}

.contact__check label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.contact__check input {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.contact__check #content_error1 .error {
  margin-top: -9px;
}

@media print,
screen and (min-width: 768px) {
  .contact__check #content_error1 .error {
    width: 200px;
  }
}

.contact__img {
  width: 250px;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .contact__img {
    max-width: 180px;
    width: 53%;
    position: absolute;
    top: 1%;
    right: 0;
  }
}

.contact__btn {
  max-width: 402px;
  margin: 50px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__btn {
    max-width: 100%;
    margin: 34px auto 0;
  }
}

.contact__btn input {
  cursor: pointer;
  width: 100%;
  border: 5px solid #FFF;
  border-radius: 42px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  background: #FF6A00;
  ;
  padding: 10px;
}

.contact__btn input:hover {
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .contact__btn input {
    font-size: 24px;
    border: 3px solid #FFF;
    padding: 11px 20px;
  }
}

.contact__btn .txt {
  pointer-events: none;
  padding-right: 29px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  top: 44%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  background: url(../img/contact__arrow.png) no-repeat right 80%/11px 17px;
}

.contact__btn .txt .big {
  font-size: 3.6rem;
}

.cta {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cta {
    margin-bottom: 40px;
  }
}