@charset "UTF-8";
@use "../../assets/css/mediaQuery" as *;
:root {
  --pop: "Poppins", serif;
  --rob: "Roboto", serif;
  --wh: #fff;
  --or: #fa6650; }

.mb0 {
  margin-bottom: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.contact {
  background-color: #F6F6F6;
  max-width: inherit; }
  .contact .contact__flow {
    text-align: center; }
    .contact .contact__flow h2 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 4rem;
      line-height: 1.5; }
      @media screen and (max-width: 834px) {
        .contact .contact__flow h2 {
          font-size: 2.2rem;
          margin-bottom: 1rem; } }
    .contact .contact__flow .under__cont-txt {
      text-align: left;
      font-size: 16px;
      line-height: 1.8; }
      @media screen and (max-width: 834px) {
        .contact .contact__flow .under__cont-txt {
          font-size: 14px; } }
      .contact .contact__flow .under__cont-txt span {
        text-decoration: underline; }
  .contact .contact-form {
    background-color: #F5F5F5;
    margin-top: 10rem; }
    @media screen and (max-width: 834px) {
      .contact .contact-form {
        margin-top: 0rem; } }
    .contact .contact-form h3.contact-form__title {
      color: #E0382C;
      font-size: 3.2rem;
      font-weight: 700;
      margin-bottom: 4.2rem; }
      @media screen and (max-width: 834px) {
        .contact .contact-form h3.contact-form__title {
          font-size: 2.2rem;
          margin-bottom: 3rem; } }
  .contact-wrapper {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto; }
  .contact-form {
    padding: 8rem 0 0; }
    @media screen and (max-width: 1200px) {
      .contact-form {
        padding: 6rem 0 0; } }
    @media screen and (max-width: 834px) {
      .contact-form {
        padding: 5rem 0 0; } }
    .contact-form__wrapper {
      display: flex;
      flex-direction: column;
      gap: 5rem 0; }
      @media screen and (max-width: 834px) {
        .contact-form__wrapper {
          gap: 4rem 0; } }
    .contact-form__item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 2rem; }
      @media screen and (max-width: 834px) {
        .contact-form__item {
          flex-direction: column;
          gap: 1rem 0; } }
    .contact-form__lavel {
      width: 20%;
      font-weight: 500;
      font-size: clamp(1.4rem, calc(1vw + 1rem), 1.8rem);
      column-gap: 10px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media screen and (max-width: 834px) {
        .contact-form__lavel {
          font-size: 1.4rem;
          flex-wrap: wrap;
          width: 100%;
          justify-content: flex-start; } }
    .contact-form__parts {
      width: 76%; }
      .contact-form__parts input.form-email,
      .contact-form__parts input.form-text,
      .contact-form__parts input.form-tel,
      .contact-form__parts .form-textarea {
        display: block;
        background-color: #FFFFFF;
        border-radius: 5px; }
      @media screen and (max-width: 834px) {
        .contact-form__parts {
          width: 100%; } }
  .contact input,
  .contact select,
  .contact textarea {
    all: unset;
    appearance: none;
    outline: none;
    padding: 0 1.5rem; }
  .contact input[type="text"],
  .contact input[type="email"],
  .contact input[type="tel"],
  .contact input[type="number"],
  .contact select {
    border-radius: 5px;
    width: 100%;
    height: 60px;
    box-sizing: content-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box; }
    @media screen and (max-width: 834px) {
      .contact input[type="text"],
      .contact input[type="email"],
      .contact input[type="tel"],
      .contact input[type="number"],
      .contact select {
        max-width: 100%; } }
    @media screen and (max-width: 640px) {
      .contact input[type="text"],
      .contact input[type="email"],
      .contact input[type="tel"],
      .contact input[type="number"],
      .contact select {
        height: 40px; } }
  .contact input[type="number"],
  .contact select {
    width: 100%;
    max-width: 400px; }
  .contact input[name="zip"] {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    max-width: 200px; }
    @media screen and (max-width: 834px) {
      .contact input[name="zip"] {
        max-width: 180px;
        display: inline; } }
  .contact select {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    width: 400px; }
    @media screen and (max-width: 640px) {
      .contact select {
        width: 100%; } }
  .contact input[type="text"]::placeholder,
  .contact input[type="email"]::placeholder,
  .contact input[type="tel"]::placeholder,
  .contact textarea::placeholder {
    color: #8c8c8c; }
  .contact input[type="radio"] {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px; }
  .contact .inquiry-item__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem; }
    @media screen and (max-width: 834px) {
      .contact .inquiry-item__list {
        gap: 0 1rem; } }
  .contact .item-label {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2rem;
    border-radius: 10px;
    width: calc(100% / 4 - 1.5rem);
    font-weight: 700;
    white-space: nowrap; }
    @media screen and (max-width: 640px) {
      .contact .item-label {
        width: calc(100% / 2 - 1rem);
        padding: 2rem 1rem; } }
  .contact .item-label__span {
    position: relative;
    cursor: pointer;
    padding-left: 30px; }
    .contact .item-label__span::before, .contact .item-label__span::after {
      content: "";
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      border: 1px solid #ddd;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    .contact .item-label__span::before {
      left: 5px; }
    .contact .item-label__span::after {
      opacity: 0;
      left: 8.4px;
      width: 13px;
      height: 13px; }
  .contact input:checked + span::after {
    opacity: 1; }
  .contact textarea {
    resize: vertical;
    width: 100%;
    height: 300px;
    display: inline-block;
    border-radius: 5px;
    box-sizing: content-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: -webkit-fill-available;
    padding: 3rem; }
    @media screen and (max-width: 834px) {
      .contact textarea {
        height: 200px;
        padding: 2rem;
        max-width: 100%; } }
  .contact__link {
    text-align: center;
    font-size: clamp(2.1rem, calc(2vw + 1rem), 2.4rem);
    width: 248px;
    height: 60px;
    margin: 13rem auto 16rem;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      .contact__link {
        margin: 6rem auto 8rem; } }
    @media screen and (max-width: 834px) {
      .contact__link {
        margin: 4rem auto 5rem; } }
  .contact .mb-10p {
    margin-bottom: 10px; }
  .contact .mb-50 {
    margin-bottom: 5rem; }
    @media screen and (max-width: 834px) {
      .contact .mb-50 {
        margin-bottom: 3rem; } }
  .contact .pt-100 {
    padding-top: 10rem; }
    @media screen and (max-width: 1200px) {
      .contact .pt-100 {
        padding-top: 0; } }
  .contact .form-post-btn {
    background-color: #000;
    color: #fff;
    width: 90%;
    max-width: 230px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 1rem; }
    @media screen and (max-width: 834px) {
      .contact .form-post-btn {
        margin-top: 1rem;
        max-width: 130px;
        height: 45px; } }
    @media (max-width: 449px) {
      .contact .form-post-btn {
        margin: 1rem auto auto;
        display: block; } }
  .contact .zip-addr {
    display: flex;
    flex-direction: column;
    width: calc(100% - 30%); }
    @media screen and (max-width: 834px) {
      .contact .zip-addr {
        width: 100%; } }
  .contact .material-symbols-outlined {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }

.select-item {
  position: relative;
  display: inline-block; }
  @media (max-width: 449px) {
    .select-item {
      display: block; } }
  .select-item i {
    position: absolute;
    top: 50px;
    right: 5%;
    pointer-events: none;
    color: #006a83;
    transform: translateY(-50%); }

@media screen and (max-width: 834px) {
  .zip input {
    display: block; } }

.w-full {
  width: 100%; }

.require-txt {
  margin: 0;
  background-color: #559f40;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 5px 8px; }
  @media screen and (max-width: 834px) {
    .require-txt {
      font-size: 1rem; } }

.non-require-txt {
  margin: 0;
  background-color: #B9BACF;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 10px; }
  @media screen and (max-width: 834px) {
    .non-require-txt {
      font-size: 1rem; } }

.option-txt {
  padding: 0.3rem 1rem 0.2rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  border-radius: 3px; }

.notice-txt {
  margin-left: 1rem;
  font-size: 1.2rem; }
  @media screen and (max-width: 834px) {
    .notice-txt {
      width: 100%;
      margin-left: 0;
      margin-top: 1rem; } }

/* privacy-policy */
.privacypolicy__wrapper {
  font-size: 1.4rem;
  padding: 3rem 3rem;
  line-height: 1.5;
  overflow-y: scroll;
  height: 380px;
  margin-top: 10rem;
  border-radius: 5px;
  border: 1px solid #B9BACF; }
  .privacypolicy__wrapper::-webkit-scrollbar {
    width: 8px;
    background-color: transparent; }
  .privacypolicy__wrapper::-webkit-scrollbar-thumb {
    width: 15px;
    border-radius: 5px;
    padding-right: 0.5rem; }
  @media screen and (max-width: 1200px) {
    .privacypolicy__wrapper {
      padding: 1rem 0 1rem 1.5rem;
      margin-top: 5rem;
      height: 190px; } }
  @media screen and (max-width: 640px) {
    .privacypolicy__wrapper {
      margin-top: 3rem;
      padding: 3rem 0 1rem 1.5rem; } }
.privacypolicy__ttl {
  text-align: justify;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3rem; }
  @media screen and (max-width: 834px) {
    .privacypolicy__ttl {
      margin-bottom: 0;
      font-size: 1.6rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 640px) {
    .privacypolicy__ttl {
      letter-spacing: -1px;
      font-size: 1.6rem;
      margin-bottom: 2rem; } }
.privacypolicy__list {
  margin-top: clamp(3rem, calc(4vw + 1rem), 4rem); }
  .privacypolicy__list-item {
    margin-bottom: clamp(3rem, calc(5vw + 1rem), 5rem); }
    .privacypolicy__list-item ul {
      padding-left: 5%; }
    .privacypolicy__list-item p {
      line-height: 1.7; }
  .privacypolicy__list-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.5;
    position: relative;
    padding-bottom: 1rem; }
    @media screen and (max-width: 640px) {
      .privacypolicy__list-ttl {
        line-height: 1.5; } }
    .privacypolicy__list-ttl::after {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: 0;
      left: 0; }
.privacypolicy__caution {
  margin-top: 2rem; }
.privacypolicy__controller {
  text-align: center;
  margin-top: 10rem; }
  @media screen and (max-width: 834px) {
    .privacypolicy__controller {
      margin-top: 4rem; } }
  .privacypolicy__controller-submit {
    margin: 0 auto 15rem; }
    @media screen and (max-width: 834px) {
      .privacypolicy__controller-submit {
        margin: 0 auto 7rem; } }
    .privacypolicy__controller-submit-wrapper {
      display: inline-block;
      position: relative; }
    .privacypolicy__controller-submit input {
      background-color: #2f3742;
      width: 230px;
      height: 64px;
      line-height: 1;
      border-radius: 40px;
      font-size: 15px;
      max-width: 230px;
      text-align: center;
      color: #fff;
      box-sizing: border-box;
      transition: all .3s;
      display: block; }
      @media screen and (max-width: 834px) {
        .privacypolicy__controller-submit input {
          width: 165px;
          height: 40px; } }
      .privacypolicy__controller-submit input:hover {
        opacity: 0.7; }
      .privacypolicy__controller-submit input:disabled {
        color: #fff;
        background-color: #8c8c8c; }
        .privacypolicy__controller-submit input:disabled:hover {
          opacity: 1; }

/* thanks */
.thanks {
  border-radius: 50px; }
  .thanks .contact__heading-sentence {
    margin-bottom: 3rem;
    text-align: left; }
  .thanks__link {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 75px;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 50px;
    margin: 12rem auto 2rem; }
    @media screen and (max-width: 1200px) {
      .thanks__link {
        margin: 6rem auto; } }
    @media screen and (max-width: 834px) {
      .thanks__link {
        margin: 3em auto;
        max-width: 250px; } }

.back__link a {
  display: block;
  background-color: #003428;
  font-size: 1.4rem;
  font-weight: 700;
  max-width: 180px;
  width: 90%;
  line-height: 50px;
  margin: 5rem auto 0;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative; }
  .back__link a:hover {
    opacity: 0.7; }

.pp-area {
  margin-top: 5rem;
  border-top: 1px solid #B9BACF;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .pp-area {
      flex-direction: column;
      padding-top: 2rem;
      grid-row-gap: 3rem;
      margin-top: 2rem; } }
  .pp-area .pp-area__title {
    width: 40%;
    font-size: 1.4rem;
    font-weight: 500; }
    @media screen and (max-width: 834px) {
      .pp-area .pp-area__title {
        width: 100%; } }
  .pp-area .pp-area__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px; }
    @media screen and (max-width: 834px) {
      .pp-area .pp-area__info {
        width: 100%; } }
    .pp-area .pp-area__info p {
      font-size: 14px; }

.error-page {
  background-color: #F6F6F6;
  padding: 13rem 0; }
  @media screen and (max-width: 834px) {
    .error-page {
      padding: 7rem 0; } }
  .error-page .complete-content {
    text-align: center;
    max-width: 1200px; }
    .error-page .complete-content .under__cont-heading {
      font-size: 3rem;
      font-weight: 500;
      margin-bottom: 4rem;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .error-page .complete-content .under__cont-heading {
          font-size: 2.2rem;
          margin-bottom: 3rem; } }
    .error-page .complete-content .under__cont-txt {
      font-size: 16px;
      line-height: 1.8;
      width: 90%;
      margin: 0 auto 6rem;
      text-align: left; }
      @media screen and (max-width: 834px) {
        .error-page .complete-content .under__cont-txt {
          width: 100%;
          text-align: justify;
          font-size: 1.4rem;
          margin-bottom: 3rem; } }
  .error-page a.btn {
    margin: 4rem auto 0; }
    .error-page a.btn .hover-loop {
      padding: 1rem 5rem; }

.thanks-page {
  background-color: #F6F6F6;
  padding: 13rem 0; }
  @media screen and (max-width: 834px) {
    .thanks-page {
      padding: 7rem 0; } }
  .thanks-page .complete-content {
    text-align: center;
    max-width: 1200px; }
    .thanks-page .complete-content .under__cont-heading {
      font-size: 3rem;
      font-weight: 500;
      margin-bottom: 4rem;
      text-align: center;
      line-height: 1.5; }
      @media screen and (max-width: 834px) {
        .thanks-page .complete-content .under__cont-heading {
          font-size: 2.2rem;
          margin-bottom: 3rem; } }
    .thanks-page .complete-content .under__cont-txt {
      font-size: 16px;
      line-height: 1.8;
      width: 90%;
      margin: 0 auto 6rem;
      text-align: left; }
      @media screen and (max-width: 834px) {
        .thanks-page .complete-content .under__cont-txt {
          width: 100%;
          text-align: justify;
          font-size: 1.4rem;
          margin-bottom: 3rem; } }
      .thanks-page .complete-content .under__cont-txt span {
        text-decoration: underline; }
  .thanks-page a.btn {
    margin: 4rem auto 0; }
    .thanks-page a.btn .hover-loop {
      padding: 1rem 5rem; }

.contact-form__parts1 {
  position: relative; }
  .contact-form__parts1::after {
    content: '※企業名を入力してください。';
    position: absolute;
    color: #E0382C;
    font-size: 14px;
    left: 0;
    bottom: -30px; }
    @media screen and (max-width: 834px) {
      .contact-form__parts1::after {
        font-size: 12px;
        bottom: -20px; } }

.error {
  color: #E0382C;
  display: inline-block;
  margin-top: 5px;
  width: 100%; }

.contact-form__radio .contact-form__parts {
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .contact-form__radio .contact-form__parts {
      flex-wrap: wrap; } }
.contact-form__radio .radio-button-group {
  display: flex;
  gap: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 23%; }
  @media screen and (max-width: 834px) {
    .contact-form__radio .radio-button-group {
      width: 100%; } }
.contact-form__radio .radio-label {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-left: 31px;
  user-select: none; }
  @media screen and (max-width: 834px) {
    .contact-form__radio .radio-label {
      font-size: 14px; } }
.contact-form__radio .radio-label input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 16px;
  height: 16px; }
.contact-form__radio .custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff; }
.contact-form__radio .radio-label input[type="radio"]:checked + .custom-radio::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #887358;
  border-radius: 50%; }
.contact-form__radio .hp-url-input {
  display: block;
  margin-top: 0.5rem;
  height: 60px;
  width: 73%;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #eeeeee; }
  @media screen and (max-width: 834px) {
    .contact-form__radio .hp-url-input {
      height: 40px;
      width: 100%;
      display: block; } }

.contact-form__address .contact-form__parts {
  position: relative; }
  .contact-form__address .contact-form__parts .sign {
    position: absolute;
    top: 6px; }
