@charset "UTF-8";
.top {
  position: relative;
  padding: 0 15%;
  padding-top: 10rem;
  overflow: hidden;
  text-align: center;
  color: #1a4d2e;
  background-color: #f5efe6;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .top {
    padding-inline: 10%;
  }
}
.top_ttl {
  padding-top: 8rem;
  font-size: clamp(9rem, 9vw, 12.8rem);
  font-family: "Program OT Bold", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .top_ttl {
    font-size: 6rem;
    padding-top: 3rem;
    line-height: 0.9;
  }
}
.top_subttl {
  font-size: clamp(2.7rem, 2.7vw, 3.2rem);
  font-family: "Program OT Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .top_subttl {
    font-size: 1.3rem;
  }
}
.top_img {
  display: block;
  width: 72%;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 600px) {
  .top_img {
    width: 100%;
    padding-bottom: 8rem;
  }
}
.top_fead-left {
  position: absolute;
  top: -25%;
  right: 100%;
  height: 52%;
  width: 0;
  background-color: #fdfdfd;
  opacity: 0.5;
  z-index: -1;
  border-top-right-radius: 22.4rem;
  border-bottom-right-radius: 22.4rem;
  transform: rotate(15deg);
  transition: top 3s ease, right 3s ease, transform 3s ease;
}
.top_fead-left.active {
  width: 120%;
  top: 5%;
  right: 5%;
}
@media screen and (max-width: 600px) {
  .top_fead-left {
    top: -25%;
    transform: rotate(30deg);
  }
  .top_fead-left.active {
    width: 160%;
    top: 35%;
    right: -20%;
  }
}
.top_fead-right {
  position: absolute;
  top: -15%;
  right: -40%;
  z-index: -1;
  height: 62%;
  width: 0;
  background-color: #4f6f52;
  opacity: 0.1;
  border-top-left-radius: 22.4rem;
  border-bottom-left-radius: 22.4rem;
  transform: rotate(-30deg);
  transition: top 3s ease, right 3s ease, width 3s ease, transform 3s ease;
}
.top_fead-right.active {
  width: 150%;
  top: 15%;
  right: -40%;
}
@media screen and (max-width: 600px) {
  .top_fead-right {
    top: 35%;
  }
  .top_fead-right.active {
    width: 150%;
    top: 62%;
    right: -35%;
  }
}

.overview {
  position: relative;
  border-radius: 5rem;
  margin-top: -5rem;
  background-color: #f5f5f5;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  padding: 7rem 0;
}
@media screen and (max-width: 600px) {
  .overview {
    padding: 4rem 0;
  }
}
.overview_ttl {
  font-size: clamp(6rem, 6vw, 8rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  position: relative;
  color: #1a4d2e;
}
.overview_ttl br {
  display: none;
}
@media screen and (max-width: 600px) {
  .overview_ttl {
    font-size: 3.2rem;
  }
  .overview_ttl br {
    display: block;
  }
}
.overview_ttl::before {
  content: "What is Shovel Creative?";
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  top: 2px;
  left: calc(50% + 2px);
  color: transparent;
  -webkit-text-stroke: 1px #1a4d2e;
}
@media screen and (max-width: 600px) {
  .overview_ttl::before {
    content: "What is\aShovel Creative?";
    white-space: pre;
  }
}
.overview_subttl {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #1a4d2e;
}
@media screen and (max-width: 600px) {
  .overview_subttl {
    font-size: 1.6rem;
  }
}
.overview_fead-left {
  position: absolute;
  top: 5%;
  right: 100%;
  width: 0;
  height: 15%;
  background-color: #4f6f52;
  opacity: 0.5;
  z-index: -1;
  border-top-right-radius: 22.4rem;
  border-bottom-right-radius: 22.4rem;
  transform: rotate(15deg);
  transition: top 3s ease, right 3s ease, transform 3s ease;
}
.overview_fead-left.active {
  width: 58%;
  top: 10%;
  right: 68%;
}
@media screen and (max-width: 600px) {
  .overview_fead-left {
    display: none;
  }
}
.overview_fead-right {
  position: absolute;
  top: 30%;
  left: 100%;
  width: 0;
  height: 15%;
  z-index: -1;
  background-color: #f5efe6;
  border-top-left-radius: 22.4rem;
  border-bottom-left-radius: 22.4rem;
  transform: rotate(330deg);
  transition: top 3s ease, left 3s ease, transform 3s ease;
}
.overview_fead-right.active {
  width: 60%;
  top: 43%;
  left: 66%;
}
@media screen and (max-width: 600px) {
  .overview_fead-right {
    display: none;
  }
}
.overview_wrapper {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 10rem;
}
@media screen and (max-width: 600px) {
  .overview_wrapper {
    width: 100%;
  }
}
.overview_wrapper-text1 {
  position: relative;
  margin-top: 6rem;
  color: #272727;
  text-align: left;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .overview_wrapper-text1 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.overview_wrapper-text1::before {
  content: "・・・・・・・・・・";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  text-align: left;
  font-size: 4rem;
  color: #cd5c08;
}
@media screen and (max-width: 600px) {
  .overview_wrapper-text1::before {
    top: -3rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
.overview_wrapper-PCtext2 {
  margin-top: 5rem;
  color: #272727;
  text-align: right;
  line-height: 2;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
.overview_wrapper-PCtext2 span {
  color: #cd5c08;
}
@media screen and (max-width: 960px) {
  .overview_wrapper-PCtext2 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .overview_wrapper-PCtext2 {
    display: none;
  }
}
.overview_wrapper-SPtext2 {
  display: none;
}
@media screen and (max-width: 600px) {
  .overview_wrapper-SPtext2 {
    display: block;
    margin-top: 5rem;
    color: #272727;
    text-align: center;
    line-height: 2;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
  }
  .overview_wrapper-SPtext2 span {
    color: #cd5c08;
  }
}
.overview_wrapper-en {
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 4rem;
  color: #cd5c08;
}
@media screen and (max-width: 600px) {
  .overview_wrapper-en {
    font-size: clamp(2rem, 2vw, 2.6rem);
    line-height: 1.5;
  }
}
.overview_wrapper-text3 {
  margin-top: 8rem;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .overview_wrapper-text3 {
    text-align: center;
    margin-top: 5rem;
  }
}
.overview_wrapper-text4 {
  margin-top: 3rem;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .overview_wrapper-text4 {
    text-align: center;
  }
}
.overview_block {
  position: relative;
  width: 84%;
  margin: 0 auto;
}
.overview_block-img {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 47%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .overview_block-img {
    position: relative;
    margin-top: 0;
    width: 80%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 600px) {
  .overview_block-img {
    position: relative;
    margin-top: -5rem;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.overview_flex1 {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #272727;
}
@media screen and (max-width: 960px) {
  .overview_flex1 {
    gap: 15%;
  }
}
@media screen and (max-width: 600px) {
  .overview_flex1 {
    margin-top: 0;
    display: block;
  }
}
.overview_flex1-left {
  position: relative;
  background-image: url("../image/overview/Vector_1.png");
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
@media screen and (max-width: 960px) {
  .overview_flex1-left {
    width: 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .overview_flex1-left {
    font-size: 1.3rem;
  }
}
.overview_flex1-right {
  position: relative;
  background-image: url("../image/overview/Vector_2.png");
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
@media screen and (max-width: 960px) {
  .overview_flex1-right {
    width: 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .overview_flex1-right {
    font-size: 1.3rem;
    margin-left: auto;
    margin-top: -5rem;
  }
}
.overview_flex2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30%;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #272727;
}
@media screen and (max-width: 960px) {
  .overview_flex2 {
    margin-top: 10%;
    gap: 15%;
  }
}
@media screen and (max-width: 600px) {
  .overview_flex2 {
    display: block;
    margin-top: 0;
  }
}
.overview_flex2-left {
  position: relative;
  background-image: url("../image/overview/Vector_3.png");
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
@media screen and (max-width: 960px) {
  .overview_flex2-left {
    width: 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .overview_flex2-left {
    font-size: 1.3rem;
    margin-top: -5rem;
  }
}
.overview_flex2-right {
  position: relative;
  background-image: url("../image/overview/Vector_4.png");
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
@media screen and (max-width: 960px) {
  .overview_flex2-right {
    width: 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .overview_flex2-right {
    font-size: 1.3rem;
    margin-left: auto;
    margin-top: -5rem;
  }
}

.offer {
  position: relative;
  background-image: url("../image/works/works_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -8rem;
  padding: 13rem 10%;
  transition: 0.5s ease;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .offer {
    background-image: url("../image/works/works_SPbg.png");
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .offer {
    padding: 6rem 10%;
  }
}
.offer_ttl {
  font-size: clamp(6rem, 6vw, 8rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  position: relative;
  color: #f5efe6;
}
@media screen and (max-width: 600px) {
  .offer_ttl {
    font-size: 3.2rem;
  }
}
.offer_ttl::before {
  content: "What we offer";
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  top: 2px;
  left: calc(50% + 2px);
  color: transparent;
  -webkit-text-stroke: 1px #f5efe6;
}
.offer_subttl {
  padding-bottom: 6rem;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-family: "Program OT Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #f5efe6;
}
@media screen and (max-width: 600px) {
  .offer_subttl {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.offer_info {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .offer_info {
    display: block;
  }
}
.offer_info-left {
  width: 26%;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .offer_info-left {
    width: 60%;
  }
}
.offer_info-right {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  text-align: right;
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  color: #f5efe6;
}
@media screen and (max-width: 600px) {
  .offer_info-right {
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
  }
}
.offer_PCblock {
  display: flex;
  max-width: 1232px;
  margin-bottom: 3rem;
  padding: 5.5rem 3%;
  background-color: #f5efe6;
  border-radius: 42px;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .offer_PCblock {
    display: none;
  }
}
.offer_PCblock-left {
  height: 75%;
  margin-right: 3%;
}
.offer_PCblock-left img {
  width: auto;
  height: 100%;
}
.offer_PCblock-ttl {
  margin-bottom: 2rem;
  color: #cd5c08;
  text-align: left;
  font-family: "Program OT Bold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
}
.offer_PCblock-text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.offer_SPblock {
  display: none;
}
@media screen and (max-width: 960px) {
  .offer_SPblock {
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 3rem;
    padding: 2rem 3%;
    padding-bottom: 0;
    border-radius: 20px;
    background-color: #f5efe6;
    align-items: center;
  }
  .offer_SPblock::after {
    content: "▼";
    width: 106%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eed7b5;
    color: #cd5c08;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    text-align: center;
  }
}
.offer_SPblock-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.5s ease;
  padding-bottom: 2rem;
  gap: 5%;
}
@media screen and (max-width: 600px) {
  .offer_SPblock-flex {
    padding-bottom: 0;
    display: block;
  }
}
.offer_SPblock-img {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .offer_SPblock-img {
    width: 36%;
  }
}
.offer_SPblock-text {
  height: 0;
  overflow: hidden;
  transition: 0.5s ease;
  margin: 0 5%;
  font-weight: 400;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .offer_SPblock-text {
    text-align: left;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .offer_SPblock-text {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.offer_SPblock-ttl {
  color: #cd5c08;
  text-align: left;
  font-family: "Program OT Bold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .offer_SPblock-ttl {
    font-size: 4.4rem;
    text-align: center;
    align-content: center;
  }
}
@media screen and (max-width: 600px) {
  .offer_SPblock-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}

.offer_SPblock-text.show {
  transition: 0.5s ease;
  height: auto;
  margin-top: 2rem;
}

.works {
  position: relative;
  border-radius: 5rem;
  overflow: hidden;
  z-index: 0;
  border: 1px solid #272727;
  margin-top: 5rem;
  background-color: #f5efe6;
  text-align: center;
  padding-top: 7rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .works {
    padding-top: 4rem;
    margin-bottom: 0;
  }
}
.works_ttl {
  font-size: clamp(6rem, 6vw, 8rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  position: relative;
  color: #1a4d2e;
}
.works_ttl::before {
  content: "Works";
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  top: 2px;
  left: calc(50% + 2px);
  color: transparent;
  -webkit-text-stroke: 1px #1a4d2e;
}
@media screen and (max-width: 600px) {
  .works_ttl {
    font-size: 3.2rem;
  }
}
.works_subttl {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #1a4d2e;
}
@media screen and (max-width: 600px) {
  .works_subttl {
    font-size: 1.6rem;
  }
}
.works_img {
  width: 80%;
  margin-top: 4rem;
  margin-bottom: -10rem;
}
@media screen and (max-width: 600px) {
  .works_img {
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
}
.works_block {
  position: relative;
  height: 30rem;
  background-color: #4f6f52;
  z-index: -1;
  margin-bottom: 6rem;
  padding: 7rem 10%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .works_block {
    top: -5rem;
    height: 23rem;
    margin-bottom: 0;
  }
}
.works_block-name {
  color: #f5efe6;
  font-size: 3.2rem;
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .works_block-name {
    font-size: 2rem;
  }
}
.works_block-date {
  color: #f5efe6;
  font-size: 2rem;
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .works_block-date {
    font-size: 1.6rem;
  }
}
.works_block-tag {
  display: inline-block;
  margin-top: 3rem;
  background-color: #f5efe6;
  color: #272727;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 2px 4px 4px #272727;
  text-align: center;
}
.works_fead-left {
  position: absolute;
  top: -13%;
  right: 99%;
  width: 1px;
  height: 23%;
  background-color: #fdfdfd;
  opacity: 0.5;
  border-top-right-radius: 22.4rem;
  border-bottom-right-radius: 22.4rem;
  transform: rotate(15deg);
  transition: top 3s ease, right 3s ease, transform 3s ease;
  z-index: -1;
}
.works_fead-left.active {
  width: 90%;
  top: 2%;
  right: 20%;
}
@media screen and (max-width: 960px) {
  .works_fead-left {
    display: none;
  }
}
.works_fead-right {
  position: absolute;
  top: 5%;
  left: 99%;
  width: 1px;
  height: 25%;
  z-index: -1;
  background-color: #4f6f52;
  opacity: 0.1;
  border-top-left-radius: 22.4rem;
  border-bottom-left-radius: 22.4rem;
  transform: rotate(320deg);
  transition: top 3s ease, left 3s ease, transform 3s ease;
}
.works_fead-right.active {
  width: 140%;
  top: 45%;
  left: 5%;
}
@media screen and (max-width: 960px) {
  .works_fead-right {
    display: none;
  }
}

.sns {
  position: relative;
  background-image: url(../image/sns/sns_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 10%;
  padding-top: 10rem;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sns {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .sns {
    padding: 0 5%;
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
}
.sns_ttl {
  font-size: clamp(6rem, 6vw, 8rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  position: relative;
  color: #f5efe6;
}
.sns_ttl::before {
  content: "SNS";
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  top: 2px;
  left: calc(50% + 2px);
  color: transparent;
  -webkit-text-stroke: 1px #f5efe6;
}
.sns_subttl {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #f5efe6;
}
.sns_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-block-start: 5rem;
}
@media screen and (max-width: 600px) {
  .sns_contents {
    margin-left: 4rem;
  }
}
.sns_button {
  width: 27%;
}
@media screen and (max-width: 600px) {
  .sns_button {
    width: 50%;
  }
}
.sns_img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sns_youtube {
    position: relative;
    top: 11rem;
    left: -4rem;
    z-index: 0;
  }
}
@media screen and (max-width: 600px) {
  .sns_insta {
    z-index: 1;
  }
}

.contact {
  position: relative;
  overflow: hidden;
}
.contact_fead-left {
  position: absolute;
  top: 25%;
  right: 99%;
  width: 1px;
  height: 60%;
  background-color: #4f6f52;
  opacity: 0.1;
  border-top-right-radius: 22.4rem;
  border-bottom-right-radius: 22.4rem;
  transform: rotate(15deg);
  transition: top 3s ease, right 3s ease, transform 3s ease;
  z-index: -1;
}
.contact_fead-left.active {
  width: 100%;
  top: 35%;
  right: 10%;
}
@media screen and (max-width: 960px) {
  .contact_fead-left {
    display: none;
  }
}
.contact_fead-right {
  position: absolute;
  top: -50%;
  left: 50%;
  width: 1px;
  height: 60%;
  z-index: -2;
  background-color: #fdfdfd;
  opacity: 0.5;
  border-top-left-radius: 22.4rem;
  border-bottom-left-radius: 22.4rem;
  transform: rotate(320deg);
  transition: top 3s ease, left 3s ease, transform 3s ease;
}
.contact_fead-right.active {
  width: 100%;
  top: -40%;
  left: 0%;
}
@media screen and (max-width: 960px) {
  .contact_fead-right {
    display: none;
  }
}

.contact__inner {
  position: relative;
  width: min(1232px, 100%);
  margin: 10rem auto 10rem;
  padding: 8rem 10%;
  border-radius: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  text-align: center;
}
.contact__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../image/contact/contact_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .contact__inner::before {
    background-image: url(../image/contact/contact_SPbg.png);
  }
}

.contact_ttl {
  font-size: clamp(6rem, 6vw, 8rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  position: relative;
  color: #1a4d2e;
  text-transform: uppercase;
}
.contact_ttl::before {
  content: "contact us!";
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  top: 2px;
  left: calc(50% + 2px);
  color: transparent;
  -webkit-text-stroke: 1px #1a4d2e;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .contact_ttl {
    font-size: 3.2rem;
  }
}

.contact_subttl {
  margin-block-start: 3rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #1a4d2e;
}

.contact__content {
  margin-block-start: 5rem;
}

.contact__lead {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}

.contact__btn {
  margin-block-start: 5rem;
}

.contact__link {
  display: inline-block;
  position: relative;
  padding: 25px 110px 25px 100px;
  background-color: #fdfdfd;
  color: #272727;
  text-decoration: none;
  border: 1px solid #272727;
  border-radius: 100vmax;
  box-shadow: 2px 3px 0px black;
  font-size: 2.4rem;
  font-family: "Program OT Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .contact__link {
    display: block;
    width: min(400px, 95%);
    margin-inline: auto;
    padding: 20px;
  }
}
.contact__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 1;
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #272727;
}
@media screen and (max-width: 600px) {
  .contact__link:before {
    right: 10vw;
  }
}
.contact__link:hover {
  opacity: 0.7;
}