@charset "UTF-8";
@media screen and (max-width: 1290px) {
  .global-nav {
    display: none;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1540px) {
  .service .contents02 .contents_section-text {
    bottom: -300px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1300px) {
  .service .contents02 .contents_section-text {
    width: 60vw;
    bottom: -300px;
  }
}
@media screen and (min-width: 960px) {
  .header_catchphrase br {
    display: none;
  }
}
/*--------------------------------------------------------------
## 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 .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: 0;
  }
  .top .contents03 {
    padding: 6rem 0 0;
  }
  .top .contents03 .container a {
    margin-bottom: 5rem;
  }
  .top .contents03 .contents_item .article a .article-text_title {
    font-size: 2rem;
  }
  .top .contents03 .contents_item .article a .article-text_data {
    font-size: 0.8rem;
  }
  .top .contents03 .contents_item .article a .article-text_data::before {
    width: 2rem;
  }
  .top .contents04 {
    padding: 6rem 0 12rem;
  }
  .top .contents04 .contents_title {
    margin-bottom: 5rem;
  }
  .top .contents04 .contents_item .article {
    width: calc(100% - 4vw);
    padding: 0 2vw !important;
  }
  .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;
  }
  /* service.php */
  .service {
    overflow-x: hidden;
  }
  .service .contents02 {
    padding: 3rem 0 0;
  }
  .service .contents02 .contents_section-text {
    padding: 3rem 4rem;
    width: 80vw;
    min-height: 200px;
  }
  .service .contents02 .contents_section-text-text {
    position: static;
  }
  .service .contents02 .contents_section:first-child::after {
    bottom: -4.8vw;
  }
  .service .contents02 .contents_section:nth-child(even)::before {
    bottom: -2.8vw;
  }
  .service .contents02 .contents_section:last-child::after {
    bottom: -4.8vw;
  }
  /* 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: calc(1em + 4px);
    padding: 0.8rem 2rem;
  }
  .btn1::before {
    top: 5px;
    right: 5px;
  }
  /* header */
  .header-branding {
    top: 1rem;
    left: 1rem;
  }
  .header_catchphrase h2 {
    padding-top: 30vh;
    line-height: 4rem;
  }
  /* toppage */
  .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: 100%;
    min-height: 0;
    bottom: -300px;
  }
  .top .contents02 .contents_section-text a {
    min-height: 0;
    padding-bottom: 1rem;
  }
  .top .contents02 .contents_section-text a h2 {
    font-size: 2.5rem;
  }
  .top .contents02 .contents_section-text a .more-btn {
    right: 7rem;
    bottom: 6rem;
  }
  .top .contents03 {
    padding-top: 2rem;
  }
  .top .contents03 .container a {
    margin-bottom: 2rem;
  }
  .top .contents03 .container a .more-btn {
    left: 20rem;
  }
  .top .contents03 .container a:hover .more-btn {
    left: 23rem;
  }
  .top .contents03 .contents_item .article a .article-text_title {
    font-size: 1.5rem;
  }
  .top .contents03 .contents_item .article a .article-text_data {
    font-size: 0.7rem;
    margin: 0.8rem 0;
  }
  .top .contents03 .contents_item .article a .article-text_data::before {
    bottom: -0.5rem;
  }
  .top .contents04 {
    padding-top: 5rem;
  }
  /* lower */
  .header_pageTitle h2 {
    font-size: 2.5rem;
  }
  .header_pageTitle h2 span {
    font-size: 1.5rem;
  }
  /* service.php */
  .service .contents01 {
    padding: 7rem 0;
  }
  .service h3 {
    padding-top: 2rem;
  }
  .service .contents02 {
    padding-top: 0;
  }
  .service .contents02 .container {
    width: 100%;
  }
  .service .contents02 .contents_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 22rem;
  }
  .service .contents02 .contents_section:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .contents02 .contents_section-text {
    width: calc(85% - 5rem);
    margin-right: 10%;
    min-height: 0;
    top: 35vw;
    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: 5rem 0;
    padding-bottom: 8rem !important;
  }
  /* 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;
  }
  /* 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: 100%;
  }
  .footer .footer-box:nth-child(2) {
    width: 100%;
  }
  .footer .footer-box:nth-child(2) iframe {
    height: 400px;
  }
  .footer .footer-box h2 {
    margin-bottom: 1rem;
  }
  .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;
  }
}
/*--------------------------------------------------------------
## 559px以下
--------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /*header*/
  .header-branding {
    top: 1rem;
    left: 1rem;
  }
  .header-branding_site-title {
    font-size: calc(1em + 10px);
  }
  .header-branding_site-title img {
    width: 50%;
  }
  /* パンくずリスト */
  .breadcrumb {
    margin-bottom: 3rem;
  }
  /* table */
  .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;
  }
  /* toppage */
  .top .contents01 {
    padding: 5rem 0;
  }
  .top .contents01 h2 {
    line-height: 3rem;
  }
  .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: 0;
  }
  .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 {
    padding: 5rem 0 8rem;
  }
  .top .contents03 .container a {
    margin-bottom: 0;
    min-height: 4.5rem;
  }
  .top .contents03 .container a .more-btn {
    left: auto;
    bottom: 4rem;
    right: 4rem;
  }
  .top .contents03 .container a:hover .more-btn {
    left: auto;
    right: 3rem;
  }
  .top .contents03 .contents_item .article {
    background-color: rgba(0, 59, 95, 0.3);
    width: 100%;
    height: 65vw;
  }
  .top .contents03 .contents_item .article a .article-text {
    display: block;
  }
  .top .contents03 .contents_item .article a .article-text_title {
    padding-top: 22vw;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .top .contents04 {
    padding: 5rem 0 8rem;
  }
  .top .contents04 .contents_title {
    margin-bottom: 3rem;
  }
  .top .contents04 .contents_item .article {
    margin-bottom: 2rem;
  }
  .top .contents04 .more-btn {
    right: 4rem;
    bottom: 6rem;
  }
  .top .contents04 .more-btn:hover {
    right: 3rem;
  }
  .top .contents05 {
    padding: 3.5rem 0;
  }
  .top .contents05 .contents_title {
    margin-bottom: 2rem;
  }
  .top .contents05 p {
    margin-bottom: 6rem;
  }
  .top .contents05 .btn1 {
    bottom: 2rem;
  }
  .top .contents05 .btn1::before {
    border-color: #fff;
  }
  /* about.php */
  .about .contents01 {
    padding: 5rem 0;
  }
  .about .contents01 .contents_text {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about .contents01 .contents_text h3 {
    margin-bottom: 3rem;
  }
  .about .contents01 .contents_text p {
    padding-right: 0;
  }
  .about .contents01 .contents_img {
    width: 100%;
  }
  .about .contents01 .contents_img img {
    width: 100%;
  }
  .about .contents02 {
    padding: 5rem 0 6rem;
  }
  .about .contents02 .container {
    padding: 2rem 0;
  }
  .about .contents02 table {
    width: 90%;
  }
  .about .contents03 {
    padding: 5rem 0 0;
  }
  .about .contents03 h3 {
    text-align: center;
  }
  .about .contents03 table {
    margin: auto;
    margin-top: 5rem;
  }
  /* service.php */
  .service .contents01 {
    padding: 5rem 0;
  }
  .service .contents02 {
    padding: 0 0 2rem;
  }
  .service .contents02 .contents_section {
    position: relative;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .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(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service .contents03 {
    padding-top: 3rem;
    padding-bottom: 7rem !important;
  }
  .service .contents03 p {
    margin-bottom: 5rem;
  }
  /* 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;
  }
  /* 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: reverse;
        -ms-flex-direction: reverse;
            flex-direction: 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;
  }
}