@charset "UTF-8";
@media screen and (min-width: 320px) and (max-width: 767px) {
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .header-h1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 4rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  section {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  #error_message {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
  }
  html body {
    letter-spacing: 0.1em;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    top: 0;
    background-color: #25375f;
  }
  html body header .logo_header {
    height: 100%;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 50%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .contact_btn {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border: 0.5px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 75px;
  }
  html body header .contact_btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .menu_trigger {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
  }
  html body header .menu_trigger span {
    display: block;
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: white;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  html body header .menu_trigger span:nth-child(1) {
    top: 20px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(2) {
    top: 35px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(3) {
    bottom: 20px;
    width: 50%;
  }
  html body header .close span:nth-child(1) {
    top: 20px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  html body header .close span:nth-child(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  html body header .close span:nth-child(3) {
    top: 32px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  html body .header_transform {
    background-color: white;
  }
  html body .header_transform .contact_btn {
    background-color: #25375f;
  }
  html body .header_transform .contact_btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.2;
    color: white;
  }
  html body .header_transform .menu_trigger span {
    background-color: #25375f;
  }
  html body .nav-wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    overflow: scroll;
    -ms-overflow-style: none;
    /* これを追加 */
    background-color: #25375f;
  }
  html body .nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  html body .nav-wrapper .nav_sp {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body .nav-wrapper .nav_sp ul {
    width: 90%;
  }
  html body .nav-wrapper .nav_sp ul li {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #38528d;
  }
  html body .nav-wrapper .nav_sp ul li a {
    font-size: 0px;
  }
  html body .nav-wrapper .nav_sp ul li a span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    display: inline-block;
    margin-bottom: -12px;
    color: white;
  }
  html body .nav-wrapper .nav_sp ul li a p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    color: white;
    vertical-align: top;
  }
  html body .nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
  }
  html body main {
    margin-top: 70px;
  }
  html body main .FV {
    width: 100vw;
    height: 40vh;
    margin: 0 auto;
    background-image: url(/contact/img/img_contact.jpg);
    background-position: 80% 80%;
    background-size: cover;
    position: relative;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 4rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .contact_content {
    margin-top: 60px;
    padding-bottom: 40px;
    position: relative;
  }
  html body main .contact_content::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #25375f;
    position: absolute;
    bottom: 0;
  }
  html body main .contact_content h1 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.5rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #25375f;
    margin-bottom: 30px;
    text-align: center;
  }
  html body main .contact_content p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    line-height: 2.1;
    width: 100%;
    margin-bottom: 20px;
  }
  html body main .contact_content .tel_content p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 0;
  }
  html body main .contact_content .tel_content .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html body main .contact_content .tel_content .tel img {
    margin-right: 15px;
  }
  html body main .contact_content .tel_content .tel p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2.5rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  html body main .form {
    padding-top: 40px;
  }
  html body main .form .form_text {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  html body main .form form {
    width: 90%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  html body main .form table tbody {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.2;
  }
  html body main .form table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  html body main .form table tbody tr th {
    margin-bottom: 10px;
  }
  html body main .form table tbody tr th span {
    padding: 3px 5px;
    border: 1px solid #25375f;
    color: #25375f;
    margin-right: 10px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    font-weight: 700;
    color: #25375f;
  }
  html body main .form table tbody tr .accept .accept_span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.2;
    font-weight: 700;
    border: none;
    margin-right: 0;
  }
  html body main .form table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html body main .form table tbody tr td input {
    display: inline-block;
    border: 1px solid #969696;
    width: 100%;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding: 10px;
  }
  html body main .form table tbody tr td .textbox {
    width: 100%;
    height: 200px;
    /* 横幅を200pxに指定 */
    border: 1px solid #f4f4f4;
    /* わかりやすくボーダーを引く */
    overflow-y: scroll;
    /* 縦方向にスクロール可能にする */
  }
  html body main .form table tbody tr td .textbox .privacy_policy {
    line-height: 1.6;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    line-height: 1.6;
  }
  html body main .form .contact_btn {
    display: inline-block;
    width: 100%;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #25375f;
    color: white;
    margin-bottom: 30px;
  }
  html body main .form .back_btn {
    display: inline-block;
    width: 100%;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: white;
    border: 1px solid #25375f;
    color: #25375f;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
  }
  html body main .footer .content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    border: 1px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 90%;
  }
  html body main .footer .content__btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .header-h1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 4rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  section {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  #error_message {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .tablet {
    display: flex block !important;
  }
  .not_tablet {
    display: none !important;
  }
  html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
  }
  html body {
    letter-spacing: 0.1em;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    background-color: #25375f;
    top: 0;
  }
  html body header .nav_pc {
    display: none;
  }
  html body header .logo_header {
    margin-left: 20px;
    height: 40px;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 100%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .contact_btn {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border: 0.5px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 75px;
  }
  html body header .contact_btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .menu_trigger {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
  }
  html body header .menu_trigger span {
    display: block;
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: white;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  html body header .menu_trigger span:nth-child(1) {
    top: 20px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(2) {
    top: 35px;
    width: 50%;
  }
  html body header .menu_trigger span:nth-child(3) {
    bottom: 20px;
    width: 50%;
  }
  html body header .close span:nth-child(1) {
    top: 20px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  html body header .close span:nth-child(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  html body header .close span:nth-child(3) {
    top: 32px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  html body .nav-wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
    overflow: scroll;
    -ms-overflow-style: none;
    /* これを追加 */
    background-color: #25375f;
  }
  html body .nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  html body .nav-wrapper .nav_sp {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body .nav-wrapper .nav_sp ul {
    width: 90%;
  }
  html body .nav-wrapper .nav_sp ul li {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #38528d;
  }
  html body .nav-wrapper .nav_sp ul li a {
    font-size: 0px;
  }
  html body .nav-wrapper .nav_sp ul li a span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    display: inline-block;
    margin-bottom: -12px;
    color: white;
  }
  html body .nav-wrapper .nav_sp ul li a p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 2.2;
    color: white;
    vertical-align: top;
  }
  html body .nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
  }
  html body main {
    margin-top: 70px;
  }
  html body main .FV {
    width: 100vw;
    height: 40vh;
    margin: 0 auto;
    background-image: url(/contact/img/img_contact.jpg);
    background-position: 80% 80%;
    background-size: cover;
    position: relative;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 4rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .contact_content {
    margin-top: 60px;
    padding-bottom: 40px;
    position: relative;
    max-width: 1600px;
  }
  html body main .contact_content::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #25375f;
    position: absolute;
    bottom: 0;
  }
  html body main .contact_content h1 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.5rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #25375f;
    margin-bottom: 30px;
    text-align: center;
  }
  html body main .contact_content p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    line-height: 2.1;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  html body main .contact_content .tel_content p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 0;
  }
  html body main .contact_content .tel_content .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .contact_content .tel_content .tel img {
    margin-right: 15px;
  }
  html body main .contact_content .tel_content .tel p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2.5rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  html body main .form {
    width: 90%;
    padding-top: 40px;
  }
  html body main .form .form_text {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  html body main .form form {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  html body main .form table tbody {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.2;
  }
  html body main .form table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  html body main .form table tbody tr th {
    margin-bottom: 10px;
  }
  html body main .form table tbody tr th span {
    padding: 3px 5px;
    border: 1px solid #25375f;
    color: #25375f;
    margin-right: 10px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    font-weight: 700;
    color: #25375f;
  }
  html body main .form table tbody tr .accept .accept_span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.2;
    font-weight: 700;
    border: none;
    margin-right: 0;
  }
  html body main .form table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html body main .form table tbody tr td input {
    display: inline-block;
    border: 1px solid #969696;
    width: 100%;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding: 10px;
  }
  html body main .form table tbody tr td .textbox {
    width: 100%;
    height: 200px;
    /* 横幅を200pxに指定 */
    border: 1px solid #f4f4f4;
    /* わかりやすくボーダーを引く */
    overflow-y: scroll;
    /* 縦方向にスクロール可能にする */
  }
  html body main .form table tbody tr td .textbox .privacy_policy {
    line-height: 1.6;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    line-height: 1.6;
  }
  html body main .form .contact_btn {
    display: inline-block;
    width: auto;
    margin: 30px auto;
    padding: 20px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #25375f;
    color: white;
  }
  html body main .form .back_btn {
    display: inline-block;
    width: auto;
    margin: 30px auto;
    padding: 20px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: white;
    border: 1px solid #25375f;
    color: #25375f;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
    width: 100vw;
    max-width: 100vw;
  }
  html body main .footer .content {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
    max-width: 1600px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    width: 40%;
    min-width: 285px;
    max-width: 400px;
    margin-left: 30px;
  }
  html body main .footer .content__btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .footer .content__btn span a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .content__btn:hover a {
    color: #25375f;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
}

@media screen and (min-width: 1024px) {
  .fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .header-h1 {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #25375f;
    font-size: 4rem;
  }
  .header-h3 {
    margin-top: 5px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  section {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .text {
    width: 90%;
  }
  .text h2 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.8rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  #error_message {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
  }
  html body {
    letter-spacing: 0.1em;
  }
  html body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    background-color: #25375f;
    top: 0;
  }
  html body header .logo_header {
    height: 100%;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .logo_header a {
    display: inline-block;
    height: 50%;
  }
  html body header .logo_header a img {
    height: 100%;
  }
  html body header .nav_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
  }
  html body header .nav_pc ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body header .nav_pc ul li {
    margin-right: 30px;
  }
  html body header .nav_pc ul li a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
  }
  html body header .nav_pc .contact_btn {
    position: relative;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
  }
  html body header .nav_pc .contact_btn a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    display: block;
  }
  html body header .nav_pc .contact_btn::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: white;
    position: absolute;
    left: 0;
  }
  html body main {
    margin-top: 70px;
  }
  html body main .FV {
    width: 100vw;
    height: 40vh;
    margin: 0 auto;
    background-image: url(/contact/img/img_contact.jpg);
    background-position: 80% 80%;
    background-size: cover;
    position: relative;
  }
  html body main .FV__title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .FV__title-slogan {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 4rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  html body main .FV__title-subslogan {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    text-align: center;
    color: white;
    line-height: 2;
  }
  html body main .contact_content {
    margin-top: 60px;
    padding-bottom: 40px;
    position: relative;
    max-width: 1600px;
  }
  html body main .contact_content::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #25375f;
    position: absolute;
    bottom: 0;
  }
  html body main .contact_content h1 {
    font-family: dnp-shuei-mincho-pr6n, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #25375f;
    font-size: 2.5rem;
    font-display: swap;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #25375f;
    margin-bottom: 30px;
    text-align: center;
  }
  html body main .contact_content p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    line-height: 2.1;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  html body main .contact_content .tel_content p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 0;
  }
  html body main .contact_content .tel_content .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .contact_content .tel_content .tel img {
    margin-right: 15px;
  }
  html body main .contact_content .tel_content .tel p {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2.5rem;
    line-height: 2.2;
    font-weight: 600;
    color: #25375f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  html body main .form {
    width: 100%;
    padding-top: 40px;
    max-width: 1600px;
  }
  html body main .form .form_text {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  html body main .form form {
    width: 90%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  html body main .form table {
    width: 100%;
  }
  html body main .form table tbody {
    width: 100%;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.2;
  }
  html body main .form table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  html body main .form table tbody tr th {
    width: 100%;
    margin-bottom: 10px;
  }
  html body main .form table tbody tr th span {
    padding: 3px 5px;
    border: 1px solid #25375f;
    color: #25375f;
    margin-right: 10px;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    font-weight: 700;
    color: #25375f;
  }
  html body main .form table tbody tr .accept .accept_span {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.2;
    font-weight: 700;
    border: none;
    margin-right: 0;
  }
  html body main .form table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html body main .form table tbody tr td input {
    display: inline-block;
    border: 1px solid #969696;
    width: 100%;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    padding: 10px;
  }
  html body main .form table tbody tr td .textbox {
    width: 100%;
    height: 200px;
    /* 横幅を200pxに指定 */
    border: 1px solid #f4f4f4;
    /* わかりやすくボーダーを引く */
    overflow-y: scroll;
    /* 縦方向にスクロール可能にする */
  }
  html body main .form table tbody tr td .textbox .privacy_policy {
    line-height: 1.6;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2.2;
    line-height: 1.6;
  }
  html body main .form .contact_btn {
    display: inline-block;
    width: auto;
    margin: 30px auto;
    padding: 20px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #25375f;
    color: white;
  }
  html body main .form .back_btn {
    display: inline-block;
    width: auto;
    margin: 30px auto;
    padding: 20px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: white;
    border: 1px solid #25375f;
    color: #25375f;
  }
  html body main .footer {
    margin-bottom: 0;
    background-color: #3a4c74;
    padding-top: 50px;
    padding-bottom: 0;
    width: 100vw;
  }
  html body main .footer .content {
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
    max-width: 1600px;
  }
  html body main .footer .content__info-name {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-location {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 5px;
  }
  html body main .footer .content__info-tel {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
    margin-bottom: 40px;
  }
  html body main .footer .content__btn {
    width: 20%;
    min-width: 285px;
    max-width: 400px;
    margin-left: 30px;
  }
  html body main .footer .content__btn span {
    display: block;
    border: 1px solid white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body main .footer .content__btn span a {
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    line-height: 2.2;
    color: white;
  }
  html body main .footer .content__btn:hover a {
    color: #25375f;
  }
  html body main .footer .copyright {
    background-color: #25375f;
    font-family: roboto, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    line-height: 2.2;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
}
/*# sourceMappingURL=contact_style.css.map */