@charset "UTF-8";
h1, h2, h3, h4, button, a, dt, time {
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

header {
  position: relative;
}
header .header-img {
  background-image: url(../カンプ画像/walt-disney-center-1629173_1920.png);
  background-repeat: no-repeat;
  background-position: 100% 70%;
  background-size: cover;
  width: 287px;
  height: 580px;
}
@media (min-width: 768px) {
  header .header-img {
    width: 600px;
    height: 890px;
  }
}
@media (min-width: 1095px) {
  header .header-img {
    width: 1100px;
    height: 640px;
  }
}
header .about-img {
  background-image: url(../カンプ画像/wall-416060_1920.png);
  background-position: center;
  background-size: cover;
  width: 287px;
  height: 387px;
  position: relative;
}
@media (min-width: 768px) {
  header .about-img {
    width: 587px;
    height: 529px;
  }
}
@media (min-width: 1095px) {
  header .about-img {
    width: 1100px;
    height: 387px;
  }
}
header .contact-img {
  background-image: url(../カンプ画像/job-5382501_1920.png);
  background-position: 70% 0%;
  background-size: cover;
  width: 287px;
  height: 270px;
  position: relative;
}
@media (min-width: 768px) {
  header .contact-img {
    width: 587px;
    height: 529px;
    background-position: 80% 0%;
    background-size: 852px 600px;
  }
}
@media (min-width: 1095px) {
  header .contact-img {
    width: 1100px;
    height: 387px;
    background-position: 60% 30%;
    background-size: 1200px 600px;
  }
}
header .back-black {
  width: 283px;
  height: 663px;
  text-align: right;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  header .back-black {
    width: 562px;
    height: 1024px;
    text-align: right;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
  }
}
@media (min-width: 1095px) {
  header .back-black {
    width: 780px;
    height: 740px;
  }
}
header .about-back {
  width: 198px;
  height: 449px;
}
@media (min-width: 768px) {
  header .about-back {
    width: 406px;
    height: 615px;
  }
}
@media (min-width: 1095px) {
  header .about-back {
    width: 780px;
    height: 464px;
  }
}
header .contact-back {
  width: 198px;
  height: 365px;
}
@media (min-width: 768px) {
  header .contact-back {
    width: 406px;
    height: 615px;
  }
}
@media (min-width: 1095px) {
  header .contact-back {
    width: 780px;
    height: 451px;
  }
}
header nav {
  position: absolute;
  top: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100vw;
  background-color: #000;
}
header nav a h1 {
  display: flex;
  align-items: center;
  margin-top: 0;
}
header nav a h1 img {
  width: 150px;
  height: 80px;
}
header nav .menu {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  margin-right: 15px;
  cursor: pointer;
  color: #fff;
}
header nav .menu p {
  font-size: 10px;
  z-index: 300;
  color: #fff;
}
header nav .menu .menu-btn {
  width: 22px;
  height: 10.5px;
  position: relative;
  margin-right: 0.5rem;
  z-index: 300;
}
header nav .menu .menu-btn span {
  position: absolute;
  top: 0%;
  width: 22px;
  display: block;
  border: solid 1.2px #fff;
  transition: 1s;
}
header nav .menu .menu-btn span:nth-child(2) {
  top: 5px;
}
header nav .menu .menu-btn span:nth-child(3) {
  top: 10px;
  transition: 1s;
}
header nav .menu.open {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  margin-right: 15px;
  cursor: pointer;
}
header nav .menu.open p {
  font-size: 10px;
  z-index: 300;
}
header nav .menu.open .menu-btn {
  width: 22px;
  height: 10.5px;
  position: relative;
  margin-right: 0.5rem;
  z-index: 300;
}
header nav .menu.open .menu-btn span {
  position: absolute;
  top: 5px;
  width: 22px;
  display: block;
  border: solid 1.2px #fff;
  transform: rotate(45deg);
}
header nav .menu.open .menu-btn span:nth-child(2) {
  display: none;
}
header nav .menu.open .menu-btn span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}
header .header-text {
  position: absolute;
  top: 178px;
  left: 110px;
  color: #fff;
  width: 235px;
  height: 223px;
}
@media (min-width: 768px) {
  header .header-text {
    top: 333px;
    left: 433px;
  }
}
@media (min-width: 1095px) {
  header .header-text {
    top: 161px;
    left: 954px;
  }
}
header .header-text p {
  font-size: 16px;
  font-weight: 500;
}
header .header-text p:nth-of-type(3) {
  font-size: 56px;
  letter-spacing: 0.068em;
  line-height: 0.9;
}
header .about-header-text {
  position: absolute;
  top: 159px;
  left: 58px;
  color: #fff;
  width: auto;
}
@media (min-width: 768px) {
  header .about-header-text {
    top: 230px;
    left: 358px;
  }
}
@media (min-width: 1095px) {
  header .about-header-text {
    top: 171px;
    left: 840px;
  }
}
header .about-header-text p {
  font-size: 52px;
  line-height: 1.65;
}
@media (min-width: 1095px) {
  header .about-header-text p {
    font-size: 72px;
    letter-spacing: 0.063em;
    line-height: 1.2;
  }
}
header .about-header-text p:nth-of-type(2) {
  font-size: 16px;
}
header .contact-header-text {
  position: absolute;
  top: 139px;
  right: 21px;
  left: auto;
  text-align: right;
  color: #fff;
}
@media (min-width: 768px) {
  header .contact-header-text {
    top: 142px;
    right: 69px;
  }
}
@media (min-width: 1095px) {
  header .contact-header-text {
    top: 171px;
    right: 176px;
  }
}
header .contact-header-text p {
  font-size: 52px;
  letter-spacing: 0.063em;
  line-height: 1.65;
}
@media (min-width: 1095px) {
  header .contact-header-text p {
    font-size: 72px;
    letter-spacing: 0.063em;
    line-height: 1.2;
  }
}
header .contact-header-text p:nth-of-type(2) {
  font-size: 16px;
  text-align: left;
}
header .scroll {
  position: absolute;
  top: 325px;
  left: 15px;
  transform: rotate(-90deg);
  z-index: 150;
}
header .scroll span {
  font-size: 12px;
  letter-spacing: 0.038em;
  line-height: 2.6;
  position: relative;
}
header .scroll span::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -45px;
  display: block;
  border-top: 1px solid #000;
  width: 34px;
}
header .scroll span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -128px;
  display: block;
  border-top: 1px solid #fff;
  width: 84px;
}

.humberger-mask {
  position: absolute;
  top: 0;
  right: -100%;
  display: table;
  visibility: collapse;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
  transition: 1s;
}
.humberger-mask .menu-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 300;
  text-align: center;
}
.humberger-mask .menu-mask .menu-list {
  padding-top: 100px;
}
.humberger-mask .menu-mask .menu-list img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.humberger-mask .menu-mask .menu-list p {
  margin-top: 34px;
}
.humberger-mask .menu-mask .menu-list p a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.068em;
}

.humberger-mask.open {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  visibility: visible;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
}
@media (min-width: 1095px) {
  .humberger-mask.open {
    word-wrap: 40vw;
  }
}
.humberger-mask.open .menu-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 300;
  text-align: center;
}
.humberger-mask.open .menu-mask .menu-list {
  padding-top: 100px;
}
.humberger-mask.open .menu-mask .menu-list img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.humberger-mask.open .menu-mask .menu-list p {
  margin-top: 34px;
}
.humberger-mask.open .menu-mask .menu-list p a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.068em;
}

.about {
  margin-top: 5rem;
  width: 100%;
  height: 541px;
  background-image: url(/カンプ画像/chalk-4829602_1920.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .about {
    margin-top: 5rem;
    height: 479px;
  }
}
@media (min-width: 1095px) {
  .about {
    margin: 5rem auto 0 auto;
    width: 1100px;
    height: 607px;
    justify-content: unset;
  }
}
.about .about-wrapper {
  width: 345px;
  height: 441px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .about .about-wrapper {
    width: 590px;
    height: 359px;
  }
}
@media (min-width: 1095px) {
  .about .about-wrapper {
    width: 590px;
    height: 387px;
    margin-left: 50px;
  }
}
.about .about-wrapper p:first-child {
  font-size: 28px;
  letter-spacing: 0.068em;
  margin-left: 30px;
  margin-top: 31px;
}
.about .about-wrapper p:nth-child(2) {
  width: 300px;
  height: 211px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 41px;
  margin-left: 30px;
  line-height: 2;
}
@media (min-width: 768px) {
  .about .about-wrapper p:nth-child(2) {
    width: 530px;
    height: 144px;
    font-size: 16px;
  }
}
.about .about-wrapper a {
  display: block;
  margin-top: 30px;
  margin-left: 30px;
  width: 160px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #000;
}
.about .about-wrapper a button {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #000;
  border: none;
}
@media (min-width: 1095px) {
  .about .about-wrapper a button {
    font-size: 12px;
  }
}

.work-culture-wrapper {
  background-color: #F0F0F0;
  width: 100%;
  margin-top: 2rem;
  padding: 1rem 2rem;
  z-index: -10;
}
@media (min-width: 768px) {
  .work-culture-wrapper {
    background-color: #F2F2F2;
    height: 1242px;
  }
}
@media (min-width: 1095px) {
  .work-culture-wrapper {
    border-color: #F0F0F0;
    height: 771px;
    display: flex;
  }
}

.works {
  margin: 2rem auto;
  width: 90%;
}
@media (min-width: 768px) {
  .works {
    width: 520px;
  }
}
.works p:first-child {
  font-size: 28px;
  letter-spacing: 0.068em;
}
@media (min-width: 768px) {
  .works p:first-child {
    font-size: 32px;
  }
}
.works img {
  display: block;
  margin-top: 31px;
  width: 95%;
  height: 180px;
}
@media (min-width: 768px) {
  .works img {
    width: 520px;
    height: 350px;
  }
}
.works p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
}
.works a {
  display: block;
  margin-top: 30px;
  width: 160px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background-color: #000;
}
.works a button {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  vertical-align: middle;
  background-color: #000;
  border: none;
}

.culture {
  margin: 2rem auto;
  width: 90%;
}
@media (min-width: 768px) {
  .culture {
    width: 520px;
  }
}
.culture p:first-child {
  font-size: 28px;
  letter-spacing: 0.068em;
}
@media (min-width: 768px) {
  .culture p:first-child {
    font-size: 32px;
  }
}
.culture img {
  display: block;
  margin-top: 31px;
  width: 95%;
  height: 180px;
}
@media (min-width: 768px) {
  .culture img {
    width: 520px;
    height: 350px;
  }
}
.culture p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
}
.culture a {
  display: block;
  margin-top: 30px;
  width: 160px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background-color: #000;
}
.culture a button {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  vertical-align: middle;
  background-color: #000;
  border: none;
}

.topics {
  margin: 2rem auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .topics {
    padding: 1rem 3rem;
  }
}
.topics p {
  font-size: 28px;
  letter-spacing: 0.068em;
  line-height: 3.3;
}
@media (min-width: 768px) {
  .topics p {
    font-size: 32px;
    line-height: normal;
  }
}
@media (min-width: 1095px) {
  .topics dl {
    margin: 33px 0 30px 570px;
  }
}
.topics dt {
  font-size: 10px;
  letter-spacing: 0.015em;
  line-height: 3.2;
}
.topics dd {
  font-size: 12px;
  letter-spacing: 0.068em;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .topics dd {
    font-size: 14px;
    letter-spacing: 0.004em;
  }
}
.topics hr {
  border: none;
  height: 1px;
  background-color: #DDDDDD;
  margin: 10px 0 10px 0;
}
@media (min-width: 1095px) {
  .topics hr {
    margin: 12px 0 32px 0;
  }
}
.topics a {
  display: block;
  margin-top: 30px;
  width: 160px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #000;
}
@media (min-width: 1095px) {
  .topics a {
    margin: 30px 0 0 auto;
  }
}
.topics a button {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  vertical-align: middle;
  background-color: #000;
  border: none;
}

.contact {
  background-color: #F2F2F2;
  padding: 1rem;
}
@media (min-width: 768px) {
  .contact {
    padding: 1rem 3rem 5rem 3rem;
  }
}
.contact img {
  display: block;
  margin: 40px auto 0 auto;
  width: 90%;
  height: 180px;
}
@media (min-width: 768px) {
  .contact img {
    width: 520px;
    height: 350px;
    margin: 40px auto 0 0;
  }
}
@media (min-width: 1095px) {
  .contact img {
    width: 580px;
    height: 390px;
    position: absolute;
    margin: 60px 170px 0 520px;
  }
}
.contact p:nth-of-type(1) {
  font-size: 28px;
  letter-spacing: 0.068em;
  line-height: 3.3;
}
@media (min-width: 768px) {
  .contact p:nth-of-type(1) {
    font-size: 32px;
    letter-spacing: normal;
    line-height: 2.9;
  }
}
@media (min-width: 1095px) {
  .contact p:nth-of-type(1) {
    margin-top: 138px;
  }
}
.contact p:nth-of-type(2) {
  font-family: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .contact p:nth-of-type(2) {
    width: 510px;
  }
}
@media (min-width: 1095px) {
  .contact p:nth-of-type(2) {
    width: 440px;
    margin-top: 31px;
  }
}
.contact a {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 160px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #000;
}
.contact a button {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  vertical-align: middle;
  background-color: #000;
  border: none;
}

footer {
  width: 100%;
  height: 50px;
  background-color: #525252;
  text-align: center;
  z-index: 1000;
}
footer p {
  font-size: 10px;
  letter-spacing: 0.015em;
  line-height: 50px;
  color: #fff;
}

.about-footer {
  position: relative;
  top: 0;
}

.contact-footer {
  position: relative;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #525252;
  text-align: center;
  z-index: 1000;
}
.contact-footer p {
  font-size: 10px;
  letter-spacing: 0.015em;
  line-height: 50px;
  color: #fff;
}

.vision {
  margin: 148px auto 0 auto;
  width: 345px;
}
@media (min-width: 768px) {
  .vision {
    margin: 172px auto 0 150px;
    width: 415px;
  }
}
@media (min-width: 1095px) {
  .vision {
    margin: 203px auto 0 auto;
    width: 1100px;
  }
}
.vision h4 {
  font-size: 32px;
  letter-spacing: 0.068em;
  line-height: 2.9;
  font-weight: 400;
  margin-top: 148px;
}
@media (min-width: 1095px) {
  .vision h4 {
    margin-left: 226px;
  }
}
.vision h5 {
  font-size: 24px;
  font-weight: 100;
}
@media (min-width: 1095px) {
  .vision h5 {
    margin-left: 226px;
  }
}
.vision p {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1095px) {
  .vision p {
    font-size: 16px;
    margin-left: 226px;
  }
}
.vision .ceo-message {
  background-color: #F0F0F0;
  margin-top: 209px;
  position: relative;
  padding: 0 28px 80px 28px;
}
@media (min-width: 768px) {
  .vision .ceo-message {
    margin: 211px auto 0 94px;
    width: 494px;
  }
}
@media (min-width: 1095px) {
  .vision .ceo-message {
    margin: 264px 100px 0 auto;
    padding: 126px 185px 90px 185px;
    width: 770px;
    height: 756px;
  }
}
.vision .ceo-message .ceo-img {
  background-image: url(../カンプ画像/adult-business-computer-contemporary-380769.png);
  background-repeat: no-repeat;
  background-size: 230% 200%;
  background-position: 47% 70%;
  width: 340px;
  height: 230px;
  position: absolute;
  top: -130px;
  left: -15px;
}
@media (min-width: 768px) {
  .vision .ceo-message .ceo-img {
    width: 320px;
    height: 216px;
    top: -145px;
    left: -214px;
  }
}
@media (min-width: 1095px) {
  .vision .ceo-message .ceo-img {
    width: 420px;
    height: 282px;
    top: -185px;
    left: -200px;
  }
}
.vision .ceo-message h3 {
  padding-top: 132px;
  font-size: 31px;
  letter-spacing: 0.068em;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 768px) {
  .vision .ceo-message h3 {
    padding-top: 115px;
  }
}
@media (min-width: 1095px) {
  .vision .ceo-message h3 {
    padding-top: 0;
    font-size: 32px;
  }
}
.vision .ceo-message p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .vision .ceo-message p {
    font-size: 16px;
  }
}
@media (min-width: 1095px) {
  .vision .ceo-message p {
    margin: 0;
    font-size: 16px;
    margin-top: 31px;
  }
}

.company {
  padding: 0 15px;
  margin-top: 86px;
}
@media (min-width: 1095px) {
  .company {
    max-width: 1100px;
    margin: 126px auto 0px;
  }
}
.company h4 {
  font-size: 32px;
  letter-spacing: 0.068em;
  line-height: 2.9;
  color: #333;
  font-weight: 400;
}
@media (min-width: 768px) {
  .company h4 {
    font-weight: 500;
  }
}
@media (min-width: 1095px) {
  .company h4 {
    border-bottom: 1px solid #DDDDDD;
  }
}
.company dl {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1095px) {
  .company dl {
    margin-left: 250px;
  }
}
.company dl dt {
  width: 50%;
  padding: 24px 0 22px 0;
  font-size: 14px;
  letter-spacing: 0.004em;
  color: #333;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .company dl dt {
    width: 30%;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 1095px) {
  .company dl dt {
    width: 20%;
    padding-left: 0;
  }
}
.company dl dd {
  width: 50%;
  padding: 24px 0 22px 0;
  font-size: 14px;
  letter-spacing: 0.004em;
  color: #333;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .company dl dd {
    width: 70%;
    font-size: 16px;
  }
}
@media (min-width: 1095px) {
  .company dl dd {
    width: 80%;
  }
}
.company dl dt:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}
.company dl dd:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 1095px) {
  .company dl dt:first-of-type {
    border-top: none;
  }
}
@media (min-width: 1095px) {
  .company dl dd:first-of-type {
    border-top: none;
  }
}
.company .map {
  width: 100%;
  height: 470px;
  margin-top: 40px;
  margin-bottom: 80px;
  background-image: url(../カンプ画像/スクリーンショット\ -1.png);
  background-repeat: no-repeat;
  background-position: 57% 50%;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .company .map {
    width: 708px;
    height: 230px;
    margin: 40px auto 80px auto;
  }
}
@media (min-width: 1095px) {
  .company .map {
    width: 100%;
  }
}

.contact-form {
  width: 345px;
  margin: 175px auto 0;
}
@media (min-width: 768px) {
  .contact-form {
    width: 668px;
    margin-top: 221px;
  }
}
@media (min-width: 1095px) {
  .contact-form {
    width: 700px;
    margin-top: 184px;
  }
}
.contact-form p {
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 1.8;
  color: #333;
  text-align: left;
}
@media (min-width: 768px) {
  .contact-form p {
    font-size: 16px;
  }
}
.contact-form .contact-form-wrapper {
  margin-top: 51px;
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper {
    margin-top: 21px;
  }
}
@media (min-width: 1095px) {
  .contact-form .contact-form-wrapper {
    margin-top: 55px;
  }
}
.contact-form .contact-form-wrapper dl dt p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.004em;
  color: #333;
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dt p {
    font-weight: normal;
  }
}
.contact-form .contact-form-wrapper dl dt p span {
  display: inline-block;
  width: 34px;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.004em;
  line-height: 18px;
  color: #fff;
  background-color: #000;
  margin-left: 13px;
  text-align: center;
  vertical-align: middle;
}
.contact-form .contact-form-wrapper dl dt:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 1095px) {
  .contact-form .contact-form-wrapper dl dt:not(:first-child) {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dd {
    display: flex;
  }
}
.contact-form .contact-form-wrapper dl dd div {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dd div {
    margin-top: 21px;
  }
}
@media (min-width: 1095px) {
  .contact-form .contact-form-wrapper dl dd div {
    margin-top: 23px;
  }
}
.contact-form .contact-form-wrapper dl dd div:first-child {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dd div:first-child {
    margin-top: 21px;
  }
}
@media (min-width: 1095px) {
  .contact-form .contact-form-wrapper dl dd div:first-child {
    margin-top: 23px;
  }
}
.contact-form .contact-form-wrapper dl dd .contact-type {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dd .contact-type {
    flex-direction: row;
  }
}
.contact-form .contact-form-wrapper dl dd .contact-type input {
  opacity: 0;
}
.contact-form .contact-form-wrapper dl dd .contact-type label {
  font-size: 16px;
  color: #333;
}
.contact-form .contact-form-wrapper dl dd .contact-type .wpcf7-list-item {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dd .contact-type .wpcf7-list-item {
    margin-left: 2em;
  }
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dd .contact-type .wpcf7-list-item:first-child {
    margin-left: 0.5em;
  }
}
.contact-form .contact-form-wrapper dl dd .contact-type .wpcf7-list-item-label {
  position: relative;
}
.contact-form .contact-form-wrapper dl dd .contact-type .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  padding: 2px;
  background-clip: content-box;
}
.contact-form .contact-form-wrapper dl dd .contact-type input:checked + .wpcf7-list-item-label:before {
  background-color: #000;
}
.contact-form .contact-form-wrapper dl dd p {
  width: 100%;
}
.contact-form .contact-form-wrapper dl dd p .wpcf7-form-control-wrap .wpcf7-text {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
}
.contact-form .contact-form-wrapper dl dd p .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
  height: 150px;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .contact-form .contact-form-wrapper dl dd p .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 200px;
  }
}
.contact-form .privacy-policy p {
  font-size: 16px;
  letter-spacing: 0.004em;
  color: #272727;
  margin-top: 43px;
}
.contact-form .privacy-policy div {
  width: 100%;
  height: 226px;
  border: 1px solid #333;
  padding: 5px;
  overflow: scroll;
}
.contact-form .privacy-policy div p {
  font-size: 14px;
  letter-spacing: 0.004em;
  line-height: 1.8;
  color: #333;
  margin-top: 0;
}
@media (min-width: 768px) {
  .contact-form .privacy-policy div p {
    font-size: 16px;
  }
}
.contact-form .privacy-policy div p:first-child {
  font-weight: 600;
}
.contact-form .consent {
  margin: 40px auto 0 auto;
}
@media (min-width: 768px) {
  .contact-form .consent {
    margin-top: 42px;
  }
}
@media (min-width: 1095px) {
  .contact-form .consent {
    margin-top: 43px;
  }
}
.contact-form .consent .wpcf7-list-item {
  margin-left: 0.5em;
}
.contact-form .consent .wpcf7-list-item input {
  opacity: 0;
}
.contact-form .consent .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  margin-left: 0.3em;
}
.contact-form .consent .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  padding: 2px;
  background-clip: content-box;
}
.contact-form .consent .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-color: #000;
}
.contact-form .submit-btn {
  margin: 40px auto 80px auto;
}
@media (min-width: 768px) {
  .contact-form .submit-btn {
    margin: 40px auto 197px auto;
  }
}
@media (min-width: 1095px) {
  .contact-form .submit-btn {
    margin: 41px auto 120px auto;
  }
}
.contact-form .submit-btn p input {
  width: 80px;
  height: 30px;
  display: block;
  margin: 0 auto;
  border-radius: 5%;
  font-size: 14px;
  letter-spacing: 0.015em;
  line-height: 2.2;
  color: #fff;
  background-color: #000;
}

.single-post header {
  background-color: #525252;
  height: 80px;
}
.single-post .thumbnail {
  width: 70vw;
  height: 30vh;
  margin: 30px auto 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .single-post .thumbnail {
    width: 70vw;
    height: 30vh;
  }
}
@media (min-width: 1095px) {
  .single-post .thumbnail {
    width: 50vw;
    height: 50vh;
  }
}
.single-post .thumbnail .attachment-post-thumbnail {
  width: 100%;
  height: 100%;
}
.single-post .thumbnail h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
}
.single-post ul {
  text-align: right;
  margin: 20px 30px 0 0;
}
@media (min-width: 768px) {
  .single-post ul {
    margin-right: 40px;
  }
}
@media (min-width: 1095px) {
  .single-post ul {
    margin-right: 80px;
  }
}
.single-post .content {
  width: 90vw;
  margin: 30px auto;
  padding: 30px;
  background-image: url(../カンプ画像/cement-texture.jpg);
}

.single-works header {
  background-color: #525252;
  height: 80px;
}
.single-works main h2 {
  margin-top: 3rem;
  text-align: center;
}
.single-works main .thumbnail {
  text-align: center;
  margin: 30px auto 0 auto;
  width: 70vw;
  height: 30vh;
}
@media (min-width: 768px) {
  .single-works main .thumbnail {
    width: 50vw;
    height: 50vh;
  }
}
.single-works main .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.single-works main dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.single-works main dl dt {
  width: 30%;
  text-align: right;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
}
.single-works main dl dd {
  width: 70%;
  text-align: left;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
}
.single-works footer {
  margin-top: 2rem;
}

.page-template-default {
  text-align: center;
}
.page-template-default header {
  background-color: #525252;
}
.page-template-default h2 {
  font-size: 2rem;
  padding-top: 7rem;
  margin-bottom: 1rem;
}
.page-template-default .performance-wrapper {
  width: 90vw;
  margin: 0px auto;
}
.page-template-default .performance-wrapper article {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 5px;
  padding: 1rem;
  background-color: #f2f2f2;
}
.page-template-default .performance-wrapper article dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  color: #000;
}
.page-template-default .performance-wrapper article dl dt {
  width: 30%;
  text-align: right;
  padding-right: 0.5rem;
}
.page-template-default .performance-wrapper article dl dd {
  width: 70%;
  text-align: left;
  padding-left: 0.5rem;
}
.page-template-default .performance-wrapper article p {
  color: #000;
}
.page-template-default .performance-wrapper article p img {
  display: inline-block;
  width: 300px;
  height: 150px;
}
.page-template-default .performance-wrapper article p:visited {
  color: #000;
}
.page-template-default .performance-wrapper article span {
  display: inline-block;
  color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #525252;
  border-radius: 5px;
}

.post-type-archive-works {
  text-align: center;
}
.post-type-archive-works header {
  background-color: #525252;
}
.post-type-archive-works h2 {
  font-size: 2rem;
  padding-top: 7rem;
  margin-bottom: 1rem;
}
.post-type-archive-works .performance-wrapper {
  width: 90vw;
  margin: 0px auto;
}
.post-type-archive-works .performance-wrapper article {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 5px;
  padding: 1rem;
  background-color: #f2f2f2;
}
.post-type-archive-works .performance-wrapper article dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  color: #000;
}
.post-type-archive-works .performance-wrapper article dl dt {
  width: 30%;
  text-align: right;
  padding-right: 0.5rem;
}
.post-type-archive-works .performance-wrapper article dl dd {
  width: 70%;
  text-align: left;
  padding-left: 0.5rem;
}
.post-type-archive-works .performance-wrapper article p img {
  display: inline-block;
  width: 300px;
  height: 150px;
}
.post-type-archive-works .performance-wrapper article span {
  display: inline-block;
  color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #525252;
  border-radius: 5px;
}
.post-type-archive-works footer {
  position: relative;
  top: 0;
  margin-top: 2rem;
}/*# sourceMappingURL=main.css.map */