@charset "UTF-8";

/*--------------------------------------------------------------
## メディアクエリ
--------------------------------------------------------------*/
/*------------- max 1600px --------------*/
@media screen and (max-width: 1600px) {
  /*-- ▼共通▼ --*/
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .container1 {
    width: 95%;
  }

  .container2 {
    width: 80%;
  }

  .container3 {
    width: 245px;
  }

  .deco-title::before {
    width: 240px;
  }

  .deco-title h2 {
    padding-right: 1.5rem;
  }

  .menu-trigger {
    top: 1%;
    right: 1%;
  }

  .close-trigger {
    top: 1%;
    right: 1%;
  }

  .sns-nav {
    left: 2.5%;
    bottom: 2.5%;
  }

  .site-title {
    left: 2.5%;
    top: 2.5%;
  }

  /*-- ▼トップページ▼ --*/
  .home_header-img .home_site-title {
    left: 2.5%;
  }

  /* ▼content2▼ */
  .home .content2 {
    padding: 120px 0;
    justify-content: space-around;
  }

  .home .content2 .content2-section {
    width: 30%;
  }

  .home .content2 .content2-section_title {
    width: 100%;
  }

  .home .content2 .content2-section_img {
    width: 100%;
  }

  .home .content2 .content2-section_img .content2-section_img-bk {
    width: 100%;
    height: calc(100% - 7px);
  }

  .home .content2 .content2-section_img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
  }

  .home .content3 {
    /* ▼content3▼ */
    padding: 60px 0 120px;
  }

  .home .content3 .news-content .news-article {
    width: 49%;
  }

  .home .content3 .more-btn {
    right: calc(5% - 0.5rem);
    bottom: 55px;
  }

  .home .content3 .more-btn:hover {
    right: calc(5% - 1.5rem);
  }

  .home .content4 {
    /* ▼content4▼ */
    padding-top: 120px;
  }

  .home .content4 .content4-section {
    width: 45vw;
  }

  .home .content4 .content4-section_bk {
    height: 100%;
  }

  .home .content4 .content4-section a:hover .more-btn2 {
    left: calc(45vw - 5% - 13rem);
  }

  .home .content4 .content4-section_title {
    padding-left: 5%;
  }

  .home .content4 .content4-section_text {
    padding-left: 5%;
  }

  .home .content4 .content4-section .more-btn2 {
    top: 90%;
    left: calc(45vw - 5% - 15rem);
    bottom: -5rem;
  }

  .home .content4 .content4-img {
    width: 50vw;
  }

  .home .content5 .content5-img {
    /* ▼content5▼ */
    width: 50vw;
  }

  .home .content5 .content5-section {
    width: 45vw;
  }

  .home .content5 .content5-section_bk {
    height: 100%;
  }

  .home .content5 .content5-section a:hover .more-btn2 {
    right: 5%;
  }

  .home .content5 .content5-section_title {
    padding-right: 5%;
  }

  .home .content5 .content5-section_text {
    padding-right: 5%;
  }

  .home .content5 .content5-section .more-btn2 {
    right: calc(5% + 1rem);
    top: auto;
    bottom: -5rem;
  }

  /*-- ▼footer▼ --*/
  footer {
    padding: 120px 0 100px;
  }
}

/*------------- max 1024px --------------*/
@media screen and (max-width: 1024px) {
  /*-- ▼ページャー▼ --*/
  .page-numbers {
    margin-top: 2rem;
  }

  /*-- ▼トップページ▼ --*/
  .home .concept_img {
    /* ▼concept▼ */
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home .content2 {
    /* ▼content2▼ */
    padding-bottom: 70px;
  }

  .home .content2 .content2-section {
    margin: auto;
    padding-bottom: 1rem;
  }

  .home .content2 .content2-section_title::before {
    top: 1.5rem;
  }

  .home .content2 .content2-section_title h2 {
    line-height: 1.5rem;
  }

  .home .content2 .content2-section_title p {
    margin-bottom: 1.2rem;
  }

  .home .content2 .content2-section_img a {
    transition: 0.3s;
  }

  .home .content2 .content2-section_img a:hover {
    opacity: 0.9;
    transition: 0.3s;
  }

  .home .content2 .content2-section_img a:hover p {
    color: #999;
  }

  .home .content2 .content2-section_img a:hover .content2-section_img-bk {
    background-color: transparent;
  }

  .home .content2 .content2-section_img p {
    position: relative;
    color: #000;
    visibility: visible;
    padding: 2rem 0;
  }

  .home .content3 {
    /* ▼content3▼ */
    padding: 50px 0 80px;
  }

  .home .content3 .news-content .news-article {
    width: 100%;
  }

  .home .content3 .news-content .news-article:hover {
    transform: rotate(0);
  }

  .home .content3 .more-btn {
    bottom: 35px;
  }

  .home .content4 {
    /* ▼content4▼ */
    flex-direction: column-reverse;
    padding-bottom: 100px;
  }

  .home .content4 .content4-section {
    width: 100%;
  }

  .home .content4 .content4-section_bk {
    height: 150%;
  }

  .home .content4 .content4-section a {
    padding-top: 0;
  }

  .home .content4 .content4-section a:hover .more-btn2 {
    left: auto;
    right: calc(17% - 2rem);
  }

  .home .content4 .content4-section_text {
    padding-right: 15%;
    padding-bottom: 2rem;
  }

  .home .content4 .content4-section .more-btn2 {
    left: auto;
    right: 17%;
    bottom: 0;
  }

  .home .content4 .content4-img {
    width: 85%;
    padding-left: 15%;
  }

  .home .content4 .content4-img img {
    width: 100%;
  }

  .home .content5 {
    /* ▼content5▼ */
    padding: 0 0 100px 0;
    flex-direction: column;
  }

  .home .content5 .content5-img {
    width: 85%;
    padding-left: 15%;
  }

  .home .content5 .content5-img img {
    width: 100%;
  }

  .home .content5 .content5-section {
    width: 100%;
  }

  .home .content5 .content5-section_bk {
    height: 150%;
    right: auto;
  }

  .home .content5 .content5-section a {
    padding-top: 0;
  }

  .home .content5 .content5-section a:hover .more-btn2 {
    right: calc(17% - 2rem);
  }

  .home .content5 .content5-section_title {
    text-align: left;
    padding-left: 5%;
  }

  .home .content5 .content5-section_title::before {
    left: 5%;
    right: auto;
  }

  .home .content5 .content5-section_title h2 {
    padding-left: 0;
  }

  .home .content5 .content5-section_text {
    padding-left: 5%;
    padding-right: 15%;
    padding-bottom: 2rem;
  }

  .home .content5 .content5-section .more-btn2 {
    right: 17%;
    bottom: 0;
  }

  /*-- ▼下層ページ▼ --*/
  .lower_header-img {
    height: 400px;
  }

  /*-- ▼archive/single▼ ※使わない場合削除してください --*/
  .archive {
    padding: 120px 0;
  }

  .single {
    padding: 120px 0;
  }

  /*-- ▼footer▼ --*/
  footer {
    padding: 50px 0 80px;
  }

  footer .container1 {
    flex-direction: column-reverse;
  }

  footer .container1 .footer-section {
    width: 100%;
  }

  footer .container1 .footer-section h2 {
    margin-top: 3rem;
  }

  footer .container1 .footer-section .footer-text {
    margin: 3rem 0 4rem;
  }

  footer .container1 .footer-section iframe {
    height: 700px;
  }
}

/*------------- max 959px --------------*/
@media screen and (max-width: 959px) {
  /*-- ▼共通▼ --*/
  .container2 {
    width: 95%;
  }

  .global-nav {
    width: 100%;
    right: -100%;
  }

  /*-- ▼トップページ▼ --*/
  .home_header-img .home_site-title h1 {
    font-size: calc(1em + 14px);
  }

  .home_header-img .home_site-title p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .home .content1_text h2 {
    /* ▼content1▼ */
    font-size: 2.2rem;
  }

  .home .content2 {
    /* ▼content2▼ */
    padding-top: 80px;
  }

  .home .content2 .content2-section {
    width: 80%;
  }

  .home .content4 .content4-section_text {
    /* ▼content4▼ */
    padding-top: 1rem;
  }

  .home .content4 .content4-section .more-btn2 {
    bottom: -1.5rem;
  }

  /*-- ▼archive/single▼ ※使わない場合は削除してください --*/
  .archive {
    padding: 80px 0;
  }

  .archive .articles .article {
    margin-bottom: 1rem;
  }

  .single {
    padding: 80px 0;
  }

  .single .container2 .breadcrumb {
    top: -70px;
  }

  .single .container2 .article {
    padding: 3rem;
  }

  .single .container2 .article_data p {
    font-size: 0.8rem;
  }

  .single .container2 .article_text {
    padding-top: 2.5rem;
  }

  /*-- ▼footer▼ --*/
  footer .container1 .footer-section h2 {
    font-size: 2rem;
  }

  footer .container1 .footer-section .footer-text {
    margin: 2rem 0 3.5rem;
  }
}

/*------------- max 559px --------------*/
@media screen and (max-width: 559px) {
  /*-- ▼共通▼ --*/
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  table tr th,
  table tr td {
    display: block;
  }

  table tr td {
    border-top: 0;
    border-bottom: 0;
  }

  table tr:last-child td {
    border-bottom: 1px solid;
  }

  .container1,
  .container2 {
    width: 90%;
  }

  .deco-title::before {
    top: 2rem;
  }

  .deco-title h2 {
    padding-right: 1rem;
  }

  .deco-title p {
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }

  .only-pc {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  .more-btn a {
    padding: 2rem 3rem 2rem 2rem;
  }

  .more-btn a::before {
    top: 2.6rem;
  }

  .more-btn a::after {
    top: 2.45rem;
  }

  .menu-trigger {
    top: 0.2rem;
    right: 0;
  }

  .close-trigger {
    top: 0.2rem;
    right: 0;
  }

  /*追記修正*/
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .container3 {
    width: auto;
  }
  #main_col {
    width: 90%;
    margin: 0 auto;
  }
  .container2 table {
    width: auto;
  }
  .container2 table tr th {
    width: auto;
  }
  .container2 table tr th,
  .container2 table tr td {
    padding: 1rem 1rem;
  }
  /*--END--*/

  /*-- ▼site-navi▼ --*/
  .global-nav_list {
    padding: 2rem 2rem 80px;
    text-align: center;
  }

  .global-nav_list li {
    margin: 0.5rem 0;
  }

  .global-nav_list li h2 {
    margin: 2rem 0;
    line-height: 3rem;
  }

  .global-nav_list li h2 a {
    font-size: 2rem;
  }

  .global-nav_list li a {
    font-size: 1.2rem;
  }

  /*-- ▼sns-navi▼ --*/
  .sns-nav {
    left: 5%;
  }

  .site-title {
    top: 1.4rem;
    left: 5%;
  }

  .page-numbers {
    margin-top: 1rem;
  }

  .page-numbers li span,
  .page-numbers li a {
    padding: 0.5rem 0.7rem;
  }

  /*-- ▼トップページ▼ --*/
  .home_header-img {
    height: 450px;
  }

  .home_header-img .header_slider .slick-list {
    height: 450px;
  }

  .home_header-img .home_site-title {
    top: 180px;
  }

  .home_header-img .home_site-title h1 {
    font-size: calc(1em + 12px);
  }

  .home_header-img .home_site-title p {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .home .content1 {
    /* ▼content1▼ */
    padding: 80px 0;
  }

  .home .content1_text h2 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5rem;
  }

  .home .content1_text p {
    text-align: left;
  }

  .home .concept {
    /* ▼concept▼ */
    margin-bottom: 30px;
  }

  .home .concept_img {
    width: 90vw;
    height: 36vw;
  }

  .home .content2 {
    /* ▼content2▼ */
    padding: 60px 0 40px;
  }

  .home .content2 .content2-section {
    width: 100%;
  }

  .home .content2 .content2-section_title::before {
    width: 100%;
  }

  .home .content2 .content2-section_img p {
    padding: 1.5rem 0 1rem;
  }

  .home .content3 {
    /* ▼content3▼ */
    padding: 40px 0 80px;
  }

  .home .content3 .news-title {
    margin-bottom: 2rem;
  }

  .home .content3 .news-content .news-article {
    margin-bottom: 1rem;
  }

  .home .content3 .news-content .news-article a {
    padding: 1rem;
  }

  .home .content3 .news-content .news-article_date {
    font-size: 0.5rem;
  }

  .home .content3 .news-content .news-article_text {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }

  .home .content3 .more-btn {
    right: calc(10% - 1rem);
  }

  .home .content3 .more-btn:hover {
    right: calc(10% - 1.5rem);
  }

  .home .content4 {
    /* ▼content4▼ */
    padding-top: 80px;
  }

  .home .content4 .content4-section_text {
    padding-top: 0.5rem;
  }

  .home .content5 .content5-section_text {
    /* ▼content5▼ */
    padding-top: 0.5rem;
  }

  .home .gallery ul li {
    /*-- ▼gallery▼ --*/
    height: 33vw;
  }

  /*-- ▼下層ページ▼ --*/
  .lower_header-img {
    height: 300px;
  }

  .lower_header-img .page-title {
    top: calc(50% - 2.5rem);
  }

  .lower_header-img .page-title h2 {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .lower_header-img .page-title p {
    font-size: 1rem;
  }

  /*-- ▼archive/single▼ ※使わない場合は削除してください--*/
  .archive {
    padding: 50px 0;
  }

  .archive .articles .article {
    margin-bottom: 1rem;
  }

  .archive .articles .article a {
    padding: 1rem;
  }

  /*追記修正*/
  .archive .wrap img {
    width: 100%;
    height: auto;
  }
  /*--END--*/

   .archive .articles .article .article_contents-data p {
    font-size: 0.5rem;
  }

  .archive .articles .article .article_contents-text {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }

  .archive input[type="submit"] {
    margin: 1rem 0;
  }

  .single .container2 .breadcrumb {
    font-size: 0.7rem;
  }

  .single .container2 .article {
    padding: 2rem;
  }

  .single .container2 .article_data h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .single .container2 .article_data p {
    font-size: 0.5rem;
    padding-top: 0;
  }

  .single .container2 .article_text {
    padding-top: 1.5rem;
  }

  /*追記修正*/
  .single .container2 .flex-control-nav img {
    height: 80px;
  }
  .single .container2 .flexslider img {
    width: 100%;
  }
  /*--END--*/

  /*-- ▼footer▼ --*/
  footer {
    padding-bottom: 60px;
  }

  footer .container1 .footer-section h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  footer .container1 .footer-section .footer-text {
    margin-bottom: 3rem;
  }

  footer .container1 .footer-section iframe {
    height: 800px;
  }
}
