@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.f-mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.04em;
}

:root {
  --bc-yellow: #ffe100;
  --bc-black: #231815;
}

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

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

.ov {
  transition: 0.3s;
}
.ov:hover {
  opacity: 0.75;
}

main .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 130px 0 300px;
  background: url(../img/mv_bg.jpg) no-repeat bottom center/cover;
}
@media screen and (max-width: 768px) {
  main .bg {
    padding: 80px 0 180px;
  }
}
main section.mv {
  max-width: 1270px;
  width: 90%;
  margin-bottom: 50px;
}
main section.mv img {
  width: clamp(300px, 65%, 765px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main section.mv img {
    margin-bottom: 42px;
  }
}
main section.mv h1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.mv h1 {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
main section.mv h1 span {
  font-size: 1.25em;
  font-weight: 900;
}
main section.mv p {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.mv p {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  main section.mv p {
    font-size: 20px;
  }
}
main section.nav {
  max-width: 1100px;
  width: 80%;
  padding: 35px 0 50px;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.2) url(../img/nav_center.svg) no-repeat top 52% center/min(8%, 95px) auto;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  main section.nav {
    background-image: none;
  }
}
main section.nav .cntWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px 0;
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main section.nav .cntWrap {
    justify-content: center;
  }
}
main section.nav .cntWrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  width: 45%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  main section.nav .cntWrap a {
    max-width: 500px;
    width: 90%;
  }
}
main section.nav .cntWrap a:hover p {
  background-color: #000;
  color: var(--bc-yellow);
}
main section.nav .cntWrap a .icn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 70px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  main section.nav .cntWrap a .icn {
    height: 40px;
  }
  main section.nav .cntWrap a .icn img {
    height: 100%;
  }
}
main section.nav .cntWrap a p {
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 0;
  border: 4px solid #000;
  background-color: var(--bc-yellow);
  text-align: center;
  font-size: min(2.5vw, 30px);
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main section.nav .cntWrap a p {
    margin-bottom: 10px;
    padding: 32px 5%;
    font-size: min(3.8vw, 28px);
  }
}
main section.nav .cntWrap a span {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main section.nav .cntWrap a span {
    font-size: 16px;
  }
}
main section.nav .mark {
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
main section.nav .mark::before, main section.nav .mark::after {
  content: "";
}
main section.nav .mark::before {
  left: -1px;
}
main section.nav .mark::after {
  right: -1px;
}
main section.nav .mark.mk01 {
  top: 0;
}
main section.nav .mark.mk01::before, main section.nav .mark.mk01::after {
  top: 0;
}
main section.nav .mark.mk01::before {
  rotate: -45deg;
  transform-origin: top center;
}
main section.nav .mark.mk01::after {
  rotate: 45deg;
  transform-origin: top center;
}
main section.nav .mark.mk02 {
  bottom: 0;
}
main section.nav .mark.mk02::before, main section.nav .mark.mk02::after {
  bottom: -1px;
}
main section.nav .mark.mk02::before {
  rotate: 45deg;
  transform-origin: bottom center;
}
main section.nav .mark.mk02::after {
  rotate: -45deg;
  transform-origin: bottom center;
}
main section.nav .mark::before, main section.nav .mark::after {
  content: "";
  display: block;
  width: 2px;
  height: 48px;
  background-color: #000;
  position: absolute;
}
main section.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: -100px 0 90px;
}
@media screen and (max-width: 768px) {
  main section.service {
    margin-bottom: 68px;
  }
}
main section.service hgroup.f-mont {
  margin-bottom: 80px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.service hgroup.f-mont {
    margin-bottom: 48px;
  }
}
main section.service hgroup.f-mont h2 {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.service hgroup.f-mont h2 {
    font-size: 30px;
  }
}
main section.service hgroup.f-mont p {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main section.service hgroup.f-mont p {
    font-size: 26px;
  }
}
main section.service .cntWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px 0;
  max-width: 1200px;
  width: 90%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main section.service .cntWrap {
    gap: 62px 0;
    margin-bottom: 56px;
  }
}
main section.service .cntWrap .cntBox {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  translate: 0 20px;
}
main section.service .cntWrap .cntBox hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--bc-yellow);
}
@media screen and (min-width: 769px) {
  main section.service .cntWrap .cntBox hgroup {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  main section.service .cntWrap .cntBox hgroup {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 80px auto;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding-bottom: 14px;
  }
}
main section.service .cntWrap .cntBox hgroup img {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  main section.service .cntWrap .cntBox hgroup img {
    grid-row: 1/3;
    grid-column: 1/2;
    min-width: 80px;
    max-height: 40px;
  }
}
main section.service .cntWrap .cntBox hgroup h3 {
  width: 300px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.service .cntWrap .cntBox hgroup h3 {
    width: 100%;
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 20px;
  }
}
main section.service .cntWrap .cntBox hgroup p.f-mont {
  width: 180px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section.service .cntWrap .cntBox hgroup p.f-mont {
    width: 100%;
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 18px;
  }
}
main section.service .cntWrap .cntBox hgroup + p {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 851px) {
  main section.service .cntWrap .cntBox hgroup + p {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  main section.service .cntWrap .cntBox hgroup + p br.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main section.service .cntWrap .cntBox hgroup + p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  main section.service .cntWrap .cntBox hgroup + p {
    font-size: 16px;
  }
}
main section.service .strength {
  max-width: 1340px;
  width: 90%;
  padding: 15px;
  border: 2px solid var(--bc-yellow);
  position: relative;
}
main section.service .strength p {
  padding: 30px min(5%, 80px);
  border: 2px solid var(--bc-yellow);
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.service .strength p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  main section.service .strength p {
    font-size: 18px;
  }
}
main section.service .strength .mark {
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
main section.service .strength .mark::before, main section.service .strength .mark::after {
  content: "";
}
main section.service .strength .mark::before {
  left: -1px;
}
main section.service .strength .mark::after {
  right: -1px;
}
main section.service .strength .mark.mk01 {
  top: 0;
}
main section.service .strength .mark.mk01::before, main section.service .strength .mark.mk01::after {
  top: 0;
}
main section.service .strength .mark.mk01::before {
  rotate: -45deg;
  transform-origin: top center;
}
main section.service .strength .mark.mk01::after {
  rotate: 45deg;
  transform-origin: top center;
}
main section.service .strength .mark.mk02 {
  bottom: 0;
}
main section.service .strength .mark.mk02::before, main section.service .strength .mark.mk02::after {
  bottom: -1px;
}
main section.service .strength .mark.mk02::before {
  rotate: 45deg;
  transform-origin: bottom center;
}
main section.service .strength .mark.mk02::after {
  rotate: -45deg;
  transform-origin: bottom center;
}
main section.service .strength .mark::before, main section.service .strength .mark::after {
  content: "";
  display: block;
  width: 2px;
  height: 62px;
  background-color: var(--bc-yellow);
  position: absolute;
}
main section.value {
  margin-bottom: 120px;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  main section.value {
    margin-bottom: 84px;
  }
}
main section.value hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  main section.value hgroup {
    margin-bottom: 20px;
  }
}
main section.value hgroup::after {
  content: "";
  width: 55px;
  border: 1px solid #000;
}
main section.value hgroup h2 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section.value hgroup h2 {
    font-size: 28px;
  }
}
main section.value hgroup p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 35px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main section.value hgroup p {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
main section.value hgroup p::before, main section.value hgroup p::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
}
main section.value p.lead {
  line-height: 1.8;
  margin-bottom: 35px;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  main section.value p.lead {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  main section.value p.lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  main section.value p.lead {
    font-size: 18px;
  }
}
main section.value .name {
  line-height: 2;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.value .name {
    line-height: 1.8;
  }
}
main section.value .name span {
  font-size: 24px;
  font-weight: inherit;
}
main section.value .name em.f-mont {
  font-size: 16px;
  font-weight: inherit;
}
main section.enCopy {
  margin-bottom: 140px;
  padding: 0 5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.enCopy {
    margin-bottom: 84px;
  }
}
main section.enCopy p {
  margin-bottom: 35px;
  line-height: 1.1;
  color: var(--bc-yellow);
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main section.enCopy p {
    margin-bottom: 28px;
    font-size: 30px;
  }
}
main section.enCopy img {
  width: 170px;
}

footer {
  background-color: var(--bc-black);
}
footer .t-shirt {
  width: 100%;
  height: 600px;
  border-top: 5px solid var(--bc-yellow);
  border-bottom: 5px solid var(--bc-yellow);
  background: url(../img/t-shirt.webp) no-repeat center center/cover;
}
@media screen and (max-width: 900px) {
  footer .t-shirt {
    height: 400px;
  }
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 40px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  footer .inner {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 18px 5%;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 48px 0 32px;
  }
}
@media screen and (max-width: 680px) {
  footer .inner {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
  }
}
footer .inner .logo {
  width: 240px;
}
@media screen and (max-width: 768px) {
  footer .inner .logo {
    width: 200px;
  }
}
@media screen and (max-width: 1080px) {
  footer .inner .info {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 680px) {
  footer .inner .info {
    grid-column: span 2;
  }
}
footer .inner .info p {
  display: flex;
  align-items: baseline;
  gap: 0 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .inner .info p {
    gap: 0 20px;
  }
}
footer .inner .info p span {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
  font-size: 15px;
}
footer .inner .info p span.f-mont {
  font-size: 20px;
  font-weight: 700;
}
footer .inner .info p span img {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}
@media screen and (max-width: 768px) {
  footer .inner .info p span img {
    width: 80px;
  }
}
footer .inner .info address {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  footer .inner .info address {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  footer .inner .info address {
    font-size: 16px;
  }
}
footer .inner dl.contact {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 235px;
}
@media screen and (max-width: 1080px) {
  footer .inner dl.contact {
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  footer .inner dl.contact {
    width: 180px;
  }
}
@media screen and (max-width: 680px) {
  footer .inner dl.contact {
    grid-row: 3/4;
  }
}
footer .inner dl.contact dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bc-yellow);
  color: var(--bc-yellow);
  font-size: 20px;
}
footer .inner dl.contact dd {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  footer .inner dl.contact dd {
    gap: 0 10px;
  }
}
footer .inner dl.contact dd img {
  margin: 0 auto;
}
footer .inner dl.contact dd img[src*=tel] {
  width: 12px;
}
footer .inner dl.contact dd img[src*=mail] {
  width: 24px;
}
footer .inner dl.contact dd span {
  width: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  footer .inner dl.contact dd span {
    width: calc(100% - 35px);
  }
}
footer .inner a.pt {
  align-self: center;
  width: 30px;
  height: 30px;
  border-top: 3px solid var(--bc-yellow);
  border-left: 3px solid var(--bc-yellow);
  rotate: 45deg;
}
@media screen and (max-width: 1080px) {
  footer .inner a.pt {
    justify-self: end;
  }
}
footer .inner small {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  footer .inner small {
    grid-column: span 3;
    padding-top: 10px;
  }
}
@media screen and (max-width: 680px) {
  footer .inner small {
    grid-column: span 2;
  }
}