@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@500&display=swap");
body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #263b60;
  font-weight: 500;
  background-color: #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    min-width: 1080px;
  }
  header {
    background-color: #263b60;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header h1 {
    width: 146px;
    margin-left: 60px;
  }
  header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    letter-spacing: 0.2rem;
    margin-right: 40px;
  }
  header nav ul li {
    padding-right: 20px;
  }
  header nav ul li:last-child {
    padding-right: 0;
  }
  header nav a {
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  header nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #1370ce;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header nav a:hover {
    color: #1370ce;
  }
  header nav a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer {
    background-color: #263b60;
    text-align: center !important;
    font-size: 10px !important;
    color: #ffffff;
  }
  footer .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 40px;
  }
  footer .inner h1 {
    width: 100px;
    margin: 0 auto 30px;
  }
  footer .inner p {
    text-align: center !important;
    font-size: 10px !important;
    letter-spacing: 0.06rem !important;
    margin-bottom: 40px !important;
  }
  footer .inner ul {
    letter-spacing: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  footer .inner ul li {
    margin-right: 20px;
    font-size: 12px;
  }
  footer .inner ul li:last-child {
    margin-right: 0;
  }
  footer .inner ul li a {
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  footer .inner ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #1370ce;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  footer .inner ul li a:hover {
    color: #1370ce;
  }
  footer .inner ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .inner .copyright {
    font-size: 8px;
    letter-spacing: 0.08rem;
  }
  #main_message {
    background-image: url(/assets/img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    height: 578px;
  }
  #main_message .inner {
    width: 1080px;
    margin: 0 auto;
  }
  #main_message .inner h2 {
    width: 517px;
    margin: 0 auto 320px;
  }
  #main_message .inner p {
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    padding-bottom: 26px;
  }
  .text-Box {
    background-color: rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 28px 20px 20px;
    border-top: #1370ce 6px solid;
    color: #ffffff;
  }
  .text-Box h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    padding-bottom: 30px;
  }
  .text-Box p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 25px;
  }
  .text-Box a {
    font-size: 14px;
    color: #1370ce;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .text-Box a:hover {
    color: #ffffff;
  }
  #about_Area {
    background-image: url(/assets/img/bg-img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #about_Area .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 57px;
    padding-bottom: 57px;
  }
  #about_Area .inner .text-Box {
    margin-left: 624px;
  }
  #flow_Area {
    background-image: url(/assets/img/bg-img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  #flow_Area .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #flow_Area .inner .text-Box {
    margin-left: 57px;
  }
  #special_Area {
    background-image: url(/assets/img/bg-img03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #special_Area .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #special_Area .inner .text-Box {
    margin-left: 624px;
  }
  #contact_Area {
    background-image: url(/assets/img/bg-img04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 72px;
  }
  #contact_Area .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 72px;
    text-align: center;
    color: #ffffff;
  }
  #contact_Area .inner h3 {
    width: 220px;
    margin: 0 auto;
  }
  #contact_Area .inner .tel {
    font-family: "Lato";
    font-size: 50px;
    letter-spacing: 0.08rem;
    margin-top: 45px;
  }
  #contact_Area .inner .tel span {
    font-size: 75%;
  }
  #contact_Area .inner .reception {
    font-size: 19px;
    letter-spacing: 0.2rem;
    margin-top: 20px;
  }
  #contact_Area .inner a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #contact_Area .inner a:hover {
    opacity: 0.6;
  }
  #contact_Area .inner .contact-btn {
    background-color: #ffffff;
    height: 50px;
    width: 347px;
    border-radius: 25px;
    padding-top: 12px;
    color: #000000;
    font-size: 19px;
    letter-spacing: 0.2rem;
    margin: 45px auto 0;
  }
  #contact_Area .inner .contact-btn::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 21px;
    background-image: url(/assets/img/icon-tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec-link {
    background-color: #33393D;
    color: #ffffff;
  }
  .sec-link .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-link .inner .list-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .sec-link .inner .list-link a {
    width: 30%;
    border: #ffffff 1px solid;
    margin-bottom: 20px;
    position: relative;
  }
  .sec-link .inner .list-link a .item {
    z-index: 104;
    padding: 25px 25px;
    font-size: 12px;
    position: relative;
  }
  .sec-link .inner .list-link a .item::after {
    content: "";
    background-image: url(../img/newwin.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 22px;
    height: 18px;
    position: absolute;
    right: 17px;
    top: 26px;
  }
  .sec-link .inner .list-link a.bgleft::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 103;
    background: #263b60;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .sec-link .inner .list-link a.bgleft:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-navi-Area {
    width: 1080px;
    margin: 20px auto;
    font-size: 12px;
  }
  .page-navi-Area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-navi-Area ul li {
    border-right: 1px solid #000000;
    margin-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .page-navi-Area ul li:last-child {
    border-right: none;
  }
  .page-navi-Area ul li a::after {
    content: "";
    display: inline-block;
    background: url(/assets/img/arrow.svg) 0 0 no-repeat;
    width: 9.5px;
    height: 8px;
    margin-left: 10px;
    margin-right: 20px;
  }
  .page-navi-Area ul li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #1370ce;
  }
  #about .mainArea {
    background-image: url(/assets/img/bg-img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -118px;
    color: #ffffff;
    height: 330px;
  }
  #about .mainArea .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 68px;
    padding-left: 55px;
  }
  #about .mainArea h2 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    padding-bottom: 28px;
  }
  #about .mainArea p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
  }
  #about .mainArea .attention {
    font-size: 11px;
    margin-top: 20px;
    padding-bottom: 68px;
  }
  #about section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #about section h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 50px;
  }
  #about section p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
  }
  #about section .text-box-half {
    background-color: rgba(255, 255, 255, 0.2);
    width: 350px;
    padding: 25px 20px;
    margin-bottom: 40px;
    border-top: #1370ce 6px solid;
    color: #ffffff;
  }
  #about section .text-box-half h4 {
    font-size: 20px;
    letter-spacing: 0.15rem;
    margin-bottom: 20px;
  }
  #about section .text-box-full {
    background-color: rgba(255, 255, 255, 0.2);
    width: 740px;
    padding: 25px 20px;
    border-top: #1370ce 6px solid;
    color: #ffffff;
  }
  #about section .text-box-full h4 {
    font-size: 20px;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
  }
  #about #training {
    width: 1080px;
    margin: 0 auto;
  }
  #about #training .figure-Area {
    width: 630px;
    margin: 0 auto 20px;
  }
  #about #training .figure-Area img {
    width: 100%;
  }
  #about #training .text-flex-wh {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 740px;
    margin: 0 auto;
    padding: 20px 20px 20px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about #training .text-flex-wh h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #about #training .text-flex-wh .box-black {
    color: #1370ce;
    background-color: #000000;
    width: 340px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  #about #training .text-flex-wh .box-black::before {
    content: url(/assets/img/about/arrow-left.svg);
    width: 11px;
    margin-left: -11px;
  }
  #about #training .text-flex-wh .box-black p {
    line-height: 132%;
    text-align: center;
    width: 340px;
  }
  #about #classification {
    background-image: url(/assets/img/about/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }
  #about #classification .inner {
    width: 740px;
    margin: 0 auto;
  }
  #about #classification .flex-BoxArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about #classification .flex-BoxArea .text-box-half {
    margin-bottom: 40px;
  }
  #about #method {
    width: 1080px;
    margin: 0 auto;
  }
  #about #method h3 {
    padding-bottom: 20px;
  }
  #about #method p {
    text-align: center;
    padding-bottom: 20px;
  }
  #about #method .figure-Area {
    width: 580px;
    margin: 0 auto;
  }
  #about #method .figure-Area img {
    width: 100%;
  }
  #about #benefits {
    background-image: url(/assets/img/about/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }
  #about #benefits .inner {
    width: 740px;
    margin: 0 auto;
  }
  #about #benefits .flex-BoxArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about #benefits .flex-BoxArea .text-box-half {
    margin-bottom: 40px;
  }
  #about #benefits .flex-BoxArea .text-box-half:nth-child(4) {
    margin-bottom: 0;
  }
  #about #benefits .flex-BoxArea .text-box-half:nth-child(5) {
    margin-bottom: 0;
  }
  #about #benefits .flex-BoxArea .text-box-full {
    margin-bottom: 40px;
  }
  #flow .mainArea {
    background-image: url(/assets/img/flow/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
    height: 330px;
  }
  #flow .mainArea .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 68px;
    padding-left: 55px;
  }
  #flow .mainArea h2 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    padding-bottom: 28px;
  }
  #flow .mainArea p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 105px;
  }
  #flow section {
    width: 740px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #flow section h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 20px;
  }
  #flow section .arrow::after {
    content: "";
    background: url(/assets/img/flow/arrow.svg) 0 0 no-repeat;
    display: block;
    width: 50px;
    height: 20px;
    background-size: contain;
    margin: 0 auto;
  }
  #flow section .flow-box {
    margin-bottom: 30px;
  }
  #flow section .flow-box .inner {
    border-top: #1370ce 6px solid;
    background-color: #1c2328;
    color: #ffffff;
    padding: 25px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #flow section .flow-box .inner h4 {
    font-family: "Lato";
    font-size: 28px;
    margin-right: 25px;
    color: #1370ce;
  }
  #flow section .flow-box .inner h5 {
    font-size: 20px;
    letter-spacing: 0.2rem;
    line-height: 180%;
    padding-bottom: 10px;
  }
  #flow section .flow-box .inner p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    letter-spacing: 0.04rem;
  }
  #special .mainArea {
    background-image: url(/assets/img/special/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
    height: 330px;
  }
  #special .mainArea .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 68px;
    padding-left: 55px;
  }
  #special .mainArea h2 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    padding-bottom: 28px;
  }
  #special .mainArea p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 65px;
  }
  #special .text-box-Area {
    width: 740px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #special .text-box-Area .text-box {
    width: 350px;
    margin-bottom: 40px;
    background-color: #263b60;
    border-top: #1370ce 6px solid;
  }
  #special .text-box-Area .text-box h4 {
    font-size: 20px;
    letter-spacing: 0.15rem;
    margin-bottom: 20px;
  }
  #special .text-box-Area .text-box p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
  }
  #special .text-box-Area .text-box ul {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    list-style: disc;
    padding-left: 0.5rem;
  }
  #special .text-box-Area .text-box .inner {
    padding: 25px 20px;
    color: #ffffff;
  }
  #special .text-box-Area .text-box .inner .line {
    border-bottom: #ffffff 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #special .text-box-Area .text-box .box-box {
    background-color: #595e61;
    color: #ffffff;
    padding: 1.6rem 20px;
  }
  #special .text-box-Area .text-box .pb-box {
    padding-bottom: 8rem;
  }
  #special .text-box-Area .text-box .pb1rem {
    padding-bottom: 2.7rem;
  }
  #special #difference {
    width: 1080px;
    margin: 75px auto 0;
    padding-bottom: 50px;
  }
  #special #difference h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 50px;
  }
  #special #difference .text-box-Area {
    border-bottom: #263b60 1px solid;
  }
  #special #classification {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #special #classification h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 30px;
  }
  #special #classification .textArea {
    text-align: center;
    padding-bottom: 20px;
  }
  #special #field {
    background-image: url(/assets/img/special/bg-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
  }
  #special #field .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 60px;
  }
  #special #field .inner h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
  }
  #special #field .inner .text {
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    color: #ffffff;
    padding-bottom: 30px;
  }
  #special #field .inner .line-under {
    border-bottom: #ffffff 1px solid;
  }
  #special #field .inner .flex-box-Area {
    width: 740px;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #special #field .inner .flex-box-Area .box-01 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 226px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  #special #field .inner .flex-box-Area .box-01 p {
    font-size: 18px;
    letter-spacing: 0.2rem;
  }
  #special #field .inner .flex-box-Area .box-01 .text-space {
    letter-spacing: -0.02rem;
  }
  #special #field .inner .flex-box-Area .box-02 {
    background-color: rgba(23, 66, 117, 0.7);
    width: 226px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  #special #field .inner .flex-box-Area .box-02 p {
    font-size: 18px;
    letter-spacing: 0.2rem;
    color: #ffffff;
  }
  #special #field .inner .flex-box-Area .box-02 .text-space {
    letter-spacing: -0.02rem;
  }
  #special #field .inner .flex-box-Area .box-03 {
    background-color: rgba(23, 66, 117, 0.7);
    width: 226px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #special #field .inner .flex-box-Area .box-03 p {
    font-size: 18px;
    letter-spacing: 0.05rem;
    line-height: 130%;
    color: #ffffff;
  }
  #special #field .inner .flex-box-Area .mlr {
    margin-left: 31px;
    margin-right: 31px;
  }
  #company .mainArea {
    background-image: url(/assets/img/company/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #ffffff;
    height: 330px;
  }
  #company .mainArea .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 68px;
    padding-left: 55px;
  }
  #company .mainArea h2 {
    font-size: 26px;
    letter-spacing: 0.2rem;
  }
  #company h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  #company p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
  }
  #company #greeting {
    width: 1080px;
    margin: 70px auto 0;
  }
  #company #greeting h3 {
    padding-bottom: 40px;
  }
  #company #greeting p {
    font-size: 16px;
    line-height: 194%;
    text-align: center;
  }
  #company #greeting .flexBox {
    width: 740px;
    background-color: #ffffff;
    margin: 50px auto 65px;
    padding: 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #company #greeting .flexBox p {
    font-size: 12px;
    line-height: 175%;
    text-align: justify;
    width: 460px;
  }
  #company #greeting .flexBox div {
    width: 150px;
  }
  #company #greeting .flexBox div img {
    width: 100%;
  }
  #company #overview {
    background-image: url(/assets/img/company/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }
  #company #overview .inner {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  #company #overview .inner h3 {
    padding-bottom: 25px;
    padding-top: 50px;
  }
  #company #overview .inner p {
    font-size: 12px;
    text-align: center;
    padding-bottom: 45px;
  }
  #company #overview .inner table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 53 0px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
  }
  #company #overview .inner table th {
    width: 10rem;
    font-weight: 500;
    text-align: right;
    color: #1370ce;
  }
  #company #overview .inner table td {
    padding-left: 1rem;
  }
  #company #access {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  #company #access h3 {
    padding-bottom: 25px;
    padding-top: 50px;
  }
  #company #access p {
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
  }
  #company #access .map {
    width: 740px;
    height: 330px;
    margin: 0 auto;
  }
  #contact .mainArea {
    background-image: url(/assets/img/contact/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
    height: 330px;
  }
  #contact .mainArea .inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 68px;
    padding-left: 55px;
  }
  #contact .mainArea h2 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    padding-bottom: 28px;
  }
  #contact .mainArea p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 65px;
  }
  #contact .contact-content {
    width: 740px;
    margin: 0 auto;
    padding-top: 100px;
  }
  #contact .contact-content .formerrors {
    text-align: center;
    color: #c1272d;
    padding-bottom: 20px;
    letter-spacing: 0.2rem;
  }
  #contact .contact-content .contact-input {
    border-bottom: #000000 1px solid;
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
  #contact .contact-content table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 740px;
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
  }
  #contact .contact-content table th {
    font-weight: 500;
    padding: 1rem 0;
  }
  #contact .contact-content table th span {
    background-color: #c1272d;
    color: #ffffff;
    font-size: 12px;
    width: 4rem;
    display: inline-block;
    text-align: center;
    margin-right: 0.5rem;
  }
  #contact .contact-content table .not {
    padding-left: 4.7rem;
  }
  #contact .contact-content table td {
    width: 520px;
    padding: 0.5rem 0;
  }
  #contact .contact-content table td.confirm {
    padding: 1rem 0;
  }
  #contact .contact-content table td input {
    width: 100%;
    background-color: #ffffff;
    padding: 0.5rem;
  }
  #contact .contact-content table td input::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input::-moz-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input:-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input::-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input::placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td span {
    font-size: 0.8rem;
    color: #c1272d;
    display: block;
    margin-top: 5px;
  }
  #contact .contact-content table td textarea {
    width: 100%;
    padding: 0.5rem;
    background-color: #ffffff;
  }
  #contact .contact-content table td textarea::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea::-moz-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea::-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea::placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content .inner {
    width: 500px;
    margin: 0 auto;
  }
  #contact .contact-content .inner h3 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #contact .contact-content .inner p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 30px;
  }
  #contact .contact-content .inner table {
    width: 500px;
  }
  #contact .contact-content .inner table td {
    width: 380px;
  }
  #contact .contact-content .section {
    padding-bottom: 150px;
  }
  #contact .contact-content .section h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    padding-bottom: 70px;
  }
  #contact .contact-content .section p {
    font-size: 14px;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 70px;
  }
  #contact .contact-content .section a {
    font-size: 12px;
  }
  #contact .contact-content .section a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #1370ce;
  }
  #contact h5.policy {
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    padding-bottom: 15px;
  }
  #contact .policy-content {
    font-size: 12px;
    line-height: 175%;
    text-align: justify;
    width: 740px;
    height: 160px;
    overflow-y: scroll;
    padding: 20px 20px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
  }
  #contact .policy-content p {
    padding-bottom: 1rem;
  }
  #contact .accept {
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    padding-bottom: 50px;
  }
  #contact .sumitbtn {
    width: 360px;
    margin: 0 auto 50px;
  }
  #contact .sumitbtn input[type=submit] {
    width: 100%;
    padding: 30px;
    text-align: center;
    background-color: #263b60;
    border: #1370ce 1px solid;
    font-size: 20px;
    color: #1370ce;
  }
  #contact .sumitbtn input[type=submit]:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
  }
  #contact .fixbtn {
    width: 200px;
    margin: 50px auto 20px;
  }
  #contact .fixbtn input[type=submit] {
    width: 100%;
    padding: 10px;
    text-align: center;
    border: #000000 1px solid;
    font-size: 16px;
  }
  #contact .fixbtn input[type=submit]:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  body.scroll-active {
    overflow: hidden;
  }
  header {
    background-color: #263b60;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 10000;
  }
  header .inner {
    padding-top: 4.21875vw;
    padding-bottom: 4.21875vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header h1 {
    width: 25vw;
    margin-left: 4.6875vw;
  }
  header nav {
    position: fixed;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav.panelactive {
    pointer-events: auto;
    opacity: 1;
    z-index: 9999;
    background: rgba(38, 59, 96, 0.95);
  }
  header nav.panelactive .nav-inner {
    width: 70.3125vw;
    margin: 0 auto;
    padding-top: 31.25vw;
  }
  header nav.panelactive .nav-inner h2 {
    margin-bottom: 13.28125vw;
  }
  header nav.panelactive ul {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
  }
  header nav.panelactive ul li {
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-top: #ffffff 1px solid;
  }
  header nav.panelactive ul li:last-child {
    border-bottom: #ffffff 1px solid;
  }
  header nav.panelactive a {
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  header .openbtn {
    position: relative;
    z-index: 10000;
    margin-right: 4.6875vw;
    cursor: pointer;
    width: 7.03125vw;
    height: 3.59375vw;
    background: rgba(255, 255, 255, 0);
    /*×に変化*/
  }
  header .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 1px;
    border-radius: 1px;
    background-color: #ffffff;
    width: 100%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 0;
  }
  header .openbtn span:nth-of-type(2) {
    top: 1.796875vw;
  }
  header .openbtn span:nth-of-type(3) {
    top: 3.59375vw;
  }
  header .openbtn.active span {
    background-color: #fff;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 1.5625vw;
    -webkit-transform: translateY(0.9375vw) rotate(-45deg);
            transform: translateY(0.9375vw) rotate(-45deg);
  }
  header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn.active span:nth-of-type(3) {
    top: 1.5625vw;
    -webkit-transform: translateY(0.9375vw) rotate(45deg);
            transform: translateY(0.9375vw) rotate(45deg);
  }
  footer {
    background-color: #263b60;
    text-align: center;
    font-size: 2.34375vw;
    color: #ffffff;
  }
  footer .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 10.15625vw;
    padding-bottom: 9.375vw;
  }
  footer .inner h1 {
    width: 21.875vw;
    margin: 0 auto 3.59375vw;
  }
  footer .inner p {
    text-align: center !important;
    font-size: 2.34375vw !important;
    letter-spacing: 0.06rem !important;
    margin-bottom: 5.46875vw !important;
  }
  footer .inner ul {
    letter-spacing: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.78125vw;
    z-index: 9000;
  }
  footer .inner ul li {
    margin-right: 3.125vw;
    font-size: 3.125vw;
    margin-bottom: 2.34375vw;
  }
  footer .inner ul li:nth-child(2) {
    margin-right: 0;
  }
  footer .inner ul li:last-child {
    margin-right: 0;
  }
  footer .inner ul li a {
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  footer .inner .copyright {
    font-size: 2.34375vw;
    letter-spacing: 0.08rem;
  }
  #main_message {
    background-image: url(/assets/img/main-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 23.4375vw;
    height: 93svh;
    position: relative;
  }
  #main_message .inner h2 {
    width: 85.9375vw;
    margin: 0 auto;
  }
  #main_message .inner div {
    width: 18.28125vw;
    position: absolute;
    left: calc(50% - 9.0625vw);
    bottom: 6.25vw;
  }
  .text-Box {
    background-color: rgba(0, 0, 0, 0.5);
    width: 78.125vw;
    padding: 4.0625vw 3.59375vw 3.59375vw;
    border-top: #1370ce 1.25vw solid;
    color: #ffffff;
  }
  .text-Box h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    padding-bottom: 4.375vw;
  }
  .text-Box p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 25px;
  }
  .text-Box a {
    font-size: 3.125vw;
    color: #1370ce;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .text-Box a:hover {
    color: #ffffff;
  }
  #about_Area {
    background-image: url(/assets/img/bg-img01-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #about_Area .inner {
    padding-top: 104.375vw;
    padding-bottom: 5.78125vw;
  }
  #about_Area .inner .text-Box {
    margin: 0 auto;
  }
  #flow_Area {
    background-image: url(/assets/img/bg-img02-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #flow_Area .inner {
    padding-top: 99.6875vw;
    padding-bottom: 5.78125vw;
  }
  #flow_Area .inner .text-Box {
    margin: 0 auto;
  }
  #special_Area {
    background-image: url(/assets/img/bg-img03-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #special_Area .inner {
    padding-top: 99.6875vw;
    padding-bottom: 5.78125vw;
  }
  #special_Area .inner .text-Box {
    margin: 0 auto;
  }
  #contact_Area {
    background-image: url(/assets/img/bg-img04-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 40vw;
  }
  #contact_Area .inner {
    padding-top: 40.9375vw;
    text-align: center;
    color: #ffffff;
  }
  #contact_Area .inner h3 {
    width: 37.5vw;
    margin: 0 auto;
  }
  #contact_Area .inner .tel {
    font-family: "Lato";
    font-size: 8.4375vw;
    letter-spacing: 0.08rem;
    margin-top: 7.65625vw;
  }
  #contact_Area .inner .tel span {
    font-size: 75%;
  }
  #contact_Area .inner .reception {
    font-size: 3.125vw;
    letter-spacing: 0.2rem;
    margin-top: 3.125vw;
  }
  #contact_Area .inner a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #contact_Area .inner a:hover {
    opacity: 0.6;
  }
  #contact_Area .inner .contact-btn {
    background-color: #ffffff;
    height: 7.8125vw;
    width: 59.375vw;
    border-radius: 3.90625vw;
    padding-top: 2.1875vw;
    color: #000000;
    font-size: 3.125vw;
    letter-spacing: 0.2rem;
    margin: 5.9375vw auto 0;
  }
  #contact_Area .inner .contact-btn::before {
    content: "";
    display: inline-block;
    width: 5vw;
    height: 3.4375vw;
    background-image: url(/assets/img/icon-tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 2.03125vw;
  }
  .page-navi-Area {
    width: 90.625vw;
    margin: 0 auto;
    font-size: 3.125vw;
  }
  .page-navi-Area ul li {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
  .page-navi-Area ul li a::after {
    content: "";
    display: inline-block;
    background: url(/assets/img/arrow.svg) 0 0 no-repeat;
    width: 2.1875vw;
    height: 1.71875vw;
    margin-left: 1.5625vw;
  }
  #about .mainArea {
    background-image: url(/assets/img/about/bg-img-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    height: 67.65625vw;
  }
  #about .mainArea .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 5.625vw;
  }
  #about .mainArea h2 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    padding-bottom: 3.125vw;
  }
  #about .mainArea p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    width: 45.3125vw;
  }
  #about .mainArea .attention {
    font-size: 3.125vw;
    margin-top: 3.125vw;
    padding-bottom: 7.8125vw;
  }
  #about section {
    padding-top: 8.125vw;
    padding-bottom: 9.375vw;
  }
  #about section h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 9.375vw;
  }
  #about section p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
  }
  #about section .text-box-half {
    background-color: rgba(255, 255, 255, 0.2);
    width: 90.625vw;
    padding: 3.125vw;
    margin-bottom: 40px;
    border-top: #1370ce 1.25vw solid;
    color: #ffffff;
  }
  #about section .text-box-half h4 {
    font-size: 3.90625vw;
    letter-spacing: 0.15rem;
    margin-bottom: 20px;
  }
  #about section .text-box-full {
    background-color: rgba(255, 255, 255, 0.2);
    width: 90.625vw;
    padding: 3.125vw;
    border-top: #1370ce 1.25vw solid;
    color: #ffffff;
  }
  #about section .text-box-full h4 {
    font-size: 3.90625vw;
    letter-spacing: 0.2rem;
    margin-bottom: 3.125vw;
  }
  #about #training {
    width: 90.625vw;
    margin: 0 auto;
  }
  #about #training .figure-Area {
    width: 100%;
    margin-bottom: 3.125vw;
  }
  #about #training .text-flex-wh {
    background-color: #ffffff;
    width: 90.625vw;
    padding: 3.125vw;
  }
  #about #training .text-flex-wh h4 {
    font-size: 3.90625vw;
    font-weight: bold;
    margin-bottom: 2.1875vw;
  }
  #about #training .text-flex-wh .arrow {
    width: 3.125vw;
    margin: 0 auto;
  }
  #about #training .text-flex-wh .box-black {
    color: #1370ce;
    background-color: #000000;
    width: 100%;
    padding: 10px 0;
  }
  #about #training .text-flex-wh .box-black p {
    font-size: 2.8125vw;
    line-height: 132%;
    text-align: center;
  }
  #about #classification {
    background-image: url(/assets/img/about/bg-img-01-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }
  #about #classification .inner {
    width: 90.625vw;
    margin: 0 auto;
  }
  #about #classification .flex-BoxArea .text-box-half {
    margin-bottom: 4.6875vw;
  }
  #about #method {
    width: 90.625vw;
    margin: 0 auto;
  }
  #about #method h3 {
    padding-bottom: 5.9375vw;
  }
  #about #method p {
    text-align: center;
    padding-bottom: 4.6875vw;
  }
  #about #method .figure-Area {
    text-align: center;
  }
  #about #benefits {
    background-image: url(/assets/img/about/bg-img-02-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }
  #about #benefits .inner {
    width: 90.625vw;
    margin: 0 auto;
  }
  #about #benefits .flex-BoxArea .text-box-half {
    margin-bottom: 4.6875vw;
  }
  #about #benefits .flex-BoxArea .text-box-full {
    margin-bottom: 4.6875vw;
  }
  #flow .mainArea {
    background-image: url(/assets/img/flow/main-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
    height: 67.65625vw;
  }
  #flow .mainArea .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 5.625vw;
    padding-bottom: 6.5625vw;
  }
  #flow .mainArea h2 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    padding-bottom: 3.90625vw;
  }
  #flow .mainArea p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    width: 45.3125vw;
  }
  #flow section {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 8.59375vw;
    padding-bottom: 9.375vw;
  }
  #flow section h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 3.125vw;
  }
  #flow section .arrow::after {
    content: "";
    background: url(/assets/img/flow/arrow.svg) 0 0 no-repeat;
    display: block;
    width: 7.8125vw;
    height: 3.125vw;
    background-size: contain;
    margin: 0 auto;
  }
  #flow section .flow-box {
    margin-bottom: 2.8125vw;
  }
  #flow section .flow-box .inner {
    border-top: #1370ce 1.25vw solid;
    background-color: #1c2328;
    color: #ffffff;
    padding: 3.125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #flow section .flow-box .inner h4 {
    font-family: "Lato";
    font-size: 4.375vw;
    line-height: 180%;
    margin-right: 3.75vw;
    color: #1370ce;
  }
  #flow section .flow-box .inner h5 {
    font-size: 3.90625vw;
    letter-spacing: 0.2rem;
    line-height: 180%;
    padding-bottom: 3.90625vw;
  }
  #flow section .flow-box .inner p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    letter-spacing: 0.04rem;
  }
  #special .mainArea {
    background-image: url(/assets/img/special/bg-img-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
  }
  #special .mainArea .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 5.625vw;
    padding-bottom: 6.5625vw;
  }
  #special .mainArea h2 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    padding-bottom: 3.90625vw;
  }
  #special .mainArea p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    width: 45.3125vw;
  }
  #special .text-box-Area {
    width: 90.625vw;
    margin: 0 auto;
  }
  #special .text-box-Area .text-box {
    width: 90.625vw;
    margin-bottom: 4.21875vw;
    background-color: #263b60;
    border-top: #1370ce 1.25vw solid;
  }
  #special .text-box-Area .text-box h4 {
    font-size: 3.90625vw;
    letter-spacing: 0.15rem;
    margin-bottom: 2.34375vw;
  }
  #special .text-box-Area .text-box p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
  }
  #special .text-box-Area .text-box ul {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    list-style: disc;
    padding-left: 0.5rem;
  }
  #special .text-box-Area .text-box .inner {
    padding: 25px 20px;
    color: #ffffff;
  }
  #special .text-box-Area .text-box .inner .line {
    border-bottom: #ffffff 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #special .text-box-Area .text-box .box-box {
    background-color: #595e61;
    color: #ffffff;
    padding: 1.6rem 20px;
  }
  #special #difference {
    width: 90.625vw;
    margin: 11.71875vw auto 0;
    padding-bottom: 7.8125vw;
  }
  #special #difference h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 7.8125vw;
  }
  #special #difference .text-box-Area {
    border-bottom: #263b60 1px solid;
  }
  #special #classification {
    width: 90.625vw;
    margin: 0 auto;
    padding-bottom: 5.78125vw;
  }
  #special #classification h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 3.125vw;
  }
  #special #classification .textArea {
    font-size: 3.125vw;
    text-align: center;
    padding-bottom: 3.125vw;
  }
  #special #field {
    background-image: url(/assets/img/special/bg-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 3.125vw;
  }
  #special #field .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 9.375vw;
  }
  #special #field .inner h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 4.6875vw;
    color: #ffffff;
  }
  #special #field .inner .text {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: center;
    color: #ffffff;
    padding-bottom: 4.6875vw;
  }
  #special #field .inner .line-under {
    border-bottom: #ffffff 1px solid;
  }
  #special #field .inner .flex-box-Area {
    margin-bottom: 4.6875vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #special #field .inner .flex-box-Area .box-01 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 42.96875vw;
    text-align: center;
    padding-top: 3.4375vw;
    padding-bottom: 3.4375vw;
    margin-bottom: 4.6875vw;
  }
  #special #field .inner .flex-box-Area .box-01 p {
    font-size: 3.125vw;
    letter-spacing: 0.2rem;
  }
  #special #field .inner .flex-box-Area .box-01 .text-space {
    letter-spacing: -0.02rem;
  }
  #special #field .inner .flex-box-Area .box-02 {
    background-color: rgba(23, 66, 117, 0.7);
    width: 42.96875vw;
    text-align: center;
    padding-top: 3.4375vw;
    padding-bottom: 3.4375vw;
    margin-bottom: 4.6875vw;
  }
  #special #field .inner .flex-box-Area .box-02 p {
    font-size: 3.125vw;
    letter-spacing: 0.2rem;
    color: #ffffff;
  }
  #special #field .inner .flex-box-Area .box-02 .text-space {
    letter-spacing: -0.02rem;
  }
  #special #field .inner .flex-box-Area .box-03 {
    background-color: rgba(23, 66, 117, 0.7);
    width: 42.96875vw;
    text-align: center;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    margin-bottom: 4.6875vw;
  }
  #special #field .inner .flex-box-Area .box-03 p {
    font-size: 3.125vw;
    letter-spacing: 0.2rem;
    color: #ffffff;
  }
  #special #field .inner .flex-box-Area .box-03 .text-space {
    letter-spacing: -0.02rem;
  }
  #company .mainArea {
    background-image: url(/assets/img/company/main-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
    height: 67.65625vw;
  }
  #company .mainArea .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 5.625vw;
  }
  #company .mainArea h2 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
  }
  #company h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  #company p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
  }
  #company #greeting {
    width: 90.625vw;
    margin: 10.9375vw auto 0;
  }
  #company #greeting h3 {
    padding-bottom: 40px;
  }
  #company #greeting p {
    font-size: 3.125vw;
    line-height: 194%;
    text-align: center;
  }
  #company #greeting .flexBox {
    width: 100%;
    background-color: #ffffff;
    margin: 7.8125vw auto 10.15625vw;
    padding: 4.6875vw;
  }
  #company #greeting .flexBox p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    margin-bottom: 4.6875vw;
  }
  #company #greeting .flexBox div {
    width: 39.0625vw;
    margin: 0 auto 4.6875vw;
  }
  #company #overview {
    background-image: url(/assets/img/company/bg-img-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }
  #company #overview .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-bottom: 8.59375vw;
  }
  #company #overview .inner h3 {
    padding-bottom: 3.90625vw;
    padding-top: 7.8125vw;
  }
  #company #overview .inner p {
    font-size: 3.125vw;
    text-align: center;
    padding-bottom: 7.03125vw;
  }
  #company #overview .inner table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
  }
  #company #overview .inner table th {
    width: 8rem;
    font-weight: 500;
    text-align: right;
    color: #1370ce;
  }
  #company #overview .inner table td {
    padding-left: 1rem;
  }
  #company #access {
    width: 90.625vw;
    margin: 0 auto;
    padding-bottom: 8.59375vw;
  }
  #company #access h3 {
    padding-bottom: 3.90625vw;
    padding-top: 7.8125vw;
  }
  #company #access p {
    font-size: 3.125vw;
    text-align: center;
    padding-bottom: 3.125vw;
  }
  #company #access .map {
    width: 90.625vw;
    height: 40.625vw;
  }
  #contact .mainArea {
    background-image: url(/assets/img/contact/main-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
  }
  #contact .mainArea .inner {
    width: 90.625vw;
    margin: 0 auto;
    padding-top: 5.625vw;
  }
  #contact .mainArea h2 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    padding-bottom: 28px;
  }
  #contact .mainArea p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 10.15625vw;
    width: 45.3125vw;
  }
  #contact .contact-content {
    width: 90.625vw;
    margin: 7.8125vw auto 0;
  }
  #contact .contact-content .contact-input {
    border-bottom: #000000 1px solid;
    padding-bottom: 7.03125vw;
    margin-bottom: 7.03125vw;
  }
  #contact .contact-content table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 90.625vw;
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
  }
  #contact .contact-content table th {
    font-weight: 500;
    padding: 4.375vw 0 2.8125vw;
    display: block;
    width: 100%;
  }
  #contact .contact-content table th span {
    background-color: #c1272d;
    color: #ffffff;
    font-size: 2.34375vw;
    width: 4rem;
    display: inline-block;
    text-align: center;
    margin-right: 0.5rem;
  }
  #contact .contact-content table td {
    padding: 0;
    display: block;
    width: 100%;
  }
  #contact .contact-content table td input {
    width: 100%;
    background-color: #ffffff;
    padding: 0.5rem;
  }
  #contact .contact-content table td input::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input::-moz-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input:-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input::-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td input::placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td span {
    font-size: 0.8rem;
    color: #c1272d;
    display: block;
    margin-top: 5px;
  }
  #contact .contact-content table td textarea {
    width: 100%;
    padding: 0.5rem;
    background-color: #ffffff;
  }
  #contact .contact-content table td textarea::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea::-moz-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea:-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea::-ms-input-placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content table td textarea::placeholder {
    color: #b3b3b3;
  }
  #contact .contact-content .inner {
    width: 78.125vw;
    margin: 0 auto;
  }
  #contact .contact-content .inner h3 {
    font-size: 3.125vw;
    padding-bottom: 4.6875vw;
  }
  #contact .contact-content .inner p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 4.6875vw;
  }
  #contact .contact-content .inner table {
    width: 100%;
  }
  #contact .contact-content .inner table td {
    width: 100%;
  }
  #contact .contact-content .section {
    padding-bottom: 23.4375vw;
  }
  #contact .contact-content .section h3 {
    font-size: 4.6875vw;
    letter-spacing: 0.2rem;
    padding-bottom: 10.9375vw;
  }
  #contact .contact-content .section p {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: justify;
    padding-bottom: 70px;
  }
  #contact .contact-content .section a {
    font-size: 3.125vw;
  }
  #contact h5.policy {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: center;
    padding-bottom: 15px;
  }
  #contact .policy-content {
    font-size: 2.34375vw;
    line-height: 175%;
    text-align: justify;
    width: 100%;
    height: 25vw;
    overflow-y: scroll;
    padding: 3.125vw 3.125vw 0;
    background-color: #ffffff;
    margin-bottom: 20px;
  }
  #contact .policy-content p {
    padding-bottom: 1rem;
  }
  #contact .accept {
    font-size: 3.125vw;
    line-height: 175%;
    text-align: center;
    padding-bottom: 7.8125vw;
  }
  #contact .sumitbtn {
    width: 62.5vw;
    margin: 0 auto 7.8125vw;
  }
  #contact .sumitbtn input[type=submit] {
    width: 100%;
    padding: 4.6875vw;
    text-align: center;
    background-color: #263b60;
    border: #1370ce 1px solid;
    font-size: 3.90625vw;
    color: #1370ce;
  }
  #contact .fixbtn {
    width: 39.0625vw;
    margin: 7.8125vw auto 3.125vw;
  }
  #contact .fixbtn input[type=submit] {
    width: 100%;
    padding: 1.5625vw;
    text-align: center;
    border: #000000 1px solid;
    font-size: 2.5vw;
  }
  .sec-link {
    background-color: #33393D;
    color: #ffffff;
  }
  .sec-link .inner {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
  .sec-link .inner .list-link {
    width: 80%;
    margin: 0 auto;
  }
  .sec-link .inner .list-link a {
    width: 100%;
    position: relative;
  }
  .sec-link .inner .list-link a .item {
    border: #ffffff 1px solid;
    z-index: 104;
    padding: 4.6875vw;
    margin-bottom: 3.125vw;
    font-size: 3.125vw;
    position: relative;
  }
  .sec-link .inner .list-link a .item::after {
    content: "";
    background-image: url(../img/newwin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 4.6875vw;
    height: 4.6875vw;
    position: absolute;
    right: 2.65625vw;
    top: 3.90625vw;
  }
}/*# sourceMappingURL=base.css.map */