@charset "UTF-8";
@media screen and (max-width: 1245px) {
  body {
    padding-top: 48px;
  }
  header {
    background-color: none;
    /* ▽▽メニューボタン▽▽ */
    /* △△メニューボタン△△ */
    /* ▽▽開閉時のアニメーション▽▽ */
    /* △△開閉時のアニメーション△△ */
    /* ▽▽メニュー内のリストスタイル▽▽ */
  }
  header .header {
    display: none;
  }
  header .hm_menu_check {
    /* チェックボックスを隠す */
    display: none;
  }
  header .hm_wrap {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    z-index: 9999;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.96);
  }
  header .hm_btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 9999;
  }
  header .hm_btn::before {
    box-shadow: #2b5983 0 12px 0;
  }
  header .hm_btn::after {
    bottom: 0;
  }
  header .hm_btn::before,
  header .hm_btn::after {
    width: 30px;
    height: 6px;
    background: #2b5983;
    display: block;
    content: "";
    position: absolute;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  }
  header .hm_menu_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10000px;
    background: #fff;
    position: absolute;
    right: -100%;
    top: 0;
    transition: right 0.4s;
    z-index: 9998;
  }
  header .hm_menu_check:checked ~ .hm_btn::before {
    box-shadow: transparent 0 0 0;
    transform: rotate(45deg) translate3d(6px, 11px, 0);
    background: #2b5983;
  }
  header .hm_menu_check:checked ~ .hm_btn::after {
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
    background: #2b5983;
  }
  header .hm_menu_check:checked ~ .hm_menu_wrap {
    right: 0;
  }
  header .hm_list {
    position: relative;
    width: 96%;
    max-width: 880px;
    height: 93vh;
    margin-top: 44px;
    overflow-y: auto;
  }
  header .hm_list ul {
    padding: 4%;
  }
  header .hm_list ul li {
    border-bottom: dotted 1px #2b5983;
  }
  header .hm_list ul li a {
    text-decoration: none;
    display: block;
    padding: 0.5rem;
  }
  header .hm_list ul li:first-child {
    border-top: dotted 1px #2b5983;
  }
  header .hm_list ul li summary {
    list-style: none;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    transition: 0.3s;
  }
  header .hm_list ul li summary .summary_inner {
    width: 100%;
  }
  header .hm_list ul li summary::-webkit-details-marker {
    display: none;
  }
  header .hm_list ul li summary::after {
    content: "+";
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: #999;
    color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.5s;
    font-weight: 600;
  }
  header .hm_list ul li details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
  }
  header .hm_list ul li .answer ul {
    padding: 0 0 4% 4%;
  }
  header .hm_list ul li .answer ul li {
    border-bottom: none;
  }
  header .hm_list ul li .answer ul li a::before {
    content: "▶︎";
    font-size: 0.6rem;
    margin-right: 0.4rem;
    color: #2b5983;
  }
  header .hm_list ul li .answer ul li:first-child {
    border-top: none;
  }
  header .hm_list ul li details[open] .answer {
    animation: fadein 1s ease;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  header .hm_wrap img {
    float: left;
    height: 32px;
    width: auto;
    margin: 0 auto auto;
  }
  /* フッター */
  footer .footer {
    padding: 2rem 0 1rem;
  }
  footer .footer-inner {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  footer .footer-inner--info {
    width: 64%;
    max-width: 240px;
    display: block;
    gap: 1.6rem;
    margin: 0 auto;
  }
  footer .footer-inner--info .logo {
    width: 40%;
    margin: 0 auto;
  }
  footer .footer-inner--info .text {
    width: 100%;
    margin-top: 1rem;
  }
  footer .footer-inner--info .text p {
    font-size: 0.8rem;
    padding-top: 0.4rem;
    text-align: center;
  }
  footer .footer-inner--nav {
    display: none;
  }
  footer .footer .copyright {
    text-align: center;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1056px) {
  /*　----- トップページ ----- */
  .top-news {
    padding: 3rem 0 6rem;
    display: block;
  }
  .top-news h2 {
    width: 100%;
    font-size: 1.6rem;
    padding-right: 0;
    border-right: none;
  }
  .top-news--list {
    width: 100%;
    padding-left: 0;
  }
  .top-news--list ul li a .date {
    display: block;
  }
  .top-business {
    display: block;
  }
  .top-business::before {
    top: -1.8rem;
  }
  .top-business .col {
    width: 100%;
    padding-top: 42.16%;
  }
  .top-business .col a h2 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .top-business .col a h2 span {
    font-weight: 400;
  }
  .top-business .col a h2::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
  }
  .top-strength {
    padding-bottom: 14rem;
  }
  .top-strength::before {
    content: "";
    width: 100%;
    height: 80%;
    background: url(../img/top/strength.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    bottom: 0;
  }
  .top-strength--inner h2 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .top-strength--inner h2 span {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    padding-top: 0;
  }
  .top-strength--inner---bn {
    width: 92%;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
  }
  .top-strength--inner---bn .col {
    width: 100%;
  }
  .top-strength--inner---bn .col a h3 {
    height: 6rem;
  }
  .top-about {
    background: #2b5983;
    padding-bottom: 6rem;
  }
  .top-about--inner {
    width: 92%;
    max-width: 1280px;
    position: relative;
    margin: -8rem auto 0;
  }
  .top-about--inner h2 {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .top-about--inner h2 span {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    padding-top: 0.3rem;
  }
  .top-about--inner---bn01 {
    flex-direction: column;
    gap: 1rem;
    width: 92%;
    margin: 0 auto;
  }
  .top-about--inner---bn01 .col {
    width: 100%;
  }
  .top-about--inner---bn01 .col a::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #2b5983;
    right: 0px;
    bottom: 4px;
  }
  .top-about--inner---bn01 .col a h3 {
    font-weight: 600;
    font-size: 1.4rem;
  }
  .top-about--inner---bn01 .col a h3 span {
    font-weight: 400;
  }
  .top-about--inner---bn02 {
    padding-top: 1rem;
    width: 92%;
  }
  .top-about--inner---bn02 .col a {
    display: block;
  }
  .top-about--inner---bn02 .col a::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #2b5983;
    right: 0;
    bottom: 4px;
  }
  .top-about--inner---bn02 .col a .image {
    width: 100%;
  }
  .top-about--inner---bn02 .col a h3 {
    width: 100%;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
  .top-about--inner---bn02 .col a h3 span {
    font-size: 0.8rem;
    font-weight: 400;
  }
  /* カバー */
  .cover h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 940px) {
  /* 採用情報 */
  .recruit-content--features p {
    width: auto;
  }
  .recruit-content--interview a .inner {
    width: 42%;
    height: 100%;
  }
  .recruit-content--interview a .inner h4 span {
    font-size: 3.4rem;
  }
  .recruit-content--interview a .inner h4 p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .recruit-content--interview a .inner p {
    text-align: left;
    color: #2b5983;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .recruit-content--interview a .inner.right {
    top: 0;
    right: 0;
  }
  .recruit-content--interview a .inner.left {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 820px) {
  /* カバー */
  .cover h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  /* 事業案内 */
  .business-3cols .col table th {
    display: block;
    padding: 0.6rem;
    border-bottom: none;
  }
  .business-3cols .col table td {
    display: block;
    padding: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  /* 下層のページ */
  .main {
    padding-bottom: 1rem;
  }
  .main-content {
    margin: -8vw auto 0;
    padding-bottom: 3rem;
  }
  .main-content--block {
    width: 92%;
    padding-top: 4rem;
  }
  .main-content--block h2 {
    font-size: 1.6rem;
  }
  .main-content--block h3 {
    font-size: 1.2rem;
  }
  /* カバー */
  .cover h1 {
    font-size: 1.6rem;
  }
  .cover h1 span {
    padding-top: 0;
    font-size: 0.9rem;
    font-weight: 400;
  }
  .cover h2 {
    bottom: 9vw;
    left: 4%;
    font-size: 1.3rem;
    text-align: center;
  }
  /* ページ内のナビゲーション */
  .page-nav {
    width: 100%;
    display: flex;
    gap: 2px;
  }
  .page-nav .col {
    width: calc(100% - 1.3333333333px);
  }
  .page-nav .col a {
    font-size: 0.9rem;
    padding: 0.2rem;
  }
  /* 会社案内 */
  .company .greeting {
    display: block;
    padding-top: 2rem;
  }
  .company .greeting .image {
    width: 56%;
    margin: 0 auto;
  }
  .company .greeting .text {
    width: 100%;
    padding-top: 2rem;
  }
  .company .greeting .text p {
    padding-top: 1rem;
  }
  .company .philosophy h3 {
    padding-top: 2rem;
  }
  .company .philosophy h3 span {
    display: inline-block;
  }
  .company .philosophy p {
    padding-top: 2rem;
  }
  .company .philosophy ol {
    font-size: 1.2rem;
    padding-top: 2rem;
  }
  .company .quality {
    text-align: center;
  }
  .company .quality h3 {
    padding-top: 2rem;
    text-align: left;
  }
  .company .quality p {
    padding-top: 0.4rem;
    text-align: left;
  }
  .company .environment {
    padding-top: 0;
  }
  .company .environment-list {
    padding-top: 2rem;
    display: block;
    gap: 3%;
  }
  .company .environment-list h3 {
    font-size: 100%;
    width: 100%;
    min-height: auto;
    display: block;
    text-align: left;
    padding: 0.3rem 0.6rem;
  }
  .company .environment-list p {
    width: 100%;
    display: block;
    padding-top: 1rem;
  }
  .company .compliance p {
    padding-top: 1rem;
  }
  .company .compliance p span {
    display: inline;
    text-align: left;
  }
  .company .compliance-table {
    padding-top: 3rem;
  }
  .company .compliance-table table {
    border-top: none;
  }
  .company .compliance-table table th {
    white-space: wrap;
    border-bottom: solid 1px #2b5983;
    padding: 0;
    display: block;
    text-align: left;
  }
  .company .compliance-table table td {
    border-bottom: none;
    padding: 0.6rem 0 2rem;
    display: block;
  }
  .company .profile {
    padding-top: 2rem;
  }
  .company .profile table {
    border-top: none;
  }
  .company .profile table th {
    border-bottom: solid 1px #0f0f0f;
    background: none;
    padding: 0;
    width: 100%;
    display: block;
  }
  .company .profile table td {
    border-bottom: none;
    padding: 0.6rem 0 2rem;
    display: block;
  }
  .company .access {
    padding: 2rem 0;
  }
  .company .access iframe {
    height: 320px;
  }
  .company .history {
    padding-top: 2rem;
  }
  .company .history table {
    border-top: none;
  }
  .company .history table th {
    width: 100%;
    padding: 0;
    display: block;
  }
  .company .history table td {
    border-bottom: none;
    padding: 0.6rem 0 2rem;
    display: block;
  }
  /* 事業案内 */
  .business h3 {
    font-size: 1.2rem;
  }
  .business h3 span {
    display: inline-block;
  }
  .business h4 {
    font-size: 1.1rem;
    padding-top: 2rem;
  }
  .business-box {
    padding-top: 4rem;
    display: block;
  }
  .business-box .image {
    width: 100%;
  }
  .business-box .text {
    width: 100%;
    padding-top: 1rem;
  }
  .business-box02 {
    width: 90%;
    margin: 0 auto;
    padding-top: 3rem;
  }
  .business-3cols {
    width: 90%;
    margin: 0 auto;
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
  }
  .business-3cols .col {
    width: 100%;
    padding: 1rem 0;
  }
  .business-3cols .col table {
    height: auto;
  }
  .business-3cols .col table th {
    padding: 0.4rem;
  }
  .business-3cols .col table td {
    padding: 0.4rem;
  }
  .business .facility-table {
    padding-top: 3rem;
  }
  .business .facility-table table {
    font-size: 0.9rem;
  }
  .business .facility-table table th {
    padding: 0.5rem;
  }
  .business .facility-table table td {
    padding: 0.5rem 0.4rem;
  }
  /* よくあるご質問 */
  .faq-box {
    padding-top: 3rem;
    display: block;
  }
  .faq-box .image {
    width: 64%;
    margin: 0 auto;
  }
  .faq-box .text {
    padding-top: 1.6rem;
    width: 100%;
  }
  .faq-box .text h3 {
    font-size: 1.2rem;
    padding: 0 0 0.4rem;
  }
  .faq-box .text h3 span {
    font-size: 1.6rem;
  }
  .faq-box .text .answer {
    padding: 1rem 0 0;
  }
  .faq-box .text .answer .faq-img {
    display: block;
    margin: 3rem auto 0;
    width: 90%;
  }
  /* 製品情報 */
  .products-inner {
    padding-top: 3rem;
  }
  .products-inner h2 {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .products-inner h2 span {
    display: inline-block;
  }
  .products-inner--box h3 {
    font-size: 1rem;
    padding: 0.4rem 0;
  }
  .products-inner--box---cols2 {
    display: block;
    padding: 2rem 0;
  }
  .products-inner--box---cols2 .image {
    width: 92%;
    margin: 0 auto;
  }
  .products-inner--box---cols2 ul {
    padding-top: 1.4rem;
  }
  .products-inner--box---cols3 {
    display: block;
    padding: 0 0 2rem;
  }
  .products-inner--box---cols3 .col {
    width: 100%;
  }
  .products-inner--box---cols3 .col img {
    width: 92%;
    margin: 2rem auto 0.8rem;
  }
  .products-inner--images .image01 {
    width: 64%;
  }
  .products-inner--images .image02 {
    display: block;
    width: 100%;
  }
  .products-inner--images .image02 .left img {
    margin: 0 auto 1.2rem;
    width: 92%;
  }
  .products-inner--images .image02 .right {
    padding-top: 3rem;
  }
  .products-inner--images .image02 .right img {
    margin: 0 auto 1.2rem;
    width: 56%;
  }
  .products-inner--bottom {
    padding-top: 3rem;
    font-size: 1.2rem;
  }
  /* 千葉精密プレスの強み */
  .strength h2 {
    padding: 3rem 3% 1rem;
    font-size: 1.4rem;
  }
  .strength-inner {
    width: 90%;
    margin: 0 auto;
  }
  .strength-inner h3 {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
  .strength-inner h3 span {
    display: inline-block;
  }
  .strength-inner p {
    padding-top: 1rem;
  }
  .strength-inner .strength01-image {
    display: block;
    padding-top: 3rem;
  }
  .strength-inner .strength01-image .col01 {
    width: 100%;
  }
  .strength-inner .strength01-image .col02 {
    width: 100%;
    padding-top: 1rem;
  }
  .strength-inner .strength02-image {
    display: block;
  }
  .strength-inner .strength02-image .col {
    padding-top: 0.6rem;
  }
  .strength-inner--section {
    padding-top: 2rem;
  }
  .strength-inner--section .table {
    padding-top: 3rem;
  }
  .strength-inner--section .table table {
    font-size: 0.9rem;
  }
  .strength-inner--section .table table th {
    padding: 0.5rem 0.3rem;
  }
  .strength-inner--section .table table td {
    padding: 0.5rem 0.3rem;
    min-width: 2.6rem;
  }
  .strength-inner .strength03 {
    display: block;
    padding-top: 2rem;
  }
  .strength-inner .strength03 .image {
    width: 100%;
  }
  .strength-inner .strength03 .text {
    width: 100%;
    padding-top: 2rem;
  }
  .strength-inner .strength03-image {
    display: block;
    padding-top: 2rem;
  }
  .strength-inner .strength03-image .col {
    padding-top: 0.6rem;
  }
  /* 採用情報 */
  .recruit-content {
    padding-top: 3rem;
  }
  .recruit-content h3 {
    font-size: 1.4rem;
  }
  .recruit-content h3 span {
    font-size: 0.8rem;
    width: 100%;
  }
  .recruit-content--point {
    display: block;
  }
  .recruit-content--point .col {
    width: 100%;
    padding: 1.6rem;
    margin-top: 0.6rem;
  }
  .recruit-content--features {
    display: block;
  }
  .recruit-content--features h4 {
    font-size: 1.4rem;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }
  .recruit-content--features p {
    padding-top: 1rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .recruit-content--interview a .inner {
    width: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
  }
  .recruit-content--interview a .inner::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #2b5983;
  }
  .recruit-content--interview a .inner h4 span {
    font-size: 3rem;
  }
  .recruit-content--interview a .inner h4 p {
    font-size: 0.8rem;
  }
  .recruit-content--interview a .inner p {
    font-size: 1.2rem;
  }
  .recruit-content--interview a .inner p span {
    display: inline;
  }
  .recruit-content--flow {
    padding-top: 3rem;
    max-width: 640px;
    margin: 0 auto;
  }
  .recruit-content--flow h4 {
    text-align: center;
    padding-bottom: 1rem;
    color: #2b5983;
  }
  .recruit-content--flow .entry {
    padding-top: 3rem;
  }
  .recruit-content--flow .entry a {
    display: block;
    position: relative;
    padding: 1.6rem;
    text-align: center;
    background: #2b5983;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .recruit-content--flow .entry a:hover {
    background: #03406d;
  }
  .recruit-content--flow .entry a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-top: 0;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    bottom: 0.4rem;
  }
  .recruit-photo {
    padding-top: 4rem;
  }
  .requirements {
    padding: 3rem 6%;
  }
  .requirements h2 {
    font-size: 1.6rem;
  }
  .requirements-table {
    padding-top: 1rem;
  }
  .requirements-table table {
    width: 100%;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    font-size: 0.96rem;
  }
  .requirements-table table th {
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
  }
  .requirements-table table td {
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
  }
  /* 社員インタビュー */
  .interview .main-content h1 {
    padding: 3rem 1rem 0;
    display: block;
  }
  .interview .main-content h1 .number {
    font-size: 3rem;
  }
  .interview .main-content h1 .number span {
    font-size: 0.8rem;
  }
  .interview .main-content h1 .title span {
    display: block;
    font-size: 0.8rem;
    text-align: center;
    padding-top: 0.6rem;
  }
  .interview .main-content h1 .title p {
    padding-top: 1.6rem;
    font-size: 1.2rem;
  }
  .interview-box {
    padding-top: 3rem;
    display: block;
  }
  .interview-box .image {
    width: 100%;
  }
  .interview-box .image-small {
    margin: 0 auto;
  }
  .interview-box .text {
    width: 100%;
    padding: 2rem 6%;
  }
  .interview-box .text h2 {
    font-size: 1.3rem;
  }
  .interview-box .text p {
    padding: 0.8rem 0 2rem;
    line-height: 1.6;
    font-size: 1rem;
  }
  .interview .slide {
    padding-top: 1rem;
  }
  .interview .slide .slick-slider div {
    padding: 0 8px;
  }
  .interview-image {
    padding-top: 0;
    padding-bottom: 2rem;
    display: block;
  }
  .interview-image .col {
    padding-bottom: 1rem;
  }
  /* お知らせ */
  .news {
    padding: 2rem 6% 0;
  }
  .news h2 {
    font-size: 1.4rem;
  }
  .news-content {
    padding-top: 1rem;
  }
  .news-content p {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  /* 採用情報 */
  .recruit-content--interview a {
    text-decoration: none;
  }
  .recruit-content--interview a .inner {
    width: 100%;
    position: relative;
    padding: 1rem;
    border: solid 1px #ccc;
  }
  .recruit-content--interview a .inner h4 span {
    font-size: 4rem;
  }
  .recruit-content--interview a .inner h4 p {
    font-size: 0.8rem;
  }
  .recruit-content--interview a .inner p {
    text-align: left;
    color: #2b5983;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .recruit-content--interview a .inner p span {
    display: inline-block;
  }
  .recruit-content--interview a .inner.right {
    top: 0;
    right: 0;
  }
  .recruit-content--interview a .inner.left {
    top: 0;
    left: 0;
  }
  /* 社員インタビュー */
  .interview .slide {
    padding: 0 3%;
  }
  .interview .slide .slick-slider div {
    padding: 0;
  }
}/*# sourceMappingURL=sp-style.css.map */