@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media screen and (max-width: 1600px) {
  .container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container2 {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bg_half::before, .bg_half::after {
    width: 100%;
    height: 50%;
  }
  .bg_half::after {
    top: inherit;
    bottom: 0;
  }
  .bg_half_l::before {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .m_text {
    font-size: 1.25rem;
  }
  .container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container2 {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .base_bg {
    margin-top: 0;
  }
  /*--------------------
  header
  --------------------*/
  .header_wrap {
    padding: 0 1rem;
  }
  .header_wrap .logo_wrap {
    width: 200px;
    padding: 0.5rem 0;
    position: relative;
    z-index: 1;
  }
  nav {
    width: 100%;
    height: 100%;
    padding: 3rem 1rem 1rem;
    background: linear-gradient(135deg, #c6d8ff 0%, #a3ebff 100%);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s ease;
  }
  nav ul {
    display: block;
  }
  nav li a {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f1f1;
  }
  #nav_toggle {
    display: block;
    width: 2rem;
    height: 1.5rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: #101b4d;
    position: absolute;
    left: 0;
    transition: 0.5s ease;
  }
  #nav_toggle span:nth-child(1) {
    top: 0;
  }
  #nav_toggle span:nth-child(2) {
    top: 0.75rem;
  }
  #nav_toggle span:nth-child(3) {
    top: 1.5rem;
  }
  .open nav {
    opacity: 1;
    visibility: visible;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 0.75rem;
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    opacity: 0;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 0.75rem;
    transform: rotate(-135deg);
  }
  .header_wrap::before {
    height: 60px;
  }
  .header_wrap .h_contact {
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  .header_wrap .h_contact a {
    border-bottom: 0;
  }
  .h_contact {
    display: none;
  }
  /*--------------------
  mainvisual
  --------------------*/
  #mainvisual {
    height: 75vh;
  }
  #catch {
    width: 100%;
    max-width: 95%;
    left: 1rem;
  }
  #catch span {
    font-size: 1.5rem;
    font-weight: 600;
  }
  #catch p {
    line-height: 1.6;
    font-weight: 600;
  }
  #catch p:nth-of-type(1) {
    font-size: 1rem;
  }
  #catch p:nth-of-type(2) {
    font-size: 1.125rem;
  }
  /*--------------------
  TOP
  --------------------*/
  .top_navi_wrap {
    width: calc(100% - 4rem);
    padding: 2rem 1rem;
    z-index: 1;
  }
  .top_navi_wrap .top_navi {
    display: none;
  }
  .top_navi_wrap_sp {
    display: block;
    padding: 2rem;
    background: rgba(252, 253, 254, 0.3);
    border-radius: 5px;
  }
  .top_navi_wrap_sp .top_navi li a {
    padding: 1rem;
    font-size: 1rem;
  }
  .top_navi_contact ul li {
    width: 32%;
  }
  .top_navi_contact ul li a span {
    font-size: 0.75rem;
  }
  .news_wrap .news_ttl {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .news_wrap .news_ttl .eng {
    font-size: 2rem;
  }
  .news_wrap .news_ttl p {
    font-size: 1rem;
  }
  .news_wrap .news_area {
    width: 100%;
  }
  .top_about_wrap .txt {
    width: 100%;
    padding: 1rem 0;
    position: static;
    transform: translateY(0);
  }
  .top_about_wrap .image_area {
    width: 100%;
    padding: 0 0 40px 40px;
  }
  .top_about_ttl {
    font-size: 1rem;
  }
  .top_about_ttl .eng {
    font-size: 2rem;
    line-height: 1.2;
    justify-content: center;
  }
  .top_about_ttl p b {
    font-size: 1.25rem;
  }
  .disease_wrap {
    padding: 2rem 0;
  }
  .disease_wrap h2 {
    font-size: 1.25rem;
  }
  .disease_list li {
    width: 48%;
  }
  .disease_list li p {
    font-size: 1rem;
  }
  .sp_quality {
    padding: 0;
  }
  .top_reason_ttl {
    width: 100%;
    height: 100%;
  }
  .top_reason_ttl .eng {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .top_reason_ttl p {
    font-size: 1rem;
  }
  .reason_txt {
    width: 100%;
  }
  .reason_list li .txt_area span {
    font-size: 2rem;
  }
  .reason_list li .txt_area p {
    font-size: 1rem;
  }
  .stem_ttl .eng {
    font-size: 2rem;
    line-height: 1.2;
  }
  .stem_ttl p {
    font-size: 1rem;
  }
  .stem_ttl_btm {
    text-align: left;
    margin-bottom: 2rem;
  }
  .stem_wrap {
    flex-direction: column-reverse;
  }
  .stem_wrap.reverse {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
  .stem_wrap figure {
    width: 100%;
    padding: 1rem 2rem;
  }
  .stem_wrap .txt_area {
    width: 100%;
    padding: 0;
  }
  .stem_wrap .txt_area h3 {
    font-size: 1.125rem;
  }
  .stem_wrap .txt_area h3 .eng {
    font-size: 1.25rem;
  }
  .stem_wrap .txt_area .link_btn {
    text-align: center;
  }
  .howto_ttl_wrap .howto_ttl {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  .howto_ttl_wrap .howto_ttl .eng {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .howto_ttl_wrap .howto_ttl p {
    font-size: 1rem;
  }
  .howto_ttl_wrap .ttl_txt {
    width: 100%;
  }
  .howto_ttl_wrap .ttl_txt b {
    font-size: 1rem;
  }
  .howto_wrap {
    margin-top: 2rem;
  }
  .howto_box {
    padding: 1rem;
  }
  .howto_box figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .howto_box .howto_txt {
    width: 100%;
    padding: 0;
  }
  .howto_box .howto_txt h3 {
    font-size: 1rem;
  }
  .howto_box .howto_txt h3 .eng {
    font-size: 1.25rem;
  }
  .howto_box .howto_txt dl dt {
    font-size: 1rem;
  }
  .howto_box .howto_txt .link_btn {
    text-align: center;
  }
  .howto_box .howto_txt .link_btn a {
    font-size: 0.75rem;
  }
  .greet_wrap {
    flex-direction: column-reverse;
  }
  .greet_wrap .greet_txt {
    width: 100%;
  }
  .greet_wrap figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact_bnr .contact_list .sodan_box p:nth-of-type(1)::before, .contact_bnr .contact_list .sodan_box p:nth-of-type(1)::after {
    width: 80px;
  }
  .contact_bnr .contact_list .sodan_box span {
    font-size: 2rem;
  }
  .trust_ttl {
    font-size: 1.25rem;
    text-align: left;
  }
  .trust_wrap .trust_image {
    width: 100%;
  }
  .trust_wrap .trust_txt {
    width: 100%;
  }
  .trust_wrap .trust_txt h3 {
    text-align: center;
    font-size: 1rem;
  }
  .trust_wrap .trust_txt .list_dot li {
    font-size: 0.75rem;
  }
  .feature_ttl_wrap .feature_ttl {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
    text-align: center;
  }
  .feature_ttl_wrap .feature_ttl .eng {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .feature_ttl_wrap .feature_ttl p {
    font-size: 1rem;
  }
  .feature_ttl_wrap .ttl_txt {
    width: 100%;
  }
  .strengths_ttl {
    font-size: 1.25rem;
  }
  .strengths_ttl b {
    font-size: 2.25rem;
  }
  .strengths_list li {
    width: 100%;
    padding: 2rem 0.5rem;
    margin: 3rem 0 1rem;
  }
  .strengths_list li h3 {
    font-size: 1.25rem;
  }
  .worries_ttl .eng {
    font-size: 2rem;
  }
  .worries_ttl p {
    font-size: 1rem;
  }
  .worries_wrap .worries_left,
  .worries_wrap .worries_right {
    width: 100%;
  }
  .worries_wrap .worries_left {
    margin-bottom: 2rem;
  }
  .worries_wrap .worries_left.second {
    margin-top: 2rem;
  }
  .worries_wrap .worries_right.second {
    margin-top: 0;
  }
  .worries_wrap .worries_list li {
    width: 100%;
  }
  .worries_wrap .worries_list li .worries_box {
    height: auto;
  }
  .worries_wrap .worries_list.last li {
    width: 100%;
  }
  .worries_wrap .worries_list.last li:first-of-type {
    margin-bottom: 3rem;
  }
  .faq_ttl .eng {
    font-size: 2rem;
  }
  .faq_ttl p {
    font-size: 1rem;
  }
  .faq_wrap .faq_left,
  .faq_wrap .faq_right {
    width: 100%;
  }
  .faq_wrap .faq_left {
    margin-bottom: 2rem;
  }
  .faq_box:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .faq_box dl dt {
    padding: 0 1.5rem 1rem 1.5rem;
  }
  .faq_box dl dt::before {
    font-size: 1.5rem;
  }
  .faq_box dl dt::after {
    top: 0.25rem;
    right: 0;
  }
  .faq_box dl dd {
    padding-left: 1.5rem;
  }
  .faq_box dl dd::before {
    font-size: 1.5rem;
  }
  .case_ttl {
    text-align: center;
  }
  .case_ttl .eng {
    font-size: 2rem;
  }
  .case_ttl p {
    font-size: 1rem;
  }
  .tab_wrap li {
    width: 25%;
    padding: 0.5rem;
    font-size: 0.75rem;
  }
  .tab_wrap2 li {
    width: 25%;
    padding: 0.5rem;
    font-size: 0.75rem;
  }
  .tab_inner .tab_target {
    padding: 0;
  }
  .tab_inner .tab_target ul li {
    width: 50%;
    padding: 1rem 0.5rem;
  }
  .blog_ttl {
    text-align: center;
  }
  .blog_ttl .eng {
    font-size: 2rem;
  }
  .blog_ttl p {
    font-size: 1rem;
  }
  .glog_wrap ul {
    padding: 0;
  }
  .glog_wrap ul li {
    width: 50%;
    padding: 1rem 0.5rem;
  }
  /*--------------------
  footer
  --------------------*/
  .footer_wrap .f_logo {
    width: 100%;
  }
  .footer_wrap .f_navi {
    width: 100%;
    margin: 2rem 0;
  }
  .footer_wrap .f_navi .menu_ttl {
    text-align: center;
  }
  .footer_wrap .f_navi .f_navi_list ul {
    width: 48%;
  }
  .footer_wrap .f_navi .f_navi_list ul li a {
    font-size: 0.5rem;
  }
  .footer_wrap .f_navi .f_navi_list ul li a::after {
    top: 2px;
    right: 0.5rem;
  }
  .footer_wrap .link_wrap {
    width: 100%;
  }
  .footer_wrap .link_wrap .clinic_list,
  .footer_wrap .link_wrap .center_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .footer_wrap .link_wrap .clinic_list li,
  .footer_wrap .link_wrap .center_list li {
    width: 48%;
  }
  .footer_wrap .link_wrap .clinic_list li a,
  .footer_wrap .link_wrap .center_list li a {
    font-size: 0.5rem;
  }
  .footer_wrap .link_wrap .clinic_list li a::after,
  .footer_wrap .link_wrap .center_list li a::after {
    top: 2px;
    right: 0.5rem;
  }
  .policy_wrap {
    text-align: left;
    margin-top: 40px;
  }
  .policy_wrap .policy_txt {
    font-size: 0.75rem;
  }
  .copyright {
    text-align: center;
  }
  #side_btn {
    display: none;
  }
  .f_contact_ttl .eng {
    font-size: 2rem;
  }
  .f_contact_ttl p {
    font-size: 1rem;
  }
  .f_contact_wrap {
    text-align: left;
  }
  .f_contact_wrap .txt_wrap {
    padding: 0;
  }
  .f_contact_wrap .contact_btn_list li {
    width: 100%;
    padding: 1rem;
  }
  .access_ttl .eng {
    font-size: 2rem;
  }
  .access_ttl p {
    font-size: 1rem;
  }
  .access_wrap .txt_area {
    width: 100%;
    margin-bottom: 1rem;
  }
  .access_wrap .txt_area .txt_top {
    margin-bottom: 1rem;
  }
  .access_wrap .txt_area .txt_top ul li {
    width: 100%;
  }
  .access_wrap .map_area {
    width: 100%;
  }
  /*--------------------
  メディアクエリ切り替えクラス
  --------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}