@charset "utf-8";

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .pc_cont {display: none !important;}
  .tel {
    pointer-events: auto;
    text-decoration: none;
  }
  .flex {flex-wrap: wrap;}
  
  .mb00 {margin-bottom: 0!important;}
  .mb10 {margin-bottom: 5px!important;}
  .mb20 {margin-bottom: 10px!important;}
  .mb30 {margin-bottom: 15px!important;}
  .mb40 {margin-bottom: 20px!important;}
  .mb50 {margin-bottom: 25px!important;}
  .mb60 {margin-bottom: 30px!important;}
  .mb70 {margin-bottom: 35px!important;}
  .mb80 {margin-bottom: 40px!important;}
  .mb90 {margin-bottom: 45px!important;}
  .mb100 {margin-bottom: 50px!important;}
  
}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  
  /* :::::::::: header :::::::::: */
  
  .menu {
    inset: 10px 10px auto auto;
    transform: translateX(-100vw);
  }
  header {
    width: 100vw;
    padding: 0;
    transform: translateX(100vw);
  }
  header.hidden {transform: translateX(100vw) translateY(0);}
  header .header_box {
    max-height: 100svh;
    border-radius: 0;
  }
  header .header_box .logo {width: 100px;}
  header .header_box .h_title {font-size: 1.64em;}
  header .header_box .h_title + p {font-size: 0.86em;}
  header .header_box nav ul {
    width: 80%;
    margin: 0 auto;
  }
  header .header_box nav ul li {height: 5em;}
  header .header_box nav ul li a {
    padding: 0 1em 0 0;
    font-size: 1.5em;
  }
  header .header_box nav ul li a::after {
    width: 0.4em;
    height: 0.4em;
    inset: 0 0 0 auto;
  }
  header .header_box nav ul li a span {font-size: 0.76em;}
  header .header_box nav .contact {
    width: 80%;
    margin: 20px auto;
  }
  header .header_box nav .contact a {
    font-size: 1.36em;
    padding: 1em;
    border-radius: 10px;
    transition: 0s;
  }
  header .header_box nav .contact a:hover {opacity: 1;}
  header .header_box nav .contact a::after {inset: 0 15px 0 auto;}
  header .header_box nav .tel_contact {
    font-size: 1.14em;
    padding: 20px;
    text-align: center;
  }
  header .header_box nav .tel_contact span {font-size: 1.4em;}
  header .header_box nav .tel_contact .tel a {
    font-size: 2.4em;
    margin: 0 0 20px;
  }
  
  /* :::::::::: main :::::::::: */
  
  main {margin: 0 0 100px;}
  
  .box {padding: 0 8%;}
  
  /* :::::::::: footer :::::::::: */
  
  footer {
    padding: 50px 0 0;
    border-radius: 40px 40px 0 0;
  }
    .pagetop {
    width: 50px;
    height: 50px;
    inset: auto 20px 80px auto;
  }
  .pagetop.hidden {transform: translateY(-200px);}
  footer .box > div {
    width: 100%;
    justify-content: center;
  }
  footer .box > div:nth-of-type(1) {
    width: 100%;
    padding: 0;
  }
  footer .box > div .footer_logo {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0 0 15px;
  }
  footer .box > div .footer_logo .logo {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
  }
  footer .box > div .footer_logo p {font-size: 1.15em;}
  footer .box > div .footer_logo p span {font-size: 0.9em;}
  footer .box > div > p {
    font-size: 0.93em;
    text-align: center;
    margin: 0 0 20px;
  }
  .footer_contact {
    font-size: 0.86em;
    margin: 0 auto 20px;
  }
  .footer_contact .tel a {margin: 0 auto 10px;}
  footer .box > div > .footer_address {
    font-size: 0.93em;
    text-align: center;
    margin: 0 auto 30px;
  }
  footer .box > div:nth-of-type(2) {
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }
  footer .box > div:nth-of-type(2) ul {
    width: 50%;
    padding: 0 2% 0 0;
  }
  footer .box > div:nth-of-type(2) ul:nth-of-type(1) {margin: 0;}
  footer .box > div:nth-of-type(2) ul li {font-size: 0.93em;}
  footer .copyright {
    font-size: 0.93em;
    padding: 2% 5%;
    text-align: center;
  }
  
}
/* -----------------------------------------------------------
 subpage
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  
  .kv_sub .box > p {
    font-size: 1.8em;
    margin: 0 0 0.5em;
  }
  .kv_sub .box > .p_title {font-size: 2.28em;}
  .breadcrumbs {padding: 0.75em 0;}
  .breadcrumbs span {font-size: 0.85em;}
  .breadcrumb {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  
  .fixed_bnr {
    width: 25%;
    right: 10px;
    bottom: 160px;
  }
  .fixed_bnr.hidden {transform: translateY(-200px);}
  .fixed_bnr:hover {opacity: 1;}
  .btn_common a {
    font-size: 1.15em;
    padding: 0.75em 1em;
    transition: 0s;
  }
  .btn_common a:hover {opacity: 1;}
  .editor_contents {margin-top: 60px;}
  .editor_contents h2 {
    font-size: 1.8em;
    padding: 0 0 10px;
  }
  .editor_contents h2::before ,
  .editor_contents h2::after {height: 5px;}
  .editor_contents h2::after {width: 30px;}
  .editor_contents h3 {
    font-size: 1.6em;
    border-left: solid 5px var(--color);
  }
  .editor_contents h4 {font-size: 1.4em;}
  .editor_contents h5 {font-size: 1.4em;}
  .editor_contents h5::before {inset: 0.3em auto auto 0;}
  .editor_contents p {font-size: 1.15em;}
  .editor_contents table th {
    font-size: 1.15em;
    padding: 1em 1.5em;
  }
  .editor_contents table td {
    font-size: 1.15em;
    padding: 1em;
  }
  .editor_contents figure > img {border-radius: 15px;}
  .editor_contents ul li {font-size: 1.15em;}
  .editor_contents ol li {font-size: 1.15em;}
  .editor_contents .btn_common a {font-size: 1em;}
  .editor_contents .bg_box {padding: 1.5em;}
}

/* -----------------------------------------------------------
 Single/Archive
----------------------------------------------------------- */

@media screen and (max-width: 900px) {

  .new_catlink {
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 20px;
  }
  .new_catlink li {
    width: 40%;
    border-radius: 5px;
    margin: 0 5% 1em;
  }
  .new_catlink li a {font-size: 0.85em;}
  .news_list {margin: 0 auto 60px;}
  .news_list li {
    flex-wrap: wrap;
    padding: 1em 1.5em;
    border-radius: 5px;
  }
  .news_list li::after {inset: 0 10px 0 auto;}
  .news_list li date {font-size: 1.08em;}
  .news_list li .news_cat {width: 8em;}
  .news_list li .news_cat span {font-size: 0.86em;}
  .news_list li .news_title {
    width: 100%;
    -webkit-line-clamp: 3;
    margin: 0.75em 0 0;
  }
  
  .post_title {margin: 60px 0 30px;}
  .post_title date {font-size: 1.1em;}
  .post_title span {font-weight: 0.86em;}
  .post_title h1 {font-size: 2.5em;}
  .editor_contents .btn_back {
    width: 190px;
    min-width: 190px;
  }
  
  
  
  
}



/* -----------------------------------------------------------
 home
----------------------------------------------------------- */

@media screen and (max-width: 900px) {

  .home section h2 {font-size: 1.7em;}
  .home section h2 span {font-size: 0.67em;}
  .head_box {
    width: 100%;
    color: #FFFFFF;
    padding: 30px 5%;
    border-radius: 20px;
  }
  .head_box h2::after {
    width: 110px;
    height: 2px;
    inset: auto -100% 0;
  }
  .head_box h2 + p {font-size: 1.14em;}
  .head_box .btn_common {
    width: 100%;
    max-width: 300px;
  }
  .head_box .btn_common a {font-size: 1.14em;}
  .kv {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
  }
  .kv .slider {margin: 0!important;}
  .kv .slick-dots {
    height: 12px;
    left: 48%;
  }
  .kv .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
  .kv > div {
    position: static;
    width: 100%;
  }
  .kv > div h2 {
    position: static;
    width: 100%;
    font-size: 1.43em;
    padding: 0.75em 0.25em;
    border-radius: 0;
  }
  .kv > div ul li {
    width: 90%;
    font-size: 1.2em;
    padding: 0.75em;
    margin: 20px auto 0;
  }
  .kv > div ul li::before {margin: 0 3% 0 5%;}
  .home_support {
    margin: 0;
    padding: 40px 0;
    background: #FFFFFF;
  }
  .home_support .box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home_support .box::after {display: none;}
  .home_support .box > figure {
    order: 1;
    margin: 0 auto 10px;
  }
  .home_support .box > div {display: contents;}
  .home_support .box h2 {
    order: 0;
    font-size: 1.5em;
    margin: 0 auto 15px;
  }
  .home_support .box p {
    order: 2;
    text-align: center;
    margin: 0 0 50px;
  }
  .home_support .box .btn_common {
    order: 3;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .home_support .box .btn_common span {
    width: 220px;
    font-size: 0.85em;
    inset: -25px 0 auto;
  }
  .home_news {
    margin: 0 auto;
    padding: 50px 0;
  }
  .home_news .news_area {width: 100%;}
  .home_news .news_area .tab_menu {
    justify-content: center;
    margin: 30px 0;
  }
  .home_news .news_area .tab_menu li {
    font-size: 0.85em;
    margin: 0 0.25em;
  }
  .home_news .news_area .tab_content ul li p {
    font-size: 1.15em;
    -webkit-line-clamp: 2;
  }
  .home_news .news_area .tab_content ul li span {
    width: 8em;
    height: 30px;
    line-height: 30px;
    font-size: 0.95em;
  }
  .home_case {
    background: #EEE4C7;
    padding: 50px 0;
    margin: 0;
  }
  .home_case .box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home_case .box::after {display: none;}

  .home_case .box > .home_case_title {
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto 30px;
  }
  .home_case .box > .home_case_title h2 {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .home_case .box > .home_case_title h2::after {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    width: 110px;
    height: 2px;
    background: #000;
    margin: auto;
    inset: auto -100% 0;
  }
  .home_case .box > .home_case_title p {
    font-size: 1.15em;
    text-align: center;
  }
  .home_case .box > .case_soon {align-items: center;}
  .home_case .box > .case_soon figure {
    width: 100%;
    aspect-ratio: 270 / 300;
    margin: 0 auto 30px;
  }
  .home_case .box > .case_soon figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_case .box > .case_soon div {width: 100%;}
  .home_case .box > .case_soon div p {
    font-size: 1.36em;
    text-align: center;
  }
  .home_case .box > .case_soon div .btn_common {
    display: block;
    font-size: 1.15em;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .home_seminar {
    margin: 0 auto;
    padding: 50px 0;
  }
  .home_seminar .box > ul {width: 100%;}
  .home_seminar .box > ul li {
    width: 100%;
    font-size: 0.9em;
    padding: 25px 140px 25px 30px;
    margin: 30px 0 0 ;
  }
  .home_seminar .box > ul li:nth-child(2) {
    font-size: 0.9em;
    padding: 25px 5px 25px 80px;
    margin: 30px 0 0 ;
  }
  .home_seminar .box > ul li:nth-child(3) {
    padding: 25px 100px 25px 30px;
    margin: 30px 0 0;
  }
  .home_seminar .box > ul li:nth-child(1)::before {
    width: 100px;
    inset: auto 30px 10px auto;
  }
  .home_seminar .box > ul li:nth-child(2)::before {
    width: 65px;
    inset: 0 auto 0 10px;
  }
  .home_seminar .box > ul li:nth-child(3)::before {
    width: 120px;
    inset: auto -10px 10px auto;
  }
  .home_seminar .box > .btn_common {
    display: block;
    font-size: 1.15em;
    width: 100%;
    max-width: 260px;
    margin: 60px auto 0;
  }
  .home_seminar .box > .btn_common a {background: #3695D9;}
  .home_seminar + p {
    width: 90%;
    font-size: 1em;
    margin: 0 auto 30px;
  }
  .home_access {
    background: #FFFFFF;
    padding: 50px 0 30px;
    margin: 0 auto;
  }
  .home_access::after {display: none;}
  .access_box figure {
    width: 80%;
    margin: 0 auto 30px;
  }
  .home_access .access_box figure {transform: translateY(0);}
  .access_box figure img {width: 100%;}
  .access_box div {width: 100%;}
  .access_box div dl {
    font-size: 1em;
    padding: 1em 0;
  }
  .home_access .btn_common {
    width: 280px;
    margin: 30px auto 40px;
  }
  .home_access .map_box {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .home_satellite {
    margin: 0 auto 100px;
    padding: 40px 0 0;
  }
  .home_satellite .box > div {
    padding: 7.5% 5%;
    border-radius: 20px;
  }
  .home_satellite .box > div h2 + p {
    font-size: 1.125em;
    margin: 0 auto 30px;
  }
  .home_satellite .box > div div {margin: 0 auto 20px;}
  .home_satellite .box > div div section {
    width: 100%;
    padding: 25px 0;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
  }
  .home_satellite .box > div div section + section {border-top: none;} 
  .home_satellite .box > div div section h3 {
    font-size: 1.4em;
    text-align: center;
  }
  .home_satellite .box > div div section dl dt {width: 4em;}
}

/* -----------------------------------------------------------
 home
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  
  .faq_list dt {
    font-size: 1.28em;
    padding: 1em 60px 1em 1em;
  }
  .faq_list dd {padding: 1em;}
  .faq_list dt::before {
    width: 1.6em;
    height: 1.6em;
    right: 1em;
  }
  .faq_list dt span::before {right: 1.4em;}
  .faq_list dt span::after {right: 1.7em;}
  
}

/* -----------------------------------------------------------
 static
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  
  
  
}
/* -----------------------------------------------------------
 static
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  
  
  
}
/* -----------------------------------------------------------
 static
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  
  
  
}
/* -----------------------------------------------------------
 contact
----------------------------------------------------------- */

@media screen and (max-width: 900px) {
  .wp-block-snow-monkey-forms-item {display: block!important;}
  .smf-item__col--label {margin: 0 0 0.5em;}
  .smf-form--simple-table .smf-item__col--controls {
    max-width: 100%  !important;
}
  
}