@charset "utf-8";

@media print, screen {
  #contact {
    background-color: var(--grayf2-color);
  }
  #contact section {
    padding: 30px 0 0;
  }
  #contact .tit__jp {
    margin-bottom: 50px;
    color: var(--main-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
  #contact .sec01 {
    margin: 0 auto;
    width: 100%;
  }
  #contact .sec01 .inner {
    margin: 0 auto;
    padding: 40px 0 140px;
    width: 100%;
    max-width: 1200px;
  }
  #contact .sec01 .inner .anchor__menu {
    justify-content: left;
    gap: 20px;
    margin: 0 auto;
    padding: 0 0 60px;
    width: 100%;
  }
  #contact .sec01 .inner .anchor__menu li {
    width: 32%;
  }
  #contact .sec01 .inner .anchor__menu li a {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    height: 76px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    background-color: var(--white);
    background-image: url(../../images/src/contact/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 21px auto;
    border-radius: 14px;
    filter: drop-shadow(0 2px 4px rgba(77, 77, 77, 0.2));
    box-sizing: border-box;
  }
  #contact .sec01 .inner .block {
    width: 100%;
  }
  #contact .sec01 .inner .block + .block {
    margin-top: 20px;
  }
  #contact .sec01 .inner .block .faq__tit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 40px;
    height: 60px;
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.666;
    letter-spacing: 0.1em;
    background-color: var(--main-color);
    cursor: pointer;
    background-image: url(../../images/src/contact/icon_ttl_plus.svg);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: right 40px center;
  }
  #contact .sec01 .inner .block .faq__tit.active {
    background-image: url(../../images/src/contact/icon_ttl_minus.svg)
  }
  #contact .sec01 .inner .block .panel {
    display: none;
    margin-bottom: 100px;
  }
  #contact .sec01 .inner .block dl {
    width: 100%;
    background-color: var(--white);
    border-radius: 14px;
    filter: drop-shadow(0 2px 6px rgba(77, 77, 77, 0.2));
  }
  #contact .sec01 .inner .block dl + dl {
    margin-top: 20px;
  }
  #contact .sec01 .inner .block dl dt {
    padding: 20px 100px 20px 108px;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 2;
    background-image: url(../../images/src/contact/icon_q.png),
      url(../../images/src/contact/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: left 40px center, right 40px center;
    background-size: 35px auto, 25px auto;
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
  }
  #contact .sec01 .inner .block dl dt.active {
    background-image: url(../../images/src/contact/icon_q.png),
      url(../../images/src/contact/icon_minus.svg);
  }
  #contact .sec01 .inner .block dl dd {
    display: none;
    padding: 0 100px 40px 108px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    background-image: url(../../images/src/contact/icon_a.png);
    background-repeat: no-repeat;
    background-position: 40px 0;
    background-size: 35px auto;
    box-sizing: border-box;
  }
  #contact .sec01 .inner .block dl dd a {
    text-decoration: underline;
    font-weight: bold;
  }
}
@media screen and (max-width: 1300px) {
  #contact section {
    padding: 2.3vw 0 0;
  }
  #contact .tit__jp {
    margin-bottom: 3.846vw;
    font-size: 3.07vw;
  }
  #contact .sec01 .inner {
    padding: 3.07vw 0 10.769vw;
    width: 92.3%;
  }
  #contact .sec01 .inner .anchor__menu {
    gap: 1.538vw;
    padding: 0 0 4.615vw;
  }
  #contact .sec01 .inner .anchor__menu li a {
    padding: 1.538vw;
    height: 5.846vw;
    font-size: 1.384vw;
    background-position: right 1.538vw center;
    background-size: 1.615vw auto;
  }
  #contact .sec01 .inner .block + .block {
    margin-top: 10.769vw;
  }
  #contact .sec01 .inner .block .faq__tit {
    margin-bottom: 3.07vw;
    padding: 0 3.07vw;
    height: 4.615vw;
    font-size: 1.846vw;
  }
  #contact .sec01 .inner .block dl + dl {
    margin-top: 3.07vw;
  }
  #contact .sec01 .inner .block dl dt {
    padding: 3.07vw 7.692vw 3.07vw 8.3vw;
    font-size: 1.538vw;
    background-position: left 3.07vw center, right 3.07vw center;
    background-size: 3.846vw auto, 1.923vw auto;
  }
  #contact .sec01 .inner .block dl dd {
    padding: 0 7.692vw 3.07vw 8.3vw;
    font-size: 1.384vw;
    background-position: 3.07vw 0;
    background-size: 3.846vw auto;
  }
}
@media screen and (max-width: 768px) {
  #contact section {
    padding: 5.434vw 0 0;
  }
  #contact .tit__jp {
    margin-bottom: 7.246vw;
    font-size: 6.28vw;
  }
  #contact .sec01 .inner {
    padding: 0 0 19.323vw;
    width: 94.2%;
    max-width: inherit;
  }
  #contact .sec01 .inner .anchor__menu {
    justify-content: space-between;
    gap: 2.898vw 0;
    padding: 0 0 12vw;
  }
  #contact .sec01 .inner .anchor__menu li {
    width: 48.717%;
    max-width: inherit;
  }
  #contact .sec01 .inner .anchor__menu li:last-of-type {
    margin: 0 auto;
  }
  #contact .sec01 .inner .anchor__menu li a {
    justify-content: center;
    align-items: flex-start;
    padding: 2.415vw 0;
    height: 21.497vw;
    font-size: 3vw;
    line-height: 1.5;
    text-align: center;
    background-position: center bottom 2.415vw;
    background-size: 5vw auto;
  }
  #contact .sec01 .inner .block + .block {
    margin-top: 4.5vw;
  }
  #contact .sec01 .inner .block .faq__tit {
    justify-content: left;
    margin-bottom: 4.83vw;
    padding: 0 0 0 4vw;
    height: 14.5vw;
    font-size: 4vw;
    background-position: right 4.83vw center;
    background-size: 4vw auto;
  }
  #contact .sec01 .inner .block dl + dl {
    margin-top: 4.83vw;
  }
  #contact .sec01 .inner .block dl dt {
    padding: 3.83vw 13.647vw 3.83vw 13vw;
    font-size: 3.381vw;
    background-position: left 3.83vw top 4vw, right 4.83vw center;
    background-size: 6.695vw auto, 4vw auto;
  }
  #contact .sec01 .inner .block dl dd {
    padding: 0 13.647vw 4.83vw 13vw;
    font-size: 3.381vw;
    background-position: 3.83vw 0;
    background-size: 6.695vw auto;
  }
}
@media print, screen {
  #contact .sec02 {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    background-color: var(--white);
  }
  #contact .sec02 .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
  }
  #contact .sec02 .inner .icon {
    margin: 0 auto 30px;
    width: 3.1%;
    max-width: 31px;
  }
  #contact .sec02 .inner .contact__tit {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-indent: 0.16em;
  }
  #contact .sec02 .inner .contact__text {
    padding: 0 0 55px;
    line-height: 2;
  }
  #contact .sec02 .inner .contact__text p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  #contact .sec02 .inner .contact__text p + p {
    margin-top: 15px;
  }
  #contact .sec02 .inner table,
  #contact .sec02 .inner table th,
  #contact .sec02 .inner table td {
    border: 0;
    border-collapse: collapse;
  }
  #contact .sec02 .inner table {
    margin: 0 0 40px;
    width: 100%;
    border-top: 1px solid var(--black);
  }
  #contact .sec02 .inner table th,
  #contact .sec02 .inner table td {
    padding: 15px 0 15px 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.33;
    text-align: left;
    letter-spacing: 0.1em;
    vertical-align: top;
    border-bottom: 1px solid var(--black);
    box-sizing: border-box;
  }
  #contact .sec02 .inner table th {
    width: 23%;
  }
  #contact .sec02 .inner table td {
    width: 77%;
  }
  #contact .sec02 .inner table td .member {
    justify-content: flex-start;
  }
  #contact .sec02 .inner table td .member li {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.1em;
  }
  #contact .sec02 .inner table td span {
    margin-right: 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.1em;
  }
  #contact .sec02 .inner table td span.mei {
    /* margin: 0 28px; */
    font-size: 18px;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.1em;
  }
  /*radio*/
  #contact .sec02 .inner table td .mwform-radio-field {
    /*display: block;*/
  }
  .mwform-radio-field-text {
    position: relative;
  }
  #contact .sec02 .inner table td label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 16px;
    margin-left: 20px;
    position: relative;
  }
  .radio-input {
    appearance: none;
    position: absolute;
  }
  .mwform-radio-field-text {
  }
  .mwform-radio-field-text::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
  }
  .mwform-radio-field-text::after {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .radio-input:checked + .mwform-radio-field-text::after {
    opacity: 1;
  }
  /* .radio-input {
    display: none;
  }
  .radio-input + label {
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
  }
  .radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .radio-input:checked + label {
    color: #000;
  }
  .radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
  } */
  textarea {
    padding: 5px;
    width: 70%;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid var(--grayf3-color);
  }
  input[type="text"] {
    padding: 10px;
    margin: 0 20px 0 0;
    width: 20%;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid var(--grayf3-color);
  }
  input[type="email"] {
    padding: 10px;
    width: 70%;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid var(--grayf3-color);
  }
  #contact .sec02 .inner .note {
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #contact .sec02 .inner .note02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #contact .sec02 .inner .note02 a {
    color: #353f41;
    text-decoration: underline;
  }
  #contact .sec02 .inner .note02 a:hover {
    text-decoration: none;
  }
  #contact .sec02 .inner .btn__area {
    margin: 0 auto 38px;
    width: 100%;
    max-width: 820px;
    justify-content: center;
    gap: 0 10px;
  }
  #contact .sec02 .inner .btn__area input {
    width: 45.12%;
    max-width: 370px;
  }
  #contact .sec02 .inner .btn__area input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 78px;
    color: var(--white);
    background-color: #999;
    border: 1px solid #999;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
  }
  #contact .sec02 .inner .btn__area input[type="submit"]:hover {
    background-color: var(--white);
  }
  #contact .sec02 .inner .btn__area input.send[type="submit"] {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }
  #contact
    .sec02
    .inner
    .btn__area
    input.send[type="submit"]:hover {
    background-color: var(--white);
  }
  #contact .sec02 .inner .btn__area input[type="submit"] {
    padding: 0 0 0 53px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    background-image: url(../../images/src/contact/arrow_prev.svg);
    background-repeat: no-repeat;
    background-position: 140px center;
    background-size: 37px auto;
  }
  #contact .sec02 .inner .btn__area input[type="submit"]:hover {
    color: #999;
    background-image: url(../../images/src/contact/arrow_prev02.svg);
  }
  #contact .sec02 .inner .btn__area input.send[type="submit"] {
    padding: 0 53px 0 0;
    background-image: url(../../images/src/contact/arrow_next.svg);
    background-position: right 70px center;
  }
  #contact
    .sec02
    .inner
    .btn__area
    input.send[type="submit"]:hover {
    color: var(--main-color);
    background-image: url(../../images/src/contact/arrow_next02.svg);
  }
  #contact .under__menu {
    padding: 145px 0 120px;
  }
}
@media screen and (max-width: 1200px) {
  #contact .sec02 {
    padding: 4.615vw 0;
  }
  #contact .sec02 .inner {
    width: 83.333%;
    max-width: 1000px;
  }
  #contact .sec02 .inner .icon {
    margin: 0 auto 2.5vw;
  }
  #contact .sec02 .inner .contact__tit {
    margin-bottom: 2.08vw;
    font-size: 2.166vw;
  }
  #contact .sec02 .inner .contact__text {
    padding: 0 0 4.538vw;
  }
  #contact .sec02 .inner .contact__text p {
    font-size: 1.333vw;
  }
  #contact .sec02 .inner .contact__text p + p {
    margin-top: 1.25vw;
  }
  #contact .sec02 .inner table {
    margin: 0 0 3.333vw;
  }
  #contact .sec02 .inner table th,
  #contact .sec02 .inner table td {
    padding: 1.25vw 0 1.25vw 3.166vw;
    font-size: 1.5vw;
  }
  #contact .sec02 .inner table td .member li {
    font-size: 1.5vw;
  }
  #contact .sec02 .inner table td span {
    margin-right: 2.333vw;
    font-size: 1.5vw;
  }
  #contact .sec02 .inner table td span.mei {
    margin: 0 2.333vw;
    font-size: 1.5vw;
  }
  /*radio*/
  /* .radio-input + label {
    padding-left: 2.083vw;
    margin-right: 1.666vw;
  }
  .radio-input + label::before {
    top: 0.5vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .radio-input:checked + label::after {
    top: 0.75vw;
    left: 0.25vw;
    width: 0.916vw;
    height: 0.916vw;
  } */
  textarea {
    padding: 0.416vw;
    font-size: 1.5vw;
  }
  input[type="text"] {
    padding: 0.833vw;
    font-size: 1.5vw;
  }
  input[type="email"] {
    padding: 0.833vw;
    font-size: 1.5vw;
  }
  #contact .sec02 .inner .note {
    margin-bottom: 2.916vw;
    font-size: 1.166vw;
  }
  #contact .sec02 .inner .note02 {
    font-size: 1.166vw;
  }
  #contact .sec02 .inner .btn__area {
    margin: 0 auto 3.166vw;
    width: 68.333%;
  }
  #contact .sec02 .inner .btn__area input[type="submit"] {
    height: 6.5vw;
  }
  #contact .sec02 .inner .btn__area input[type="submit"] {
    padding: 0 0 0 4.416vw;
    font-size: 1.333vw;
    background-position: 8vw center;
    background-size: 3vw auto;
  }
  #contact .sec02 .inner .btn__area input.send[type="submit"] {
    padding: 0 4.416vw 0 0;
    background-position: right 3vw center;
  }
  #contact
    .sec02
    .inner
    .btn__area
    input.send[type="submit"]:hover {
    color: var(--main-color);
    background-image: url(../../images/src/contact/arrow_next02.svg);
  }
  #contact .under__menu {
    padding: 12vw 0 10vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .sec02 {
    padding: 10.628vw 0;
  }
  #contact .sec02 .inner {
    width: 94.2%;
    max-width: inherit;
  }
  #contact .sec02 .inner .icon {
    margin: 0 auto 4.83vw;
    width: 7.487%;
    max-width: inherit;
  }
  #contact .sec02 .inner .contact__tit {
    margin-bottom: 4.589vw;
    font-size: 3.864vw;
  }
  #contact .sec02 .inner .contact__text {
    margin: 0 auto;
    padding: 0 0 9.42vw;
    width: 87.18%;
  }
  #contact .sec02 .inner .contact__text p {
    font-size: 3.381vw;
    text-align: left;
  }
  #contact .sec02 .inner .contact__text p + p {
    margin-top: 4vw;
  }
  #contact .sec02 .inner table {
    margin: 0 0 40px;
  }
  #contact .sec02 .inner table th,
  #contact .sec02 .inner table td {
    display: block;
    padding: 5.434vw 6vw;
    font-size: 3.381vw;
  }
  #contact .sec02 .inner table th {
    padding: 5.434vw 6vw 0;
    width: 100%;
    border-bottom: none;
  }
  #contact .sec02 .inner table td {
    padding: 1vw 6vw 5.434vw;
    width: 100%;
  }
  #contact .sec02 .inner table td .member {
    justify-content: flex-start;
  }
  #contact .sec02 .inner table td .member li {
    justify-content: flex-start;
    font-size: 3.381vw;
  }
  #contact .sec02 .inner table td span {
    display: inline-block;
    /* margin-right: 8.454vw; */
    font-size: 3.381vw;
  }
  #contact .sec02 .inner table td span + input {
    margin-top: 4vw;
  }
  #contact .sec02 .inner table td span.mei {
    margin: 0 2.333vw 0 0;
    font-size: 3.381vw;
  }
  /*radio*/
  /* .radio-input + label {
    padding-left: 6.884vw;
  }
  .radio-input + label::before {
    top: 0;
    width: 4.83vw;
    height: 4.83vw;
  }
  .radio-input:checked + label::after {
    top: 1vw;
    left: 1vw;
    width: 3.381vw;
    height: 3.381vw;
  } */
  textarea {
    padding: 5px;
    width: 100%;
    font-size: 3.381vw;
    box-sizing: border-box;
  }
  
  textarea:focus {
font-size: 16px; /* 入力時は16pxでズーム防止 */
}
  
  input[type="text"] {
    padding: 10px;
    width: 78%;
    font-size: 3.381vw;
    box-sizing: border-box;
  }
  
  input[type="text"]:focus {
font-size: 16px; /* 入力時は16pxでズーム防止 */
}
  
  input[type="email"] {
    padding: 10px;
    width: 100%;
    font-size: 3.381vw;
    box-sizing: border-box;
  }
  #contact .sec02 .inner .note {
    margin-bottom: 4.83vw;
    font-size: 2.898vw;
  }
  #contact .sec02 .inner .note02 {
    font-size: 2.898vw;
  }
  #contact .sec02 .inner .btn__area {
    gap: 5.676vw 0;
    margin: 0 auto 6vw;
    width: 94.87%;
    max-width: inherit;
  }
  #contact .sec02 .inner .btn__area li {
    width: 100%;
    max-width: inherit;
  }
  #contact .sec02 .inner .btn__area input[type="submit"] {
    height: 18.84vw;
  }
  #contact .sec02 .inner .btn__area input[type="submit"] {
    padding: 0 0 0 13.647vw;
    font-size: 3.864vw;
    background-position: 35vw center;
    background-size: 8.937vw auto;
  }
  #contact .sec02 .inner .btn__area input.send[type="submit"] {
    padding: 0 13.647vw 0 0;
    background-position: right 20vw center;
  }
  #contact .under__menu {
    padding: 26.328vw 0 19.323vw;
  }
}
