@charset "UTF-8";
/*--------------------------------------------------------------
## 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: 6rem 4rem;
  }
  .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;
  }
  /* owner.php */
  .owner {
    overflow-x: hidden;
  }
  .owner .contents02 {
    padding: 3rem 0 0;
  }
  .owner .contents02 .contents_section-text {
    padding: 3rem 4rem;
    width: 38vw;
    min-height: 200px;
  }
  .owner .contents02 .contents_section:first-child::after {
    bottom: -4.8vw;
  }
  .owner .contents02 .contents_section:nth-child(even)::before {
    bottom: -2.8vw;
  }
  .owner .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: 2rem;
    padding: 0.8rem 2rem;
  }
  .btn1::before {
    top: 5px;
    right: 5px;
  }
  /* header */
  .header-branding {
    top: 1rem;
    left: 1rem;
  }
  .header-branding_site-title a {
    font-size: 1.6rem;
  }
  .header_catchphrase h2 {
    padding-top: 30vh;
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .global-nav {
    display: none;
  }
  /* 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: 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.5rem;
  }
  .top .contents02 .contents_section-text a .more-btn {
    right: 7rem;
    bottom: 6rem;
  }
  .top .contents03 {
    padding-top: 5rem;
  }
  .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;
  }
  /* owner.php */
  .owner .contents01 {
    padding: 7rem 0;
  }
  .owner .contents02 {
    padding-top: 0;
  }
  .owner .contents02 .container {
    width: 100%;
  }
  .owner .contents02 .contents_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 22rem;
  }
  .owner .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;
  }
  .owner .contents02 .contents_section-text {
    width: calc(85% - 5rem);
    margin-right: 10%;
    min-height: 0;
    top: 50vw;
    bottom: auto;
  }
  .owner .contents02 .contents_section-text h4 {
    font-size: 1.5rem;
  }
  .owner .contents02 .contents_section img {
    margin-left: 10%;
    width: 90%;
    height: 58vw;
  }
  .owner .contents02 .contents_section:nth-child(even) {
    text-align: right;
  }
  .owner .contents02 .contents_section-text {
    padding-bottom: 10rem;
  }
  .owner .contents02 .contents_section:last-child .contents_section-text .more-btn {
    right: 5rem;
    bottom: 1rem;
  }
  .owner .contents02 .contents_section:last-child .contents_section-text .more-btn:nth-of-type(1) {
    bottom: 5rem;
    right: 5rem;
  }
  .owner .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;
  }
  /* 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;
  }
}
/*--------------------------------------------------------------
## 559px以下
--------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* パンくずリスト */
  .breadcrumb {
    margin-bottom: 3rem;
  }
  /* table */
  .contents_table--recruit {
    display: block;
  }
  .contents_table th,
.contents_table td {
    padding: 1.5rem 0.5rem;
  }
  .contents_table th {
    min-width: 5rem;
  }
  .contents_table--recruit {
    display: block;
  }
  .contents_table--recruit th,
.contents_table--recruit td {
    padding: 0.5rem 1.5rem;
    display: block;
    border-bottom: 2px solid;
    margin: 0 1rem;
    line-height: 1.5;
  }
  .contents_table--recruit th {
    text-align: left;
    border-bottom: 1px dashed;
  }
  /*ページャー*/
  .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: 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 {
    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 {
    margin: 2rem 0.5rem 1rem;
  }
  .about .contents02 table,
.about .contents02 tr,
.about .contents02 th,
.about .contents02 td {
    display: block;
  }
  .about .contents02 th {
    text-align: left;
  }
  .about .contents03 {
    padding: 5rem 0;
  }
  .about .contents03 h3 {
    text-align: center;
  }
  .about .contents03 table {
    margin: auto;
    margin-top: 5rem;
  }
  .about .contents04,
.about .contents05,
.about .contents06 {
    padding: 5rem 0;
  }
  .about .contents04 .container,
.about .contents05 .container,
.about .contents06 .container {
    padding: 5rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about .contents06 {
    padding-bottom: 0 !important;
  }
  /* owner.php */
  .owner .contents01 {
    padding: 5rem 0;
  }
  .owner .contents02 {
    padding: 0 0 2rem;
  }
  .owner .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: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .owner .contents02 .contents_section-text {
    position: relative;
    padding: 2rem 1rem 5rem;
    width: calc(100% - 2rem);
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
    top: 0;
  }
  .owner .contents02 .contents_section-text h4 {
    margin-bottom: 1.5rem;
  }
  .owner .contents02 .contents_section img {
    width: 100%;
    height: 65vw;
    margin-left: 0;
  }
  .owner .contents02 .contents_section::before, .owner .contents02 .contents_section::after {
    display: none;
  }
  .owner .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;
  }
  .owner .contents03 {
    padding-top: 3rem;
    padding-bottom: 7rem !important;
  }
  .owner .contents03 p {
    margin-bottom: 5rem;
  }
  /* facility.php */
  .facility .contents01 {
    padding: 5rem 0;
  }
  .facility .contents01 .contents_text {
    width: 100%;
    margin-bottom: 2rem;
  }
  .facility .contents01 .contents_text h3 {
    margin-bottom: 3rem;
  }
  .facility .contents01 .contents_text p {
    padding-right: 0;
  }
  .facility .contents01 .contents_img {
    width: 100%;
  }
  .facility .contents01 .contents_img img {
    width: 100%;
  }
  .facility .contents02 {
    padding: 5rem 0 6rem;
  }
  .facility .contents02 .container {
    padding: 2rem 0;
  }
  .facility .contents02 table {
    margin: 2rem 0.5rem 1rem;
  }
  .facility .contents03 {
    padding: 5rem 0 0;
  }
  .facility .contents03 h3 {
    text-align: center;
  }
  .facility .contents03 table {
    margin: auto;
    margin-top: 5rem;
  }
  .facility .contents03 .contents_item .article {
    width: 50%;
  }
  .facility .contents03 .contents_item .article a {
    height: 30vw;
  }
  /* 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            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;
  }
  /* list */
  .list--link {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-top: 2rem;
  }
}/*# sourceMappingURL=responsive.css.map */