@charset "UTF-8";
/*--------------------------------------------------------------
## 1280px以下
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  /* header */
  .header_menu .global-nav {
    width: 60%;
    padding-left: 10rem;
  }
  .header_menu .global-nav_list li a {
    font-size: 17px;
  }
  /* top-page */
  .top .contents02 .contents_section:first-child .contents_section-img::before {
    bottom: 1%;
  }
  .top .contents02 .contents_section:first-child .contents_section-img::after {
    bottom: -9.3vw;
  }
  .top .contents02 .contents_section:nth-child(2) .contents_section-img::before {
    bottom: 1%;
  }
  .top .contents02 .contents_section:nth-child(2) .contents_section-img::after {
    bottom: -5.1vw;
  }
  .top .contents02 .contents_section:nth-child(3) .contents_section-img::before {
    bottom: 1%;
  }
  .top .contents02 .contents_section:nth-child(3) .contents_section-img::after {
    bottom: -9.3vw;
  }
  .top .contents03 .contents_box {
    padding: 5rem 0;
  }
  .top .contents03 .contents_box--inner h2 {
    margin-bottom: 2rem;
  }
  .top .contents03 .contents_box--inner p {
    margin-bottom: 2rem;
  }
  .top .contents03 .contents_box--flex {
    display: block;
  }
  .top .contents03 .contents_box--ofh {
    width: 595px;
    height: 215px;
    margin: 0 auto 1.5rem;
  }
}
/*--------------------------------------------------------------
## 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: 450px;
  }
  /* header */
  .header_menu .global-nav_list {
    display: none;
  }
  /* top-page */
  .top .contents_title {
    font-size: 3.5rem;
  }
  .top .contents01 h2 {
    font-size: 1.8rem;
  }
  .top .contents02 .contents_section-text {
    top: auto;
    bottom: -380px;
  }
  .top .contents02 .contents_section-text a {
    padding: 6rem 4rem;
  }
  .top .contents03 {
    padding: 6rem 0 0;
  }
  .top .contents04 {
    padding: 6rem 0 12rem;
  }
  .top .contents04 .contents_item .article {
    width: calc(100% - 4vw);
  }
  .top .contents04 .contents_item .article .article-text {
    width: 100%;
    margin-bottom: 1rem;
  }
  .top .contents04 .contents_item .article .article-text_data {
    font-size: 0.8rem;
  }
  .top .contents04 .more-btn {
    bottom: 9rem;
  }
  .top .contents05 {
    padding: 5rem 0;
  }
  .top .contents05 .contents_title {
    margin-bottom: 2rem;
  }
  .top .contents05 p {
    margin-bottom: 5rem;
  }
  /* lower */
  .header_pageTitle h2 {
    padding-left: 5vw;
    font-size: 3.5rem;
  }
  /* about.php */
  .about .contents03 .container05 {
    flex-direction: column-reverse;
  }
  .about .contents03 .contents_text {
    width: 100%;
    margin: 0 auto;
  }
  .about .contents03 .contents_img {
    margin: 0 auto;
  }
  /* service.php */
  .service {
    overflow-x: hidden;
  }
  .service .contents02 {
    padding: 3rem 0 0;
  }
  .service .contents02 .contents_section-text {
    padding: 3rem 4rem;
    width: 38vw;
    min-height: 200px;
  }
  .service .contents02 .contents_section:first-child::before {
    border-right: 61vw solid transparent;
    bottom: 1vw;
  }
  .service .contents02 .contents_section:first-child::after {
    bottom: -4vw;
  }
  .service .contents02 .contents_section:nth-child(2)::before {
    bottom: -2vw;
  }
  .service .contents02 .contents_section:nth-child(2)::after {
    border-left: 72vw solid transparent;
    bottom: 0.8vw;
  }
  .service .contents02 .contents_section:nth-child(3)::before {
    border-right: 84vw solid transparent;
    bottom: 1vw;
  }
  .service .contents02 .contents_section:nth-child(3)::after {
    bottom: -4vw;
  }
  .service .contents02 .contents_section:nth-child(4)::before {
    bottom: -5vw;
  }
  .service .contents02 .contents_section:nth-child(4)::after {
    border-left: 62vw solid transparent;
    bottom: 0.8vw;
  }
  .service .contents02 .contents_section:nth-child(5)::before {
    border-right: 76vw solid transparent;
    bottom: 1vw;
  }
  .service .contents02 .contents_section:nth-child(5)::after {
    bottom: -4vw;
  }
  /* 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;
  }
  /* header */
  .header-branding {
    top: 1rem;
    left: 1rem;
  }
  .header_catchphrase h2 {
    padding-top: 45vh;
    font-size: 2.5rem;
  }
  .global-nav {
    display: none;
  }
  /* top-page */
  .top .contents_title {
    font-size: 2.5rem;
  }
  .top .contents01 {
    padding: 7rem 0;
  }
  .top .contents01 h2 {
    font-size: 1.5rem;
  }
  .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 h2 {
    font-size: 2.75rem;
  }
  .top .contents02 .contents_section-text a .more-btn {
    right: 7rem;
    bottom: 6rem;
  }
  .top .contents03 {
    padding-top: 5rem;
  }
  .top .contents03 .container_bg {
    height: 65vh;
  }
  .top .contents03 .contents_box--inner h2 {
    font-size: 2.75rem;
  }
  .top .contents03 .contents_box--flex h3 {
    font-size: 2rem;
  }
  .top .contents04 {
    margin: 30rem 0 0;
  }
  .top .contents04 h2 {
    font-size: 2.75rem;
  }
  .top .contents05 .contents_title {
    font-size: 2.75rem;
  }
  /* lower */
  .header_pageTitle h2 {
    font-size: 2.5rem;
  }
  .header_pageTitle h2 span {
    font-size: 1.5rem;
  }
  /* service.php */
  .service .contents01 {
    padding: 7rem 0;
  }
  .service .contents02 {
    padding-top: 0;
  }
  .service .contents02 .container {
    width: 100%;
  }
  .service .contents02 .contents_section {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 22rem;
  }
  .service .contents02 .contents_section:nth-child(even) {
    flex-direction: column;
  }
  .service .contents02 .contents_section-text {
    width: calc(85% - 5rem);
    margin-right: 10%;
    min-height: 0;
    top: 50vw;
    bottom: auto;
  }
  .service .contents02 .contents_section-text h4 {
    font-size: 1.5rem;
  }
  .service .contents02 .contents_section img {
    margin-left: 10%;
    width: 90%;
    height: 58vw;
  }
  .service .contents02 .contents_section:nth-child(even) {
    text-align: right;
  }
  .service .contents03 {
    padding-top: 0;
    padding-bottom: 8rem !important;
  }
  /* recruit.php */
  .recruit .contents01 .contents_box {
    flex-direction: column;
  }
  .recruit .contents01 .contents_text {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .recruit .contents01 picture .contents_img {
    margin: 0 auto;
    display: block;
  }
  .recruit .contents02 {
    padding-bottom: 10rem;
  }
  /* page-contact.php(WP) */
  .contact .contents_cf7__box--inner {
    margin: 2rem auto;
    width: 80%;
  }
  .contact .contents_cf7__box--tel {
    font-size: 24px;
  }
  .contact .contents_cf7--inner {
    padding: 4rem 2rem;
  }
  .contact .contents_cf7__table tr th {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .contact .contents_cf7__table tr td {
    display: block;
    width: 100%;
  }
  /* sidebar */
  .widget-container {
    width: calc(270px - 2rem);
    margin-left: 2rem;
  }
  .widget-container_title {
    font-size: 1.2rem;
  }
  .widget-container_title span {
    font-size: 0.7rem;
  }
  .widget-container ul li a {
    font-size: 0.9rem;
  }
  /* archive(sidebar) */
  .archive.with-sidebar .contents02 {
    padding-top: 0;
    padding-bottom: 15rem;
  }
  .archive.with-sidebar .contents02 .container .articles {
    width: calc(100% - 270px);
  }
  .archive.with-sidebar .contents02 .container .articles .article {
    width: 100%;
  }
  .archive.with-sidebar .contents02 .container .articles .article_img {
    height: auto;
  }
  .archive.with-sidebar .contents02 .container .articles .article_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .archive.with-sidebar .contents02 .container .articles .article_text-title {
    font-size: 1.3rem;
  }
  /* single(sidebar) */
  .single.with-sidebar .contents02 {
    padding-bottom: 15rem;
  }
  .single.with-sidebar .contents02 .container .post {
    width: calc(100% - 270px);
    padding-right: 0;
  }
  .single.with-sidebar .contents02 .container .post_title {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .single.with-sidebar .contents02 .container .post_img {
    height: calc((100vw - 270px) * 0.65);
  }
  /* footer */
  .footer .footer-box:first-child {
    width: 40%;
  }
  .footer .footer-box:nth-child(2) {
    width: 60%;
  }
  .footer .footer-box:nth-child(2) iframe {
    height: 400px;
  }
  .footer .footer-box h2 {
    margin-bottom: 50px;
  }
  .footer .footer-box_text-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .footer .footer-box_text-right {
    width: 100%;
  }
  .footer .footer-box_text-right .sns-nav {
    margin: 2rem 0 4rem;
  }
}
/*--------------------------------------------------------------
## 767px以下
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* top-page */
  .top .contents03 .contents_box--ofh {
    width: 495px;
    height: 185px;
  }
  /* about.php */
  .about .contents01 {
    padding: 6rem 0;
    margin: 5rem 0 2rem;
  }
  /* page-contact.php(WP) */
  .contact .contents_cf7 .wpcf7 input[type=text],
  .contact .contents_cf7 .wpcf7 input[type=tel],
  .contact .contents_cf7 .wpcf7 input[type=email],
  .contact .contents_cf7 .wpcf7 textarea {
    max-width: 100%;
    width: 97%;
  }
}
/*--------------------------------------------------------------
## 559px以下
--------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* パンくずリスト */
  .breadcrumb {
    margin-bottom: 3rem;
  }
  /* table */
  .contents_table {
    width: 90%;
  }
  .contents_table th,
  .contents_table td {
    padding: 1.5rem 0.5rem;
  }
  .contents_table th {
    min-width: 5rem;
  }
  /*ページャー*/
  .page-numbers li .current,
  .page-numbers li a {
    font-size: 0.8rem;
  }
  /* header */
  .header_catchphrase h2 {
    font-size: 2rem;
  }
  .header_menu .mini-nav_list li {
    padding: 1rem;
  }
  .header_menu .mini-nav_list li a {
    font-size: 1.05rem;
  }
  .header_menu .mini-nav_list li a span {
    font-size: 1.05rem;
  }
  h1 {
    font-size: 1.75rem;
  }
  /* lower */
  .lower .contents_title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .lower .contents {
    padding: 5rem 0;
  }
  /* top-page */
  .top .contents01 {
    padding: 5rem 0;
  }
  .top .contents01 h2 {
    line-height: 1.6;
  }
  .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: -10px;
  }
  .top .contents02 .contents_section-text a {
    padding: 3rem 1rem 6rem;
  }
  .top .contents02 .contents_section-text a h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .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 .container_bg {
    height: 55vh;
  }
  .top .contents03 .contents_box--inner h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .top .contents03 .contents_box {
    padding: 4rem 0;
  }
  .top .contents03 .contents_box--ofh {
    width: 320px;
    height: 150px;
  }
  .top .contents03 .contents_box--flex h3 {
    font-size: 1.25rem;
  }
  .top .contents04 {
    margin: 15rem 0 0;
  }
  .top .contents04 h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .top .contents04 .contents_item .article:nth-child(odd) {
    padding: 5vw 4vw;
  }
  .top .contents04 .contents_item .article:nth-child(even) {
    padding: 5vw 4vw;
  }
  .top .contents04 .contents_item .article .article-text_title {
    font-size: 1.25rem;
  }
  .top .contents05 .contents_title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  /* about.php */
  .about .contents01 {
    padding: 3rem 0;
  }
  .about .contents01 .contents_text {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about .contents02 {
    padding: 3rem 0 0;
  }
  .about .contents02 .container {
    padding: 2rem 0;
  }
  .about .contents03 {
    padding: 3rem 0 0;
  }
  .about .contents03 .contents_img {
    width: 80%;
  }
  .about .contents03 .contents_text--top {
    margin: 1rem;
    font-size: 18px;
  }
  .about .contents03 .contents_text--bottom {
    margin: 1rem;
    font-size: 1.2rem;
  }
  /* service.php */
  .service .contents01 {
    padding: 5rem 0;
  }
  .service .contents01 .contents_text {
    font-size: 1.15rem;
  }
  .service .contents02 {
    padding: 0 0 2rem;
  }
  .service .contents02 .contents_section {
    position: relative;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .service .contents02 .contents_section-text {
    position: relative;
    padding: 2rem 1rem;
    width: calc(100% - 2rem);
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
    top: 0;
  }
  .service .contents02 .contents_section-text h4 {
    margin-bottom: 1.5rem;
  }
  .service .contents02 .contents_section img {
    width: 100%;
    height: 65vw;
    margin-left: 0;
  }
  .service .contents02 .contents_section::before, .service .contents02 .contents_section::after {
    display: none;
  }
  .service .contents02 .contents_section:nth-child(2) {
    flex-direction: column-reverse;
  }
  .service .contents02 .contents_section:nth-child(3) {
    flex-direction: column;
  }
  .service .contents03 {
    padding-bottom: 7rem !important;
  }
  .service .contents03 .contents_gallery .slick-dots button {
    height: 5px;
    width: 3px;
  }
  /* single-news.php(WP) */
  .single-news .contents02 .container .post_title {
    font-size: 1.5rem;
  }
  .single-news .contents02 .container .post_content p {
    font-size: 1.15rem;
  }
  /* archive-news.php(WP) */
  .news .articles .article-text_title {
    font-size: 1.25rem;
  }
  /* sidebar */
  .widget-container {
    width: 100%;
    margin-left: 0;
  }
  .widget-container_title {
    font-size: 1.5rem;
  }
  .widget-container_title span {
    font-size: 0.9rem;
  }
  .widget-container ul li a {
    font-size: 1rem;
  }
  /* archive(sidebar) */
  .archive.with-sidebar .contents02 {
    padding-bottom: 3rem;
  }
  .archive.with-sidebar .contents02 .container {
    display: block;
  }
  .archive.with-sidebar .contents02 .container .articles {
    width: 100%;
    margin-bottom: 10rem;
  }
  .archive.with-sidebar .contents02 .container .articles .box_page-numbers {
    bottom: -2.5rem;
  }
  /* single(sidebar) */
  .single.with-sidebar .contents02 {
    padding-bottom: 0;
  }
  .single.with-sidebar .contents02 .container {
    display: block;
  }
  .single.with-sidebar .contents02 .container .post {
    width: 100%;
    margin-bottom: 8rem;
    margin-right: 0;
  }
  .single.with-sidebar .contents02 .container .post_title {
    margin: 4rem 0;
  }
  .single.with-sidebar .contents02 .container .post_img {
    height: 65vw;
  }
  /* footer */
  .footer {
    padding: 3rem 0;
  }
  .footer .container {
    flex-direction: column-reverse;
    width: calc(100% - 2rem);
  }
  .footer .container .footer-box {
    width: 100%;
  }
  .footer .container .footer-box iframe {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer .container .copyright {
    bottom: 2rem;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
  }
}
/*--------------------------------------------------------------
## 425px以下
--------------------------------------------------------------*/
@media screen and (max-width: 425px) {
  /* table */
  .contents_table th {
    display: block;
    width: 90%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .contents_table td {
    display: block;
    width: 90%;
    text-align: center;
  }
  /* top-page */
  .top .contents03 .contents_box--ofh {
    width: 295px;
    height: 105px;
  }
}/*# sourceMappingURL=responsive.css.map */