@charset "utf-8";
/* CSS Document */
@media screen and (min-width:768px), print {
  /*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/
  /********** メインビュー **********/
  .main_img {
    background: url("../images/contact/main_img.jpg") no-repeat center / cover;
  }
  /**********  メインエリア ***********/
  .inner {
    width: 900px;
  }
  .tel_info {
    width: 780px;
    border: solid 2px var(--red);
    color: var(--red);
    margin: 0 auto 100px;
    padding-bottom: 25px;
  }
  .tel_info .attention {
    height: 48px;
    line-height: 48px;
    background: var(--red);
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }
  .tel_info dl {
    width: 445px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
  }
  .tel_info dl:last-of-type {
    margin-bottom: 10px;
  }
  .tel_info dl dt {
    width: 260px;
  }
  .tel_info dl dd {
    width: 185px;
    font-size: 3rem;
    font-weight: 700;
  }
  .tel_info .note {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .contact_form {
    margin-bottom: 180px;
  }
  .contact_form h2 {
    margin-bottom: 50px;
  }
  .contact_form .flow {
    display: flex;
    gap: 0 5px;
    width: 750px;
    margin: 0 auto 45px;
  }
  .contact_form .flow li {
    width: calc(100%/3);
    display: block;
    border: solid 1px var(--navy);
    padding: 2px 0;
    transform: skew(-20deg);
    text-align: center;
  }
  .contact_form .flow li.on {
    background: var(--navy);
  }
  .contact_form .flow li span {
    display: block;
    color: var(--navy);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    transform: skew(20deg);
  }
  .contact_form .flow li.on span {
    color: #FFF;
  }
  .form {
    background: #F3F3F3;
    padding: 60px 75px;
  }
  .form input[placeholder], .form textarea {
    font-size: 1.6rem;
  }
  .form dl {
    margin-bottom: 60px;
  }
  .form dl dt {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .form dl dt span.note {
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
  }
  .required {
    display: inline-block;
    background: #D90000;
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 7px;
    margin-right: 10px;
  }
  .form dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .form dl dd.flex {
    height: 4em;
    line-height: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .form dl dd.flex div span, .form dl dd.flex2 span {
    display: flex;
    align-items: center;
  }
  .form dl dd input {
    display: inline-block;
    margin-right: 0.5em;
  }
  input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: -4px;
  }
  .form dl dd input[type="text"], .form dl dd input[type="tel"], .form dl dd input[type="email"] {
    width: 100%;
    height: 45px;
    padding: 0 0.5em;
  }
  .form textarea {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 50px;
    resize: none;
  }
  .form dl dd > span {
    display: inline-block;
    margin-right: 40px;
  }
  .form .policy {
    text-align: center;
    margin-bottom: 20px;
  }
  .form .policy input {
    display: inline-block;
    margin-right: 7px;
  }
  .form .policy a {
    color: #0465A9;
    font-weight: 500;
    background: url("../images/contact/linkto.svg") no-repeat right center / 12px;
    padding-right: 15px;
    margin-right: 3px;
    text-decoration: underline;
    transition: opacity 0.3s;
  }
  .form .policy a:hover {
    opacity: 0.6;
  }
  .form input[type="submit"], .submit-button {
    display: block;
    width: 330px;
    height: 65px;
    border: solid 1px var(--navy);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: var(--navy);
    font-size: 1.6rem;
    font-weight: 600;
    background: url("../images/contact/submit_logo.svg") no-repeat left 50px center / 40px, url("../images/contact/submit_logo_h.svg") no-repeat left 50px center / 0, url("../images/contact/submit_arrow.svg") no-repeat right 50px center / 48px, url("../images/contact/submit_arrow_h.svg") no-repeat right 50px center / 0;
    cursor: pointer;
    margin: 0 auto;
    background-color: #fff;
    transition: background-color 0.3s;
  }
  .form input[type="submit"]:hover, .submit-button:hover {
    background: url("../images/contact/submit_logo.svg") no-repeat left 50px center / 0, url("../images/contact/submit_logo_h.svg") no-repeat left 50px center / 40px, url("../images/contact/submit_arrow.svg") no-repeat right 50px center / 0, url("../images/contact/submit_arrow_h.svg") no-repeat right 50px center / 48px;
    background-color: var(--navy);
    color: #ffffff;
  }
}
@media screen and (max-width:767px) {
  /*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/
  /********** メインビュー **********/
  .main_img {
    background: url("../images/contact/main_img.jpg") no-repeat center / cover;
    width: 100%;
    height: 150px;
    margin-top: 60px;
    position: relative;
  }
  .main_img .inner {
    width: 90%;
    height: 100%;
    position: relative;
  }
  /**********  メインエリア ***********/
  .tel_info {
    width: 100%;
    border: solid 2px var(--red);
    color: var(--red);
    margin: 0 auto 50px;
    padding-bottom: 20px;
  }
  .tel_info .attention {
    background: var(--red);
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    padding: 5px 0;
  }
  .tel_info dl {
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
  }
  .tel_info dl:first-of-type {
    padding-top: 10px;
  }
  .tel_info dl:last-of-type {
    padding-bottom: 15px;
  }
  .tel_info dl dt {
    font-size: 1.4rem;
    width: 105px;
  }
  .tel_info dl dd {
    font-size: 3rem;
    font-weight: 700;
  }
  .tel_info .note {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .contact_form {
    margin-bottom: 60px;
  }
  .contact_form h2 {
    margin-bottom: 50px;
  }
  .contact_form .flow {
    width: 90%;
    display: flex;
    gap: 0 5px;
    margin: 0 auto 20px;
  }
  .contact_form .flow li {
    width: calc(100%/3);
    display: block;
    border: solid 1px var(--navy);
    padding: 2px 0;
    transform: skew(-30deg);
    text-align: center;
  }
  .contact_form .flow li.on {
    background: var(--navy);
  }
  .contact_form .flow li span {
    display: block;
    color: var(--navy);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    transform: skew(30deg);
  }
  .contact_form .flow li.on span {
    color: #FFF;
  }
  .form {
    background: #F3F3F3;
    padding: 30px 1em 40px;
  }
  .form input[placeholder], .form textarea {
    font-size: 1.6rem;
  }
  .form dl {
    margin-bottom: 60px;
  }
  .form dl dt {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .form dl dt span.note {
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
  }
  .required {
    display: inline-block;
    background: #D90000;
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 7px;
    margin-right: 10px;
  }
  .form dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .form dl dd.flex {}
  .form dl dd.flex div span, .form dl dd.flex2 span {
    display: flex;
    align-items: center;
  }
  .form dl dd input {
    display: inline-block;
  }
  input[type="radio"] {
    margin-right: 0.5em;
    width: 20px;
    height: 20px;
  }
  input[type="checkbox"] {
    margin-right: 0.5em;
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  .form dl dd input[type="text"], .form dl dd input[type="tel"], .form dl dd input[type="email"] {
    width: 100%;
    height: 45px;
    padding: 0.5em;
    box-sizing: border-box;
  }
  .form textarea {
    width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
    margin-bottom: 40px;
    resize: none;
  }
  .form dl dd > span {
    display: block;
  }
  .form .policy {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .form .policy input {
    display: inline-block;
    margin-right: 7px;
  }
  .form .policy a {
    color: #0465A9;
    font-weight: 500;
    background: url("../images/contact/linkto.svg") no-repeat right center / 12px;
    padding-right: 15px;
    margin-right: 3px;
    text-decoration: underline;
    transition: opacity 0.3s;
  }
  .form .policy a:hover {
    opacity: 0.6;
  }
  .form input[type="submit"], .submit-button {
    display: block;
    width: 90%;
    height: 65px;
    border: solid 1px var(--navy);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: var(--navy);
    font-size: 1.6rem;
    font-weight: 600;
    background: url("../images/contact/submit_logo.svg") no-repeat left 20px center / 40px, url("../images/contact/submit_logo_h.svg") no-repeat left 20px center / 0, url("../images/contact/submit_arrow.svg") no-repeat right 20px center / 48px, url("../images/contact/submit_arrow_h.svg") no-repeat right 20px center / 0;
    cursor: pointer;
    margin: 0 auto;
    background-color: #ffffff;
    transition: background-color 0.3s;
  }
  .form input[type="submit"]:hover, .submit-button:hover {
    background: url("../images/contact/submit_logo.svg") no-repeat left 20px center / 0, url("../images/contact/submit_logo_h.svg") no-repeat left 20px center / 40px, url("../images/contact/submit_arrow.svg") no-repeat right 20px center / 0, url("../images/contact/submit_arrow_h.svg") no-repeat right 20px center / 48px;
    background-color: var(--navy);
    color: #ffffff;
  }
  input[type="button"], input[type="submit"], input[type="email"], input[type="tel"], input[type="text"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  input[type="checkbox"] {
    border-radius: 0;
  }
}