﻿@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*-------------
underlayer_main
-------------*/
  #underlayer_main {
    width: 100%;
    margin: 160px 0 80px 0;
    overflow: hidden;
  }
  #underlayer_main_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  h2.banner {
    width: 100%;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 0 2%;
  }
  h2.banner span {
    display: block;
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  span#banner_col {
    display: inline-block;
    color: #1853b5;
  }
  h2.banner img {
    display: block;
    width: 375px;
    float: right;
    margin: -100px 0 30px 0;
  }
  h3.title {
    color: #1853b5;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }
  h3.title span {
    display: block;
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  /*-------------
company
-------------*/
  .companybox1.clearfix {
    width: 95%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .companybox1.clearfix ul {
    width: 45%;
    float: left;
    overflow: hidden;
    margin: 30px 0 0 60px;
  }
  .companybox1.clearfix ul li:nth-child(1) {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin: 0 0 35px 0;
  }
  .companybox1.clearfix ul li:nth-child(n+2) {
    line-height: 30px;
    margin: 25px 0 0 0;
  }
  .companybox1.clearfix img {
    display: block;
    float: left;
    width: 45%;
    margin: 35px 0 0 0;
  }
  .companybox2.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 100px 0 0 0;
  }
  .companybox2.clearfix ul {
    width: 45%;
    float: left;
    overflow: hidden;
    margin: 30px 0 0 40px;
  }
  .companybox2.clearfix ul li:nth-child(1) {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin: 0 0 35px 0;
  }
  .companybox2.clearfix ul li:nth-child(n+2) {
    line-height: 30px;
    margin: 25px 0 0 0;
  }
  .companybox2.clearfix img {
    display: block;
    float: right;
    width: 45%;
    margin: 35px 2% 0 0;
  }
  .companybox1.clearfix dl {
    max-width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    font-size: 1.2rem;
    line-height: 40px;
    font-weight: 400;
    border-top: 1px solid #ccc;
  }
  .companybox1.clearfix dl dt {
    width: 27%;
    padding: 10px 10px 10px 10%;
    border-bottom: 1px solid #ccc;
    float: left;
  }
  .companybox1.clearfix dl dd {
    width: 56%;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    float: left;
  }
  dt.company_list {
    padding-bottom: 50px !important;
  }
  .companybox3.clearfix {
    width: 100%;
    overflow: hidden;
    background: #194b9d;
    background: -moz-linear-gradient(top left, #6eacd0 0%, #194b9d 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#6eacd0), to(#194b9d));
    background: -webkit-linear-gradient(top left, #6eacd0 0%, #194b9d 100%);
    background: -o-linear-gradient(top left, #6eacd0 0%, #194b9d 100%);
    background: -ms-linear-gradient(top left, #6eacd0 0%, #194b9d 100%);
    background: linear-gradient(to bottom right, #6eacd0 0%, #194b9d 100%);
    margin: 50px 0 0 0;
  }
  .companybox3_back.clearfix {
    width: 90%;
    background: no-repeat url("../images/company/back.png");
    margin: 0 auto;
  }
  .companybox3_inner.clearfix {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .companybox3.clearfix h3 {
    width: 200px;
    float: left;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    /*padding: 100px 0 0 0;*/
  }
  .companybox3.clearfix dl {
    float: left;
    width: 800px;
    height: auto;
    font-size: 1.2rem;
    line-height: 55px;
    font-weight: 300;
    color: #fff;
    padding: 0 0 0 50px;
  }
  .companybox3.clearfix dl dt {
    width: 25%;
    float: left;
  }
  .companybox3.clearfix dl dd {
    width: 75%;
    float: left;
  }
  /*-------------
equipment
-------------*/
  .equipmentbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .equipmentbox1.clearfix table {
    border-collapse: collapse;
    width: 90%;
    border: solid 1px #555;
    margin: 0 auto 30px auto;
  }
  .equipmentbox1.clearfix table th {
    text-align: justify;
    background-color: #1849b5;
    color: #fff;
    padding: 30px 10px 30px 40px;
    border-bottom: solid 1px #fff;
    font-weight: 500;
    vertical-align: middle;
    font-size: 20px;
    line-height: 35px;
  }
  .equipmentbox1.clearfix table td {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 10px 10px 100px;
  }
  .equipmentbox1.clearfix table tr {
    padding: 10px 10px 10px 0;
  }
  tr.equ_border {
    border-bottom: solid 1px #555;
  }
  td.equ_td {
    padding-top: 25px !important;
  }
  td.equ_td2 {
    padding-bottom: 25px !important;
  }
  .equipmentbox1.clearfix table td:last-child {
    padding: 10px 90px 10px 0;
  }
  .equipmentbox1.clearfix p {
    width: 90%;
    /*font-size: 18px;*/
    line-height: 30px;
    font-weight: 400;
    margin: 30px auto 0 auto;
  }
  .equipmentbox2.clearfix {
    width: 95%;
    overflow: hidden;
    margin: 100px auto 0 auto;
    padding-top: 130px;
    margin-top: -60px;
  }
  .equipmentbox2.clearfix img {
    display: block;
    float: left;
    width: 288px;
    margin: 50px 0 0 0;
  }
  .equipmentbox2.clearfix ul {
    width: 70%;
    float: left;
    overflow: hidden;
    margin: 50px 0 0 -90px;
  }
  .equipmentbox2.clearfix ul li {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
  }
  .equipmentbox2.clearfix ul li:nth-child(1) {
    margin: 20px 0 25px 150px;
  }
  .equipmentbox2.clearfix ul li:nth-child(3) {
    margin: 174px 0 25px 150px;
  }
  .equipmentbox2.clearfix ul li:nth-child(5) {
    margin: 174px 0 25px 150px;
  }
  .equipmentbox2.clearfix ul li:nth-child(even) {
    font-weight: 600;
    margin: 0 0 35px 0;
  }
  .equipmentbox2.clearfix ul li:nth-child(even) hr {
    float: left;
    width: 598px;
    margin: 0;
  }
  .equipmentbox2.clearfix ul li:nth-child(even) div {
    float: right;
    width: 270px;
    height: 60px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: -30px 0 0 0;
    padding: 0 0 2px 0;
  }
  .equipmentbox2.clearfix ul li:nth-child(even) div a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    padding: 0 15px 0 0;
  }
  .equipmentbox2.clearfix ul li:nth-child(even) div a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 45%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #FFF;
    border-right: 0.1em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .equipmentbox2.clearfix ul li:nth-child(even) div a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .equipmentbox2.clearfix ul li:nth-child(even) div a:hover:after {
    border-top: 0.1em solid #ea5506;
    border-right: 0.1em solid #ea5506;
  }
  /*-------------
product
-------------*/
  .productbox1.clearfix {
    width: 90%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .productbox1.clearfix p {
    font-size: 18px;
    line-height: 34px;
    margin: 25px 0 0 0;
  }
  .productbox2.clearfix {
    width: 90%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .productbox2.clearfix h3 {
    color: #1853b5;
    font-size: 30px;
    line-height: 65px;
    font-weight: 500;
  }
  .productbox2.clearfix ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .productbox2.clearfix ul::after {
    content: "";
    display: block;
    width: 600px;
  }
  .productbox2.clearfix ul li {
    float: left;
    margin: 0 10px 30px 10px;
  }
  .productbox2.clearfix ul li img {
    width: 280px;
  }
  /*-------------
material
-------------*/
  .materialbox1.clearfix {
    width: 90%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .materialbox1.clearfix ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .materialbox1.clearfix ul::after {
    content: "";
    display: block;
    width: 640px;
  }
  .materialbox1.clearfix ul li {
    width: 300px;
    float: left;
    margin: 0 10px 50px 10px;
  }
  .materialbox1.clearfix ul li img {
    width: 300px;
  }
  .materialbox1.clearfix ul li p {
    color: #1853b5;
    font-size: 1.2rem;
    letter-spacing: -1px;
    line-height: 65px;
    font-weight: 500;
  }
  .materialbox1.clearfix ul li div {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #1849b5;
    position: relative;
    margin: 45px 0 0 auto;
  }
  .materialbox1.clearfix ul li div a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .materialbox1.clearfix ul li div a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .materialbox1.clearfix ul li div a:hover {
    background-color: #fff;
    color: #1849b5;
    border-radius: 5px;
    border: 1px solid #1849b5;
  }
  .materialbox1.clearfix ul li div a:hover:after {
    border-top: 0.2em solid #1849b5;
    border-right: 0.2em solid #1849b5;
  }
  .modal__bg {
    position: fixed;
    z-index: 10009;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .modal__bg.is-active {
    opacity: 1;
    visibility: visible;
  }
  .modal__inner {
    position: fixed;
    z-index: 10010;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .modal__inner.is-active {
    opacity: 1;
    visibility: visible;
  }
  .modal-card {
    width: 70%;
    height: 80%;
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    z-index: 1;
    transform: translate3d(0, 48px, 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
  }
  .modal-card.is-active {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .modal-card h2 {
    width: 100%;
    font-size: 30px;
    line-height: 220px;
    color: #1849b5;
    letter-spacing: -1px;
  }
  .modal-card h2 img {
    display: inline-block;
    width: 350px;
    margin: 0 30px 0 0;
  }
  .modal-card p {
    width: 100%;
    height: 100%;
    max-height: 300px;
    font-size: 16px;
    line-height: 27px;
    clear: both;
    overflow-y: scroll;
    margin: 30px 0 0 0;
  }
  .modal-card__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .modal-card__close::before, .modal-card__close::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    background: #1849b5;
    cursor: pointer;
  }
  .modal-card__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-card__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  /*-------------
recruit
-------------*/
  .recruitbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 80px 0 0 0;
  }
  .recruitbox1.clearfix h3 {
    width: 80%;
    color: #1853b5;
    font-size: 30px;
    line-height: 90px;
    font-weight: 500;
    text-align: center;
    border-bottom: 3px solid #1853b5;
    margin: 0 auto;
  }
  .recruitbox1.clearfix dl {
    max-width: 80%;
    height: auto;
    margin: 70px auto 0 auto;
    font-size: 1.5rem;
    line-height: 40px;
  }
  .recruitbox1.clearfix dl dt {
    width: 30%;
    padding: 8px 0 15px 25px;
    color: #1853b5;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    float: left;
  }
  .recruitbox1.clearfix dl dd {
    width: 60%;
    padding: 8px 30px 15px 0;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    float: left;
    text-align: right;
  }
  /*-------------
contact
-------------*/
  .contactbox1.clearfix {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  .contactbox1.clearfix p {
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 0 0;
  }
  .contactbox1.clearfix .tel_bt {
    width: 98%;
    overflow: hidden;
    color: #1853b5;
    border: 3px solid #1853b5;
    border-radius: 10px;
    margin: 45px auto 0 auto;
    padding: 20px 0;
  }
  .contactbox1.clearfix .tel_bt p {
    width: 95%;
    margin: 0 auto;
    display: flex;
  }
  .contactbox1.clearfix .tel_bt p span {
    float: left;
  }
  span.tel_bt1 {
    font-size: 1.5rem;
    margin: 0 20px 0 auto;
  }
  span.tel_bt2 {
    font-size: 3rem;
    margin: 0 auto;
    font-weight: 700;
  }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    span.tel_bt2 {
      font-size: 2.5rem;
    }
  }
  span.tel_bt3.clearfix {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto 0 10px;
  }
  .contactbox2.clearfix {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid #ea5506;
    padding: 80px 0 0 0;
    margin: 50px auto 0 auto;
  }
  .contactbox2_inner.clearfix {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
  }
  .contactbox2.clearfix h3 {
    width: 100%;
    color: #1853b5;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin: 0 0 0 0;
  }
  .contactbox2.clearfix h3 span {
    display: block;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 2px;
  }
  #contact .form {
    clear: both;
  }
  #contact .form table {
    border-collapse: collapse;
    width: 80%;
    margin: 45px auto 0 auto;
  }
  #contact .form table th {
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  #contact .form td {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 13px;
    line-height: 20px;
  }
  #contact .form th span {
    display: inline-block;
    width: 70px;
    font-size: 1rem;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background-color: #ea5506;
    color: #fff;
    border-radius: 10px;
    margin: 0 0 0 20px;
  }
  span#contact_text {
    width: 130px !important;
    font-size: 1rem !important;
    color: #333 !important;
    background-color: #f7f7f7 !important;
    margin: 0 0 0 6px !important;
  }
  #contact .form td input#name, #contact .form td input#comname, #contact .form td input#tel, #contact .form td input#email, #contact .form td input#email2 {
    width: 70%;
    height: 40px;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form td input#company {
    width: 70%;
    height: 40px;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form td textarea#comment {
    width: 98%;
    height: 250px;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 10px 0 0 0;
  }
  #contact .form #formEnd button {
    width: 200px;
    height: 50px;
    border: 0px;
    border-radius: 5px;
    background-color: #1849b5;
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px 0 0;
    margin: 30px auto 0 auto;
  }
  #contact .form #formEnd button:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contact .form #formEnd button:hover {
    background-color: #fff;
    color: #1849b5;
    border-radius: 5px;
    border: 1px solid #1849b5;
  }
  #contact .form #formEnd button:hover:after {
    border-top: 0.2em solid #1849b5;
    border-right: 0.2em solid #1849b5;
  }
  .contactbox2.clearfix p {
    width: 580px;
    font-size: 18px;
    line-height: 34px;
    margin: 30px auto 150px auto;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------
underlayer_main
-------------*/
  #underlayer_main {
    width: 100%;
    margin: 65px auto 35px auto;
    overflow: hidden;
  }
  #underlayer_main_inner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  h2.banner {
    width: 100%;
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
  }
  h2.banner span {
    display: block;
    font-size: 34px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  span#banner_col {
    display: inline-block;
    color: #1853b5;
  }
  h2.banner img {
    display: block;
    max-width: 375px;
    margin: -10px 0 0 auto;
  }
  h3.title {
    color: #1853b5;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  h3.title span {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  /*-------------
company
-------------*/
  .companybox1.clearfix {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .companybox1.clearfix ul {
    max-width: 500px;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  .companybox1.clearfix ul li:nth-child(1) {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 25px 0;
  }
  .companybox1.clearfix ul li:nth-child(n+2) {
    line-height: 27px;
    margin: 25px 0 0 0;
  }
  .companybox1.clearfix img {
    display: block;
    max-width: 500px;
    margin: 15px auto 0 auto;
  }
  .companybox2.clearfix {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .companybox2.clearfix ul {
    max-width: 500px;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  .companybox2.clearfix ul li:nth-child(1) {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 25px 0;
  }
  .companybox2.clearfix ul li:nth-child(n+2) {
    line-height: 27px;
    margin: 25px 0 0 0;
  }
  .companybox2.clearfix img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .companybox1.clearfix dl {
    max-width: 500px;
    height: auto;
    margin: 30px auto 0 auto;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 400;
  }
  .companybox1.clearfix dl dt {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .companybox1.clearfix dl dd {
    width: 100%;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ccc;
  }
  .companybox3.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0 auto;
  }
  .companybox3_back.clearfix {
    width: 100%;
    height: auto;
    background: no-repeat url("../images/company/back2.png");
    background-size: cover;
    margin: 0 auto;
  }
  .companybox3_inner.clearfix {
    width: 95%;
    margin: 0 auto;
  }
  .companybox3.clearfix h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 30px 0 0 0;
  }
  .companybox3.clearfix dl {
    max-width: 500px;
    width: 90%;
    height: auto;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    padding: 30px 0;
    margin: 0 auto;
  }
  .companybox3.clearfix dl dt {
    width: 100%;
  }
  .companybox3.clearfix dl dd {
    width: 100%;
    margin: 0 0 25px 0;
  }
  /*-------------
equipment
-------------*/
  .equipmentbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .equipmentbox1.clearfix table {
    border-collapse: collapse;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
  .equipmentbox1.clearfix table th {
    width: 100%;
    text-align: center;
    background-color: #1849b5;
    color: #fff;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #fff;
    font-weight: 500;
    vertical-align: middle;
    font-size: 20px;
    line-height: 35px;
  }
  .equipmentbox1.clearfix table td {
    font-size: 17px;
    line-height: 23px;
    padding: 10px 10px 10px 10px;
  }
  td.equ_td {
    padding-top: 25px !important;
  }
  td.equ_td2 {
    padding-bottom: 25px !important;
  }
  .equipmentbox1.clearfix p {
    width: 100%;
    max-width: 500px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin: 30px auto 0 auto;
  }
  .equipmentbox2.clearfix {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin: 70px auto 0 auto;
    padding-top: 70px;
    margin-top: -70px;
  }
  .equipmentbox2_sp.sp {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
  }
  .equipmentbox2.clearfix img {
    display: block;
    float: left;
    max-width: 288px;
    width: 190px;
    margin: 48px 0 30px 0;
  }
  .equipmentbox2.clearfix ul {
    max-width: 900px;
    width: 275px;
    float: right;
    overflow: hidden;
    margin: 50px 0 0 -31px;
  }
  .equipmentbox2.clearfix ul li:nth-child(1) {
    font-size: 22px;
    line-height: 59px;
    font-weight: 400;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
    border-bottom: solid 1px #333;
  }
  .equipmentbox2.clearfix ul li:nth-child(2) {
    font-size: 22px;
    line-height: 59px;
    font-weight: 400;
    margin: 83px 0 0 15px;
    padding: 0 0 0 20px;
    border-bottom: solid 1px #333;
  }
  .equipmentbox2.clearfix ul li:nth-child(3) {
    font-size: 22px;
    line-height: 59px;
    font-weight: 400;
    margin: 83px 0 0 15px;
    padding: 0 0 0 20px;
    border-bottom: solid 1px #333;
  }
  .equipmentbox2.clearfix dl dd {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 15px auto 0 auto;
    padding: 0 0 2px 0;
    clear: both;
  }
  .equipmentbox2.clearfix dl dd a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    padding: 0 15px 0 0;
  }
  .equipmentbox2.clearfix dl dd a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 45%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #FFF;
    border-right: 0.1em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .equipmentbox2.clearfix dl dd a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .equipmentbox2.clearfix dl dd a:hover:after {
    border-top: 0.1em solid #ea5506;
    border-right: 0.1em solid #ea5506;
  }
  /*-------------
product
-------------*/
  .productbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .productbox1.clearfix p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 0 0;
  }
  .productbox2.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .productbox2.clearfix h3 {
    color: #1853b5;
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
  }
  .productbox2.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
  }
  .productbox2.clearfix ul li {
    float: left;
    max-width: 330px;
    width: 45%;
    margin: 0 0 15px 15px;
  }
  /*-------------
material
-------------*/
  .materialbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .materialbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .materialbox1.clearfix ul li {
    float: left;
    width: 46%;
    max-width: 350px;
    margin: 0 7px 40px 10px;
  }
  .materialbox1.clearfix ul li p {
    color: #1853b5;
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 65px;
    font-weight: 500;
  }
  @media screen and (min-width: 481px) and (max-width: 664px) {
    p.material_h {
      font-size: 1rem !important;
      letter-spacing: -2px !important;
    }
  }
  .materialbox1.clearfix ul li div {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #1849b5;
    position: relative;
    margin: 30px 0 0 auto;
  }
  .materialbox1.clearfix ul li div a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .materialbox1.clearfix ul li div a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .materialbox1.clearfix ul li div a:hover {
    background-color: #fff;
    color: #1849b5;
    border-radius: 5px;
    border: 1px solid #1849b5;
  }
  .materialbox1.clearfix ul li div a:hover:after {
    border-top: 0.2em solid #1849b5;
    border-right: 0.2em solid #1849b5;
  }
  .modal__bg {
    position: fixed;
    z-index: 10009;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .modal__bg.is-active {
    opacity: 1;
    visibility: visible;
  }
  .modal__inner {
    position: fixed;
    z-index: 10010;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .modal__inner.is-active {
    opacity: 1;
    visibility: visible;
  }
  .modal-card {
    width: 95%;
    height: 90%;
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    z-index: 1;
    transform: translate3d(0, 48px, 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
  }
  .modal-card.is-active {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .modal-card h2 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #1849b5;
    letter-spacing: -1px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .modal-card h2 img {
    display: block;
    max-width: 350px;
    margin: 0 auto 10px auto;
  }
  .modal-card p {
    width: 100%;
    height: 100%;
    max-height: 300px;
    font-size: 13px;
    line-height: 23px;
    clear: both;
    overflow-y: scroll;
    padding: 0 5px 0 0;
    margin: 0 0 0 0;
  }
  .modal-card__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .modal-card__close::before, .modal-card__close::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    background: #1849b5;
    cursor: pointer;
  }
  .modal-card__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-card__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  /*-------------
recruit
-------------*/
  .recruitbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 30px 0;
  }
  .recruitbox1.clearfix h3 {
    max-width: 500px;
    color: #1853b5;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    border-bottom: 3px solid #1853b5;
    margin: 0 auto;
  }
  .recruitbox1.clearfix dl {
    max-width: 500px;
    height: auto;
    margin: 30px auto 0 auto;
    font-size: 1rem;
    line-height: 30px;
  }
  .recruitbox1.clearfix dl dt {
    width: 100%;
    padding: 8px 0 0 20px;
    color: #1853b5;
    font-weight: 500;
  }
  .recruitbox1.clearfix dl dd {
    width: 100%;
    padding: 0 0 10px 20px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
  }
  /*-------------
contact
-------------*/
  .contactbox1.clearfix {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .contactbox1.clearfix p {
    width: 95%;
    font-size: 16px;
    line-height: 30px;
    margin: 25px auto 0 auto;
  }
  .contactbox1.clearfix .tel_bt {
    width: 93%;
    overflow: hidden;
    color: #1853b5;
    border: 3px solid #1853b5;
    border-radius: 10px;
    margin: 45px auto 0 auto;
    padding: 10px 0;
  }
  .contactbox1.clearfix .tel_bt p {
    width: 90%;
    margin: 0 auto;
  }
  .contactbox1.clearfix .tel_bt p span {
    float: left;
  }
  span.tel_bt1 {
    font-size: 1.5rem;
    margin-right: 20px;
  }
  span.tel_bt2 {
    font-size: 2.3rem;
    margin-right: 30px;
    font-weight: 700;
  }
  span.tel_bt3.clearfix {
    margin: 10px 0 0 95px;
    font-weight: 700;
    line-height: 1.2;
  }
  .contactbox2.clearfix {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid #ea5506;
    padding: 60px 0 0 0;
    margin: 50px 0 0 0;
  }
  .contactbox2_inner.clearfix {
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
  }
  .contactbox2.clearfix h3 {
    width: 100%;
    color: #1853b5;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin: 0 0 0 0;
  }
  .contactbox2.clearfix h3 span {
    display: block;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
  }
  #contact .form {
    clear: both;
  }
  #contact .form table {
    border-collapse: collapse;
    width: 90%;
    margin: 30px auto 0 auto;
  }
  #contact .form table th {
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  #contact .form td {
    width: 100%;
    padding: 0 0 0 0;
  }
  #contact .form th span {
    display: inline-block;
    width: 80px;
    font-size: 1rem;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background-color: #ea5506;
    color: #fff;
    border-radius: 10px;
    margin: 0 0 0 15px;
  }
  span#contact_text {
    display: block !important;
    width: 110px !important;
    font-size: 13px !important;
    color: #333 !important;
    background-color: #f7f7f7 !important;
    margin: 0 0 0 6px !important;
  }
  #contact .form td input#name, #contact .form td input#comname, #contact .form td input#tel, #contact .form td input#email, #contact .form td input#email2 {
    width: 95%;
    height: 40px;
    font-size: 1rem;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form td input#company {
    width: 95%;
    height: 40px;
    font-size: 1rem;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form td textarea#comment {
    width: 98%;
    height: 200px;
    font-size: 1rem;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 10px 0 0 0;
  }
  #contact .form #formEnd button {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #1849b5;
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px 0 0;
    margin: 30px auto 0 auto;
  }
  #contact .form #formEnd button:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contact .form #formEnd button:hover {
    background-color: #fff;
    color: #1849b5;
    border-radius: 5px;
    border: 1px solid #1849b5;
  }
  #contact .form #formEnd button:hover:after {
    border-top: 0.2em solid #1849b5;
    border-right: 0.2em solid #1849b5;
  }
  .contactbox2.clearfix p {
    width: 95%;
    font-size: 16px;
    line-height: 30px;
    margin: 25px auto 0 auto;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------
underlayer_main
-------------*/
  #underlayer_main {
    width: 100%;
    margin: 65px auto 35px auto;
    overflow: hidden;
  }
  #underlayer_main_inner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  h2.banner {
    width: 100%;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
  }
  h2.banner span {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  span#banner_col {
    display: inline-block;
    color: #1853b5;
  }
  h2.banner img {
    display: block;
    max-width: 375px;
    margin: 10px 0 0 auto;
  }
  h3.title {
    color: #1853b5;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }
  h3.title span {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
  }
  /*-------------
company
-------------*/
  .companybox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .companybox1.clearfix ul {
    max-width: 500px;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  .companybox1.clearfix ul li:nth-child(1) {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 25px 0;
  }
  .companybox1.clearfix ul li:nth-child(n+2) {
    /*font-size: 14px;*/
    line-height: 27px;
    margin: 25px 0 0 0;
  }
  .companybox1.clearfix img {
    display: block;
    max-width: 500px;
    margin: 15px auto 0 auto;
  }
  .companybox2.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .companybox2.clearfix ul {
    max-width: 500px;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  .companybox2.clearfix ul li:nth-child(1) {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 25px 0;
  }
  .companybox2.clearfix ul li:nth-child(n+2) {
    line-height: 27px;
    margin: 25px 0 0 0;
  }
  .companybox2.clearfix img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .companybox1.clearfix dl {
    max-width: 500px;
    height: auto;
    margin: 30px auto 0 auto;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 400;
  }
  .companybox1.clearfix dl dt {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .companybox1.clearfix dl dd {
    width: 100%;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ccc;
  }
  .companybox3.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0;
  }
  .companybox3_back.clearfix {
    width: 100%;
    height: auto;
    background: no-repeat url("../images/company/back2.png");
    background-size: cover;
    margin: 0 auto;
  }
  .companybox3_inner.clearfix {
    width: 95%;
    margin: 0 auto;
  }
  .companybox3.clearfix h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 30px 0 0 0;
  }
  .companybox3.clearfix dl {
    max-width: 500px;
    width: 90%;
    height: auto;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    padding: 30px 0;
    margin: 0 auto;
  }
  .companybox3.clearfix dl dt {
    width: 100%;
  }
  .companybox3.clearfix dl dd {
    width: 100%;
    margin: 0 0 25px 0;
  }
  /*-------------
equipment
-------------*/
  .equipmentbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .equipmentbox1.clearfix table {
    border-collapse: collapse;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
  .equipmentbox1.clearfix table th {
    width: 100%;
    text-align: center;
    background-color: #1849b5;
    color: #fff;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #fff;
    font-weight: 500;
    vertical-align: middle;
    font-size: 20px;
    line-height: 35px;
  }
  .equipmentbox1.clearfix table td {
    font-size: 17px;
    line-height: 23px;
    padding: 10px 10px 10px 10px;
  }
  td.equ_td {
    padding-top: 25px !important;
  }
  td.equ_td2 {
    padding-bottom: 25px !important;
  }
  .equipmentbox1.clearfix p {
    width: 97%;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin: 30px auto 0 auto;
  }
  .equipmentbox2.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 70px auto 0 auto;
  }
  .equipmentbox2_sp.sp {
    width: 304px;
    margin: 0 auto;
    overflow: hidden;
  }
  .equipmentbox2.clearfix img {
    display: block;
    float: left;
    max-width: 288px;
    width: 122px;
    margin: 48px 0 30px 0;
  }
  .equipmentbox2.clearfix ul {
    max-width: 900px;
    width: 210px;
    float: right;
    overflow: hidden;
    margin: 50px 0 0 -31px;
  }
  .equipmentbox2.clearfix ul li:nth-child(1) {
    font-size: 1rem;
    line-height: 37px;
    font-weight: 400;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
    border-bottom: solid 1px #333;
  }
  .equipmentbox2.clearfix ul li:nth-child(2) {
    font-size: 1rem;
    line-height: 37px;
    font-weight: 400;
    margin: 55px 0 0 15px;
    padding: 0 0 0 20px;
    border-bottom: solid 1px #333;
  }
  .equipmentbox2.clearfix ul li:nth-child(3) {
    font-size: 1rem;
    line-height: 37px;
    font-weight: 400;
    margin: 55px 0 0 15px;
    padding: 0 0 0 20px;
    border-bottom: solid 1px #333;
  }
  .equipmentbox2.clearfix ol li {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    background-color: #ea5506;
    position: relative;
    margin: 15px auto 0 auto;
    padding: 0 0 2px 0;
    clear: both;
  }
  .equipmentbox2.clearfix ol li a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    padding: 0 15px 0 0;
  }
  .equipmentbox2.clearfix ol li a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 45%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.1em solid #FFF;
    border-right: 0.1em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .equipmentbox2.clearfix ol li a:hover {
    background-color: #fff;
    color: #ea5506;
    border-radius: 5px;
    border: 1px solid #ea5506;
  }
  .equipmentbox2.clearfix ol li a:hover:after {
    border-top: 0.1em solid #ea5506;
    border-right: 0.1em solid #ea5506;
  }
  /*-------------
product
-------------*/
  .productbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .productbox1.clearfix p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 0 0;
  }
  .productbox2.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .productbox2.clearfix h3 {
    color: #1853b5;
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
  }
  .productbox2.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
  }
  .productbox2.clearfix ul li {
    float: left;
    max-width: 330px;
    width: 45%;
    margin: 0 8px 15px 7px;
  }
  /*-------------
material
-------------*/
  .materialbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .materialbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .materialbox1.clearfix ul li {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px auto;
  }
  .materialbox1.clearfix ul li p {
    color: #1853b5;
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 65px;
    font-weight: 500;
  }
  .materialbox1.clearfix ul li div {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #1849b5;
    position: relative;
    margin: 30px 0 0 auto;
  }
  .materialbox1.clearfix ul li div a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px 0 0;
  }
  .materialbox1.clearfix ul li div a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .materialbox1.clearfix ul li div a:hover {
    background-color: #fff;
    color: #1849b5;
    border-radius: 5px;
    border: 1px solid #1849b5;
  }
  .materialbox1.clearfix ul li div a:hover:after {
    border-top: 0.2em solid #1849b5;
    border-right: 0.2em solid #1849b5;
  }
  .modal__bg {
    position: fixed;
    z-index: 10009;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .modal__bg.is-active {
    opacity: 1;
    visibility: visible;
  }
  .modal__inner {
    position: fixed;
    z-index: 10010;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .modal__inner.is-active {
    opacity: 1;
    visibility: visible;
  }
  .modal-card {
    width: 95%;
    height: 90%;
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    z-index: 1;
    transform: translate3d(0, 48px, 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
  }
  .modal-card.is-active {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .modal-card h2 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #1849b5;
    letter-spacing: -1px;
    margin: 20px 0 0 0;
  }
  .modal-card h2 img {
    display: inline-block;
    max-width: 350px;
    margin: 0 0 10px 0;
  }
  .modal-card p {
    width: 100%;
    height: 100%;
    max-height: 300px;
    font-size: 13px;
    line-height: 23px;
    clear: both;
    overflow-y: scroll;
    padding: 0 5px 0 0;
    margin: 0 0 0 0;
  }
  .modal-card__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .modal-card__close::before, .modal-card__close::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    background: #1849b5;
    cursor: pointer;
  }
  .modal-card__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-card__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  /*-------------
recruit
-------------*/
  .recruitbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 30px 0;
  }
  .recruitbox1.clearfix h3 {
    max-width: 500px;
    color: #1853b5;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    border-bottom: 3px solid #1853b5;
    margin: 0 auto;
  }
  .recruitbox1.clearfix dl {
    max-width: 500px;
    height: auto;
    margin: 30px auto 0 auto;
    font-size: 1rem;
    line-height: 30px;
  }
  .recruitbox1.clearfix dl dt {
    width: 100%;
    padding: 8px 0 0 20px;
    color: #1853b5;
    font-weight: 500;
  }
  .recruitbox1.clearfix dl dd {
    width: 100%;
    padding: 0 0 10px 20px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
  }
  /*-------------
contact
-------------*/
  .contactbox1.clearfix {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .contactbox1.clearfix p {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    margin: 25px auto 0 auto;
  }
  .contactbox1.clearfix .tel_bt {
    width: 93%;
    overflow: hidden;
    color: #1853b5;
    border: 3px solid #1853b5;
    border-radius: 10px;
    margin: 45px auto 0 auto;
    padding: 10px 0;
    text-align: center;
  }
  .contactbox1.clearfix .tel_bt p {
    width: 80%;
    margin: 0 auto;
  }
  .contactbox1.clearfix .tel_bt p span {
    display: block;
    float: none;
  }
  span.tel_bt1 {
    font-size: 1.2rem;
    margin: 0 auto 0 0;
  }
  span.tel_bt2 {
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
  }
  span.tel_bt3.clearfix {
    margin: 10px 0 0 0;
    font-weight: 700;
    line-height: 1.5;
  }
  .contactbox2.clearfix {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid #ea5506;
    padding: 60px 0 0 0;
    margin: 50px 0 0 0;
  }
  .contactbox2_inner.clearfix {
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
  }
  .contactbox2.clearfix h3 {
    width: 100%;
    color: #1853b5;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0 0;
  }
  .contactbox2.clearfix h3 span {
    display: block;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
  }
  #contact .form {
    clear: both;
  }
  #contact .form table {
    border-collapse: collapse;
    width: 90%;
    margin: 30px auto 0 auto;
  }
  #contact .form table th {
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  #contact .form td {
    width: 100%;
    padding: 0 0 0 0;
  }
  #contact .form th span {
    display: inline-block;
    width: 60px;
    font-size: 1rem;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background-color: #ea5506;
    color: #fff;
    border-radius: 10px;
    margin: 0 0 0 15px;
  }
  span#contact_text {
    display: block !important;
    width: 110px !important;
    font-size: 13px !important;
    color: #333 !important;
    background-color: #f7f7f7 !important;
    margin: 0 0 0 6px !important;
  }
  #contact .form td input#name, #contact .form td input#comname, #contact .form td input#tel, #contact .form td input#email, #contact .form td input#email2 {
    width: 90%;
    height: 40px;
    font-size: 1rem;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form td input#company {
    width: 98%;
    height: 40px;
    font-size: 1rem;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form td textarea#comment {
    width: 98%;
    height: 200px;
    font-size: 1rem;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 10px 0 0 0;
  }
  #contact .form #formEnd button {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #1849b5;
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px 0 0;
    margin: 30px auto 0 auto;
  }
  #contact .form #formEnd button:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 44%;
    margin-top: -0.15em;
    right: 1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 0.2em solid #FFF;
    border-right: 0.2em solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contact .form #formEnd button:hover {
    background-color: #fff;
    color: #1849b5;
    border-radius: 5px;
    border: 1px solid #1849b5;
  }
  #contact .form #formEnd button:hover:after {
    border-top: 0.2em solid #1849b5;
    border-right: 0.2em solid #1849b5;
  }
  .contactbox2.clearfix p {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    margin: 25px auto 0 auto;
  }
}