@charset "UTF-8";
@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .forsp {
    display: none !important;
  }
  #header_s_btn a span {
    display: none;
  }
  #select_btn > * span {
    display: none;
  }
  .contents_title span {
    display: none;
  }
  .page_title {
    display: none;
  }
  .syutoku_sttl span,
  .education_sttl span {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------- base
  */
  *,
  *::before,
  ::after {
    box-sizing: border-box;
  }
  body {
    padding-top: min(15vw, 70px);
    font-size: min(3.2vw, 18px);
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
  a:hover {
    text-decoration: none;
  }
  .forpc {
    display: none !important;
  }
  /* ------------------------------------- header
  */
  #header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: min(15vw, 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header_btn {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header_title {
    height: auto;
    margin: 0;
    padding: 0;
  }
  #header_s_btn {
    float: none;
    position: fixed;
    top: min(15vw, 70px);
    left: 100vw;
    width: 100%;
    height: max(100vh - 15vw, 100vh - 70px);
    padding: 0 0 25vw;
    background-color: rgba(44, 54, 146, 0.95);
    opacity: 0;
    transition: left 0.3s, opacity 0.7s;
    overflow: scroll;
  }
  #header_s_btn.opened {
    left: 0;
    opacity: 1;
  }
  #header_s_btn > a {
    display: block;
    padding: min(5%, 1.5em) 7%;
    border-bottom: solid 1px #fff;
    font-size: 1.2em;
    color: #fff;
  }
  #header_s_btn > a > img {
    display: none;
  }
  #header_s_btn > div.forsp > span {
    position: relative;
    display: block;
    padding: min(5%, 1.5em) 7%;
    border-bottom: solid 1px #fff;
    font-size: 1.2em;
    color: #fff;
  }
  #header_s_btn > div.forsp > span::after {
    content: "▼";
    position: absolute;
    display: block;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    font-size: 0.6em;
  }
  #header_s_btn > div.forsp > span.opened {
    border-bottom: none;
  }
  #header_s_btn > div.forsp > span.opened::after {
    content: "▲";
  }
  #header_s_btn > div.forsp > div {
    display: none;
  }
  #header_s_btn > div.forsp > div a {
    display: block;
    padding: min(3%, 1.25em) 10%;
    border-bottom: solid 1px rgba(44, 54, 146, 0.5);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.2em;
    color: rgb(44, 54, 146);
  }
  #header_lan {
    display: block;
    width: auto;
    height: auto;
    margin-right: min(16vw, 80px);
    padding: 0;
    line-height: 0;
  }
  #header_navbtn {
    position: fixed;
    top: 0;
    right: 0;
    width: min(15vw, 70px);
    height: min(15vw, 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }
  #header_navbtn > span {
    position: relative;
    width: 20px;
    height: 2px;
    line-height: 0;
    background-color: rgb(44, 54, 146);
  }
  #header_navbtn > span::before, #header_navbtn > span::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: rgb(44, 54, 146);
    transition: 0.3s;
  }
  #header_navbtn > span::before {
    top: -7px;
  }
  #header_navbtn > span::after {
    bottom: -7px;
  }
  #header_navbtn.opened {
    background-color: rgb(44, 54, 146);
  }
  #header_navbtn.opened > span::before, #header_navbtn.opened > span::after {
    top: 0;
    background-color: #fff;
  }
  #header_navbtn.opened > span::before {
    transform: rotate(45deg);
  }
  #header_navbtn.opened > span::after {
    transform: rotate(-45deg);
  }
  /* ------------------------------------- top_image
  */
  #top_image {
    height: auto;
  }
  .top_image {
    width: 100%;
    height: auto;
  }
  /* ------------------------------------- news
  */
  #news {
    height: auto;
  }
  .news_all {
    width: 100%;
    padding-bottom: 5%;
  }
  .news_img {
    float: none;
    padding-top: 5%;
  }
  .news_text {
    float: none;
    width: 100%;
    height: 15vw;
    margin-top: 3%;
  }
  #news p {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.8;
  }
  #news p:not(:last-child) {
    margin-bottom: 1em;
  }
  /* ------------------------------------- menu
  */
  .menu01_back {
    height: auto;
    background: none;
  }
  #menu01 {
    width: 100%;
    height: auto;
    background: none;
  }
  .menu01_text {
    padding-left: 0;
  }
  .menu01_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .menu01_list li {
    width: calc(50% - 2px);
  }
  .menu02_back {
    height: auto;
    background: none;
  }
  #menu02 {
    width: 100%;
    height: auto;
    background: none;
  }
  .menu_heading {
    display: block;
    margin: 12% 0 10%;
  }
  .menu_wrap a {
    position: relative;
    display: block;
  }
  .menu_wrap a::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em 0.3em 0.5em 0.5em;
    background: -webkit-linear-gradient(rgba(176, 41, 44, 0) 0%, rgb(176, 41, 44) 100%);
    background: -o-linear-gradient(rgba(176, 41, 44, 0) 0%, rgb(176, 41, 44) 100%);
    background: linear-gradient(rgba(176, 41, 44, 0) 0%, rgb(176, 41, 44) 100%);
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .menu_wrap a#works_aerospace::after {
    content: "航空宇宙";
  }
  .menu_wrap a#works_car::after {
    content: "自動車";
  }
  .menu_wrap a#quality_hinshitsu::after {
    content: "品質保証";
  }
  /* ------------------------------------- footer
  */
  .footer_01_btn {
    width: 100%;
  }
  #footer_02 {
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #footer_02 > * {
    float: none;
  }
  #footer_02 a[href^="tel:"] {
    color: #fff;
  }
  .footer_02_title {
    order: 1;
    width: 50%;
    max-width: 300px;
    margin: 0;
    padding: 5% 3% 5% 5%;
    float: none;
  }
  .footer_02_title img {
    width: 100%;
    height: auto;
  }
  .footer_02_text {
    order: 3;
    width: 100%;
    float: none;
    margin: 0;
    padding: 7% 5%;
    background-color: #283780;
    text-align: center;
    font-size: min(4vw, 20px);
    color: #fff;
  }
  .footer_02_text ul {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0 0 1em;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .footer_02_text ul::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(50% - 1.5em);
    width: 3em;
    line-height: 0;
    border-bottom: solid 0.15em #fff;
  }
  .footer_02_text ul li {
    margin: 0 0.5em;
  }
  .footer_02_text ul li a {
    color: #fff;
  }
  .footer_02_text p {
    margin: 0;
    font-size: 0.8em;
  }
  .footer_02_insta {
    order: 2;
    width: 50%;
    max-width: 300px;
    margin: 0;
    padding: 5% 5% 5% 3%;
  }
  .footer_02_insta img {
    width: 100%;
    height: auto;
  }
  .footer_copy_back {
    height: auto;
  }
  #footer_copy {
    width: 100%;
  }
  #footer_copy p {
    padding: 0.75em 0.5em 0.5em;
    text-align: center;
    font-size: 0.65em;
  }
  /* ------------------------------------- contents all -------------------------------------
  */
  #contents_all {
    width: 90%;
    max-width: 680px;
    margin-bottom: 5%;
  }
  #contents_all_900 {
    width: 90%;
    margin: 0 auto 5%;
  }
  .contents_title {
    margin-top: 10%;
  }
  .contents_title img {
    display: none;
  }
  .contents_title span {
    position: relative;
    display: block;
    padding-left: 1.5em;
    font-size: 1.4em;
    letter-spacing: 0.2em;
  }
  .contents_title span::before {
    content: "";
    position: absolute;
    display: block;
    top: 0.3em;
    left: 0.25em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8em 0.3em 0 0.3em;
    border-color: #be1f2d transparent transparent transparent;
  }
  .contents_title .sub_title01 {
    padding-left: 0;
  }
  .contents_title .sub_title01::before {
    content: none;
  }
  .page_title {
    margin: 8% 0 8%;
    padding: 0 0 0.25em 0.2em;
    border-bottom: solid 1px #28378c;
    text-align: center;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    color: #28378c;
  }
  /* ------------------------------------- company -------------------------------------
  */
  #title_image {
    position: relative;
    width: 100%;
    height: min(29vw, 400px);
    background: url(../../company/images/title_back.jpg) center center/cover no-repeat #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #title_image::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 55, 150, 0.2);
    mix-blend-mode: multiply;
  }
  .title_image {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .title_image img {
    display: none;
  }
  .title_image span {
    padding-left: 0.5em;
    font-size: 2.2em;
    letter-spacing: 0.5em;
    color: #fff;
    text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
  }
  .select {
    height: auto;
    background: transparent;
  }
  #select_btn {
    width: 100%;
    padding: 5%;
  }
  #select_btn img {
    display: none;
  }
  #select_btn > * {
    position: relative;
    display: block;
    margin-bottom: 2.5%;
    padding: 0.7em 1em 0.5em;
    border: solid 1px #28378c;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    color: #28378c;
  }
  #select_btn > *::after {
    content: "";
    position: absolute;
    display: block;
  }
  #select_btn > span {
    background-color: #28378c;
    color: #fff;
  }
  #select_btn > span::after {
    top: 50%;
    right: 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6em 0.5em 0 0.5em;
    border-color: #fff transparent transparent transparent;
    transform: translateY(-50%);
  }
  #select_btn > a::after {
    top: 50%;
    right: 1.2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.6em;
    border-color: transparent transparent transparent #28378c;
    transform: translateY(-50%);
  }
  #topic_path {
    padding: 0.5em 2.5%;
    background-color: #d3d3d3;
  }
  .topic_path__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
  }
  .topic_path__list li {
    display: inline-block;
    color: #28378c;
  }
  .topic_path__list li:not(:last-child)::after {
    content: ">";
    margin: 0 0.5em 0 0.75em;
    color: #000;
  }
  .topic_path__list li a {
    color: #28378c;
  }
  .syaze {
    margin-top: 6%;
  }
  .keieirinen {
    margin-top: 3%;
  }
  .mark {
    display: block;
    width: 30%;
    max-width: 373px;
    margin: 10% auto;
    padding: 0;
    text-align: center;
  }
  .mark_text {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mark_text p {
    text-align: justify;
    line-height: 1.8;
    font-size: 1em;
  }
  /* ------------------------------------- 会社概要
  */
  .syutoku {
    margin-top: 5%;
  }
  .syutoku p {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0;
  }
  .syutoku_sttl {
    margin: 0 0 1.5em;
    padding: 0.25em 0 0.25em 0.75em;
    border: solid #cc1f2c;
    border-width: 0 0 1px 5px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #cc1f2c;
  }
  .syutoku_sttl img {
    display: none;
  }
  .syutoku_box_wrap {
    justify-content: center;
  }
  .syutoku_box_wrap_box {
    width: 100%;
    max-width: 480px;
  }
  .syutoku_01 {
    margin: 0;
  }
  .syutoku_03 {
    float: right;
    width: 48%;
    margin: 0;
  }
  #access_map {
    margin-top: 5%;
  }
  #access_map iframe {
    width: 100%;
    height: 80vw;
    max-height: 400px;
  }
  #access_map_ad {
    width: 100%;
    height: auto;
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .map_box01 {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .map_box02 {
    width: 40%;
    max-width: 200px;
    height: auto;
    float: left;
    margin-top: 5%;
    margin: 5% 5% 0 0;
  }
  .map_box03 {
    width: auto;
    height: auto;
    float: right;
    margin-top: 5%;
  }
  .map_box03 p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 0.9em;
    letter-spacing: 0;
  }
  /* ------------------------------------- アクセス
  */
  #table_access {
    width: 100%;
    margin-top: 5%;
  }
  #table_access table {
    line-height: 1.4;
    font-size: 0.76em;
  }
  #table_access table th,
  #table_access table td {
    padding: 0.5em;
  }
  #table_access table td:not(:nth-child(2)) {
    white-space: nowrap;
  }
  /* ------------------------------------- aerospace -------------------------------------
  */
  .zyutyu_list {
    font-size: 1em;
    line-height: 1.8;
    margin: 0;
  }
  .zyutyu_list li {
    margin-bottom: 1em;
    padding-left: 3em;
  }
  .zyutyu_list li::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 2em;
    line-height: 2em;
    text-align: center;
    background: #c00;
    color: #fff;
    font-weight: bold;
  }
  #sagyo {
    margin-top: 0;
  }
  #sagyo hr {
    margin: 1em 0;
  }
  .sagyo_image {
    width: 100%;
    height: auto;
    float: none;
  }
  .sagyo_image img {
    width: 100%;
  }
  .sagyo_title p {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .sagyo_text {
    margin-top: 0;
    height: auto;
  }
  .sagyo_text p {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.8;
    letter-spacing: 0;
  }
  /* ------------------------------------- 工場・設備
  */
  #table_factory {
    width: 100%;
    margin-top: 5%;
  }
  #table_factory table {
    line-height: 1.4;
    font-size: 0.76em;
  }
  #table_factory table th,
  #table_factory table td {
    padding: 0.5em;
  }
  #table_factory table td:not(:last-child) {
    white-space: nowrap;
  }
  /* ------------------------------------- 自動車 -------------------------------------
  */
  .automobile_txt01 {
    margin: 10% 0;
    font-size: 1em;
  }
  .automobile_flow {
    margin: 10% auto;
  }
  .automobile_flow dl {
    margin: 0 0 3em;
    padding: 1em;
  }
  .automobile_flow dl::after {
    bottom: -2.1em;
    border-width: 1em 0.6em 0 0.6em;
  }
  .automobile_flow dl dt {
    width: 100%;
    font-size: 1.2em;
  }
  .automobile_flow dl dd {
    width: 100%;
    margin: 0;
    font-size: 1em;
  }
  /* ------------------------------------- recruit -------------------------------------
  */
  .recruit_notes {
    margin: 5% 0 10%;
  }
  .kaisha {
    border: solid 1px #dedede;
    line-height: 1.8;
    font-size: 1em;
  }
  .kaisha th,
  .kaisha td {
    display: block;
    padding: 0.75em 1em;
    border: none;
  }
  .kaisha td {
    padding-bottom: 1.5em;
  }
  /* ------------------------------------- recruit -------------------------------------
  */
  .education_sttl {
    margin: 0 0 1.5em;
    padding: 0.25em 0 0.25em 0.75em;
    border: solid #cc1f2c;
    border-width: 0 0 1px 5px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #cc1f2c;
  }
  .education_sttl img {
    display: none;
  }
  .education__box {
    margin-bottom: 10%;
  }
  .education__box img {
    width: 100%;
  }
  .contents_title + .education__box {
    margin-top: 5%;
  }
  .education__box01 .education__box--block02 {
    display: flex;
    flex-direction: column-reverse;
  }
  .education__box01 .education__box--block03 {
    display: flex;
    justify-content: space-between;
    margin: 0.6em 0;
  }
  .education__box01 .education__box--block03 span {
    width: calc((100% - 0.6em) / 2);
  }
  /*お問い合わせメニューのボーダル*/
  .contact_pop {
    width: 90vw;
    height: 60vh;
    max-height: 600px;
    margin: 15vh auto 0;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .contact_pop__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 2em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_pop__box {
    width: 100%;
  }
  .contact_pop h3 {
    font-size: 1.4em;
  }
  .contact_pop ul {
    display: block;
    margin-bottom: 3em;
  }
  .contact_pop ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .contact_pop ul li a {
    padding: 1.5em 0;
    font-size: 1.4em;
  }
} /* ------------------------------------- end max959px ------------------------------------- */
#gaiyo_table {
  margin-top: 1em;
}

.gaiyo_table {
  border-top: solid 1px #aaa;
  line-height: 1.8;
  font-size: 0.8em;
}
.gaiyo_table th,
.gaiyo_table td {
  padding: 0.5em 1em;
  border-bottom: solid 1px #aaa;
  text-align: left;
  vertical-align: top;
}
.gaiyo_table th,
.gaiyo_table td:first-of-type {
  background-color: #f2f2f2;
  white-space: nowrap;
}
.gaiyo_table td:last-child {
  width: 100%;
}
.gaiyo_table dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
}
.gaiyo_table dl dd {
  margin-inline-start: 1em;
}
@media (width < 576px) {
  .gaiyo_table dl {
    grid-template-columns: 1fr;
  }
  .gaiyo_table dl dd {
    margin-inline-start: 0;
  }
}

@media screen and (min-width: 960px) {
  #gaiyo_table {
    margin-top: 50px;
  }
  .gaiyo_table {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .gaiyo_table th,
  .gaiyo_table td {
    padding: 0.75em 1em;
  }
  .gaiyo_table th,
  .gaiyo_table td:first-of-type {
    width: 20%;
  }
  .gaiyo_table td:last-child {
    width: 60%;
  }
}/*# sourceMappingURL=base_responsive.css.map */