@charset "UTF-8";
.wrapper {
  width: 30%;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    width: 100%;
  }
}

body {
  font-family: "丸フォーク R";
  color: #FFF;
  -webkit-animation: bgchange 20s ease infinite;
          animation: bgchange 20s ease infinite;
  /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
  min-height: 100vh;
  grid-template-rows: 100px 1fr 100px;
}

xx-small {
  font-size: 12px;
}

@-webkit-keyframes bgchange {
  0% {
    background: #009FE8;
  }
  /*変化させたい色*/
  25% {
    background: #17A6E8;
  }
  /*変化させたい色*/
  50% {
    background: #2EADE8;
  }
  /*変化させたい色*/
  75% {
    background: #00AEFF;
  }
  /*変化させたい色*/
  90% {
    background: #009DE6;
  }
  /*変化させたい色*/
  100% {
    background: #009FE8;
  }
  /*変化させたい色*/
}

@keyframes bgchange {
  0% {
    background: #009FE8;
  }
  /*変化させたい色*/
  25% {
    background: #17A6E8;
  }
  /*変化させたい色*/
  50% {
    background: #2EADE8;
  }
  /*変化させたい色*/
  75% {
    background: #00AEFF;
  }
  /*変化させたい色*/
  90% {
    background: #009DE6;
  }
  /*変化させたい色*/
  100% {
    background: #009FE8;
  }
  /*変化させたい色*/
}
a:hover img,
.hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: 0.3s ease-in-out;
}

header {
  grid-row: 1;
  grid-column: 1/span 2;
}

main {
  grid-row: 2;
  grid-column: 1;
  min-height: 100vh;
  padding-bottom: 10%;
}
main .keyvisual {
  background: url(img/logomark.png) no-repeat 50%;
  background-size: 40vh;
  min-height: 40vh;
}
@media screen and (max-width: 870px) {
  main .keyvisual {
    background-size: 30vh;
  }
}
@media screen and (max-width: 480px) {
  main .keyvisual {
    background-size: 23vh;
  }
}
@media screen and (max-width: 380px) {
  main .keyvisual {
    background-size: 30vh;
  }
}
main .job {
  width: 80%;
  margin: 0 auto;
  height: 42vh;
}
main .job h2 {
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 0.5em 10px;
}
main .job ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 10px;
}
@media screen and (max-width: 1340px) {
  main .job ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 870px) {
  main .job ul {
    grid-template-columns: 1fr;
  }
}
main .job p {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 1335px) {
  main .job {
    width: 95%;
    height: 77vh;
  }
}
@media screen and (max-width: 1024px) {
  main .job {
    width: 95%;
    height: 55vh;
  }
}
@media screen and (max-width: 834px) {
  main .job {
    width: 95%;
    height: 90vh;
  }
}
@media screen and (max-width: 380px) {
  main .job {
    width: 95%;
    height: 147vh;
  }
}

.motto {
  width: 100%;
  margin: 0 0 8vw 0;
  padding: 150px 0;
  position: relative;
  top: -3vw;
  text-align: center;
}
.motto h2 {
  font-size: 23px;
  font-weight: bold;
  margin: 0.6em 0 1em;
}
.motto p {
  width: 65%;
  margin: 0 auto;
  line-height: 1.4em;
}
.motto .caption {
  font-size: 12px;
  letter-spacing: 1em;
  margin: 0;
}

.motto::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/blu-bg.jpg);
  background-size: cover;
  transform: skewY(-7deg);
  z-index: -1;
}

.price {
  width: 80%;
  margin: 0 auto;
  min-height: 100vh;
}
.price table {
  width: 100%;
  margin: 0 0 50px;
  border: 1;
  border-collapse: collapse;
}
.price tr {
  line-height: 1.4em;
}
.price th {
  width: 20%;
  border: 1px solid #FFF;
  padding: 1em;
  vertical-align: middle;
}
.price td {
  width: 65%;
  border: 1px solid #FFF;
  padding: 1em;
  vertical-align: middle;
}
.price td:nth-child(2) {
  width: 15%;
}
.price h2 {
  font-size: 23px;
  margin: 0 0 0.3em;
}

h1.title {
  font-size: 23px;
  margin: 1em 0;
  text-align: center;
  line-height: 1.2rem;
}

.wrap_80 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.wrap_80 h1 {
  font-size: 20px;
  margin: 2rem 0;
}
@media screen and (max-width: 480px) {
  .wrap_80 h1 {
    margin: 4rem 0 1.5rem;
  }
}
.wrap_80 p {
  margin: 0 0 1em;
  line-height: 1.4em;
}

.pagenav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.pagenav .old a,
.pagenav .new a {
  width: 3.5rem;
  font-size: 14px;
  border-radius: 15px;
  padding: 0.5em 1em;
  text-align: center;
  margin: 0 2rem;
  color: #009FE8;
  display: block;
  text-decoration: none;
  background: #FFF;
}
.pagenav .old a:hover,
.pagenav .new a:hover {
  background: burlywood;
}

.more-btn a {
  color: #333;
  width: 11rem;
  margin: 1.5em auto;
  padding: 0.5em 1em;
  border-radius: 15px;
  display: block;
  background: #FFF;
  text-decoration: none;
  text-align: center;
}
.more-btn a:hover {
  background: burlywood;
}

.thisis {
  background: url(img/thisis.png) no-repeat 50%;
  opacity: 0.5;
  background-size: 40vh;
  min-height: 40vh;
}

table.thisace {
  width: 50%;
  margin: 50px auto 0;
}
table.thisace tr {
  line-height: 1.6em;
}
table.thisace th {
  width: 40%;
  text-align: right;
  padding-right: 1.5em;
}
table.thisace td {
  width: 60%;
}

@media screen and (max-width: 1194px) {
  table.thisace {
    width: 90%;
    padding: 0 5%;
  }
  table.thisace th {
    width: 30%;
    text-align: right;
    padding-right: 1.5em;
  }
  table.thisace td {
    width: 70%;
  }
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
}
footer p {
  font-size: x-small;
  text-align: center;
  margin: 1rem 0;
}

.jisseki {
  width: 80%;
  margin: 5% auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
}
.jisseki .box {
  width: 100%;
  margin: 0 0 15%;
}
.jisseki .box img.cap {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.jisseki .box h1 {
  font-size: 14px;
  margin: 0.5em 0;
  line-height: 1.4em;
}

@media screen and (max-width: 640px) {
  .jisseki {
    grid-template-columns: 1fr 1fr;
  }
}
.aceneco {
  width: 320px;
  height: 270px;
  margin: 0 auto;
}
.aceneco a {
  display: block;
  color: #FFF;
  font-size: 12px;
  margin: 1em 0;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 1194px) {
  .aceneco {
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 640px) {
  .aceneco {
    margin: 0 auto 20%;
  }
}
.nft {
  width: 130px;
  margin: 0 auto;
  padding-bottom: 18%;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #FFF;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
  width: 14px;
}

.hamburger.active span:nth-child(1) {
  transform: translate(-1px, 5px) rotate(-45deg);
}

.hamburger.active span:nth-child(3) {
  transform: translate(-1px, -5px) rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: rgba(255, 255, 255, 0.7);
}
nav.globalMenuSp ul li a {
  display: block;
  color: #FFF;
  padding: 1.4em 0;
  text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
  color: #000;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/* 必須マーク */
.must {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #f58694;
  /* 背景色 */
  border-radius: 5px;
  font-size: 0.8em;
}

/* 任意マーク */
.free {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #7fbfff;
  /* 背景色 */
  border-radius: 5px;
  font-size: 0.9em;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  /* 枠線の色 */
  border-radius: 3px;
}

@media screen and (max-width: 480px) {
  input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 93%;
  }
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 必須項目の入力欄を見やすくする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: #eff1f5;
  /* 背景色 */
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 103%;
  /* 好みで60〜80%でもOK */
  height: 60px;
  margin: 0;
  /* 枠線の色 */
  background: #f58694;
  /* ボタンの色 */
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 2px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

input.wpcf7-submit:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.pagination {
  margin: 0 auto 5% auto;
  text-align: center;
}

.nav-links {
  display: flex;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 25px;
  color: #333;
  border-radius: 3px;
  background: #fff;
}

.pagination .current {
  padding: 20px 25px;
  background: #009FE8;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #FFF;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}
/*# sourceMappingURL=style.css.map */

/* シン制作実績(20250630) */
.n-jisseki {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media screen and (max-width: 640px) {
  .n-jisseki {
  max-width: 94%;
  width: 94%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
}
h1.title {
  width: 166%;
}
}

.n-jisseki h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4rem;
  margin: 0 0 0.8rem;
}


.frame {
	display: inline-block;
	position: relative;
  filter:grayscale(100%);
}
.frame:after { /* この要素が内向きのシャドウを写真に落とす */
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.frame:hover {
	filter:grayscale(0);
	transition:0.3s;
}