@charset "UTF-8";
/*
Theme Name: asukekenshin
*/
/*PC*/
@media all {
  /*contactフォーム7*/
  .wpcf7-response-output,
.wpcf7-spinner {
    display: none !important;
  }
  .wpcf7-validates-as-date {
    padding: 5px 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .wpcf7-select {
    border: 1px solid #707070;
    padding: 10px;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .wpcf7-list-item {
    margin: 0 !important;
  }
  .wpcf7-select {
    padding: 5px 10px;
    border-radius: 10px;
  }
  /* スクロールエフェクト */
  .fadein {
    opacity: 0;
    transform: translate(0, 25px);
    transition: all 500ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* 2つ目の要素に200msのdelayをかける */
  /*ここに親要素名*/
  .fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  .fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  .fadein:nth-of-type(4) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
  }
  html,
body {
    background-color: #fff !important;
    font-size: 62.5%;
  }
  .serif {
    font-family: "Noto Serif JP", serif;
  }
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
  }
  .mb_s {
    margin-bottom: 50px;
  }
  .mb_m {
    margin-bottom: 100px;
  }
  .mb_l {
    margin-bottom: 150px !important;
  }
  .f_14 {
    font-size: 1.4rem !important;
  }
  .page_title_wrapper {
    width: 100%;
    padding: 100px 0px;
    position: relative;
  }
  .page_title_wrapper h2 {
    font-size: 3.6rem;
    line-height: 1.4;
    max-width: 1260px;
    padding: 0px 30px;
    margin: auto;
  }
  .page_title_wrapper h2 span {
    font-weight: 100;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    display: block;
    padding-top: 15px;
  }
  .page_title_wrapper figure {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 0;
  }
  .page_title_wrapper figure img {
    width: 100%;
    height: auto;
  }
  .page_title_02 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .page_title_02 span {
    font-weight: 100;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    display: block;
    padding-top: 5px;
  }
  .page_subtitle {
    display: flex;
    justify-content: space-between;
    background-color: #ffe5e2;
    border: 3px solid #ffe5e2;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 30px;
  }
  .page_subtitle h3,
.page_subtitle p {
    font-size: 2.6rem;
  }
  .page_subtitle h3 span,
.page_subtitle p span {
    font-size: 1.8rem;
  }
  .page_wrapper {
    max-width: 1060px;
    width: 100%;
    padding: 0px 30px;
    margin: auto;
  }
  .title_02 {
    font-size: 4.5rem;
    font-family: "Noto Sans JP";
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 100;
  }
  .title_02 span {
    font-family: "M PLUS Rounded 1c";
    font-size: 1.8rem;
  }
  .c_red {
    color: #e32323;
  }
  .t_link {
    border-bottom: 1px solid #68add7;
    color: #68add7;
  }
  .button {
    border: 1px solid #333333;
    border-radius: 50px;
    padding: 5px 0px;
    width: 210px;
    margin: auto;
    text-align: center;
    display: block;
    background-color: white;
  }
  .button_02 {
    font-size: 2rem;
    border-radius: 50px;
    padding: 5px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
    display: block;
    background-color: #68add7;
    color: white !important;
    position: relative;
    border: none;
  }
  .button_02::after {
    font-family: "Material Symbols Outlined";
    content: "\e409";
    font-size: 3rem;
    font-weight: 200;
    position: absolute;
    top: -4px;
    right: 10px;
  }
  .button_02_2 {
    line-height: 1;
    font-size: 2rem;
    border-radius: 50px;
    padding: 10px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
    display: block;
    background-color: #68add7;
    color: white !important;
    border: none;
    margin: 0px 20px;
    font-weight: 400;
  }
  .button_03 {
    font-size: 1.8rem;
    border-bottom: 1px solid #68add7;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .button_03::after {
    font-family: "Material Symbols Outlined";
    content: "\e5cc";
    font-size: 2.8rem;
    font-weight: 300;
    padding-left: 10px;
    letter-spacing: 0em;
  }
  #header {
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    position: fixed;
    top: 0;
    height: 80px;
  }
  #header .header_wrapper {
    max-width: 1400px;
    padding: 0px 30px;
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .header_wrapper .header_logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  #header .header_wrapper .header_logo p {
    padding: 5px 0px;
    margin-left: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-wrap: nowrap;
  }
  #header .header_wrapper nav {
    display: flex;
    align-items: center;
    z-index: 2;
  }
  #header .header_wrapper nav a {
    font-size: 1.5rem;
    margin-right: 25px;
    letter-spacing: 0.05em;
  }
  #header .header_wrapper nav a:first-child {
    color: #017564;
  }
  #header .header_wrapper nav a:last-child {
    font-size: 1.6rem;
    margin-right: 0px;
    display: flex;
    align-items: center;
    color: #68add7;
    text-wrap: nowrap;
  }
  #header .header_wrapper nav a:last-child span {
    margin-right: 5px;
    border-radius: 50%;
    width: 34px;
    aspect-ratio: 1/1;
    background-color: #68add7;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .header_wrapper nav a:last-child .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  }
  /*フッター上Flow非表示*/
  .home .page_flow,
.blog .page_flow,
.single-post .page_flow {
    display: none;
  }
  .page_flow {
    width: 100%;
    padding: 100px 50px;
    background-color: #f7f7f7;
    margin-bottom: 0px !important;
  }
  .page_flow div {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .page_flow div article {
    width: 31%;
    margin-bottom: 0px !important;
  }
  .page_flow div article p {
    color: #fcb7ad;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #fcb7ad;
    width: 88px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto -25px;
    position: relative;
  }
  .page_flow div article figure {
    margin-bottom: 30px;
  }
  .page_flow div article figure img {
    width: 100%;
  }
  .page_flow div article ul {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
  .page_flow div article ul li {
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_flow div article ul li::after {
    font-family: "Material Symbols Outlined";
    content: "\eaaa";
    font-size: 2.5rem;
    font-weight: 300;
  }
  .page_link {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0px auto 100px;
    gap: 10px;
    padding-left: 10px;
  }
  .page_link span {
    font-size: 1.2rem;
  }
  .page_link a {
    border: 1px solid #fcb7ad;
    background-color: white;
    border-radius: 50px;
    text-align: center;
    padding: 5px 0px;
    max-width: 400px;
    width: 100%;
    position: relative;
    font-size: 1.8rem;
  }
  .page_link a::after {
    font-family: "Material Symbols Outlined";
    content: "\e5cf";
    font-size: 2.5rem;
    font-weight: 200;
    position: absolute;
    right: 10px;
    color: #fcb7ad;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_link a::after .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  }
  .page_article {
    width: 100%;
  }
  .page_article .wrapper {
    padding: 45px 30px 50px;
    border: 3px solid #ffe5e2;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    margin-top: -15px;
  }
  .page_article .wrapper p {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page_article .wrapper .link {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .page_article .wrapper .link .button_02 {
    margin: 0px;
  }
  #part_qa {
    padding: 0px 50px;
    /*アコーディオンタイトル*/
    /*アイコンの＋と×*/
    /*　closeというクラスがついたら形状変化　*/
    /*アコーディオンで現れるエリア*/
  }
  #part_qa section {
    margin-bottom: 0px !important;
  }
  #part_qa .accordion-area {
    list-style: none;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px;
  }
  #part_qa .accordion-area li {
    margin: 20px 0;
  }
  #part_qa .accordion-area section {
    background-color: #ffe5e2;
    border-radius: 20px;
  }
  #part_qa .title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 15px 50px 15px 20px;
    transition: all 0.5s ease;
    font-weight: 500;
    border-bottom: 1px solid white;
  }
  #part_qa .title::before,
#part_qa .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  #part_qa .title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
  }
  #part_qa .title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
  }
  #part_qa .title.close::before {
    transform: rotate(45deg);
  }
  #part_qa .title.close::after {
    transform: rotate(-45deg);
  }
  #part_qa .box {
    display: none; /*はじめは非表示*/
    padding: 20px;
  }
  #part_qa .box p {
    margin-bottom: 10px;
  }
  #part_qa .box p:last-child {
    margin-bottom: 0px;
  }
  #top .mv {
    width: 100%;
    height: 750px;
  }
  #top .mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #top .link {
    background-color: #fcf5f4;
    padding: 100px 30px;
  }
  #top .link .wrapper {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
  }
  #top .link .wrapper a {
    max-width: 230px;
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top .link .wrapper a .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
    font-size: 6rem;
    color: #ffb7ad;
    margin-bottom: 10px;
  }
  #top .link .wrapper a h3 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.6;
  }
  #top .link .wrapper a h3 span {
    font-size: 1.4rem;
    font-weight: 100;
    display: block;
    font-family: "Noto Sans JP";
    letter-spacing: 0.1em;
  }
  #top .whichone {
    padding: 0px 50px;
    width: 100%;
    overflow: hidden;
  }
  #top .whichone figure:nth-of-type(1) {
    max-width: 582px;
    width: 100%;
    padding-right: 50px;
  }
  #top .whichone figure:nth-of-type(1) img {
    width: 100%;
  }
  #top .whichone figure:nth-of-type(2) {
    width: 120%;
    margin-top: -260px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  #top .whichone figure:nth-of-type(2) img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #top .whichone figure:nth-of-type(3) {
    max-width: 645px;
  }
  #top .whichone figure:nth-of-type(3) img {
    width: 100%;
  }
  #top .whichone .wrapper_01 {
    display: flex;
    align-items: center;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #top .whichone .wrapper_01 div {
    margin: 0px -70px 0px auto;
    z-index: 2;
  }
  #top .whichone .wrapper_01 div h2 {
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP";
    font-size: 5rem;
    font-weight: 100;
    margin-bottom: 30px;
  }
  #top .whichone .wrapper_01 div h2 span {
    font-size: 2.4rem;
    font-family: "M PLUS Rounded 1c";
  }
  #top .whichone .wrapper_01 div p {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  #top .whichone .wrapper_01 div .material-symbols-outlined {
    font-variation-settings: "wght" 100;
    color: #cfe3e6;
    font-size: 6rem;
    margin: auto;
    display: table;
  }
  #top .whichone .wrapper_02 {
    max-width: 1000px;
    width: 100%;
    display: flex;
    margin: -40px auto 0px;
    justify-content: space-between;
  }
  #top .whichone .wrapper_02 div {
    width: 22%;
    aspect-ratio: 3/1.9;
    border: 4px solid #e4f3f4;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
  }
  #top .whichone .wrapper_02 div p {
    font-size: 2rem;
    text-align: center;
  }
  #top .whichone .wrapper_02 div p span {
    font-size: 1.6rem;
  }
  #top .news {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 30px 50px;
    background-color: #f7f7f7;
    border-radius: 20px;
    position: relative;
    z-index: 2;
  }
  #top .news div {
    margin-bottom: 30px;
  }
  #top .news div article {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
  }
  #top .news div article::after {
    font-family: "Material Symbols Outlined";
    content: "\e409";
    font-size: 2.5rem;
    font-weight: 200;
    position: absolute;
    right: 0;
  }
  #top .news div article time {
    width: 100px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #top .news div article h3 {
    font-size: 1.4rem;
  }
  #top .news figure:nth-of-type(1) {
    position: absolute;
    right: -90px;
    bottom: -160px;
    max-width: 328px;
  }
  #top .news figure:nth-of-type(1) img {
    width: 100%;
    z-index: 1;
  }
  #top .message {
    display: flex;
    align-items: center;
    padding: 200px 50px 0px;
    max-width: 1200px;
    margin: auto;
  }
  #top .message figure {
    width: 48%;
  }
  #top .message figure img {
    width: 100%;
  }
  #top .message div {
    margin-left: 30px;
    width: 52%;
  }
  #top .message div .title_02 {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  #top .message div .title_02 span {
    margin: 20px 0px 0px 20px;
  }
  #top .message div p:first-of-type {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #top .message div p:last-child {
    margin-top: 20px;
    font-weight: 500;
    text-align: right;
  }
  #top .access {
    width: 100%;
    aspect-ratio: 7/2.5;
  }
  footer .contact {
    display: flex;
    align-items: center;
    max-width: 950px;
    padding: 60px 50px;
    margin: auto;
    justify-content: space-between;
  }
  footer .contact .title_02 {
    align-items: baseline;
    margin-bottom: 0px;
  }
  footer .contact div {
    display: flex;
    align-items: center;
  }
  footer .contact div a {
    font-size: 3rem;
    font-family: "Noto Sans JP";
  }
  footer .contact div a span {
    font-size: 1.4rem;
    font-family: "M PLUS Rounded 1c";
    display: block;
  }
  footer .footer {
    width: 100%;
    padding: 80px 50px;
    background-color: #e6e6e6;
  }
  footer .footer .wrapper {
    max-width: 1000px;
    margin: auto;
  }
  footer .footer .wrapper .footer_logo {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  footer .footer .wrapper .footer_logo figure {
    margin-right: 15px;
  }
  footer .footer .wrapper .footer_logo h1 {
    font-size: 1.4rem;
  }
  footer .footer .wrapper .wrapper_02 {
    display: flex;
    justify-content: space-between;
  }
  footer .footer .wrapper .wrapper_02 nav {
    display: flex;
  }
  footer .footer .wrapper .wrapper_02 nav ul {
    margin-right: 30px;
    line-height: 2;
  }
  footer .footer .wrapper .wrapper_02 nav ul:first-child li:first-child {
    color: #017564;
  }
  footer .footer .wrapper .wrapper_02 nav ul:last-child {
    margin-right: 0px;
  }
  footer .copy {
    text-align: center;
    font-size: 1rem;
    color: #333333;
    padding: 15px 0px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.15em;
  }
  #health_check .page_wrapper .flow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 2.3rem;
    margin-bottom: 100px;
  }
  #health_check .page_wrapper .flow li {
    display: flex;
    align-items: center;
  }
  #health_check .page_wrapper .flow li::after {
    font-family: "Material Symbols Outlined";
    content: "\e5cc";
    font-size: 2.7rem;
    font-weight: 300;
    padding: 0px 15px;
  }
  #health_check .page_wrapper .flow li:last-child::after {
    display: none;
  }
  #health_check .page_wrapper article {
    width: 100%;
    border: 3px solid #e4f3f4;
    border-radius: 20px;
    padding: 80px 50px;
    position: relative;
  }
  #health_check .page_wrapper article:last-of-type {
    margin-bottom: 80px;
  }
  #health_check .page_wrapper article:last-of-type .check_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
  #health_check .page_wrapper article:last-of-type .check_list a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: left;
    padding: 0px;
    border: none;
  }
  #health_check .page_wrapper article h3 {
    line-height: 1;
    font-size: 2.6rem;
    background-color: white;
    padding: 0px 10px;
    position: absolute;
    top: -14px;
    left: 20px;
  }
  #health_check .page_wrapper article h3 span {
    font-size: 1.6rem;
    display: block;
    padding-top: 15px;
  }
  #health_check .page_wrapper article .check_list {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #health_check .page_wrapper article .check_list a {
    max-width: 220px;
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
    padding: 30px 0px;
    border: solid 3px #dddddd;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #health_check .page_wrapper .material-symbols-outlined {
    text-align: center;
    padding: 70px 0px;
    font-size: 7rem;
    color: #e4f3f4;
    display: flow-root;
  }
  #health_check .page_wrapper .button_02 {
    margin-bottom: 150px;
  }
  .result h3 {
    font-size: 3.4rem !important;
    left: 50% !important;
    transform: translateX(-50%);
    top: -18px !important;
  }
  .result article {
    margin-bottom: 100px;
  }
  .result table {
    margin-bottom: 50px;
  }
  .result table th,
.result table td {
    padding: 20px;
    font-size: 2rem;
  }
  .result .table_result tr:last-child th:last-of-type,
.result .table_result tr:last-child td:last-of-type {
    border-bottom: none;
  }
  .result .table_result th {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    white-space: nowrap;
  }
  .result .table_result td {
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }
  .result .table_option {
    border-radius: 20px;
    width: 100%;
  }
  .result .table_option tr:first-child th:first-of-type {
    border-radius: 20px 0px 0px 0px;
  }
  .result .table_option tr:first-child th:last-of-type {
    border-radius: 0px 20px 0px 0px;
  }
  .result .table_option th {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f7f7f7;
    white-space: nowrap;
  }
  .result .table_option th:last-child {
    border-right: none;
  }
  .result .table_option td {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .result .table_option td:nth-of-type(2) {
    white-space: wrap;
  }
  .result .table_option td:last-child {
    border-right: none;
  }
  .result .total {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .result .point {
    border: 3px solid #e4f3f4;
    border-radius: 20px;
    overflow: auto;
    margin: 50px 0px;
  }
  .result .point .title {
    padding: 10px;
    background-color: #e4f3f4;
    color: #68add7;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .result .point .title::before {
    font-family: "Material Symbols Outlined";
    content: "\e0f0";
    font-size: 3.5rem;
    font-weight: 200;
  }
  .result .point div {
    padding: 20px;
  }
  .result .point div .c_red {
    font-size: 1.8rem;
  }
  .result .point div p {
    margin-bottom: 10px;
  }
  .result .point div p:last-child {
    margin-bottom: 0px;
  }
  .result .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .result .contact div {
    display: flex;
    align-items: center;
  }
  .result .contact div a {
    font-size: 4rem;
    font-family: "Noto Sans JP";
    margin-right: 30px;
    line-height: 1.5;
  }
  .result .contact div a span {
    font-size: 2.2rem;
    font-family: "M PLUS Rounded 1c";
    display: block;
  }
  .result .option {
    padding: 80px 30px !important;
  }
  .result .option .link {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .result .option .link a {
    margin: 0px 20px;
  }
  .result .option .button_02 {
    margin-bottom: 0px !important;
  }
  #medical table,
#option table,
#application table {
    width: 100%;
    margin-bottom: 50px;
  }
  #medical table th,
#medical table td,
#option table th,
#option table td,
#application table th,
#application table td {
    padding: 20px 25px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-wrap: nowrap;
  }
  #medical table th,
#option table th,
#application table th {
    background-color: #f7f7f7;
    font-size: 1.8rem;
    text-align: center;
  }
  #medical table td:nth-last-of-type(4),
#option table td:nth-last-of-type(4),
#application table td:nth-last-of-type(4) {
    text-wrap: wrap;
  }
  #medical table td:nth-last-of-type(2),
#option table td:nth-last-of-type(2),
#application table td:nth-last-of-type(2) {
    text-align: center;
  }
  #medical table td:nth-last-of-type(1),
#option table td:nth-last-of-type(1),
#application table td:nth-last-of-type(1) {
    border-right: none;
    text-wrap: wrap;
  }
  #medical table tr:first-of-type th:nth-of-type(1),
#option table tr:first-of-type th:nth-of-type(1),
#application table tr:first-of-type th:nth-of-type(1) {
    border-radius: 20px 0px 0px 0px;
  }
  #medical table tr:first-of-type th:nth-last-of-type(1),
#option table tr:first-of-type th:nth-last-of-type(1),
#application table tr:first-of-type th:nth-last-of-type(1) {
    border-right: none;
    border-radius: 0px 20px 0px 0px;
  }
  #medical .comparison td,
#option .comparison td,
#application .comparison td {
    text-align: center;
  }
  #option h4,
#application h4 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
    color: #fcb7ad;
  }
  #option table th:nth-child(2), #option table th:nth-child(3), #option table th:nth-child(4),
#option table td:nth-child(2),
#option table td:nth-child(3),
#option table td:nth-child(4),
#application table th:nth-child(2),
#application table th:nth-child(3),
#application table th:nth-child(4),
#application table td:nth-child(2),
#application table td:nth-child(3),
#application table td:nth-child(4) {
    border-radius: 0px;
    border-right: 1px solid #dddddd;
  }
  #option table th:nth-child(5),
#option table td:nth-child(5),
#application table th:nth-child(5),
#application table td:nth-child(5) {
    border-right: none;
    border-radius: 0px 20px 0px 0px;
  }
  #option table th,
#application table th {
    background-color: #f7f7f7;
    font-size: 1.8rem;
  }
  #option table td:nth-last-of-type(5),
#application table td:nth-last-of-type(5) {
    text-wrap: wrap;
  }
  #option table td:nth-last-of-type(2),
#application table td:nth-last-of-type(2) {
    text-align: center;
  }
  #option table td:nth-last-of-type(1),
#application table td:nth-last-of-type(1) {
    border-right: none;
    text-wrap: wrap;
  }
  #application .button_02 {
    padding: 10px 50px;
  }
  #application .button_02::after {
    display: none;
  }
  #application .application_end {
    margin: 100px auto;
    text-align: center;
    font-size: 1.8rem;
    padding: 0px 30px;
  }
  #application .swiper-wrapper .step1 .wpcf7-list-item-label {
    display: none;
  }
  #application .swiper-wrapper .step1 label {
    margin-right: 0px !important;
  }
  #application .swiper-wrapper .page_article table td:nth-child(1) {
    text-align: center;
  }
  #application .swiper-wrapper .page_article table .note {
    display: block;
    color: #e32323;
    font-size: 1.4rem;
  }
  #application .swiper-wrapper .page_article li {
    margin-bottom: 30px;
  }
  #application .swiper-wrapper .page_article li:last-child {
    margin-bottom: 0px;
  }
  #application .swiper-wrapper .page_article .explanation {
    margin-bottom: 30px !important;
  }
  #application .swiper-wrapper .page_article .required {
    color: red;
    font-size: 1.4rem;
  }
  #application .swiper-wrapper .page_article .remarks {
    width: 100%;
    text-align: left !important;
    padding: 40px 0px 0px 0px;
    border-bottom: none;
  }
  #application .swiper-wrapper .page_article .form_01 {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #application .swiper-wrapper .page_article .form_02 {
    width: calc(100% - 42px);
    height: 250px;
    padding: 20px;
    border: 1px solid #707070;
    border-radius: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #application .swiper-wrapper .page_article .form_03 {
    width: 100%;
    height: 250px;
    padding: 20px;
    border: 1px solid #707070;
    border-radius: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #application .swiper-wrapper .page_article .form_04 {
    width: 200px;
    padding: 5px 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #application .swiper-wrapper .page_article .yubin {
    width: 135px;
  }
  #application .swiper-wrapper .page_article label {
    margin-right: 15px;
  }
  #application .swiper-wrapper .page_article figure {
    max-width: 550px;
    margin: 30px auto 0px;
  }
  #application .swiper-wrapper .page_article figure img {
    width: 100%;
  }
  #application .swiper-wrapper .page_article .option-list {
    display: flex;
    flex-wrap: wrap;
  }
  #application .swiper-wrapper .page_article .option-list li {
    margin: 0px 15px 0px 0px;
    line-height: 1.8;
  }
  #application .swiper-wrapper .page_article .option-list li:empty {
    display: none !important;
  }
  #health,
#option,
#flow {
    /*アイコンの＋と×*/
    /*　closeというクラスがついたら形状変化　*/
  }
  #health .page_link a,
#option .page_link a,
#flow .page_link a {
    max-width: 32%;
  }
  #health .page_subtitle,
#option .page_subtitle,
#flow .page_subtitle {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  #health .title::before,
#health .title::after,
#option .title::before,
#option .title::after,
#flow .title::before,
#flow .title::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #333;
    z-index: 10;
  }
  #health .title::before,
#option .title::before,
#flow .title::before {
    top: 50%;
    right: 25px;
    transform: rotate(0deg);
  }
  #health .title::after,
#option .title::after,
#flow .title::after {
    top: 50%;
    right: 25px;
    transform: rotate(90deg);
  }
  #health .title.close::before,
#option .title.close::before,
#flow .title.close::before {
    transform: rotate(45deg);
  }
  #health .title.close::after,
#option .title.close::after,
#flow .title.close::after {
    transform: rotate(-45deg);
  }
  #health section,
#option section,
#flow section {
    margin-bottom: 50px;
  }
  #health section h3,
#option section h3,
#flow section h3 {
    width: 100%;
    background-color: #ffe5e2;
    border: 3px solid #ffe5e2;
    border-radius: 20px;
    padding: 20px 30px;
    font-size: 2.6rem;
    position: relative;
  }
  #health section h3 span,
#option section h3 span,
#flow section h3 span {
    font-size: 1.8rem;
  }
  #health section .emphasis,
#option section .emphasis,
#flow section .emphasis {
    color: red;
    font-size: 2rem;
  }
  #health section .emphasis span,
#option section .emphasis span,
#flow section .emphasis span {
    font-size: 1.6rem;
  }
  #health section .wrapper ul,
#option section .wrapper ul,
#flow section .wrapper ul {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
  }
  #health section .wrapper ul li,
#option section .wrapper ul li,
#flow section .wrapper ul li {
    line-height: 2.2;
  }
  #health section .wrapper ul li a,
#option section .wrapper ul li a,
#flow section .wrapper ul li a {
    color: #68add7;
    border-bottom: 1px solid #68add7;
  }
  #health section .wrapper ul li p,
#option section .wrapper ul li p,
#flow section .wrapper ul li p {
    font-size: 1.4rem;
    margin-bottom: 0px;
    padding-left: 1em;
  }
  #health section .box,
#option section .box,
#flow section .box {
    display: none;
  }
  #health .open h3,
#option .open h3,
#flow .open h3 {
    border-radius: 20px 20px 0px 0px;
  }
  #medical .page_link {
    padding-left: 0px;
    justify-content: center;
  }
  #about .message .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #about .message .wrapper figure {
    max-width: 40%;
  }
  #about .message .wrapper figure img {
    width: 100%;
    height: auto;
  }
  #about .message .wrapper div {
    max-width: 56%;
  }
  #about .message .wrapper div p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  #about .message .wrapper div p:first-child {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #about .message .wrapper div p:last-child {
    margin-bottom: 0px;
    font-weight: 500;
    text-align: right;
  }
  #about .philosophy .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0px auto 50px;
  }
  #about .philosophy .wrapper article {
    text-align: center;
  }
  #about .philosophy .wrapper article h4 {
    font-size: 4rem;
    font-family: "Noto Serif Display";
    margin-bottom: 30px;
  }
  #about .philosophy .wrapper article h4::after {
    content: "";
    width: 35px;
    display: block;
    margin: auto;
    border-bottom: 1px solid #333333;
  }
  #about .philosophy .wrapper article p {
    line-height: 2;
    font-size: 2rem;
    font-weight: 300;
  }
  #about .philosophy .privilege {
    max-width: 950px;
    margin: auto;
    padding: 30px;
    border: 1px solid #333333;
    border-radius: 20px;
  }
  #about .philosophy .privilege h5 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 400;
  }
  #about .philosophy .privilege p {
    margin-bottom: 50px;
  }
  #about .philosophy .privilege ul li {
    margin-bottom: 25px;
  }
  #about .philosophy .privilege ul li:last-child {
    margin-bottom: 0px;
  }
  #about .philosophy .privilege ul li p {
    font-weight: 300;
    margin-bottom: 0px;
  }
  #about .philosophy .privilege ul li p:first-child {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #about .facility ul {
    max-width: 950px;
    width: 100%;
  }
  #about .facility ul li {
    padding: 10px 30px;
    background-color: #f7f7f7;
  }
  #about .facility ul li:nth-child(even) {
    background-color: white;
  }
  #flow h4 {
    font-size: 2rem;
    color: #fcb7ad;
    margin-bottom: 5px;
  }
  #flow h4 span {
    font-size: 1.4rem;
  }
  #flow .flow_title {
    font-size: 2.4rem;
    padding: 20px;
    border-radius: 20px;
    background-color: #f7f7f7;
  }
  #flow p {
    font-size: 1.6rem !important;
  }
  #flow .page_article .wrapper {
    padding: 30px 30px 25px;
  }
  #flow .page_article article {
    margin-bottom: 60px;
  }
  #flow .page_article article:last-child {
    margin-bottom: 0px;
  }
  #flow .page_article article table {
    width: 100%;
  }
  #flow .page_article article table tr:nth-of-type(1) th {
    border-radius: 20px 0px 0px 0px;
  }
  #flow .page_article article table tr:last-of-type th {
    border-radius: 0px 0px 0px 20px;
  }
  #flow .page_article article table tr th,
#flow .page_article article table tr td {
    padding: 20px 30px;
  }
  #flow .page_article article table tr th {
    background-color: #f7f7f7;
    font-size: 1.8rem;
    text-wrap: nowrap;
    border-bottom: 1px solid white;
  }
  #flow .page_article article .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #flow .page_article article .flex figure {
    width: 48%;
  }
  #flow .page_article article .flex figure img {
    width: 100%;
    height: auto;
  }
  #flow .page_article article .flex div {
    width: 48%;
  }
  #flow .page_article article ul {
    background-color: white !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  #flow .page_article article ul li {
    line-height: 1.6 !important;
  }
  #flow .page_article article div {
    margin-bottom: 40px;
  }
  #flow .page_article article div p:nth-child(2) {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  #flow .page_article article div p:last-child {
    margin-bottom: 0px;
    font-weight: 300;
  }
  #flow #flow_04 .page_link {
    margin: 40px 0px 50px;
  }
  #flow #flow_04 .page_link a::after {
    content: "\e157";
  }
  #qa #part_qa .title_02 {
    color: #fcb7ad;
    font-family: "M PLUS Rounded 1c";
    font-size: 3rem;
  }
  #overview .access .map {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 10/4;
    margin-bottom: 50px;
  }
  #overview .access figure {
    margin-bottom: 50px;
  }
  #overview .access figure img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #333333;
  }
  #overview .access article {
    margin-bottom: 50px;
  }
  #overview .access article:last-child {
    margin-bottom: 0px;
  }
  #overview .access article h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #overview .access article ul li {
    line-height: 2.2;
  }
  #overview .access article ul li span {
    display: block;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  #overview .overview table {
    width: 100%;
  }
  #overview .overview table tr th,
#overview .overview table tr td {
    padding: 10px 20px;
  }
  #overview .overview table tr:nth-child(odd) th,
#overview .overview table tr:nth-child(odd) td {
    background-color: #f7f7f7;
  }
  #application .company .page_subtitle {
    background-color: white;
  }
  #application .company ul {
    margin: 20px 0px;
    font-size: 1.8rem !important;
  }
  #application .company ul a {
    display: flex !important;
    align-items: center !important;
  }
  #application .company .mail {
    font-size: 1.8rem;
    text-wrap: wrap;
    word-wrap: break-word;
  }
  #application .form_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  #application .form_flow li {
    font-size: 1.8rem;
    margin-right: 15px;
    color: #959595;
    display: flex;
    line-height: 1;
    align-items: center;
  }
  #application .form_flow li:last-child {
    margin-right: 0px;
  }
  #application .form_flow li:last-child::after {
    display: none;
  }
  #application .form_flow li::after {
    font-family: "Material Symbols Outlined";
    content: "\e409";
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    padding-left: 15px;
  }
  #application .form_flow .now {
    color: black;
  }
  #application .form_flow .now::after {
    color: #959595;
  }
  #application .transfer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #application .transfer .button_02_2 {
    margin: 0px 20px;
  }
  #application .transfer .button_02_2:nth-child(2) {
    font-size: 2.4rem;
    background-color: #fa9285;
  }
  #application .attention {
    font-size: 2rem;
    color: #ff0000;
    margin-bottom: 50px;
    text-align: center;
  }
  #application .page_article {
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
  #application .page_article:last-child {
    margin-bottom: 0px;
  }
  #application .page_article h3 {
    display: flex;
    align-items: center;
  }
  #application .page_article .wrapper {
    padding: 30px;
  }
  #application .page_article .wrapper p {
    margin-bottom: 0px;
  }
  #home .wrapper {
    max-width: 700px;
    margin: auto;
  }
  #home .wrapper a {
    display: flex;
    padding: 15px 0px;
    position: relative;
    align-items: center;
    border-bottom: 1px solid #333333;
  }
  #home .wrapper a:last-child {
    margin-bottom: 0px;
  }
  #home .wrapper a::after {
    font-family: "Material Symbols Outlined";
    content: "\e409";
    font-size: 3rem;
    font-weight: 200;
    position: absolute;
    right: -10px;
  }
  #home .wrapper a h3 {
    font-size: 1.8rem;
  }
  #home .wrapper a time {
    font-size: 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 15px;
    letter-spacing: 0em;
  }
  #single article h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  #single article time {
    text-align: right;
    margin-bottom: 60px;
    display: block;
    font-size: 1.4rem;
  }
  #single article p {
    margin-bottom: 20px !important;
  }
  #single article figure {
    margin: 40px 0px 20px;
  }
  #single .single_pn {
    max-width: 400px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem !important;
    margin: 80px auto 0px;
    padding: 20px 20px;
    transition: all 0.25s;
  }
  #single .single_pn p {
    margin-bottom: 0px !important;
  }
  #single .single_pn .fa-angle-left {
    margin-right: 5px;
  }
  #single .single_pn .fa-angle-right {
    margin-left: 5px;
  }
  #single .single_pn a:hover {
    color: #fcb7ad;
    transition: all 0.25s;
  }
  .page {
    width: 100%;
    display: block;
    margin-top: 50px;
  }
  .page .page-numbers {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    padding: 5px 7px;
    color: #fcb7ad !important;
  }
  .page .page-numbers a {
    color: lightgray !important;
    transition: all 0.25s;
  }
  .page .page-numbers a:hover {
    color: #fcb7ad !important;
    transition: all 0.25s;
  }
}
@media screen and (max-width: 1105px) {
  #header a {
    margin-right: 20px !important;
  }
  #header a:last-child {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1050px) {
  #header a {
    font-size: 1.4rem !important;
  }
  #header a:last-child {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 980px) {
  #header h1 {
    display: none;
  }
}
@media screen and (max-width: 910px) {
  #top .link .wrapper {
    gap: 40px;
  }
  #top .link .wrapper a {
    max-width: 200px;
  }
  #top .link .wrapper a h3 {
    font-size: 1.8rem;
  }
  #top .link .wrapper a h3 span {
    font-size: 1.3rem;
  }
  #top .link .wrapper a .material-symbols-outlined {
    font-size: 5rem;
  }
}
/*ipad*/
@media screen and (min-width: 950px) {
  .fullscreenmenu {
    display: none;
  }
}
@media screen and (max-width: 949px) {
  img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  /*フルスクリーンメニュー*/
  menu,
.menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu {
    position: fixed;
    top: 30px;
    right: 25px;
    width: 35px;
    height: 21px;
    z-index: 1000;
    outline: none;
    mix-blend-mode: difference;
    background: black;
  }
  .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    z-index: 10;
  }
  .menu span:nth-of-type(1) {
    top: 0px;
  }
  .menu span:nth-of-type(2) {
    top: 10px;
  }
  .menu span:nth-of-type(3) {
    bottom: 0px;
  }
  .menu.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  #nav_sp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  #nav_sp.active {
    right: 0;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  #nav_sp ul {
    padding-top: 150px;
    height: 85%;
    text-align: center;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #nav_sp ul li {
    list-style-type: none;
  }
  #nav_sp ul li:first-child a {
    color: #017564;
  }
  #nav_sp ul li:last-child a {
    color: #68add7;
    font-size: 1.8rem;
    margin-right: 0px;
    display: flex;
    align-items: center;
    color: #68add7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #nav_sp ul li:last-child a span {
    margin-right: 5px;
    border-radius: 50%;
    width: 34px;
    aspect-ratio: 1/1;
    background-color: #68add7;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #nav_sp ul li:last-child a .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  }
  #nav_sp ul li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #333;
  }
  .mb_l {
    margin-bottom: 80px !important;
  }
  .page_title_wrapper h2 {
    font-size: 3.5rem;
  }
  .page_title_wrapper h2 span {
    font-size: 1.6rem;
  }
  .title_02 {
    font-size: 3.2rem;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  .table-wrap table {
    width: 100%;
    min-width: 600px;
  }
  .table-wrap table th,
.table-wrap table td {
    padding: 15px !important;
  }
  .page_flow {
    padding: 80px 50px;
  }
  .page_subtitle {
    padding: 15px 20px;
  }
  .page_subtitle h3,
.page_subtitle p {
    font-size: 2.2rem;
  }
  .page_subtitle h3 span,
.page_subtitle p span {
    font-size: 1.6rem;
  }
  #header h1 {
    display: block;
  }
  #header nav {
    display: none !important;
  }
  #top .whichone figure:nth-child(1) {
    margin-bottom: 50px;
  }
  #top .whichone .wrapper_01 div h2 {
    font-size: 4rem;
  }
  #top .whichone .wrapper_01 div h2 span {
    font-size: 2.2rem;
  }
  #top .whichone .wrapper_02 {
    margin: 0px auto;
  }
  #top .whichone .wrapper_02 div {
    width: 23%;
  }
  #top .whichone .wrapper_02 div p {
    font-size: 1.8rem;
  }
  #top .whichone .wrapper_02 div p span {
    font-size: 1.4rem;
  }
  #top .news figure {
    display: none;
  }
  #top .message {
    padding: 80px 50px;
  }
  #option table th:nth-child(2), #option table th:nth-child(3), #option table th:nth-child(4),
#option table td:nth-child(2),
#option table td:nth-child(3),
#option table td:nth-child(4) {
    text-wrap: wrap;
  }
  #health .page_link,
#option .page_link,
#flow .page_link,
#medical .page_link {
    padding-left: 0px;
  }
  #health .page_link a,
#option .page_link a,
#flow .page_link a,
#medical .page_link a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  #health section,
#option section,
#flow section,
#medical section {
    margin-bottom: 30px;
  }
  #health section h3,
#option section h3,
#flow section h3,
#medical section h3 {
    padding: 15px 60px 15px 20px;
    font-size: 2.2rem;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  #health section h3 span,
#option section h3 span,
#flow section h3 span,
#medical section h3 span {
    font-size: 1.6rem;
  }
  #health .page_link {
    justify-content: center;
  }
  #health .page_link::after {
    content: "";
    width: 40%;
  }
  #health .page_link a {
    max-width: 40%;
  }
  footer .contact figure {
    width: 180px;
  }
  footer .contact figure img {
    width: 100%;
    height: auto;
  }
  footer .footer .wrapper .footer_logo {
    justify-content: center;
  }
  footer .footer .wrapper .wrapper_02 {
    flex-direction: column;
  }
  footer .footer .wrapper .wrapper_02 ul {
    margin-bottom: 30px;
  }
  footer .footer .wrapper .wrapper_02 ul li {
    text-align: center;
  }
  footer .footer .wrapper .wrapper_02 nav {
    justify-content: center;
  }
  footer .footer .wrapper .wrapper_02 nav ul {
    margin-bottom: 0px;
  }
  footer .footer .wrapper .wrapper_02 nav ul li {
    text-align: left;
  }
  #application .page_wrapper {
    width: 90% !important;
  }
}
/*ipadmini*/
/*スマホ*/
@media screen and (min-width: 600px) {
  /*電話番号発信スマホのみ*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 599px) {
  .page_title_wrapper h2 {
    font-size: 3rem;
  }
  .page_title_wrapper h2 span {
    padding-top: 8px;
  }
  .title_02 {
    font-size: 2.8rem;
  }
  .title_02 span {
    font-size: 1.4rem;
  }
  .button_02 {
    font-size: 1.6rem;
  }
  .button_02::after {
    top: -7px;
  }
  .button_03 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
  }
  .page_wrapper {
    padding: 0px 20px;
  }
  .page_subtitle {
    flex-direction: column;
  }
  .page_article .wrapper {
    padding: 45px 20px 50px;
  }
  .page_article .wrapper .link {
    flex-direction: column;
    align-items: center;
  }
  .page_flow {
    padding: 50px 20px;
  }
  .page_flow div {
    flex-direction: column;
  }
  .page_flow div article {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .page_flow div article:last-child {
    margin-bottom: 0px;
  }
  #health .page_link,
#option .page_link,
#flow .page_link,
#medical .page_link {
    padding-left: 0px;
  }
  #health .page_link span,
#option .page_link span,
#flow .page_link span,
#medical .page_link span {
    font-size: 1.2rem;
  }
  #health .page_link a,
#option .page_link a,
#flow .page_link a,
#medical .page_link a {
    max-width: 100% !important;
    font-size: 1.6rem;
  }
  #health section h3,
#option section h3,
#flow section h3,
#medical section h3 {
    font-size: 2rem;
  }
  #health section .wrapper ul li p,
#option section .wrapper ul li p,
#flow section .wrapper ul li p,
#medical section .wrapper ul li p {
    margin-top: 20px;
    padding-left: 0px;
  }
  #health,
#option,
#flow {
    /*アイコンの＋と×*/
  }
  #health .title::before,
#health .title::after,
#option .title::before,
#option .title::after,
#flow .title::before,
#flow .title::after {
    width: 20px;
  }
  #health .title::before,
#option .title::before,
#flow .title::before {
    right: 20px;
  }
  #health .title::after,
#option .title::after,
#flow .title::after {
    right: 20px;
  }
  #top .link {
    padding: 60px 20px;
  }
  #top .link .wrapper {
    gap: 20px;
  }
  #top .link .wrapper a {
    max-width: 45%;
  }
  #top .link .wrapper a h3 {
    font-size: 1.7rem;
  }
  #top .link .wrapper a h3 span {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  #top .whichone {
    padding: 0px 20px;
  }
  #top .whichone figure:nth-of-type(2) {
    margin-top: -170px;
  }
  #top .whichone figure:nth-of-type(3) {
    margin-bottom: 50px;
  }
  #top .whichone .wrapper_01 {
    flex-direction: column;
  }
  #top .whichone .wrapper_01 div {
    margin: 0px;
  }
  #top .whichone .wrapper_01 figure {
    margin-bottom: 30px;
    padding: 0px !important;
  }
  #top .whichone .wrapper_02 {
    flex-wrap: wrap;
    gap: 15px;
  }
  #top .whichone .wrapper_02 div {
    width: 47%;
  }
  #top .news {
    padding: 30px 20px;
  }
  #top .news div article {
    flex-direction: column;
    align-items: baseline;
  }
  #top .news div article::after {
    bottom: 10px;
  }
  #top .news div article time {
    margin-bottom: 10px;
  }
  #top .message {
    padding: 50px 20px;
    flex-direction: column;
  }
  #top .message figure {
    width: 100%;
    margin-bottom: 30px;
  }
  #top .message div {
    width: 100%;
    margin-left: 0px;
  }
  #top .message div p {
    font-size: 1.4rem;
  }
  .home #part_qa {
    padding: 0px 20px;
  }
  #part_qa {
    padding: 0px;
  }
  #part_qa .title {
    font-size: 1.6rem;
  }
  #about .message .wrapper {
    flex-direction: column;
  }
  #about .message .wrapper figure {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #about .message .wrapper div {
    max-width: 100%;
  }
  #about .philosophy .wrapper {
    flex-direction: column;
  }
  #about .philosophy .wrapper article {
    margin-bottom: 30px;
  }
  #about .philosophy .wrapper article:last-child {
    margin-bottom: 0px;
  }
  #about .philosophy .privilege {
    padding: 50px 20px 30px;
  }
  #about .facility ul li {
    padding: 10px;
  }
  #overview .access .map {
    aspect-ratio: 10/7;
    margin-bottom: 30px;
  }
  #overview .access ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #overview .overview table tr th {
    text-wrap: nowrap;
    padding-right: 0px;
  }
  #home .wrapper a {
    flex-direction: column;
    align-items: baseline;
    padding: 20px 25px 20px 0px;
  }
  #home .wrapper a::after {
    bottom: 10px;
  }
  #home .wrapper a time {
    margin-bottom: 10px;
  }
  #flow .page_article article {
    margin-bottom: 30px;
  }
  #flow .page_article article .flex figure,
#flow .page_article article .flex div {
    width: 100%;
  }
  #flow .page_article .wrapper {
    padding: 30px 20px 25px;
  }
  #application .page_wrapper {
    width: 100% !important;
  }
  #application .page_article .wrapper {
    padding: 30px 20px 10px;
  }
  #application .page_article .wrapper p {
    font-size: 1.6rem;
    text-align: left;
  }
  #application .page_article h3 {
    font-size: 1.8rem;
  }
  #application .form_flow {
    flex-direction: column;
  }
  #application .form_flow li {
    flex-direction: column;
    margin-right: 0px;
  }
  #application .form_flow li::after {
    padding: 5px 0px;
    transform: rotate(90deg);
  }
  #application .transfer {
    flex-direction: column;
  }
  #application .transfer .button_02_2 {
    margin: 10px 0px;
  }
  footer .contact {
    padding: 50px 20px;
    flex-direction: column;
  }
  footer .contact .title_02 {
    margin-bottom: 20px;
  }
  footer .contact div a {
    font-size: 2.2rem;
    margin-right: 20px;
  }
  footer .footer {
    padding: 50px 20px;
  }
  footer .footer .wrapper .footer_logo {
    margin-bottom: 40px;
  }
  footer .footer .wrapper .wrapper_02 ul li {
    text-align: left;
    margin-bottom: 5px;
  }
  footer .footer .wrapper .wrapper_02 ul li:last-child {
    margin-bottom: 0px;
  }
  footer .footer .wrapper .wrapper_02 ul li span {
    display: block;
    font-size: 1.4rem;
  }
  footer .footer .wrapper .wrapper_02 nav ul {
    margin-right: 10px;
  }
  footer .footer .wrapper .wrapper_02 nav ul li {
    margin-bottom: 0px;
  }
  footer .footer .wrapper .wrapper_02 nav ul li a {
    font-size: 1.3rem !important;
  }
}
/*# sourceMappingURL=style.css.map */