@charset "UTF-8";
/*--------------------------------------------------------------
## 1280px以下
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  /* header */
  .global-nav_content {
    display: none;
  }
  /* benefits.php */
  .benefits .contents02 .contents_list li {
    width: calc(50% - 1rem);
    padding: 2rem 1rem;
  }
}
/*--------------------------------------------------------------
## 1180px以下
--------------------------------------------------------------*/
@media screen and (max-width: 1180px) {
  /* service.php */
  .service .contents01 .contents_section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 8rem;
  }
  .service .contents01 .contents_section:first-child::before, .service .contents01 .contents_section:first-child::after {
    display: none;
  }
  .service .contents01 .contents_section:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .contents01 .contents_section:nth-child(2)::before, .service .contents01 .contents_section:nth-child(2)::after {
    display: none;
  }
  .service .contents01 .contents_section img {
    width: 100%;
    height: 65vh;
    margin-left: 0;
  }
  .service .contents01 .contents_section-desc {
    position: relative;
    padding: 6rem 1rem;
    width: auto;
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: auto;
  }
  .service .contents01 .contents_section-desc h3::before {
    inset: auto auto 0 0;
  }
}
/*--------------------------------------------------------------
## 1024px以下
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /* container */
  .container01 {
    width: calc(100% - 50px);
  }
  .container02 {
    width: calc(100% - 5vw);
  }
  /* bk-img ※画像のパララックスはiOSでは未対応のため */
  .bk-img {
    background-attachment: scroll;
    min-height: 300px;
  }
  /* toppage */
  .top .contents01 {
    padding: 7rem 0;
  }
  .top .contents01 .contents_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top .contents02 .contents_section-text {
    top: auto;
    bottom: -380px;
  }
  .top .contents02 .contents_section-text a {
    padding: 6rem 4rem;
  }
  .top .contents03 {
    padding: 7rem 0;
  }
  /* lower */
  .lower .contents {
    padding: 7rem 0;
  }
  .header_pageTitle h2 {
    padding-left: 5vw;
  }
  /* service.php */
  .service .contents01 {
    padding: 7rem 0 0;
  }
  /* archive(no sidebar) */
  .articles .article_img {
    height: 30vw;
  }
  .archive .contents01 {
    padding-bottom: 8rem !important;
  }
  /* footer */
  .footer .footer-box_text p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
  .footer .footer-box_text-right .sns-nav_list li {
    font-size: 1.3rem;
  }
  .footer .copyright {
    font-size: 0.7rem;
  }
}
/*--------------------------------------------------------------
## 959px以下
--------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* container */
  .container01,
  .container03 {
    width: calc(100% - 5vw);
  }
  /* btn */
  .btn1 {
    font-size: 2rem;
    padding: 0.8rem 2rem;
  }
  .btn1::before {
    top: 5px;
    right: 5px;
  }
  /* contents_menu-list */
  .contents_menu-list li {
    width: 50%;
  }
  /* header */
  .header_menu {
    padding-inline: 10px 0;
  }
  .header_menu .header-branding {
    width: 280px;
  }
  .header_slider-img01 {
    background-image: url(../img/index_slider01-sp.webp);
  }
  /* toppage */
  .top .contents01 .feature-list {
    grid-template-columns: 1fr;
  }
  .top .contents01 .buttons-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .contents01 .buttons-list li {
    width: 100%;
  }
  .top .contents02 .contents_section {
    margin-bottom: 25rem;
  }
  .top .contents02 .contents_section-text {
    width: 90vw;
    min-height: 0;
    bottom: -300px;
  }
  .top .contents02 .contents_section-text a {
    min-height: 0;
    padding-bottom: 9rem;
  }
  .top .contents02 .contents_section-text a .more-btn {
    right: 7rem;
    bottom: 6rem;
  }
  /* service.php */
  .service .contents01 .container {
    width: 100%;
  }
  .service .contents01 .contents_section img {
    height: 50vh;
  }
  /* support.php */
  .support .contents03 .contents_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support .contents03 .contents_list li:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support .contents04 .contents_list li .list-ttl {
    padding: 1rem;
  }
  .support .contents04 .contents_list li .contents_list-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
  }
  .support .contents04 .contents_list li .contents_list-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* archive(no sidebar) */
  .articles .article {
    width: 85%;
    margin: auto;
    margin-bottom: 5rem;
  }
  .articles .article_img {
    height: 52vw;
  }
  .articles .article:nth-child(odd) {
    margin-right: auto;
  }
  .articles .article:nth-child(even) {
    margin-left: auto;
  }
  .archive .contents01 {
    padding-bottom: 8rem !important;
  }
  /* footer */
  .footer-contact {
    padding: 4rem 0;
  }
  .footer-contact .contents_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contact .contents_box a {
    padding: 4rem 1rem;
  }
  .footer-contact .contents_box .arrow {
    width: 60px;
    height: 60px;
  }
  .footer .footer-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .footer .footer-box:first-child {
    width: 100%;
  }
  .footer .footer-box:nth-child(2) {
    width: 100%;
  }
  .footer .footer-box .footer-branding_site-title {
    margin-bottom: 50px;
  }
  .footer .footer-box_text-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .footer .footer-box_text-right {
    width: 100%;
  }
  .footer .footer-box_text-right .sns-nav {
    margin: 2rem 0 4rem;
  }
}
/*--------------------------------------------------------------
## 559px以下
--------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* パンくずリスト */
  .breadcrumb {
    margin-bottom: 3rem;
  }
  /* contents_menu-list */
  .contents_menu-list li {
    width: 100%;
  }
  /* 改行 */
  .br_pc {
    display: block;
  }
  /* table */
  .contents_table {
    width: auto;
  }
  .contents_table th,
  .contents_table td {
    padding: 1.5rem 1rem;
    display: block;
    width: auto;
  }
  /*ページャー*/
  .page-numbers li .current,
  .page-numbers li a {
    font-size: 0.8rem;
  }
  /* lower */
  .lower .contents {
    padding: 5rem 0;
  }
  .lower .contents_title h3::before {
    inset: -30px auto auto 0;
  }
  .lower .contents_title h3::after {
    inset: -30px auto auto 0;
  }
  /* header */
  .header_catchphrase h2 {
    inset: 60% auto auto 50%;
  }
  /* toppage */
  .top .contents01 .feature-list a {
    padding: 2rem 1rem;
  }
  .top .contents01 .feature-list .list-num {
    margin: 0 0 2rem;
  }
  .top .contents01 .feature-list .list-arrow {
    width: 50px;
    height: 50px;
    margin: 1rem 0 0 auto;
  }
  .top .contents01 .buttons-list a {
    padding: 3rem 1rem 10rem;
  }
  .top .contents02 .contents_section {
    margin-bottom: 5rem;
  }
  .top .contents02 .contents_section:last-child {
    margin-bottom: 0;
  }
  .top .contents02 .contents_section-img {
    max-height: none;
  }
  .top .contents02 .contents_section-img img {
    width: 100%;
    max-height: none;
    margin: 0;
  }
  .top .contents02 .contents_section-text {
    position: relative;
    width: 100%;
    top: -2px;
  }
  .top .contents02 .contents_section-text a {
    padding: 3rem 1rem 8rem;
  }
  .top .contents02 .contents_section-text a .more-btn {
    right: 4rem;
    bottom: 4rem;
  }
  .top .contents02 .contents_section-text a:hover .more-btn {
    right: 3rem;
  }
  .top .contents02 .contents_section:first-child .contents_section-img::before {
    border-right: 40vw solid transparent;
    border-bottom: 10vw solid rgba(0, 0, 0, 0.2);
  }
  .top .contents02 .contents_section:first-child .contents_section-img::after {
    border-left: 60vw solid transparent;
    border-right: none;
    border-top: none;
    border-bottom: 8vw solid rgba(0, 0, 0, 0.5);
    bottom: 0;
  }
  .top .contents02 .contents_section:nth-child(2) .contents_section-img::before {
    border-bottom: 10vw solid rgba(63, 167, 243, 0.2);
  }
  .top .contents02 .contents_section:nth-child(2) .contents_section-img::after {
    border-top: 8vw solid transparent;
    border-bottom: none;
    border-right: 40vw solid rgba(63, 167, 243, 0.4);
    bottom: 0;
  }
  .top .contents03::before {
    top: -6vw;
    border-bottom: 6vw solid transparent;
    border-top: 6vw solid transparent;
  }
  .top .contents03::after {
    top: -10vw;
    border-bottom: 10vw solid transparent;
    border-top: 10vw solid transparent;
  }
  .top .contents03 .contents_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .contents03 .contents_list .list-num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1rem;
  }
  .top .contents03 .contents_list .list-desc {
    padding: 2rem 1rem;
  }
  .top .contents03 .contents__item-inner {
    padding: 2rem 1rem;
  }
  .top .contents04 a .more-btn {
    right: 4rem;
  }
  .top .contents04 a .more-btn:hover {
    right: 3rem;
  }
  /* support.php */
  .support .contents02 .contents_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support .contents02 .contents_list .list-num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1rem;
  }
  .support .contents02 .contents_list .list-desc {
    padding: 2rem 1rem;
  }
  .support .contents02 .contents__item h4 {
    padding: 1.5rem 1rem;
  }
  .support .contents02 .contents__item-inner {
    padding: 2rem 1rem;
  }
  .support .contents03::before {
    top: -8vw;
    border-bottom: 11vw solid transparent;
    border-top: 8vw solid transparent;
  }
  .support .contents03::after {
    top: -11vw;
    border-bottom: 8vw solid transparent;
    border-top: 11vw solid transparent;
  }
  .support .contents04::before {
    top: -8vw;
    border-bottom: 11vw solid transparent;
    border-top: 8vw solid transparent;
  }
  .support .contents04::after {
    top: -11vw;
    border-bottom: 8vw solid transparent;
    border-top: 11vw solid transparent;
  }
  /* benefits.php */
  .benefits .contents02 .contents_list li {
    width: 100%;
  }
  .benefits .contents02 .contents_item h4 {
    padding: 1rem;
  }
  /* recruit.php */
  .recruit .contents02::before {
    top: -8vw;
    border-bottom: 11vw solid transparent;
    border-top: 8vw solid transparent;
  }
  .recruit .contents02::after {
    top: -11vw;
    border-bottom: 8vw solid transparent;
    border-top: 11vw solid transparent;
  }
  /* service.php */
  .service .contents01 .contents_section:first-child .contents_section-desc h3::before {
    content: "";
  }
  .service .contents01 .contents_section:nth-child(2) .contents_section-desc h3::before {
    content: "";
  }
  /* company.php */
  .company .contents02 {
    padding: 5rem 0 5rem !important;
  }
  .company .contents02 .container {
    padding: 2rem 0;
  }
  /* contact.php */
  .contents_form {
    width: 95%;
  }
  /* archive(no sidebar) */
  .articles .article {
    width: 100%;
  }
  .articles .article_img {
    height: 58vw;
  }
  .archive .contents01 {
    padding-top: 5rem;
  }
  /* single(no sidebar) */
  .single .contents01 {
    padding-top: 5rem;
  }
  .single .contents02 {
    padding-bottom: 5rem !important;
  }
  .single .contents02 .post_title {
    margin: 4rem 0;
    font-size: 1.8rem;
  }
  /* footer */
  .footer {
    padding: 3rem 0;
  }
  .footer .container {
    width: calc(100% - 2rem);
  }
  .footer .container .copyright {
    text-align: center;
    margin: auto;
  }
  .float-buttons {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
  .float-buttons .btn01,
  .float-buttons .btn02 {
    width: auto;
    height: 80px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}/*# sourceMappingURL=responsive.css.map */