html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw;
  }
}

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

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body {
  background-color: #ffd900;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  min-height: 0vw;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.contactWrap {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .contactWrap {
    text-align: center;
  }
}

.borderdBtn {
  background-color: #fff;
}

footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.container {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* @media screen and (max-width: 767px) {
  .container {
    width: 100%;

  }
} */

.hero {
  margin: 108px 0 0;
}

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 48px;
  }
}

.hero-img {
  display: block;
  width: 100%;
}

.introduction {
  margin: 24px 0 40px;
  color: #231815;
  line-height: 2.125;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .introduction {
    margin: 20px 0 44px;
    font-size: 14px;
  }
}

.heading {
  position: relative;
}

.heading-bg {
  width: 100%;
}

.heading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  font-size: 24px;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.heading-text--wide {
  letter-spacing: 1em;
}

@media screen and (max-width: 767px) {
  .heading-text {
    font-size: 20px;
    letter-spacing: 0;
  }

  .heading-text--wide {
    letter-spacing: 1em;
  }
  
}

.spec {
  padding: 56px 0 92px;
}

@media screen and (max-width: 767px) {
  .spec {
    padding: 30px 0 50px;
  }
}

.spec-image {
  display: block;
    width: 100%;
  margin: 0 auto;
}

.spec-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 540px;
  margin: 46px auto 16px;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 26px;
}

@media screen and (max-width: 767px) {
  .spec-box {
    display: block;
    margin-top: 40px;
    padding: 25px 20px;
    border-radius: 20px;
  }
}

.spec-box-list {
  margin: 0;
  padding-left: 0;
}

.spec-box-list-item {
  padding-left: 1.3em;
  text-indent: -1.3em;
  color: #00b7e2;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .spec-box-list-item {
    font-size: 16px;
  }
}

.spec-box-list-item:not(:first-child) {
  margin-top: 0.3em;
}

.spec-box-list-item::before {
  content: "●";
  margin-right: 0.3em;
  color: #231815;
}

.price {
  padding: 42px 0 42px;
}

@media screen and (max-width: 767px) {
  .price {
    padding: 30px 0 0;
  }
}

.price-table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  border: 1px solid #00b7e2;
}

@media screen and (max-width: 767px) {
  .price-table tbody {
    display: flex;
  }

  .price-table tr {
    width: calc(100% / 3);
  }
}

.price-table th,
.price-table td {
  width: 20%;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price-table th,
  .price-table td {
    width: 100%;
    padding: 6px 0;
    font-size: 15px;
  }
}

.price-table th {
  background-image: none;
  background-color: #00b7e2;
  color: #fff;
  letter-spacing: 0.5em;
}

.price-table tr:not(:first-child) th {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .price-table tr:not(:first-child) th {
    border-top: 0;
    border-left: 1px solid #fff;
  }
}

.price-table td {
  border-top: 1px solid #00b7e2;
  background-color: #d9f4fb;
  color: #231815;
}

.price-table td:not(:first-of-type) {
  border-left: 2px dotted #00b7e2;
}

@media screen and (max-width: 767px) {
  .price-table td:not(:first-of-type) {
    border-left: 0;
  }

  .price-table tr:not(:first-child) td {
    border-left: 1px dotted #00b7e2;
  }
}

.price-table tr:nth-child(even) td {
  background-color: #fff;
}

.nohin-time {
  margin: 76px 0 44px;
  color: #ea5504;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nohin-time {
    margin: 40px 0;
    font-size: 22px;
  }
}

.nohin-time em {
  font-size: 1.5em;
  font-style: normal;
}

.attention {
  width: 800px;
  margin: 0 auto;
  color: #231815;
  font-size: 14px;
  line-height: 1.82;
}

@media screen and (max-width: 767px) {
  .attention {
    width: 100%;
    font-size: 13px;
  }
}

.attention span {
  color: #00b7e2;
}

.spec-txt {
  color: #ea5504;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .spec-txt {
    font-size: 20px;
    margin: 0 0 15px;
  }
}

.spec-txt-wrapper {
  text-align: center;
}

.spec-txt-list {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  list-style: inside;
  margin: 0 0 46px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .spec-txt-list {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.spec-txt-list::after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}

.spec-txt-list-item {
  font-size: 1.5rem;
}

.work {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 800px;
  margin: 70px auto 100px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .work {
    max-width: 335px;
    margin: 40px auto 50px;
    border: none;
  }
}

.work-image-wrapper {
  padding: 0 20px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work-image-wrapper {
    margin-bottom: 20px;
  }
}

.work-image {
  width: 100%;
}

.work-name {
  min-height: 65px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 5px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .work-name {
    min-height: auto;
    font-size: 16px;
  }
}

.topicsWrap {
  background: transparent;
  text-align: left;
}

.topics {
  background: transparent;
}

.topics ul {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .topics ul {
    margin-bottom: 13.4%;
  }
}

.work-wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .work-wrapper {
    width: 100%;
    border-bottom: 1px solid #000;
  }

  .work-wrapper:not(:last-child) {
    margin-bottom: 25px;
  }
}


.fv__link {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: absolute;
  top: 14rem;
  right: 0;
  width: 6.72rem;
  height: 40rem;
  background-color: #fff;
  font-size: 1.53rem;
  font-weight: 700;
  text-align: center;
  transition: all .4s ease;
  -webkit-transform: scale(1.78);
  transform: scale(1.78);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.fv__link::after {
  position: absolute;
  content: "";
  top: -2px;
  right: 2px;
  width: 6.72rem;
  height: 40rem;
  background-image : linear-gradient(to right, #000 3.26rem, transparent 3.26rem 3.46rem ,#000 3.46rem 100%),linear-gradient(to bottom,  #000 25.7rem, transparent 25.7rem 26rem ,#000 26rem 100%),linear-gradient(to left, #000 3.26rem, transparent 3.26rem 3.46rem ,#000 3.46rem 100%),linear-gradient(to top, #000 25.7rem, transparent 25.7rem 26rem ,#000 26rem 100%);
  background-size: 100% 1px,1px 100%,100% 1px,1px 100%;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position:left top,right bottom,right bottom,left top;
}
.fv__link:hover .fv__link::after {
  background-image : linear-gradient(to right, #fff 3.26rem, transparent 3.26rem 3.46rem ,#fff 3.46rem 100%),linear-gradient(to bottom,  #fff 25.7rem, transparent 25.7rem 26rem ,#fff 26rem 100%),linear-gradient(to left, #fff 3.26rem, transparent 3.26rem 3.46rem ,#fff 3.46rem 100%),linear-gradient(to top, #fff 25.7rem, transparent 25.7rem 26rem ,#fff 26rem 100%);
  background-size: 100% 1px,1px 100%,100% 1px,1px 100%;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position:left top,right bottom,right bottom,left top;
}

.fv__link:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: all .4s ease;
}

.fv__link.scrolled {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fv_link_text {
  margin-top: 0.3rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 2rem;
  position: relative;
}

.fv_link_text span {
  display: inline-block;
  position: absolute;
  top: 104%;
  right: -0.3rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fv__link:hover .fv_link_text span{
  background-color: #fff;
}

.fv_link_text span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.fv__link:hover .fv_link_text span::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.fixed-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 700;
  transition: all .4s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 100;
  font-style: unset;
  border: 1px solid black;
  border-bottom: unset;
}
@media screen and (max-width: 767px) {
  .fixed-link {
    height: 6rem;
    font-size: 1.4rem;
  }
}

.fixed-link:hover {
  background-color: #000;
  color: #fff;
  transition: all .4s ease;
}

.fixed-link img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .fixed-link img {
    width: 2rem;
  }
}

.fixed-link.scrolled {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fixed-link_text {
  display: inline-block;
  margin-left: min(calc(25vw / 10),25px);
  position: relative;
  font-style: unset;
}
@media screen and (max-width: 767px) {
  .fixed-link_text {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.fixed-link_text span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  /* right: -4rem; */
  left: calc(100% + min(calc(5vw / 10), 5px));
  width: 2rem;
  height: 0.2rem;
  background-color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fixed-link_text span {
    left: auto;
    right: -4rem;
  }
}
.fixed-link_text span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.fixed-link:hover .fixed-link_text span {
  background-color: #fff;
}
.fixed-link:hover .fixed-link_text span::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.fixed-link.borderdBtn {
  position: static;
  display: block;
  height: auto;
  width: auto;
  font-size: clamp(14px,calc(20vw / 10),20px);
  margin-top: 0;
  margin-bottom: 150px;
  border: 3px solid black;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .fixed-link.borderdBtn {
    margin-bottom: 8rem;
    line-height: 1.3;
    padding: 1rem 0;
  }
  .borderdBtn .fixed-link_text {
    margin: 0
  }
  .borderdBtn .fixed-link_text span {
    right: -8rem;
  }
}

.goTop {
  bottom: 10em;
}
@media screen and (max-width: 767px) {
  .goTop {
    bottom: 7em;
  }
}
.goWorks-text-1 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
}
.goWorks {
  z-index: 10;
  border: #dbdbdb 2px solid;
  right: 13em;
}   
@media screen and (max-width: 767px) {
  .goWorks {
    right: 5px;
  }
}
@media screen and (max-width: 767px){
.goWorks-text-1 {
    font-size: 10px;
}
}