@charset "UTF-8";
@media only screen and (max-width: 798px) {
  #stalker {
    display: none !important;
  }
  /* header ------------------------- */
  .pc {
    display: none !important;
  }
  .sp {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.92);
    position: fixed;
    z-index: 100;
  }
  .sp-header {
    width: 100%;
    height: 60px;
    z-index: 100;
    background: transparent;
    position: fixed;
    top: 0;
    display: contents;
  }
  .sp-header h1 {
    width: 30%;
    line-height: 60px;
    text-align: left;
    padding: 0 0 0 12px;
    font-size: 24px;
    color: #0b4168;
    font-weight: 100;
    letter-spacing: 3px;
    font-family: "Athelas Regular";
  }
  .sp-header h1 img {
    width: 100%;
  }
  .sp-logo img {
    height: 40px;
    margin-top: 10px;
    margin-left: 0px;
  }
  div#sp-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background: #192a72;
  }
  div#sp-icon:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  div#sp-icon span,
  div#sp-icon span:before,
  div#sp-icon span:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #000000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
  }
  div#sp-icon span {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
  }
  div#sp-icon span:before {
    content: "";
    transform: translateY(-10px) rotate(0deg);
    background: #fff;
    left: 0;
  }
  div#sp-icon span:after {
    content: "";
    transform: translateY(10px) rotate(0deg);
    background: #fff;
    left: 0;
  }
  div.sp-open span {
    background: transparent !important;
  }
  div.sp-open span:before {
    transform: rotate(45deg) !important;
  }
  div.sp-open span:after {
    transform: rotate(-45deg) !important;
  }
  ul#menu {
    list-style-type: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 990;
    display: none;
    color: #fff;
    background: #003d7b;
  }
  ul#menu li {
    text-align: center;
    border-bottom: 1px dotted #ccc;
  }
  ul#menu li:last-child {
    border: none;
  }
  ul#menu li a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 0;
    color: #fff;
  }
  .nav-tel-box {
    margin: 3% 0;
  }
  .nav-tel-box a {
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
  }
  .nav-tel-box::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.2em;
    position: relative;
    right: 3%;
  }

  .nav-tel-box span {
    display: block;
    font-size: 0.8em;
  }

  .nav-mail {
    padding: 1.5% 0;
  }

  .nav-mail::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.2em;
    position: relative;
    right: 3%;
  }
  /* header ------------------------- */
  /* 下層メインビジュアル ------------------------- */
  .SubPage-kv-pc {
    display: none;
  }
  .SubPage-kv-sp {
    display: block;
    width: 100%;
    position: relative;
  }

  .SubPage-kv-sp img {
    width: 100%;
    margin-top: 60px;
  }
  .SubPage-kv-sp h2 {
    position: absolute;
    color: #fff;
    font-family: serif;
    letter-spacing: 3px;
    font-size: 2em;
    top: 45%;
    left: 10%;
    text-align: left;
  }
  .SubPage-kv-sp h2 span {
    font-size: 0.5em;
    letter-spacing: 1px;
    display: block;
    text-align: left;
  }
  /* 下層メインビジュアル ------------------------- */
  /* パンくずリスト ------------------------- */
  .breadcrumbs_list {
    padding: 0.5% 0 0.5% 5%;
  }
  .breadcrumbs_list li {
    padding-left: 5%;
  }
  /* パンくずリスト ------------------------- */
  /* top ------------------------- */
  .mainvisual-pc {
    display: none;
  }
  .mainvisual-sp {
    display: block;
    margin-top: 60px;
  }
  .mainvisual-sp img {
    width: 100%;
  }
  .top-news {
    width: 95%;
    right: 0;
    margin-right: 0;
    margin-left: auto;
    margin-top: 5%;
  }
  .top-news-item > dl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
  }
  .top-news-item dt {
    font-size: 0.7em;
    letter-spacing: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 3% 0 0 1.5%;
  }

  .top-news-item dd {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 0 1.5%;
  }
  .top-news-item dd a {
    font-size: 0.8em;
    overflow: hidden;
    white-space: pre;
  }
  .top-news-btn {
    display: none;
  }
  .top-news-btn::after {
    display: none;
  }
  .top-news-btn-sp {
    background-color: #0b4168;
    color: #fff;
  }

  .top-business {
    padding: 5% 0;
    background-image: url(../img/top-business-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-business-ttl h2 {
    font-size: 1.5em;
    padding: 3% 0;
    letter-spacing: 1px;
  }
  .top-business-ttl p {
    font-size: 1em;
  }
  .top-business-box {
    flex-direction: column;
    width: 100%;
  }
  .top-business-item {
    width: 95%;
    padding: 3% 0;
    margin: 0 auto;
  }
  .top-business-txt {
    font-size: 1.5em;
    text-align: center;
  }
  .top-business-epl {
    text-align: center;
    font-size: 1em;
    padding: 1.5% 1.5% 5% 1.5%;
    margin: 0 auto;
  }
  .top-business-link {
    justify-content: space-around;
  }
  .top-business-btn:first-child {
    margin: 5% 0 3% 0;
    width: fit-content;
    padding: 2% 7%;
    font-size: 1em;
  }
  .top-business-btn {
    margin: 5% 0 3% 0;
    width: fit-content;
    padding: 2% 7%;
    font-size: 1em;
  }
  .top-business-image {
    display: none;
  }
  .top-company {
    padding: 10% 0;
  }
  .top-company-width {
    width: 95%;
  }
  .top-company-ttl {
    flex-direction: row;
    align-self: inherit;
  }
  .top-company-ttl span {
    font-weight: 300;
    font-size: 0.5em;
  }
  .top-comapny-btn {
    margin-left: 5%;
    padding: 2% 7%;
    width: fit-content;
    background-color: #f5f5f6;
    color: #003d7b;
  }
  .top-comapny-btn::after {
    color: #003d7b;
  }
  .top-company-width img {
    padding: 3%;
  }
  /* top ------------------------- */
  footer {
    padding: 15% 0;
  }
  .ft-logo {
    width: 100%;
  }
  .ft-logo img {
    width: 90%;
  }
  .ft-contact {
    width: 95%;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ft-contact-tel {
    width: 95%;
    margin-bottom: 7%;
  }
  .ft-tel-btn {
    font-weight: 700;
    margin-top: 5%;
  }
  .ft-contact-mail {
    width: 95%;
    margin-bottom: 7%;
  }

  .copyright {
    padding: 1.5% 0 5% 0;
  }
  /* company ------------------------- */
  .company-tbl {
    width: 90%;
    margin: 10% auto;
  }
  .company-tbl th {
    display: block;
    width: 100%;
    border-bottom: none;
    background-color: #e7e7e7;
  }
  .company-tbl td {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
    line-height: 30px;
  }
  .company-message {
    width: 100%;
    margin: 0 auto;
    padding: 10% 5%;
  }
  .company-message-ttl {
    text-align: center;
  }
  .company-txt-box {
    flex-direction: column;
  }
  .company-txt {
    width: 90%;
  }
  .company-ceo-img {
    display: none;
  }
  .company-ceo-box {
    padding: 1% 0;
  }
  .company-ceo-box p {
    text-align: center;
  }
  /* company ------------------------- */
  /* contact ------------------------- */
  .contact-wrapper {
    width: 90%;
  }
  .contact-ttl {
    padding: 10% 0 0 0;
  }
  .form-table {
    width: 100%;
    padding: 10% 0;
  }
  .form-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5em 2em 0 2em;
  }
  .form-table td {
    display: block;
    width: 100%;
  }
  .contact-form .form-table input[type="text"],
  input[type="email"] {
    width: 100%;
  }
  .contact-form .form-table textarea {
    width: 100%;
    height: 200px;
    max-width: 100%;
    max-height: 300px;
  }

  .contact-form .form-table input[type="submit"],
  input[class="submit-btn"] {
    width: 70%;
  }
  /* contact ------------------------- */

  .facility-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .facility-box {
    width: 90%;
    margin: 10% auto;
    padding: 10% 5%;
  }
  .facility-item {
    flex-direction: column;
  }
  .facility-item-img {
    width: 100%;
  }
  .facility-txt {
    width: 100%;
  }

  .technology-wrapper {
    width: 90%;
    padding: 10% 0;
  }
  .technology-box {
    padding: 10% 0;
  }
  .technology-txt-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology-label {
    margin-left: 0;
    margin-right: auto;
  }
  .technology-txt {
    text-align: left;
    padding-left: 0;
    padding-top: 3%;
    font-size: 1em;
  }

  .news-content-wrapper {
    width: 100%;
    padding: 10% 0;
  }
  .news-all-list {
    padding: 10% 0;
    width: 90%;
  }
  .news-all-list dd {
    display: block;
    width: 100%;
    font-size: 0.8em;
    font-weight: 700;
    text-align: left;
    border-bottom: none;
    margin-bottom: 0;
  }
  .news-all-list dt {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5%;
  }
  .news-item-wrapper {
    width: 95%;
    padding: 10% 5%;
  }
  .news-item-ttl h3 {
    font-size: 1.2em;
  }
  .news-item-ttl p {
    padding-top: 10%;
  }
  .news-item-btn {
    width: 70%;
    padding: 3% 5%;
    margin: 20% auto 10%;
  }
}
