@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
@media screen and (max-width: 1024px) {
  /*--------------------
  共通コンテナ
  --------------------*/
  .container {
    width: 1280px;
    max-width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container2 {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .m_box {
    padding: 1rem;
  }
  .m_box2 {
    padding: 1rem;
  }
  /*--------------------
  共通見出し
  --------------------*/
  .m_text {
    font-size: 1.25rem;
  }
  .m_text2 {
    font-size: 1.125rem;
  }
  .eng {
    letter-spacing: 0.125rem;
  }
  .h_ttl span {
    font-size: 2rem;
  }
  .h_ttl p {
    font-size: 1.125rem;
  }
  .box_ttl {
    margin-bottom: 1rem;
  }
  .box_ttl span {
    font-size: 1.25rem;
  }
  .box_ttl span::after {
    width: 1rem;
    height: 2px;
    margin: 0 0.5rem;
  }
  .box_ttl b {
    font-size: 1rem;
  }
  .line_ttl {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
  .dline_ttl {
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  .dline_ttl::before, .dline_ttl::after {
    width: 1rem;
  }
  .mid_ttl {
    font-size: 1.25rem;
  }
  /*--------------------
  liデザイン
  --------------------*/
  .list_dot li {
    font-size: 0.75rem;
  }
  .list_dot li::before {
    top: 12px;
  }
  .list_dot2 li {
    font-size: 0.75rem;
  }
  .list_dot2 li::before {
    width: 4px;
    height: 4px;
    top: 12px;
  }
  /*--------------------
  header
  --------------------*/
  header {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .head_wrap {
    padding: 1rem;
  }
  #logo {
    width: 180px;
    position: relative;
    z-index: 1;
  }
  .nav_wrap {
    width: 100%;
    height: 100%;
    background: #04082d;
    transition: 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .nav_wrap::before {
    content: "";
    width: 0;
    height: 0;
    background: #ddd0b2;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    transform: translate(50%, -50%);
    transition: 0.5s ease-in-out;
    z-index: -1;
  }
  .nav_wrap nav {
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 100px 1rem 2rem;
  }
  .nav_wrap nav ul {
    display: block;
  }
  .nav_wrap nav ul li + li {
    border: 0;
  }
  .nav_wrap nav ul li a {
    display: block;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #232323;
  }
  #nav_toggle {
    width: 2rem;
    height: 1rem;
    position: fixed;
    top: 1.5rem;
    right: 1rem;
    cursor: pointer;
  }
  #nav_toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
  }
  #nav_toggle span:nth-of-type(1) {
    top: 0;
  }
  #nav_toggle span:nth-of-type(2) {
    width: 80%;
    top: 0.5rem;
  }
  #nav_toggle span:nth-of-type(3) {
    width: 60%;
    top: 100%;
  }
  .open .nav_wrap {
    opacity: 1;
    visibility: visible;
  }
  .open .nav_wrap::before {
    width: 1920px;
    height: 1920px;
  }
  .open #nav_toggle span {
    background: #232323;
  }
  .open #nav_toggle span:nth-of-type(1) {
    top: 0.5rem;
    transform: rotate(-45deg);
  }
  .open #nav_toggle span:nth-of-type(2) {
    width: 0;
    opacity: 0;
  }
  .open #nav_toggle span:nth-of-type(3) {
    width: 100%;
    top: 0.5rem;
    transform: rotate(45deg);
  }
  /*--------------------
  メインビジュアル
  --------------------*/
  #mainvisual {
    height: 65vh;
  }
  #catch {
    width: 90%;
  }
  #catch h2 span {
    font-size: 2rem;
  }
  #catch h2 p {
    font-size: 1.25rem;
  }
  /*--------------------
  top_news
  --------------------*/
  #top_news .top_news_wrap {
    display: block;
  }
  #top_news h2 {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top_news h2 span {
    font-size: 2rem;
  }
  #top_news h2::after {
    content: "";
    display: block;
    width: 65%;
    height: 1px;
    background: #fff;
  }
  #top_news .top_news_box {
    width: 100%;
  }
  /*--------------------
  TOP
  --------------------*/
  #top1 h2 {
    margin-bottom: 1rem;
  }
  #top1 h2 span {
    font-size: 1.5rem;
  }
  #top1 .about_wrap {
    display: block;
  }
  #top1 .about_wrap .about_img {
    width: 100%;
    margin-bottom: 1rem;
  }
  #top1 .about_wrap .about_body {
    width: 100%;
  }
  #top1 .about_wrap:nth-of-type(1) {
    margin-bottom: 50px;
  }
  #top2 .wrap {
    display: block;
  }
  #top2 .wrap .inner {
    width: 100%;
  }
  #top2 .wrap .inner:nth-of-type(1) {
    margin-bottom: 50px;
  }
  #top2 .wrap .inner .list_dot {
    margin-bottom: 1rem;
  }
  #top3 .separate_img {
    height: 300px;
    background-attachment: scroll;
  }
  #top3 .wrap {
    display: block;
  }
  #top3 .wrap .inner {
    width: 100%;
  }
  #top3 .reason_ico {
    margin-bottom: 1rem;
  }
  #top3 .reason_ico ul li span {
    width: 140px;
    height: 140px;
    font-size: 1.25rem;
  }
  #top4 .separate_img {
    height: 300px;
    background-attachment: scroll;
  }
  #top4 .wrap {
    display: block;
  }
  #top4 .wrap .inner {
    width: 100%;
  }
  #top4 .wrap .inner.right {
    padding: 0;
    padding-top: 1rem;
  }
  /*--------------------
  下層共通
  --------------------*/
  .u_hero {
    padding: 100px 0 1rem;
  }
  .u_hero .u_head_ttl_wrap {
    padding: 1rem;
  }
  .u_hero .u_head_ttl_wrap .u_head_ttl span {
    font-size: 1.5rem;
  }
  .u_hero .u_head_ttl_wrap .u_head_ttl p {
    font-size: 1rem;
  }
  .u_hero .u_head_ttl_wrap .u_sub_txt {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  /*--------------------
  クリニックページ
  --------------------*/
  #clinic1 h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  #clinic1 .wrapper {
    margin-top: 1rem;
  }
  #clinic1 .wrapper figure {
    width: 100%;
  }
  #clinic1 .wrapper .box {
    width: 100%;
    padding: 1rem;
    position: static;
    transform: none;
  }
  #clinic1 .wrapper .box h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  #clinic1 .list_btn {
    display: block;
    margin-top: 1rem;
  }
  #clinic1 .list_btn li {
    width: 100%;
    margin: 1rem 0;
  }
  #clinic2 .wrapper {
    margin-bottom: 0;
  }
  #clinic2 .wrapper figure {
    height: auto;
  }
  #clinic2 .wrapper .box {
    width: calc(100% - 2rem);
    margin: -6rem auto 0;
    padding: 1rem;
  }
  #clinic2 .wrapper .box h3 {
    margin-bottom: 1rem;
  }
  #clinic3 h2 {
    margin-bottom: 1rem;
  }
  #clinic3 .wrapper {
    display: block;
  }
  #clinic3 .wrapper figure {
    width: 100%;
  }
  #clinic3 .wrapper .box {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
  #clinic4 h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  #clinic4 .wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  #clinic4 .wrapper figure {
    width: 100%;
  }
  #clinic4 .wrapper .box {
    width: 100%;
    padding: 0 0 1rem;
  }
  #clinic4 .sub_box {
    display: block;
  }
  #clinic4 .sub_box .sub_inner {
    width: 100%;
  }
  #clinic4 .sub_box .sub_inner:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  #clinic5 h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  #clinic5 .wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  #clinic5 .wrapper figure {
    width: 100%;
  }
  #clinic5 .wrapper .box {
    width: 100%;
    padding: 0 0 1rem;
  }
  /*--------------------
  エージェンシー
  --------------------*/
  #agency1 h2 {
    font-size: 1.25rem;
  }
  #agency1 .wrapper figure {
    width: 100%;
  }
  #agency1 .wrapper .box {
    width: 100%;
    position: static;
    transform: none;
    padding: 1rem;
  }
  #agency2 h2 {
    margin-bottom: 1rem;
  }
  #agency2 .wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  #agency2 .wrapper figure {
    width: 100%;
  }
  #agency2 .wrapper .box {
    width: 100%;
    padding: 0 0 1rem;
  }
  #agency3 h2 {
    margin-bottom: 1rem;
  }
  #agency3 .wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  #agency3 .wrapper figure {
    width: 100%;
  }
  #agency3 .wrapper .box {
    width: 100%;
    padding: 0 0 1rem;
  }
  #agency4 h2 {
    margin-bottom: 1rem;
  }
  #agency4 .wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  #agency4 .wrapper figure {
    width: 100%;
  }
  #agency4 .wrapper .box {
    width: 100%;
    padding: 0 0 1rem;
  }
  #agency5 .wrapper .box {
    padding: 1rem;
  }
  #agency5 .wrapper .box .table th, #agency5 .wrapper .box .table td {
    width: 100%;
    display: block;
  }
  /*--------------------
  サポート
  --------------------*/
  #support1 h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  #support1 .wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  #support1 .wrapper figure {
    width: 100%;
  }
  #support1 .wrapper .box {
    width: 100%;
    padding: 0 0 1rem;
  }
  #support1 .sub_box {
    display: block;
  }
  #support1 .sub_box .sub_inner {
    width: 100%;
  }
  #support1 .sub_box .sub_inner:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  #support3 .dline_ttl {
    font-size: 1.25rem;
  }
  #support3 .m_box2 .t_center {
    text-align: left;
  }
  #support3 .m_box2 .list_dot2.center {
    justify-content: flex-start;
  }
  /*--------------------
  サポート2
  --------------------*/
  #support2_1 h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  #support2_1 .wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  #support2_1 .wrapper figure {
    width: 100%;
  }
  #support2_1 .wrapper .box {
    width: 100%;
    padding: 0 0 1rem;
  }
  #support2_1 .t_center {
    text-align: left;
  }
  #support2_2 .contact_btn {
    text-align: center;
  }
  #support2_3 .list_dot2.center {
    justify-content: flex-start;
  }
  #support2_6 .sub_box {
    display: block;
  }
  #support2_6 .sub_box .sub_inner {
    width: 100%;
  }
  #support2_6 .sub_box .sub_inner:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  /*--------------------
  お問い合わせ
  --------------------*/
  #contact2 .form_box dl dt {
    width: 100%;
  }
  #contact2 .form_box dl dd {
    width: 100%;
  }
  /*--------------------
  single
  --------------------*/
  .single_column {
    display: block;
  }
  .single_article {
    width: 100%;
    padding: 1rem;
    margin-bottom: 4rem;
  }
  .single_article .line_ttl {
    font-size: 1.25rem;
  }
  .single_side {
    width: 100%;
  }
  /*--------------------
  footer
  --------------------*/
  #cta .cta_wrap {
    display: block;
  }
  #cta .cta_wrap .cta_ttl_box {
    width: 100%;
  }
  #cta .cta_wrap .cta_ttl {
    text-align: center;
  }
  #cta .cta_wrap .cta_ttl span {
    font-size: 2rem;
  }
  #cta .cta_wrap .cta_ttl p {
    font-size: 1rem;
  }
  #cta .cta_wrap .cta_num_box {
    width: 100%;
  }
  #cta .cta_wrap .cta_num_box .tel_num a {
    font-size: 3rem;
  }
  #disease .disease_wrap {
    display: block;
  }
  #disease .disease_wrap .disease_list_box {
    width: 100%;
    margin-top: 1rem;
  }
  #disease .disease_wrap .disease_list_box .list_dot {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #disease .disease_wrap .disease_list_box .list_dot li {
    font-size: 1rem;
    margin-right: 1rem;
  }
  footer .f_wrap {
    display: block;
  }
  footer .f_wrap .f_info {
    width: 100%;
  }
  footer .f_wrap .f_info .f_link_list {
    display: block;
  }
  footer .f_wrap .f_info .f_link_list li {
    width: 100%;
  }
  footer .f_wrap .f_menu {
    width: 100%;
  }
  /*--------------------
  メディアクエリ切り替えクラス
  --------------------*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}