@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/jid5chq.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
  padding: 120px 0;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section > h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 40px;
}
section > h3::before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #009d96;
  background-image: url(../../common/images/icon_contact.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  border-radius: 60px;
  display: block;
}
section > h3 span {
  color: #009d96;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .breadcrumb {
  width: calc(100% - 240px);
  max-width: 1280px;
  border-top: solid 1px #4E4E4E;
  border-bottom: solid 1px #4E4E4E;
}
section .breadcrumb:not(:last-child) {
  margin-bottom: 40px;
}
section .breadcrumb > div {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section .breadcrumb > div a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .breadcrumb > div span {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#contact {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#contact .inner {
  width: calc(100% - 240px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#contact .inner:not(:last-child) {
  margin-bottom: 80px;
}
section#contact .inner .lead {
  text-align: left;
  width: calc(40% - 40px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#contact .inner .lead p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#contact .inner .lead p:not(:last-child) {
  margin-bottom: 16px;
}
section#contact .inner .lead p.notice {
  color: #009d96;
}
section#contact .inner .form {
  text-align: left;
  width: calc(60% - 40px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#contact .inner .form h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  gap: 0 16px;
}
section#contact .inner .form h4:not(:last-child) {
  margin-bottom: 32px;
}
section#contact .inner .form h4::before {
  content: "";
  width: 4px;
  display: block;
}
section#contact .inner .form > p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#contact .inner .form > p:not(:last-child) {
  margin-bottom: 40px;
}
section#contact .inner .form .wpcf7 {
  width: 100%;
}
section#contact .inner .form .cf-turnstile {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}
section#contact .inner .form .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#contact .inner .form .line:not(:last-child) {
  padding: 0 0 24px 0;
  margin-bottom: 24px;
  border-bottom: solid 1px #4E4E4E;
}
section#contact .inner .form .line p {
  width: 65%;
}
section#contact .inner .form .line p.item {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 35%;
}
section#contact .inner .form .line p label {
  width: 100%;
}
section#contact .inner .form .line p label > span {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#contact .inner .form .line p label > span > span {
  color: #FF5E00;
  font-weight: 600;
}
section#contact .inner .form .line p input {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 8px;
  border: solid 1px #B6C0CA;
}
section#contact .inner .form .line p select {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #FFF;
  padding: 8px;
  border: solid 1px #B6C0CA;
  height: 40px;
}
section#contact .inner .form .line p textarea {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  border: solid 1px #B6C0CA;
}
section#contact .inner .form .accept {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 16px;
}
section#contact .inner .form .accept:not(:last-child) {
  margin-bottom: 24px;
}
section#contact .inner .form .accept p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#contact .inner .form .accept p > span > span .wpcf7-list-item {
  margin: 0px;
}
section#contact .inner .form .accept p > span > span .wpcf7-list-item input {
  width: 24px;
  height: 24px;
}
section#contact .inner .form .inputbtn {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#contact .inner .form .inputbtn p {
  width: 50%;
}
section#contact .inner .form .inputbtn p input {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #4E4E4E;
  border: none;
  border-radius: 4px;
  transition: all 0.25s ease-in 0s;
}
section#contact .inner .form .inputbtn p input:hover {
  background-color: #009d96;
}
section#contact .inner .form .inputbtn p input[disabled] {
  opacity: 0.25;
  pointer-events: none;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
    padding: 56px 0;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section > h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  section > h3::before {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    border-radius: 40px;
    display: block;
  }
  section > h3 span {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section .breadcrumb {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section .breadcrumb:not(:last-child) {
    margin-bottom: 40px;
  }
  section .breadcrumb > div {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  section .breadcrumb > div a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .breadcrumb > div span {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#contact .inner {
    width: calc(100% - 32px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#contact .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  section#contact .inner .lead {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#contact .inner .lead p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#contact .inner .lead p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#contact .inner .lead p.notice {
    color: #009d96;
  }
  section#contact .inner .form {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#contact .inner .form h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    gap: 0 16px;
  }
  section#contact .inner .form h4:not(:last-child) {
    margin-bottom: 32px;
  }
  section#contact .inner .form h4::before {
    content: "";
    width: 4px;
    display: block;
  }
  section#contact .inner .form > p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#contact .inner .form > p:not(:last-child) {
    margin-bottom: 40px;
  }
  section#contact .inner .form .wpcf7 {
    width: 100%;
  }
  section#contact .inner .form .cf-turnstile {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 1;
  }
  section#contact .inner .form .line {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#contact .inner .form .line:not(:last-child) {
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: solid 1px #4E4E4E;
  }
  section#contact .inner .form .line p {
    width: 100%;
  }
  section#contact .inner .form .line p.item {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
  }
  section#contact .inner .form .line p label {
    width: 100%;
  }
  section#contact .inner .form .line p label > span {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#contact .inner .form .line p label > span > span {
    color: #FF5E00;
    font-weight: 600;
  }
  section#contact .inner .form .line p input {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 8px;
    border: solid 1px #B6C0CA;
  }
  section#contact .inner .form .line p select {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: #FFF;
    padding: 8px;
    border: solid 1px #B6C0CA;
    height: 40px;
  }
  section#contact .inner .form .line p textarea {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    border: solid 1px #B6C0CA;
  }
  section#contact .inner .form .accept {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 8px;
  }
  section#contact .inner .form .accept:not(:last-child) {
    margin-bottom: 24px;
  }
  section#contact .inner .form .accept p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#contact .inner .form .accept p > span > span .wpcf7-list-item {
    margin: 0px;
  }
  section#contact .inner .form .accept p > span > span .wpcf7-list-item input {
    width: 24px;
    height: 24px;
  }
  section#contact .inner .form .inputbtn {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#contact .inner .form .inputbtn p {
    width: 50%;
  }
  section#contact .inner .form .inputbtn p input {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #4E4E4E;
    border: none;
    border-radius: 4px;
    transition: all 0.25s ease-in 0s;
  }
  section#contact .inner .form .inputbtn p input:hover {
    background-color: #009d96;
  }
  section#contact .inner .form .inputbtn p input[disabled] {
    opacity: 0.25;
    pointer-events: none;
  }
}

/*# sourceMappingURL=style_contact.css.map */
