@charset "UTF-8";
main {
  padding-top: calc(109px + 3.5vw);
}

@media screen and (max-width: 1280px) {
  main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 900px) {
  main {
    padding-top: 82px;
  }
}
@media screen and (max-width: 540px) {
  main {
    padding-top: 82px;
  }
}
/*==========================================================================
# section#lead
========================================================================== */
section#lead {
  position: relative;
  background: url(../img/hojokin_lead_bg.png) bottom no-repeat;
  background-size: 100%;
  z-index: 1;
}

section#lead .inner {
  padding: 7.35vw 0 2.92vw;
}

section#lead .txt-h1 {
  width: 69.5vw;
  height: 36vw;
  margin: 0 auto;
}

section#lead::before {
  content: "";
  background: url(../img/igamanchan.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1vw;
  top: 3vw;
  width: 10.6vw;
  height: 10.3vw;
}

section#lead::after {
  content: "";
  background: url(../img/muzinamon.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 17.92vw;
  height: 20.94vw;
}

/*==========================================================================
section#hojokin
========================================================================== */
section#hojokin {
  position: relative;
  background: url(../img/hojokin_top-box_bg.png) top no-repeat;
  background-size: 100%;
}

section#hojokin .inner {
  padding-top: 20.84vw;
  margin-top: -16.82vw;
}

section#hojokin .youtube {
  width: 60%;
  height: 33.75vw;
  margin: 0 auto;
}

section#hojokin .youtube iframe {
  width: 100%;
  height: 100%;
}

section#hojokin .top-box .in {
  background: #ffffff;
  width: 73.86%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5.44vw 6vw 3.44vw;
  border-radius: 3vw 3vw 0 0;
}

section#hojokin .top-box .txt-h2 {
  width: 61.88vw;
  height: 24.43vw;
  margin: 0 auto;
}

section#hojokin .top-box .txt-h2 picture {
  display: flex;
  width: 100%;
  height: 100%;
}

section#hojokin .mid-box {
  width: 69.22%;
  margin: 3.75vw auto 0;
}

section#hojokin .mid-box .ttl {
  text-align: center;
}

section#hojokin .mid-box .ttl .txt-p {
  font-size: clamp(16px, 1.67vw, 32px);
  font-weight: 900;
  line-height: 1;
  color: #1B7397;
  margin-bottom: 2.2vw;
}

section#hojokin .mid-box .ttl .txt-h3 {
  font-size: clamp(28px, 3.34vw, 64px);
  font-weight: 900;
  line-height: 1;
  color: #D9613C;
  position: relative;
}

section#hojokin .mid-box .ttl .txt-h3:after {
  content: "";
  background: #FAFF00;
  width: 100%;
  height: 1.2vw;
  position: absolute;
  bottom: -0.15em;
  left: 0;
  z-index: -1;
}

section#hojokin .mid-box .plan {
  margin-top: 6.72vw;
}

section#hojokin .mid-box .link {
  margin-top: 3.23vw;
}

section#hojokin .mid-box .link a {
  font-size: clamp(14px, 1.67vw, 32px);
  font-weight: 500;
  width: 22.82vw;
  height: 4.12vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  background: #D9613C;
  color: #ffffff;
  border: solid 2px #D9613C;
  position: relative;
  padding-right: 3.5vw;
  box-sizing: border-box;
  border-radius: 3em;
  transition: 0.5s;
  min-width: 200px;
  min-height: 40px;
}

section#hojokin .mid-box .link a:after {
  content: "▶︎";
  color: #ffffff;
  font-size: clamp(14px, 1.46vw, 28px);
  position: absolute;
  right: 1.4vw;
  line-height: 1;
}

section#hojokin .mid-box .link a:hover {
  background: #ffffff;
  color: #D9613C;
}

section#hojokin .mid-box .link a:hover::after {
  color: #D9613C;
}

@media screen and (max-width: 900px) {
  section#hojokin .top-box .in {
    width: 85%;
    padding: 6vw 4vw;
  }
  section#hojokin .top-box .txt-h2 {
    width: 90%;
    height: 27.5vw;
    margin: 0 auto;
  }
  section#hojokin .mid-box {
    width: 85%;
  }
  section#hojokin .mid-box .link a {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 540px) {
  section#hojokin .inner {
    padding-top: 100px;
    margin-top: -70px;
  }
  section#hojokin .youtube {
    width: 70%;
    height: 39.4vw;
    margin: 0 auto;
  }
  section#hojokin .top-box .in {
    width: 90%;
    padding: 30px 15px;
  }
  section#hojokin .top-box .txt-h2 {
    width: 100%;
    height: 32.5vw;
    margin: 0 auto;
  }
  section#hojokin .mid-box {
    width: 90%;
    margin-top: 30px;
  }
  section#hojokin .mid-box .ttl .txt-p {
    margin-bottom: 10px;
  }
  section#hojokin .mid-box .ttl .txt-h3 {
    font-size: 24px;
  }
  section#hojokin .mid-box .plan {
    margin-top: 40px;
  }
  section#hojokin .mid-box .link {
    margin-top: 30px;
  }
}
/*==========================================================================
section#works
========================================================================== */
section#works .inner {
  padding-top: 9.4vw;
}

section#works .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.2vw;
}

section#works .ttl > div {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

section#works .ttl > div:before {
  content: "";
  background: #D9613C;
  width: 5.2vw;
  height: 2px;
  position: absolute;
  left: -8.2vw;
  top: 50%;
  transform: translateY(-50%);
}

section#works .ttl > div::after {
  content: "";
  background: #D9613C;
  width: 5.2vw;
  height: 2px;
  position: absolute;
  right: -8.2vw;
  top: 50%;
  transform: translateY(-50%);
}

section#works .ttl .txt-h2 {
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 1;
  margin-bottom: 3.4vw;
  font-weight: 700;
  position: relative;
  padding-left: 8.06vw;
}

section#works .ttl .txt-h2 span {
  display: block;
  font-size: clamp(10px, 0.85vw, 16px);
  font-weight: 700;
  line-height: 1;
  margin-top: 1.2vw;
}

section#works .ttl .txt-h2:before {
  content: "";
  background: url(../img/works_icon.svg) center no-repeat;
  background-size: 100%;
  width: 6.56vw;
  height: 5.47vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

section#works .ttl .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1;
}

section#works .box {
  width: 66.31%;
  margin: 0 auto;
}

section#works .box-list {
  flex-wrap: wrap;
  gap: 2vw 2%;
}

section#works .box-list li {
  width: 32%;
}

section#works .box-list li .image {
  width: 100%;
  height: 13.3vw;
  margin-bottom: 1.8vw;
}

section#works .box-list li .image img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

section#works .box-list li .txt-h3 {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1;
  font-weight: 700;
  color: #4B4B4B;
  border-bottom: solid 1px #4B4B4B;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

section#works .box-list li .txt-h3 span {
  font-size: clamp(10px, 0.75vw, 14px);
}

section#works .box-list li .type {
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: 1;
  color: #4B4B4B;
}

section#works .box-list li .link {
  font-size: clamp(14px, 0.85vw, 16px);
  text-align: end;
  margin-top: 1.05vw;
}

@media screen and (max-width: 900px) {
  section#works .box {
    width: 85%;
    margin: 0 auto;
  }
  section#works .box-list {
    gap: 4vw 4%;
    align-items: flex-start;
  }
  section#works .box-list li {
    width: 48%;
  }
  section#works .box-list li .image {
    width: 100%;
    height: 25vw;
  }
  section#works .box-list li .txt-h3 {
    flex-wrap: wrap;
    gap: 0.3em 0;
  }
}
@media screen and (max-width: 540px) {
  section#works .inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
  }
  section#works .ttl {
    width: 100%;
    margin: 0 auto 40px;
  }
  section#works .ttl > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  section#works .ttl > div:before {
    width: 30px;
    left: -40px;
  }
  section#works .ttl > div:after {
    width: 30px;
    right: -40px;
  }
  section#works .ttl .txt-h2 {
    margin-bottom: 20px;
    padding-left: 50px;
  }
  section#works .ttl .txt-h2:before {
    width: 38px;
    height: 29px;
  }
  section#works .ttl .txt-p {
    text-align: center;
    line-height: 1.5em;
  }
  section#works .box {
    width: 90%;
    margin: 0 auto;
  }
  section#works .box-list {
    gap: 40px;
  }
  section#works .box-list li {
    width: 100%;
  }
  section#works .box-list li .image {
    width: 100%;
    height: 48vw;
    margin-bottom: 20px;
  }
}
/*====================================================
section#hojokin01
====================================================*/
section#hojokin01 {
  padding-top: 3vw;
  margin-top: -3vw;
}

section#hojokin01 .box {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
section#hojokin01 .box > div {
  width: 48%;
  display: flex;
}

@media screen and (max-width: 767px) {
  section#hojokin01 {
    padding-top: 50px;
    padding-bottom: -50px;
  }
  section#hojokin01 .box {
    gap: 20px;
    width: 80%;
  }
  section#hojokin01 .box > div {
    width: 100%;
  }
}
/*# sourceMappingURL=top.css.map */