a:hover {
  color: inherit;
}

p {
  margin-bottom: 0;
  line-height: inherit;
}

h2:after, h3:after {
  display: none;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
}

main {
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  main {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding: 64px 0 0;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
#header .logo {
  margin: 0 0 0 29px;
  max-width: calc(100% - 600px);
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  #header .logo {
    margin-left: 14px;
    max-width: calc(100% - 550px);
  }
}
#header .right {
  margin: 0 14px 0 0;
  padding: 12px 0 14px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  #header .right {
    align-items: center;
  }
}
#header .right .tel small {
  display: flex;
  align-items: center;
  line-height: 14px;
  font-size: 12px;
  gap: 3px;
}
#header .right .tel small::before {
  content: "";
  background: url("../img/index/icon_clock.svg") no-repeat center/100% auto;
  width: 14px;
  height: 14px;
}
#header .right .tel span {
  display: block;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  #header .right .tel span {
    font-size: 30px;
  }
}
#header .right .btn-contact {
  margin: 2px 0 0;
  width: 310px;
}
@media screen and (max-width: 950px) {
  #header .right .btn-contact {
    width: 250px;
  }
}
#header .right .btn-contact a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  color: #222;
  padding: 0 4.5px 0 0;
  text-align: center;
  background: linear-gradient(180deg, #FFDB0F 0%, #F6BC3E 100%);
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  line-height: 2;
  padding: 9px 4.5px 9px 0;
  overflow: hidden;
}
#header .right .btn-contact a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  top: -2px;
  opacity: 0.22;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
#header .right .btn-contact a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  bottom: 1px;
  right: 2px;
  width: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: url("../img/index/arrow.svg") no-repeat center, #B7871D;
}
#header .right .btn-contact a span {
  display: block;
  position: relative;
  z-index: 2;
}
#header .right .btn-contact a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #header .right {
    padding: 7px 0 9px;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    margin: 0 0 0 16px;
    width: 209px;
    max-width: calc(100% - 170px);
  }
  #header .right {
    padding: 6px 7px 6px 0;
    margin: 0;
  }
  #header .right .btn-contact {
    margin: 0;
    width: 128.5px;
  }
  #header .right .btn-contact a {
    font-size: 12px;
    line-height: 17px;
    padding: 9px 7px 9px 0;
  }
}

#key {
  max-height: calc(100vh - 182px);
  height: 731px;
  position: relative;
  background: linear-gradient(128.25deg, #751E0B 33.65%, #CB1A1A 88.27%);
}
#key .img {
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% - 85px);
  height: 100%;
}
#key .img img {
  -o-object-position: top right;
     object-position: top right;
}
#key .img2 {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
  max-height: 653.5px;
  height: 100%;
  text-align: right;
  display: flex;
  align-items: flex-end;
}
#key .img2 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-position: bottom right;
     object-position: bottom right;
}
#key .group-ttl {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#key .group-ttl .key-ttl {
  max-width: 70%;
  max-height: calc(100% - 250px);
  width: 822px;
}
#key .group-ttl .key-ttl img {
  height: 100%;
  width: auto;
}
#key .group-ttl .list {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#key .group-ttl .list li {
  background: linear-gradient(90deg, #FFFFFF 0%, #D4D4D4 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 31px 0;
  width: 189.5px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  max-width: calc((100% - 60px) / 3);
}
#key .group-ttl .list li::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_check.svg") no-repeat center/100% auto;
  width: 58px;
  height: 57px;
  top: -15px;
  left: -20px;
}
#key .group-ttl .list li span {
  font-size: 17px;
  color: #B91D17;
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #key .group-ttl .key-ttl {
    max-height: calc(100% - 200px);
  }
  #key .group-ttl .list li {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #key .group-ttl {
    padding: 0 240px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #key .group-ttl .list li {
    font-size: 12px;
    width: 150px;
    padding: 20px 0;
  }
  #key .group-ttl .list li::before {
    width: 48px;
    height: 47px;
    top: -10px;
    left: -18px;
  }
  #key .group-ttl .list li span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-height: 800px) and (max-width: 900px) {
  #key .group-ttl {
    padding: 60px 250px 0 0;
    justify-content: flex-start;
  }
  #key .group-ttl .list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #key {
    max-height: calc(100vh - 172px);
  }
}
@media screen and (max-width: 767px) {
  #key {
    height: calc(100vh - 132px);
    max-height: calc(100vh - 132px);
  }
  #key .img {
    top: 0;
    width: 100%;
    height: 52%;
  }
  #key .img img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  #key .img2 {
    max-width: 100%;
    width: 100%;
    z-index: 5;
    height: 33vh;
  }
  #key .group-ttl {
    justify-content: flex-start;
    padding: 30px 25px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-height: 770px) {
  #key .group-ttl {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #key .group-ttl .key-ttl {
   
    margin: 0 0 20px -15px;
    max-height: calc(100% - 58vh);
    text-align: center;
    max-width: 100%;
  }
  #key .group-ttl .key-ttl img {
    width: auto;
    height: 100%;
  }
  #key .group-ttl .list {
    flex-direction: column;
    padding: 0 0 0 10.5px;
    gap: 14px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #key .group-ttl .list li {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    font-size: min(12px, 3vw);
  }
  #key .group-ttl .list li span {
    font-size: min(14px, 3.5vw);
  }
  #key .group-ttl .list li::before {
    width: min(48px, 13vw);
    height: min(48px, 13vw);
    top: -10px;
    left: -10px;
  }
}

.group-cta {
  background: linear-gradient(180deg, #000000 0%, #3E3E3E 100%);
  gap: 10px;
  padding: 11px 20px;
  display: flex;
  justify-content: center;
}
.group-cta .btn-tel {
  width: 360px;
  max-width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .group-cta .btn-tel a {
    pointer-events: none;
    cursor: text;
  }
}
.group-cta .btn-tel a {
  text-decoration: none;
  background: linear-gradient(180deg, #F65852 0%, #B71E17 100%);
  border-radius: 4px;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.group-cta .btn-tel a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 11px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: url("../img/index/arrow2.svg") no-repeat center, #740904;
}
.group-cta .btn-tel a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.group-cta .btn-tel a .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  top: -2px;
  opacity: 0.22;
  background: #FF6666;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.group-cta .btn-tel a .bg:after {
  content: "";
  position: absolute;
  top: -9px;
  right: calc(50% + 70px);
  background: url("../img/index/tel_deco.svg") no-repeat center/100% auto;
  z-index: 1;
  width: 111px;
  height: 101px;
}
.group-cta .btn-tel a .inner {
  position: relative;
  z-index: 2;
  padding: 22px 0 15px 12px;
}
.group-cta .btn-tel a .inner .tit {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 20px;
  font-size: 13px;
  background: #fff;
  border-radius: 2px;
  padding: 0 10px;
}
.group-cta .btn-tel a .inner .tit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background: url("../img/index/arrow_down.svg") no-repeat bottom center;
  height: 9px;
}
.group-cta .btn-tel a .inner .text {
  font-size: 36px;
  line-height: 43px;
  color: #fff;
}
.group-cta .btn-form {
  width: 360px;
  max-width: calc(50% - 5px);
}
.group-cta .btn-form a {
  display: block;
  text-decoration: none;
  position: relative;
  background: linear-gradient(180deg, #FFDB0F 0%, #F6BC3E 100%);
  border-radius: 4px;
  transition: all 0.5s;
}
@media (hover: hover) {
  .group-cta .btn-form a:hover {
    opacity: 0.8;
  }
}
.group-cta .btn-form a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 11px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: url("../img/index/arrow.svg") no-repeat center, #B7871D;
}
.group-cta .btn-form a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.group-cta .btn-form a .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  top: -2px;
  opacity: 0.22;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.group-cta .btn-form a .deco {
  position: absolute;
  right: calc(50% + 80px);
  top: 1px;
  bottom: 1px;
  overflow: hidden;
  width: 96px;
}
.group-cta .btn-form a .deco .circle {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 96px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background: #000;
  color: #FFDB0F;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.group-cta .btn-form a .deco .circle small {
  font-size: 25px;
}
.group-cta .btn-form a .deco .circle::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  border: 1px solid #E4E13F;
  opacity: 0.46;
}
.group-cta .btn-form a .inner {
  position: relative;
  z-index: 4;
  padding: 25px 0 24px 9px;
  line-height: 1.2;
  font-size: 25px;
  text-align: center;
}
.group-cta .btn-form a .inner .tit {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 20px;
  font-size: 13px;
  background: #fff;
  border-radius: 2px;
  padding: 0 10px;
}
.group-cta .btn-form a .inner .tit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background: url("../img/index/arrow_down.svg") no-repeat bottom center;
  height: 9px;
}
.group-cta .btn-contact {
  width: 360px;
  max-width: calc(50% - 5px);
}
.group-cta .btn-contact a {
  text-decoration: none;
  background: linear-gradient(180deg, #FFDB0F 0%, #F6BC3E 100%);
  border-radius: 4px;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
@media (hover: hover) {
  .group-cta .btn-contact a:hover {
    opacity: 0.8;
  }
}
.group-cta .btn-contact a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 11px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: url("../img/index/arrow.svg") no-repeat center, #B7871D;
}
.group-cta .btn-contact a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.group-cta .btn-contact a .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  top: -2px;
  opacity: 0.22;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.group-cta .btn-contact a .bg:after {
  content: "";
  position: absolute;
  top: 1px;
  right: calc(50% + 73px);
  background: url("../img/index/icon_mail.svg") no-repeat center/100% auto;
  z-index: 1;
  width: 98px;
  height: 81px;
  opacity: 0.2;
}
.group-cta .btn-contact a .inner {
  position: relative;
  z-index: 2;
  padding: 25px 0 25px 9px;
}
.group-cta .btn-contact a .inner .tit {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 20px;
  font-size: 13px;
  background: #fff;
  border-radius: 2px;
  padding: 0 10px;
}
.group-cta .btn-contact a .inner .tit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  background: url("../img/index/arrow_down.svg") no-repeat bottom center;
  height: 9px;
}
.group-cta .btn-contact a .inner .text {
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .group-cta {
    padding: 4.5px;
    justify-content: space-between;
    gap: 0;
    position: relative;
    z-index: 5;
  }
  .group-cta .btn-tel, .group-cta .btn-form, .group-cta .btn-contact {
    width: calc(50% - 2.5px);
  }
  .group-cta .btn-tel a .bg:after {
    width: 73.5px;
    height: 66.5px;
    top: -2.5px;
    right: calc(50% + 40.5px);
  }
  .group-cta .btn-tel a .inner {
    padding: 17px 2px 16px 0;
  }
  .group-cta .btn-tel a .inner .tit {
    font-size: 8px;
    line-height: 1;
    padding: 5.5px 13px;
    top: -10px;
  }
  .group-cta .btn-tel a .inner .text {
    font-size: 22px;
    line-height: 26px;
  }
  .group-cta .btn-form a .bg .deco {
    top: 0;
    bottom: 0;
    width: 71px;
    right: calc(50% + 21px);
  }
  .group-cta .btn-form a .bg .deco::before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .group-cta .btn-form a .bg .deco .circle {
    height: 71px;
    font-size: 10px;
    line-height: 11px;
  }
  .group-cta .btn-form a .bg .deco .circle small {
    font-size: 20px;
  }
  .group-cta .btn-form a .inner {
    padding: 14.5px 0 14.5px calc(50% - 24px);
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
  .group-cta .btn-form a .inner .tit {
    font-size: 8px;
    line-height: 1;
    padding: 5.5px 13px;
    top: -10px;
    left: calc(50% - 24px);
    transform: translate(0);
  }
  .group-cta .btn-contact a .bg:after {
    width: 53px;
    height: 45px;
    top: 6px;
    right: calc(50% + 38px);
    opacity: 0.2;
  }
  .group-cta .btn-contact a .inner {
    padding: 14.5px 0;
  }
  .group-cta .btn-contact a .inner .tit {
    font-size: 8px;
    line-height: 1;
    padding: 5.5px 13px;
    top: -10px;
  }
  .group-cta .btn-contact a .inner .text {
    font-size: 14px;
    line-height: 30px;
  }
}

.common-cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #000000 0%, #3E3E3E 100%);
  position: relative;
}
.common-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: soft-light;
  background: url("../img/index/cta_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .common-cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .common-cta::before {
    background-image: url("../img/index/cta_bg_sp.png");
  }
}

#sec1 .set1 {
  background: url("../img/index/s1_bg.jpg") no-repeat center/cover;
  padding: 100px 20px;
}
#sec1 .set1 .inner {
  width: 824px;
  margin: 0 auto;
  max-width: 100%;
}
#sec1 .set1 dl {
  display: flex;
  background: #222222;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  justify-content: space-between;
}
#sec1 .set1 dl + dl {
  margin-top: 10px;
}
#sec1 .set1 dl dt {
  width: 387px;
  background: url("../img/index/s1_bg2.png") no-repeat right center/cover;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 17px 0 17px 19px;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  gap: 10px;
}
#sec1 .set1 dl dt::before {
  content: "";
  background: url("../img/index/icon_check2.svg") no-repeat center/100% auto;
  width: 41px;
  height: 41px;
}
#sec1 .set1 dl dd {
  width: calc(100% - 405px);
  align-self: center;
  font-size: 24px;
  line-height: 1.5;
  color: #FFDB0F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec1 .set1 {
    background-image: url("../img/index/s1_bg_sp.jpg");
    padding: 64px 25px 266px;
  }
  #sec1 .set1 dl {
    display: block;
    border-radius: 4px;
  }
  #sec1 .set1 dl + dl {
    margin-top: 8px;
  }
  #sec1 .set1 dl dt {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 0;
    background: #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 0px 0px;
  }
  #sec1 .set1 dl dt::before {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 12.5px;
    top: 12px;
  }
  #sec1 .set1 dl dt:after {
    content: "";
    position: absolute;
    transform: translateX(-50%) rotate(-45deg);
    left: 50%;
    width: 24px;
    height: 24px;
    background: #D9D9D9;
    bottom: -6px;
  }
  #sec1 .set1 dl dd {
    text-align: center;
    width: 100%;
    padding: 14px 0;
    min-height: 44px;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#sec1 .set2 {
  background: url("../img/index/s1_bg3.jpg") no-repeat center bottom/cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 68px 0 60px;
  text-align: center;
}
#sec1 .set2 .img1 {
  position: absolute;
  width: 274px;
  bottom: 0;
  right: calc(50% + 277px);
}
#sec1 .set2 .img2 {
  position: absolute;
  width: 281px;
  bottom: 0;
  left: calc(50% + 280px);
}
#sec1 .set2 .group-content {
  position: relative;
  z-index: 2;
  max-width: 70%;
  margin: 0 auto;
}
#sec1 .set2 .group-content h2 {
  line-height: 0;
}
#sec1 .set2 .group-content .text {
  font-size: 20px;
  line-height: 1.4;
  margin: 11.5px 0 7px;
}
#sec1 .set2 .group-content .text2 {
  font-size: 27px;
  line-height: 1.4;
  color: #FFDB0F;
}
@media screen and (max-width: 1000px) {
  #sec1 .set2 .img1 {
    right: auto;
    left: -70px;
  }
  #sec1 .set2 .img2 {
    left: auto;
    right: -90px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 .set2 {
    padding: 46px 0 191px;
    background-image: url("../img/index/s1_bg3_sp.jpg");
  }
  #sec1 .set2 .img1 {
    width: 150.5px;
    left: auto;
    right: calc(50% - 25.5px);
    z-index: 2;
  }
  #sec1 .set2 .img2 {
    width: 154.25px;
    right: auto;
    left: calc(50% - 9px);
  }
  #sec1 .set2 .group-content {
    max-width: 100%;
  }
  #sec1 .set2 .group-content h2 {
    width: 221px;
    margin: 0 auto;
  }
  #sec1 .set2 .group-content .text {
    font-size: 14px;
    margin: 11px 0;
  }
  #sec1 .set2 .group-content .text2 {
    font-size: 15px;
  }
}

.h2-common {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 37px;
  line-height: 1.2;
}
.h2-common span {
  font-size: 47px;
}
.h2-common small {
  color: #B91D17;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 20px;
  position: relative;
}
.h2-common small:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 48px;
  border-bottom: 1px solid;
  left: 50%;
  transform: translateX(-50%);
}
.h2-common.cl-white {
  color: #fff;
}
.h2-common.cl-white small {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .h2-common {
    font-size: 24px;
  }
  .h2-common span {
    font-size: 40px;
  }
  .h2-common small {
    font-size: 14px;
    padding: 0 0 12px;
  }
  .h2-common small:after {
    width: 40px;
  }
}

#sec2 {
  padding: 100px 20px;
}
#sec2 .inner {
  margin: 0 auto;
  max-width: 100%;
  width: 1060px;
}
#sec2 .h2-common {
  margin: 0 0 32px;
}
#sec2 .item {
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 8px;
}
#sec2 .item + .item {
  margin-top: 32px;
}
#sec2 .item .title {
  text-align: center;
  background: linear-gradient(128.25deg, #751E0B 33.65%, #CB1A1A 88.27%);
  color: #fff;
  font-size: 24px;
  padding: 17px 0;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#sec2 .item .flex {
  margin: -10px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  #sec2 .item .flex {
    padding: 0 20px 0 10px;
  }
}
#sec2 .item .flex .img {
  width: 370px;
  max-width: 38%;
  align-self: flex-start;
}
#sec2 .item .flex .group-txt {
  width: 591px;
  max-width: 60%;
  min-height: 290px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
#sec2 .item .flex .group-txt .txt span {
  font-size: 20px;
  color: #B91D17;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 64px 20px;
  }
  #sec2 .item + .item {
    margin-top: 24px;
  }
  #sec2 .item .title {
    font-size: 18px;
    line-height: 30px;
  }
  #sec2 .item .flex {
    display: block;
    margin: 0;
    padding: 0 20px 40px;
  }
  #sec2 .item .flex .img {
    width: 100%;
    max-width: 100%;
  }
  #sec2 .item .flex .group-txt {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  #sec2 .item .flex .group-txt .txt {
    font-size: 14px;
  }
  #sec2 .item .flex .group-txt .txt span {
    font-size: 18px;
  }
}

#sec3 {
  background: url("../img/index/s3_deco.png") no-repeat bottom center/1440px auto, url("../img/index/s3_bg.jpg") no-repeat center top/cover;
  padding: 80px 20px 160px;
}
#sec3 .inner {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
#sec3 .box {
  margin: 32px 0 21px;
  background: rgba(0, 0, 0, 0.25);
  padding: 37px 0 39px;
  text-align: center;
  color: #FFDB0F;
  border-radius: 8px;
}
#sec3 .box .title {
  font-size: 26px;
  line-height: 1.4;
}
#sec3 .box .text {
  line-height: 1.4;
  margin: 5px 0 0;
}
#sec3 h3 {
  text-align: center;
  color: #FFDB0F;
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 40px;
}
#sec3 h3 small {
  font-size: 54px;
}
#sec3 h3 span {
  display: inline-block;
  border-bottom: 1px solid;
}
#sec3 .group-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#sec3 .group-item .item {
  width: calc((100% - 12px) / 2);
  border-radius: 8px;
  overflow: hidden;
  background: #F2F2F2;
  padding: 0 0 30px;
}
#sec3 .group-item .item .title {
  text-align: center;
  line-height: 1.25;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  background: #222;
  padding: 21px 0;
}
#sec3 .group-item .item .price {
  margin: 20px 25.5px 16px;
  border: 1px solid;
  color: #B91D17;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding: 12.5px 0;
  background: #fff;
  border-radius: 8px;
}
#sec3 .group-item .item .price small {
  font-size: 20px;
}
#sec3 .group-item .item .list {
  margin: 0 25.5px;
  font-size: 14px;
  line-height: 1.4;
}
#sec3 .group-item .item .list li {
  padding: 0 0 0 15px;
  position: relative;
}
#sec3 .group-item .item .list li::before {
  content: "";
  position: absolute;
  background: #222;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
}
#sec3 .group-item .item .sub-text {
  margin: 2px 25.5px 5px;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec3 {
    background: url("../img/index/s3_deco_sp.png") no-repeat bottom center/100% auto, url("../img/index/s3_bg_sp.jpg") no-repeat top center/cover;
    padding: 64px 20px 81px;
  }
  #sec3 .box {
    padding: 24px 0;
    margin: 32px 0 0;
  }
  #sec3 .box .title {
    font-size: 18px;
  }
  #sec3 .box .text {
    margin: 8px 0 0;
    font-size: 12px;
  }
  #sec3 h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #sec3 h3 small {
    font-size: 48px;
  }
  #sec3 .group-item {
    gap: 24px;
  }
  #sec3 .group-item .item {
    width: 100%;
    border-radius: 4px;
  }
  #sec3 .group-item .item .title {
    font-size: 18px;
    line-height: 30px;
    padding: 9px 0;
  }
  #sec3 .group-item .item .price {
    margin: 20px 20px 16px;
    font-size: 24px;
    line-height: 1.25;
    border-radius: 4px;
  }
  #sec3 .group-item .item .price small {
    font-size: 16px;
  }
  #sec3 .group-item .item .list {
    margin: 0 20px;
    font-size: 12px;
  }
  #sec3 .group-item .item .list li {
    padding-left: 15px;
  }
  #sec3 .group-item .item .list li::before {
    top: 7px;
  }
  #sec3 .group-item .item .sub-text {
    font-size: 10px;
    margin: 0 20px 4px 35px;
  }
}

#sec4 {
  padding: 100px 20px;
}
#sec4 .inner {
  max-width: 100%;
  width: 1060px;
  margin: 0 auto;
}
#sec4 .h2-common {
  margin: 0 0 37px;
}
#sec4 .item {
  border-radius: 8px;
  background: #F2F2F2;
  overflow: hidden;
  position: relative;
  padding: 24.5px 57px 24.5px 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #sec4 .item {
    padding: 24.5px;
  }
}
#sec4 .item .tag {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(128.25deg, #751E0B 33.65%, #CB1A1A 88.27%);
  border-radius: 8px 0;
  font-size: 20px;
  line-height: 1.5;
  padding: 13px 20px;
  color: #fff;
  font-weight: 700;
}
#sec4 .item .img {
  overflow: hidden;
  border-radius: 8px;
  width: 270px;
  max-width: 28%;
}
#sec4 .item .group-content {
  width: 679px;
  padding: 17px 0 0;
  max-width: 70%;
}
#sec4 .item .group-content .title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 15px;
}
#sec4 .item .group-content .title span {
  font-size: 24px;
  color: #B91D17;
}
#sec4 .item .group-content .text {
  line-height: 1.6;
}
#sec4 .item .group-content .text span {
  font-size: 18px;
  color: #B91D17;
  font-weight: 700;
}
#sec4 .item .group-content .text span.db {
  display: block;
  margin: 15px 0 0;
}
#sec4 .item ~ .item {
  margin-top: 32px;
}
#sec4 .item ~ .item .group-content .text {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 64px 20px;
  }
  #sec4 .h2-common {
    margin: 0 0 32px;
  }
  #sec4 .item {
    padding: 20px 20px 40px;
    display: block;
  }
  #sec4 .item .tag {
    font-size: 18px;
    line-height: 30px;
    padding: 11px 20px;
  }
  #sec4 .item .img {
    width: 100%;
    max-width: 100%;
  }
  #sec4 .item .group-content {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }
  #sec4 .item .group-content .title {
    font-size: 18px;
    line-height: 1.2;
  }
  #sec4 .item .group-content .title span {
    font-size: 22px;
  }
  #sec4 .item .group-content .text span.db {
    display: inline;
  }
  #sec4 .item ~ .item {
    margin-top: 24px;
  }
  #sec4 .item ~ .item .group-content .text {
    line-height: 1.6;
  }
}

#sec5 {
  padding: 80px 20px 72px;
  background: url("../img/index/s3_deco.png") no-repeat bottom center/1440px auto, url("../img/index/s5_bg.jpg") no-repeat center top/cover;
}
#sec5 .inner {
  width: 1060px;
  margin: 0 auto;
  max-width: 100%;
}
#sec5 .group {
  position: relative;
  padding: 124px 0 0;
  min-height: 527px;
  box-sizing: border-box;
}
#sec5 .group .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  max-width: 42%;
}
#sec5 .group .group-content {
  margin: 0 0 0 auto;
  width: 667px;
  max-width: 65%;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  position: relative;
  z-index: 2;
}
#sec5 .group .group-content .title {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 12px;
}
#sec5 .group .group-content .title small {
  font-size: 12px;
}
#sec5 .group .group-content .box {
  margin: 20px 0 0;
  border-radius: 8px;
  background: #E4E4E4;
  padding: 20px;
}
#sec5 .group .group-content .box .title2 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 2px;
}
#sec5 .group .group-content .box .sub-text {
  font-size: 12px;
  line-height: 1.4;
}
#sec5 .group:nth-of-type(even) .img {
  left: auto;
  right: 0;
}
#sec5 .group:nth-of-type(even) .group-content {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 64px 20px 98px;
    background: url("../img/index/s3_deco_sp.png") no-repeat bottom center/100% auto, url("../img/index/s5_bg_sp.jpg") no-repeat center top/cover;
  }
  #sec5 .h2-common {
    margin: 0 0 32px;
  }
  #sec5 .group {
    padding: 0;
    min-height: auto;
  }
  #sec5 .group .img {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 275px;
    max-width: 100%;
  }
  #sec5 .group .group-content {
    margin: -48px 0 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 64px 20px 20px;
  }
  #sec5 .group + .group {
    margin-top: 32px;
  }
}

#sec6 {
  padding: 100px 20px;
}
#sec6 .inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
#sec6 .h2-common {
  margin: 0 0 43px;
}
#sec6 .group .item {
  min-height: 139px;
  position: relative;
  box-sizing: border-box;
  padding: 11px 0 0;
}
#sec6 .group .item + .item {
  margin-top: 10px;
}
#sec6 .group .item .stt {
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 10px;
  width: 160px;
  height: 139px;
  background: url("../img/index/flow_bg1.svg") no-repeat bottom center/cover;
  padding: 30px 0 0;
  font-size: 21px;
  line-height: 1.2;
}
#sec6 .group .item .stt span {
  display: block;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 5px;
}
#sec6 .group .item .stt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: url("../img/index/flow_deco.svg") no-repeat bottom right/100% auto;
  width: 5px;
  height: 11px;
}
#sec6 .group .item .list {
  background: #F2F2F2;
  border-radius: 8px;
  padding: 20px 24px 20px 193px;
}
#sec6 .group .item .list li {
  padding: 0 0 0 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}
#sec6 .group .item .list li::before {
  content: "";
  position: absolute;
  background: #222;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
}
#sec6 .group .item:nth-child(2) .stt {
  background-image: url("../img/index/flow_bg2.svg");
}
#sec6 .group .item:nth-child(3) .stt {
  background-image: url("../img/index/flow_bg3.svg");
}
#sec6 .group .item:nth-child(4) .stt {
  background-image: url("../img/index/flow_bg4.svg");
}
#sec6 .group .item:nth-child(5) .stt {
  background-image: url("../img/index/flow_bg5.svg");
}
#sec6 .group .item:nth-child(6) .stt {
  background-image: url("../img/index/flow_bg6.svg");
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding: 64px 20px;
  }
  #sec6 .h2-common {
    margin: 0 0 21px;
  }
  #sec6 .group .item {
    min-height: auto;
    padding: 8px 0 0;
  }
  #sec6 .group .item .stt {
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
    height: 109px;
    padding: 20.5px 0 0;
    font-size: 18px;
  }
  #sec6 .group .item .stt span {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 2px;
  }
  #sec6 .group .item .stt::before {
    width: 5px;
    height: 9px;
    background-image: url("../img/index/flow_deco_sp.svg");
  }
  #sec6 .group .item .list {
    padding: 117px 20px 40px;
  }
}

#sec7 {
  background: #F2F2F2;
  padding: 90px 20px 124px;
}
#sec7 .inner {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
}
#sec7 .h2-common {
  margin: 0 0 40px;
}
#sec7 .item {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
#sec7 .item + .item {
  margin-top: 16px;
}
#sec7 .item .question {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 1px solid #EDEDED;
  gap: 14px;
  font-size: 18px;
  line-height: 30px;
  color: #272727;
}
#sec7 .item .question span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(128.25deg, #751E0B 33.65%, #CB1A1A 88.27%);
  font-size: 24px;
  line-height: 1.5;
  min-width: 48px;
  height: 48px;
}
#sec7 .item .answer {
  margin: 16px 0 0;
  line-height: 1.4;
  color: #565656;
  font-size: 16px;
}
#sec7 .item .answer span {
  color: #B91D17;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec7 {
    padding: 64px 0;
    background: transparent;
  }
  #sec7 .h2-common {
    margin: 0 0 33px;
  }
  #sec7 .item {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #EBEBEB;
    padding: 24px 10px 30px;
  }
  #sec7 .item + .item {
    margin-top: 0;
  }
  #sec7 .item .question {
    font-size: 16px;
    line-height: 30px;
    border-bottom: 0;
    padding: 0;
    line-height: 1.25;
  }
}

#contact {
  padding: 120px 20px;
  color: #fff;
  background: url("../img/index/s3_deco.png") no-repeat bottom center/1440px auto, url("../img/index/contact_bg.jpg") no-repeat top center/cover;
}
#contact .inner {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
#contact h2 {
  text-align: center;
  font-size: 37px;
  line-height: 1.5;
}
#contact .sub-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin: 35px 0 24px;
  font-weight: 500;
}
#contact .form-row .title {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 0 14px;
  font-weight: 700;
}
#contact .form-row .title .required {
  background: #ED5E53;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  padding: 2px 6px 4px;
  margin-top: 2px;
}
#contact .form-row .input input {
  width: 100%;
  background: #F2F2F2;
  border-radius: 8px;
  outline: 0;
  border: 0;
  font-weight: 500;
  line-height: 1;
  padding: 20px 24px;
}
#contact .form-row .input input::-moz-placeholder {
  color: #ADADAD;
}
#contact .form-row .input input::placeholder {
  color: #ADADAD;
}
#contact .form-row + .form-row {
  margin-top: 24px;
}
#contact .form-check {
  margin: 40px 0 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
#contact .form-check .check br {
  display: none;
}
#contact .form-check .check .wpcf7-list-item-label {
  display: none;
}
#contact .form-check .check .wpcf7-not-valid-tip {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  left: 0;
}
#contact .form-check input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
}
#contact .form-check .text-check {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0;
}
#contact .form-check .text-check a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#contact .form-check .text-check a:hover {
  text-decoration: none;
  color: #fff;
}
#contact .note {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #FFDB0F;
  margin: 30px 0 0;
  text-align: center;
}
#contact .btn-contact {
  width: 360px;
  margin: 0 auto;
}
#contact .btn-contact .btn-bg {
  text-decoration: none;
  background: linear-gradient(180deg, #FFDB0F 0%, #F6BC3E 100%);
  border-radius: 4px;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
@media (hover: hover) {
  #contact .btn-contact .btn-bg:hover {
    opacity: 0.8;
  }
}
#contact .btn-contact .btn-bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 11px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: url("../img/index/arrow.svg") no-repeat center, #B7871D;
}
#contact .btn-contact .btn-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
#contact .btn-contact .btn-bg .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  top: -2px;
  opacity: 0.22;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
#contact .btn-contact .btn-bg .bg:after {
  content: "";
  position: absolute;
  top: 1px;
  right: calc(50% + 73px);
  background: url("../img/index/icon_mail.svg") no-repeat center/100% auto;
  z-index: 1;
  width: 98px;
  height: 81px;
  opacity: 0.2;
}
#contact .btn-contact .btn-bg .btn-inner {
  position: relative;
  z-index: 2;
}
#contact .btn-contact .btn-bg .btn-inner input, #contact .btn-contact .btn-bg .btn-inner a {
  font-size: 25px;
  line-height: 1.2;
  padding: 25px 0 25px 9px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #222;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
#contact .form-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 0;
}
#contact .form-button .btn-contact {
  margin: 0;
}
#contact p:not(.input) {
  text-align: center;
}
#contact p + p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 64px 25px 76px;
    background: url("../img/index/contact_bg_sp.jpg") no-repeat center/cover;
  }
  #contact .btn-contact {
    width: 180px;
  }
  #contact .btn-contact .btn-bg .bg:after {
    width: 53px;
    height: 45px;
    top: 6px;
    right: calc(50% + 38px);
    opacity: 0.2;
  }
  #contact .btn-contact .btn-bg .btn-inner input {
    padding: 14.5px 0;
    font-size: 14px;
    line-height: 30px;
  }
  #contact h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 20px;
  }
  #contact .form-check {
    margin: 24px 0 18px;
  }
  #contact .form-button {
    justify-content: space-between;
    gap: 0;
  }
  #contact .form-button .btn-contact {
    max-width: calc(50% - 2.5px);
  }
}

footer {
  padding: 18px 0 27px;
  text-align: center;
}
footer address {
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 31px 0 53px;
  }
}