@charset "utf-8";

.contact01,
.accordion_header,
.accordion_inner {
  background-image: url(../img/noise.png);
}

.contact01 h1 span,
.contact02 h2 span,
.contact02 p span,
.contact03 .textColor,
.contact03 .textColor02 {
  color: #92993F;
}

.accordion_header,
.accordion_inner,
.contact02 p span,
.contact03 .textColor02 {
  font-weight: bold;
}

/* ----------------------------
          contact01
----------------------------- */
.contact01 {
  background-color: #2A2B1B;
  width: 100%;
  height: auto;
  padding: 7em 3em;
}

.contact01.flexbox {
  gap: 4em;
}

.contact01 h1 {
  font-size: clamp(60px, 6vw, 90px);
  letter-spacing: .1em;
  line-height: 1.2;
}

.contact01 h1 span {
  font-size: clamp(70px, 10vw, 100px);
}

.accordion_header {
  background-color: #EAEBD9;
  color: #39392B;
  font-size: clamp(14px, 1vw, 18px);
  width: 35vw;
  padding: .5em 1em;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: .2s;
}

.accordion_header p {
  margin-left: .5em;
}

.accordion_header:hover {
  opacity: .8;
}

.accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: .2s;
}

.accordion_header .i_box .one_i {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: .2s;
  position: relative;
}

.accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.accordion_header .i_box .one_i::before,
.accordion_header .i_box .one_i::after {
  display: flex;
  content: "";
  background-color: #39392B;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.accordion_header .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}

.accordion_header.open .i_box .one_i:before {
  content: none;
}

.accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion_inner {
  display: none;
  background-color: #EAEBD9;
  border-left: 2px solid #b2bb4e;
  border-right: 2px solid #b2bb4e;
  border-bottom: 2px solid #b2bb4e;
  color: #39392B;
  line-height: 1.6;
  width: 35vw;
  padding: 1em;
  box-sizing: border-box;
}

.accordion_inner .box_one {
  height: auto;
}

.accordion_inner p.txt_a_ac {
  margin: 0;
}

/* ----------------------------
          contact02
  ----------------------------- */
.contact02 {
  background-image: url(../img/contactpage.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 5em 3em;
}

.contact02 h2 {
  font-size: clamp(70px, 7vw, 90px);
  letter-spacing: .1em;
  line-height: 1;
  text-align: left;
}

.contact02 h2 span {
  font-size: clamp(60px, 10vw, 100px);
}

.contact02 form {
  width: 500px;
  margin: 5em 5em 0 auto;
}

.contact02 form .flexbox {
  margin-top: 1em;
}

.contact02 label {
  width: 110px;
}

.contact02 input,
.contact02 textarea,
.contact02 select {
  width: 320px;
}

.contact02 input,
.contact02 select {
  height: 35px;
  padding: 5px;
}

.contact02 textarea {
  height: 200px;
  margin-bottom: 1.5em;
  padding: 10px;
}

.contact02 #submit {
  display: block;
  border: 1px solid #EAEBD9;
  background-color: #EAEBD9;
  color: #2A2B1B;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  transition: all .3s;
  cursor: pointer;
}

.contact02 #submit:hover {
  border: 1px solid #2A2B1B;
  background-color: #2A2B1B;
  color: #EAEBD9;
}

.contact02 p {
  width: 30%;
  margin: 3em auto 0 3em;
}

.contact02 p:nth-of-type(1) {
  line-height: 1.7;
  margin-right: 2em;
}

.contact02 p:nth-of-type(2) {
  line-height: 1.5;
}

/* ----------------------------
          contact03
  ----------------------------- */
.contact03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/noise.png), linear-gradient(#2A2B1B, #8E915D);
  width: 100%;
  height: 100vh;
}

.contact03 .space {
  padding-left: 30px;
}

.contact03 .contact03Text03 {
  margin-top: 70px;
}

.contact03 .catchEN,
.contact03 .catchJA {
  display: flex;
  overflow: hidden;
}

.contact03 .catchEN {
  font-size: clamp(60px, 6vw, 90px);
}

.contact03 .catchJA {
  font-size: clamp(45px, 4vw, 65px);
  letter-spacing: .15em;
}

.contact03 .contact03Text01 p,
.contact03 .contact03Text02 p,
.contact03 .contact03Text03 p,
.contact03 .contact03Text04 p {
  margin: 0;
  opacity: 0;
}

.contact03 .contact03Text01 p,
.contact03 .contact03Text02 p {
  animation: textanimation02 .7s forwards;
}

.contact03 .contact03Text03 p,
.contact03 .contact03Text04 p {
  animation: textanimation02 4s forwards;
}

/* 1文字目 */
.contact03Text01 p:nth-child(1) {
  animation-delay: 1s
}

/* 2文字目 */
.contact03Text01 p:nth-child(2) {
  animation-delay: 1.2s
}

/* 3文字目 */
.contact03Text01 p:nth-child(3) {
  animation-delay: 1.4s
}

/* 4文字目 */
.contact03Text01 p:nth-child(4) {
  animation-delay: 1.8s
}

/* 5文字目 */
.contact03Text01 p:nth-child(5) {
  animation-delay: 2s
}

/* 6文字目 */
.contact03Text01 p:nth-child(6) {
  animation-delay: 2.2s
}

/* 7文字目 */
.contact03Text01 p:nth-child(7) {
  animation-delay: 2.4s
}

/* 8文字目 */
.contact03Text01 p:nth-child(8) {
  animation-delay: 2.6s
}

/* 9文字目 */
.contact03Text01 p:nth-child(9) {
  animation-delay: 2.8s
}

/* 10文字目 */
.contact03Text01 p:nth-child(10) {
  animation-delay: 3s
}

/* 11文字目 */
.contact03Text01 p:nth-child(11) {
  animation-delay: 3.2s
}

/* 12文字目 */
.contact03Text01 p:nth-child(12) {
  animation-delay: 3.4s
}

/* 13文字目 */
.contact03Text01 p:nth-child(13) {
  animation-delay: 3.6s
}

/* 14文字目 */
.contact03Text01 p:nth-child(14) {
  animation-delay: 3.8s
}

/* 15文字目 */
.contact03Text01 p:nth-child(15) {
  animation-delay: 4s
}

/* 16文字目 */
.contact03Text01 p:nth-child(16) {
  animation-delay: 4.2s
}

/* 17文字目 */
.contact03Text01 p:nth-child(17) {
  animation-delay: 4.4s
}

/* 18文字目 */
.contact03Text01 p:nth-child(18),
.contact03Text03 p:nth-child(1) {
  animation-delay: 4.6s
}

/* 19文字目 */
.contact03Text02 p:nth-child(1),
.contact03Text03 p:nth-child(2) {
  animation-delay: 4.8s
}

/* 20文字目 */
.contact03Text02 p:nth-child(2),
.contact03Text03 p:nth-child(3) {
  animation-delay: 5s
}

/* 21文字目 */
.contact03Text02 p:nth-child(3),
.contact03Text03 p:nth-child(4) {
  animation-delay: 5.2s
}

/* 22文字目 */
.contact03Text02 p:nth-child(4),
.contact03Text03 p:nth-child(5) {
  animation-delay: 5.4s
}

/* 22文字目 */
.contact03Text02 p:nth-child(5),
.contact03Text03 p:nth-child(6) {
  animation-delay: 5.6s
}

/* 23文字目 */
.contact03Text02 p:nth-child(6),
.contact03Text03 p:nth-child(7) {
  animation-delay: 5.8s
}

/* 24文字目 */
.contact03Text02 p:nth-child(7),
.contact03Text03 p:nth-child(8) {
  animation-delay: 6s
}

/* 25文字目 */
.contact03Text02 p:nth-child(8),
.contact03Text04 p:nth-child(1) {
  animation-delay: 6.2s
}

/* 26文字目 */
.contact03Text02 p:nth-child(9),
.contact03Text04 p:nth-child(2) {
  animation-delay: 6.4s
}

/* 27文字目 */
.contact03Text02 p:nth-child(10),
.contact03Text04 p:nth-child(3) {
  animation-delay: 6.8s
}

/* 28文字目 */
.contact03Text02 p:nth-child(11),
.contact03Text04 p:nth-child(4) {
  animation-delay: 7s
}

/* 29文字目 */
.contact03Text02 p:nth-child(12),
.contact03Text04 p:nth-child(5) {
  animation-delay: 7.2s
}

/* 30文字目 */
.contact03Text02 p:nth-child(13),
.contact03Text04 p:nth-child(6) {
  animation-delay: 7.4s
}

@keyframes textanimation02 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ----------------------------
           レスポンシブ
----------------------------- */
@media(max-width:800px) {

  /* ----------------------------
          contact01
----------------------------- */
  .contact01 {
    padding: 5em 1em;
  }

  .contact01.flexbox {
    display: block;
  }

  .contact01 h1 {
    font-size: clamp(30px, 12vw, 50px);
  }

  .contact01 h1 span {
    font-size: clamp(50px, 19vw, 70px);
  }

  .accordionWrap {
    margin-top: 2em;
  }

  .accordion_header,
  .accordion_inner {
    font-size: clamp(12px, 3vw, 18px);
    width: 100%;
  }

  .question {
    font-size: clamp(12px, 4vw, 18px);
  }

  /* ----------------------------
        contact02
  ----------------------------- */
  .contact02 {
    padding: 5em 1em;
  }

  .contact02 h2 {
    font-size: clamp(30px, 10vw, 55px);
  }

  .contact02 h2 span {
    font-size: clamp(40px, 15vw, 60px);
  }

  .contact02 form,
  .contact02 p {
    font-size: clamp(14px, 3vw, 16px);
    width: 100%;
  }

  .contact02 #submit:hover {
    border: 1px solid #EAEBD9;
    background-color: #EAEBD9;
    color: #2A2B1B;
  }

  .contact02 p {
    margin: 3em auto 0;
  }

  .contact02 p:nth-of-type(1) {
    margin-right: 1em;
  }

  /* ----------------------------
        contact03
  ----------------------------- */
  .contact03 {
    height: auto;
    padding: 5em 0;
  }

  .contact03 .space {
    padding-left: .5em;
  }

  .contact03 .contact03Text03 {
    margin-top: 2em;
  }

  .contact03 .catchEN {
    font-size: clamp(25px, 7.5vw, 45px);
  }

  .contact03 .catchJA {
    font-size: clamp(20px, 7vw, 40px);
  }

}