@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-size: 62.5%;
  color: #605210;
  scroll-behavior: smooth;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  font-size: 1.6rem;
  line-height: 1;
  color: #605210;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  font-size: 50px;
  color: #605210;
}

li {
  list-style-type: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

::selection {
  color: #fff;
  background-color: #605210;
}

/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  main {
    z-index: 1;
    position: relative;
  }

  img {
    width: 100%;
    object-fit: cover;
  }

  a {
    text-decoration: none;
    color: #605210;
  }
  a:hover {
    opacity: 0.7;
  }

  .sp {
    display: none !important;
  }

  .common_inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .common_inner.preparation_inner {
    margin: 0 auto;
    width: 880px;
  }

  .rmh10 .right_arrow {
    transform: translate(-10px);
    transition: 0.3s ease;
  }
  .rmh10:hover .right_arrow {
    transform: translate(0);
  }

  .wp-pagenavi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 14px;
    width: 100%;
    height: 100px;
    background-color: #FBF9F6;
    border: 1px solid #F2EEE9;
    border-radius: 60px;
  }
  .wp-pagenavi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 256px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(-50%, 0);
  }
  .wp-pagenavi::after {
    content: '';
    position: absolute;
    top: 0;
    right: 256px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(-50%, 0);
  }
  .wp-pagenavi span, .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.7rem;
    border-radius: 50%;
    color: #605210;
  }
  .wp-pagenavi .extend {
    line-height: 40px;
  }
  .wp-pagenavi .current {
    border: 1px solid #605210;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .first {
    position: absolute;
    top: 50%;
    left: 66px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: left;
    width: 190px;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
    text-align: left;
  }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
    position: absolute;
    top: 50%;
    right: 66px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: right;
    width: 190px;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
    text-align: right;
  }

  .wp_contents {
    font-size: 1.6rem;
    color: #605210;
    line-height: 2;
    overflow: hidden;
  }
  .wp_contents h1 {
    margin-bottom: 20px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h2 {
    margin-bottom: 20px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h3 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h4 {
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h5 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h6 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #605210;
  }
  .wp_contents a {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #78C06F;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .wp_contents a[target="_blank"] {
    position: relative;
    padding-right: 25px;
  }
  .wp_contents a[target="_blank"]:before, .wp_contents a[target="_blank"]:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: -15px;
  }
  .wp_contents a[target="_blank"]:before {
    width: 9px;
    height: 9px;
    border: 1px solid #000;
    top: 6px;
    right: 5px;
  }
  .wp_contents a[target="_blank"]:after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 3px;
    right: 2px;
  }
  .wp_contents img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .wp_contents b, .wp_contents strong {
    font-weight: bold;
  }
  .wp_contents i {
    font-style: italic;
  }
  .wp_contents iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp_contents ul {
    margin-left: 2px;
  }
  .wp_contents ul li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 28px;
    padding: 0 0 0 15px;
    color: #605210;
  }
  .wp_contents ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    display: inline-block;
    margin-left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #605210;
  }
  .wp_contents ol {
    margin-left: 22px;
  }
  .wp_contents ol li {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #605210;
    list-style-type: decimal;
  }
  .wp_contents ol li::marker {
    color: #605210;
  }
  .wp_contents .aligncenter, .wp_contents .alignnone {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .wp_contents .alignright {
    display: block;
    float: right;
    margin-left: 15px;
  }
  .wp_contents .alignleft {
    display: block;
    float: left;
    margin-right: 15px;
  }
  .wp_contents blockquote {
    font-style: italic;
    position: relative;
    padding: 0 40px;
  }
  .wp_contents blockquote p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    color: #ACACAC;
  }
  .wp_contents .table_wrapper {
    overflow: visible !important;
    overflow-x: auto !important;
    padding-bottom: 10px;
  }
  .wp_contents table {
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    border: 1px solid #F2EEE9;
    border-radius: 15px;
    white-space: nowrap;
  }
  .wp_contents table tr:last-child th {
    border-bottom: none;
  }
  .wp_contents table tr:last-child td {
    border-bottom: none;
  }
  .wp_contents table tr th {
    padding: 20px;
    background-color: #FBF9F6;
    border-right: 1px solid #F2EEE9;
    border-bottom: 1px solid #F2EEE9;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #605210;
  }
  .wp_contents table tr th:last-child {
    border-right: none;
  }
  .wp_contents table tr td {
    padding: 20px;
    background-color: #fff;
    border-right: 1px solid #F2EEE9;
    border-bottom: 1px solid #F2EEE9;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #605210;
  }
  .wp_contents table tr td:last-child {
    border-right: none;
  }
  .wp_contents sup {
    font-size: 70%;
    vertical-align: super;
  }
  .wp_contents sub {
    font-size: 70%;
    vertical-align: sub;
  }

  #header .header_wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
  }
  #header .header_wrapper #header_inner {
    height: 130px;
    margin: 0 auto;
    width: 1420px;
  }
  #header .header_wrapper #header_inner::before {
    z-index: 100;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #header .header_wrapper #header_inner .main {
    z-index: 110;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }
  #header .header_wrapper #header_inner .main .m_wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 65px;
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .logo_image {
    margin-top: 15px;
    margin-left: 40px;
    width: 320px;
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: column;
    padding-bottom: 19px;
    width: 160px;
    height: 90px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link.patient {
    background-color: #FCC36C;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .patient_icon {
    margin-bottom: 6px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .patient_icon svg {
    width: 30px;
    height: 28px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link.hcw {
    background-color: #ADC14A;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .hcw_icon {
    margin-bottom: 4px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .hcw_icon svg {
    width: 30px;
    height: 32px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link.researcher {
    background-color: #88C1D2;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .researcher_icon {
    margin-bottom: 2px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .researcher_icon svg {
    width: 36px;
    height: 36px;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .q_text {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn {
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: 20px;
    width: 90px;
    height: 90px;
    background-image: url(/assets/images/common/hbg_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: darken;
    border-radius: 50%;
    border: 1px solid rgba(96, 82, 16, 0.1);
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn .line1 {
    position: absolute;
    top: 46%;
    left: 50%;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #605210;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn .line2 {
    position: absolute;
    top: 54%;
    left: 50%;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #605210;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .menu {
    z-index: 110;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    margin-top: 20px;
    width: 100%;
    height: 530px;
    background-color: #fff;
    border-radius: 65px;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #header .header_wrapper #header_inner .menu .visual_wrapper {
    position: relative;
    width: 40%;
    height: 100%;
    background-image: url(/assets/images/common/bg_sand.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #header .header_wrapper #header_inner .menu .visual_wrapper .visual_title {
    z-index: 2;
    position: absolute;
    top: 33%;
    left: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
  }
  #header .header_wrapper #header_inner .menu .visual_wrapper .visual_tree {
    z-index: 1;
    position: absolute;
    top: 70%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  #header .header_wrapper #header_inner .menu .content_wrapper {
    padding: 85px 10%;
    display: flex;
    align-items: stretch;
    justify-content: left;
    column-gap: 10%;
    width: 60%;
  }
  #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .link_title {
    display: block;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 0;
    color: #605210;
  }
  #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .sub_l_list {
    margin-top: 10px;
  }
  #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .sub_l_list .sub_l_item .sub_l_title {
    display: block;
    height: 100%;
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0;
    color: #9C967A;
  }
  #header .header_wrapper #header_inner.on {
    height: auto;
  }
  #header .header_wrapper #header_inner.on .main .m_wrapper .content .header_btn .line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  #header .header_wrapper #header_inner.on .main .m_wrapper .content .header_btn .line2 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
  }
  #header .header_wrapper #header_inner.on .menu {
    opacity: 1;
    pointer-events: auto;
  }
  #header .header_wrapper #header_inner.on::before {
    opacity: 1;
    pointer-events: auto;
  }

  #h_scroll #header .header_wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
  }
  #h_scroll #header .header_wrapper #header_inner {
    height: 90px;
    margin: auto;
    padding: 0 40px;
    max-width: none;
  }
  #h_scroll #header .header_wrapper #header_inner::before {
    z-index: 100;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #h_scroll #header .header_wrapper #header_inner .main {
    z-index: 110;
    position: relative;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 60px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 65px;
    transition: 0.3s ease;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .logo_image {
    margin-top: 0;
    width: 320px;
    transition: 0.3s ease;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: column;
    padding-bottom: 19px;
    width: 160px;
    height: 90px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link.patient {
    background-color: #FCC36C;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .patient_icon {
    margin-bottom: 6px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .patient_icon svg {
    width: 30px;
    height: 28px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link.hcw {
    background-color: #ADC14A;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .hcw_icon {
    margin-bottom: 4px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .hcw_icon svg {
    width: 30px;
    height: 32px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link.researcher {
    background-color: #88C1D2;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .researcher_icon {
    margin-bottom: 2px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .researcher_icon svg {
    width: 36px;
    height: 36px;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .quick_list .quick_item .q_link .q_text {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn {
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: 20px;
    width: 90px;
    height: 90px;
    background-image: url(/assets/images/common/hbg_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: darken;
    border-radius: 50%;
    border: 1px solid rgba(96, 82, 16, 0.1);
    transition: 0.3s ease;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn .line1 {
    position: absolute;
    top: 46%;
    left: 50%;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #605210;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  #h_scroll #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn .line2 {
    position: absolute;
    top: 54%;
    left: 50%;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #605210;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  #h_scroll #header .header_wrapper #header_inner .menu {
    z-index: 110;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    margin-top: 20px;
    width: 100%;
    height: 530px;
    background-color: #fff;
    border-radius: 65px;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #h_scroll #header .header_wrapper #header_inner .menu .visual_wrapper {
    position: relative;
    width: 40%;
    height: 100%;
    background-image: url(/assets/images/common/bg_sand.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #h_scroll #header .header_wrapper #header_inner .menu .visual_wrapper .visual_title {
    z-index: 2;
    position: absolute;
    top: 33%;
    left: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
  }
  #h_scroll #header .header_wrapper #header_inner .menu .visual_wrapper .visual_tree {
    z-index: 1;
    position: absolute;
    top: 70%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  #h_scroll #header .header_wrapper #header_inner .menu .content_wrapper {
    padding: 85px 10%;
    display: flex;
    align-items: stretch;
    justify-content: left;
    column-gap: 10%;
    width: 60%;
  }
  #h_scroll #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .link_title {
    display: block;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 0;
    color: #605210;
  }
  #h_scroll #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .sub_l_list {
    margin-top: 10px;
  }
  #h_scroll #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .sub_l_list .sub_l_item .sub_l_title {
    display: block;
    height: 100%;
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0;
    color: #9C967A;
  }
  #h_scroll #header .header_wrapper #header_inner.on .main .m_wrapper {
    margin-top: 30px;
    padding: 20px;
    background-color: white;
    transition: 0.3s ease;
  }
  #h_scroll #header .header_wrapper #header_inner.on .main .m_wrapper .logo_image {
    margin-top: 15px;
    margin-left: 40px;
  }
  #h_scroll #header .header_wrapper #header_inner.on .main .m_wrapper .content .header_btn .line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  #h_scroll #header .header_wrapper #header_inner.on .main .m_wrapper .content .header_btn .line2 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
  }
  #h_scroll #header .header_wrapper #header_inner.on .menu {
    opacity: 1;
    pointer-events: auto;
  }
  #h_scroll #header .header_wrapper #header_inner.on::before {
    opacity: 1;
    pointer-events: auto;
  }
  #h_scroll #header.scrolled .header_wrapper #header_inner {
    height: 130px;
  }
  #h_scroll #header.scrolled .header_wrapper #header_inner .main .m_wrapper {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    transition: 0.3s ease;
  }
  #h_scroll #header.scrolled .header_wrapper #header_inner .main .m_wrapper .logo_image {
    margin-top: 15px;
    margin-left: 40px;
  }
  #h_scroll #header.scrolled .header_wrapper #header_inner.on {
    height: auto;
  }

  #breadcrumbs {
    margin: 100px auto -35px auto;
    width: 1280px;
  }
  #breadcrumbs .b_wrapper .b_inner {
    overflow: hidden;
    height: 70px;
    border: 1px solid #F3F1EE;
    border-radius: 35px;
    background-color: #fff;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    column-gap: 20px;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item {
    display: flex;
    align-items: center;
    justify-content: stretch;
    column-gap: 20px;
    height: 100%;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item:after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background-color: #F3F1EE;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item .item_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item:last-child::after {
    display: none;
  }

  #footer {
    z-index: 0;
    position: relative;
    padding-bottom: 40px;
  }
  #footer .footer_wrapper {
    margin: 0 auto;
    padding: 140px 70px 90px 70px;
    width: 1420px;
    background-image: url(/assets/images/common/bg_sand.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px;
  }
  #footer .footer_wrapper .footer_inner {
    margin: 0 auto;
    width: 1280px;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper {
    display: flex;
    align-items: start;
    justify-content: left;
    column-gap: 100px;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper {
    padding: 80px 60px 65px 60px;
    width: 540px;
    background-color: rgba(96, 82, 16, 0.05);
    border-radius: 60px;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .logo_image {
    margin: 0 auto;
    padding-bottom: 45px;
    width: 320px;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .title_inner {
    padding-top: 35px;
    border-top: 1px solid #ECE5DE;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .title_inner .title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
    text-align: center;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .title_inner .s_title {
    margin-top: 20px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    color: #9C967A;
    text-align: center;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: left;
    column-gap: 60px;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .link_title {
    display: block;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 0;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .sub_l_list .sub_l_item .sub_l_title {
    display: block;
    height: 100%;
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0;
    color: #9C967A;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 125px;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .title_inner {
    display: block;
    padding: 35px 100px;
    width: 50%;
    height: 100%;
    border-right: 1px solid #F2EEE9;
    border-radius: 125px 0 0 125px;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .title_inner .title {
    display: flex;
    align-items: center;
    justify-content: stretch;
    font-size: 4.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .title_inner .title span {
    margin-left: 15px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0.02em;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .title_inner .s_title {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .c_button {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 35px 100px;
    width: 50%;
    height: auto;
    border-radius: 0 125px 125px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .c_button .right_arrow {
    margin-left: 160px;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .c_button .right_arrow svg {
    width: 25px;
    height: 15px;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 60px;
    margin-top: 80px;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper small {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper .go_top {
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper .go_top .top_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    width: 80px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper .go_top .top_arrow svg {
    width: 14px;
    height: 16px;
    transform: rotate(-90deg);
  }
}
@media print, screen and (max-width: 1360px) {
  #header .header_wrapper #header_inner {
    padding: 0 20px 0 20px;
  }

  #h_scroll #header .header_wrapper #header_inner {
    padding: 0;
  }

  #footer .footer_wrapper {
    padding: 140px 0 90px 0;
  }
}
@media print, screen and (max-width: 1320px) {
  #breadcrumbs .b_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1500px) {
  #breadcrumbs {
    margin-bottom: -35px;
    width: 1280px;
  }
}
@media screen and (max-width: 750px) {
  main {
    z-index: 1;
    position: relative;
  }

  html {
    touch-action: manipulation;
  }

  main {
    padding-bottom: 16vw;
  }

  img {
    width: 100%;
    object-fit: cover;
  }

  a {
    text-decoration: none;
    color: #605210;
  }

  .pc {
    display: none !important;
  }

  .common_inner {
    margin: 0 auto;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    width: 100%;
  }

  .wp-pagenavi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 2.66667vw;
    width: 100%;
    height: 20vw;
    background-color: #FBF9F6;
    border: 1px solid #F2EEE9;
    border-radius: 20vw;
  }
  .wp-pagenavi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20vw;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(-50%, 0);
  }
  .wp-pagenavi::after {
    content: '';
    position: absolute;
    top: 0;
    right: 20vw;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #F2EEE9;
    transform: translate(-50%, 0);
  }
  .wp-pagenavi span, .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.86667vw;
    height: 9.86667vw;
    font-size: 3.46667vw;
    border-radius: 50%;
    color: #605210;
  }
  .wp-pagenavi .extend {
    line-height: 40px;
  }
  .wp-pagenavi .current {
    border: 1px solid #605210;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .first {
    position: absolute;
    top: 50%;
    left: 5.33333vw;
    transform: translate(0, -50%);
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: auto;
    width: 10.66667vw;
    height: 10.66667vw;
    color: #605210;
  }
  .wp-pagenavi .previouspostslink::before, .wp-pagenavi .first::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '←';
    display: flex;
    align-items: center;
    justify-content: left;
    width: auto;
    height: 100%;
  }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    transform: translate(0, -50%);
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: auto;
    width: 10.66667vw;
    height: 10.66667vw;
    color: #605210;
  }
  .wp-pagenavi .nextpostslink:before, .wp-pagenavi .last:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '→';
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
  }

  .wp_contents {
    font-size: 3.2vw;
    color: #605210;
    line-height: 1.58;
    overflow: hidden;
  }
  .wp_contents h1 {
    margin-bottom: 2.66667vw;
    font-size: 4.53333vw;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h2 {
    margin-bottom: 2.66667vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h3 {
    margin-bottom: 2.66667vw;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h4 {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h5 {
    margin-bottom: 2.66667vw;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents h6 {
    margin-bottom: 2.66667vw;
    font-size: 2.93333vw;
    font-weight: bold;
    line-height: 1.1;
    color: #605210;
  }
  .wp_contents p {
    font-size: 3.2vw;
    line-height: 1.58;
    letter-spacing: 0.02em;
    color: #605210;
  }
  .wp_contents a {
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #78C06F;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .wp_contents img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .wp_contents b, .wp_contents strong {
    font-weight: bold;
  }
  .wp_contents i {
    font-style: italic;
  }
  .wp_contents iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp_contents ul li {
    position: relative;
    font-size: 3.2vw;
    line-height: 1.5;
    padding-left: 4.26667vw;
    color: #605210;
  }
  .wp_contents ul li:before {
    position: absolute;
    top: 2.26667vw;
    left: 0;
    content: '';
    display: inline-block;
    margin-left: 1.06667vw;
    width: 1.06667vw;
    height: 1.06667vw;
    border-radius: 50%;
    background-color: #605210;
  }
  .wp_contents ol {
    margin-left: 4.26667vw;
  }
  .wp_contents ol li {
    font-size: 3.2vw;
    line-height: 1.5;
    color: #605210;
    list-style-type: decimal;
  }
  .wp_contents ol li::marker {
    color: #605210;
  }
  .wp_contents .aligncenter, .wp_contents .alignnone {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .wp_contents .alignright {
    display: block;
    float: right;
    margin-left: 2vw;
  }
  .wp_contents .alignleft {
    display: block;
    float: left;
    margin-right: 2vw;
  }
  .wp_contents blockquote {
    font-style: italic;
    position: relative;
    padding: 0 5.33333vw;
  }
  .wp_contents blockquote p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    color: #ACACAC;
  }
  .wp_contents .table_wrapper {
    overflow: visible !important;
    overflow-x: auto !important;
    padding-bottom: 10px;
  }
  .wp_contents table {
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    border: 1px solid #F2EEE9;
    border-radius: 2vw;
    white-space: nowrap;
  }
  .wp_contents table tr:last-child th {
    border-bottom: none;
  }
  .wp_contents table tr:last-child td {
    border-bottom: none;
  }
  .wp_contents table tr th {
    padding: 4vw;
    background-color: #FBF9F6;
    border-right: 1px solid #F2EEE9;
    border-bottom: 1px solid #F2EEE9;
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #605210;
  }
  .wp_contents table tr th:last-child {
    border-right: none;
  }
  .wp_contents table tr td {
    padding: 4vw;
    background-color: #fff;
    border-right: 1px solid #F2EEE9;
    border-bottom: 1px solid #F2EEE9;
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #605210;
  }
  .wp_contents table tr td:last-child {
    border-right: none;
  }
  .wp_contents sup {
    font-size: 70%;
    vertical-align: super;
  }
  .wp_contents sub {
    font-size: 70%;
    vertical-align: sub;
  }

  #header .header_wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
  }
  #header .header_wrapper #header_inner {
    padding: 0;
    height: 26.66667vw;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0 0 8.66667vw 8.66667vw;
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner::before {
    z-index: -1;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #header .header_wrapper #header_inner .main {
    z-index: 111;
    position: relative;
    padding: 5.33333vw 5.33333vw 2.66667vw 5.33333vw;
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper {
    display: flex;
    align-items: top;
    justify-content: space-between;
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .logo_image {
    margin-top: 3.2vw;
    width: 62.93333vw;
    transition: 0.3s ease;
    opacity: 1;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn {
    overflow: hidden;
    position: relative;
    display: block;
    width: 18.66667vw;
    height: 18.66667vw;
    background-image: url(/assets/images/common/hbg_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: darken;
    border-radius: 50%;
    border: 1px solid rgba(96, 82, 16, 0.1);
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn .line1 {
    position: absolute;
    top: 46%;
    left: 50%;
    display: block;
    width: 10.66667vw;
    height: 1px;
    background-color: #605210;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .main .m_wrapper .content .header_btn .line2 {
    position: absolute;
    top: 54%;
    left: 50%;
    display: block;
    width: 10.66667vw;
    height: 1px;
    background-color: #605210;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
  #header .header_wrapper #header_inner .menu {
    z-index: 110;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    height: 0;
    border-radius: 0 0 8.66667vw 8.66667vw;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #header .header_wrapper #header_inner .menu .content_wrapper {
    padding: 3.33333vw 10.66667vw 12vw 10.66667vw;
  }
  #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .link_title {
    display: block;
    height: 100%;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 0;
    color: #605210;
  }
  #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .sub_l_list {
    margin-bottom: 3.2vw;
  }
  #header .header_wrapper #header_inner .menu .content_wrapper .link_list .link_item .sub_l_list .sub_l_item .sub_l_title {
    display: block;
    height: 100%;
    font-size: 3.46667vw;
    line-height: 2.2;
    letter-spacing: 0;
    color: #9C967A;
  }
  #header .header_wrapper #header_inner.on {
    height: calc( 63.7vh + 26.66667vw);
    background-color: white;
  }
  #header .header_wrapper #header_inner.on::before {
    pointer-events: auto;
  }
  #header .header_wrapper #header_inner.on .main .m_wrapper .content .header_btn .line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  #header .header_wrapper #header_inner.on .main .m_wrapper .content .header_btn .line2 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
  }
  #header .header_wrapper #header_inner.on .menu {
    height: 63.7vh;
    opacity: 1;
    pointer-events: auto;
  }
  #header .header_wrapper #header_inner.on::before {
    opacity: 1;
  }
  #header .sp_u_menu {
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 89.6vw;
    height: 20vw;
    border-radius: 4vw 4vw 0 0;
    transform: translate(-50%, 0);
  }
  #header .sp_u_menu .quick_list {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #header .sp_u_menu .quick_list .quick_item {
    width: 33.3%;
    height: 100%;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: column;
    padding-bottom: 4.66667vw;
    width: 100%;
    height: 100%;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link.patient {
    background-color: #FCC36C;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link .patient_icon {
    margin-bottom: 1.6vw;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link .patient_icon svg {
    width: 6.4vw;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link.hcw {
    background-color: #ADC14A;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link .hcw_icon {
    margin-bottom: 1.33333vw;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link .hcw_icon svg {
    width: 6.66667vw;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link.researcher {
    background-color: #88C1D2;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link .researcher_icon {
    margin-bottom: 1.33333vw;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link .researcher_icon svg {
    width: 7.2vw;
  }
  #header .sp_u_menu .quick_list .quick_item .q_link .q_text {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }

  #header.scrolled .header_wrapper #header_inner {
    height: 24vw;
  }
  #header.scrolled .header_wrapper #header_inner .main {
    padding: 2.66667vw 5.33333vw 2.66667vw 5.33333vw;
  }
  #header.scrolled .header_wrapper #header_inner .main .m_wrapper .logo_image {
    opacity: 0;
  }
  #header.scrolled .header_wrapper #header_inner.on {
    height: calc( 63.7vh + 26.66667vw);
    background-color: white;
  }
  #header.scrolled .header_wrapper #header_inner.on::before {
    pointer-events: auto;
  }
  #header.scrolled .header_wrapper #header_inner.on .main {
    padding: 5.33333vw 5.33333vw 2.66667vw 5.33333vw;
  }
  #header.scrolled .header_wrapper #header_inner.on .main .m_wrapper .logo_image {
    opacity: 1;
  }
  #header.scrolled .header_wrapper #header_inner.on .menu {
    height: 63.7vh;
  }

  #breadcrumbs {
    margin: 10.66667vw auto -21.33333vw auto;
    width: 89.33333vw;
  }
  #breadcrumbs .b_wrapper {
    overflow-x: scroll;
    padding-left: 0;
    padding-right: 0;
    height: 10.66667vw;
    border: 1px solid #F3F1EE;
    border-radius: 11.33333vw;
    background-color: #fff;
    text-align: right;
  }
  #breadcrumbs .b_wrapper .b_inner {
    display: inline-block;
    height: 100%;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    padding: 0 6.66667vw;
    column-gap: 2.66667vw;
    white-space: nowrap;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item {
    display: flex;
    align-items: center;
    justify-content: stretch;
    column-gap: 2.66667vw;
    height: 100%;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item:after {
    content: '';
    display: block;
    width: 4vw;
    height: 1px;
    background-color: #F3F1EE;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item .item_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.66667vw;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #breadcrumbs .b_wrapper .b_inner .b_list .b_item:last-child::after {
    display: none;
  }

  #footer {
    z-index: 0;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #footer .footer_wrapper {
    margin: 0 auto;
    padding: 9.33333vw 5.33333vw 30.66667vw 5.33333vw;
    width: 100%;
    background-image: url(/assets/images/common/bg_sand.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8vw 8vw 0 0;
  }
  #footer .footer_wrapper .footer_inner {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 89.33333vw;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper {
    display: flex;
    flex-flow: column;
    row-gap: 8vw;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper {
    padding: 6.66667vw;
    background-color: rgba(96, 82, 16, 0.05);
    border-radius: 8vw;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .logo_image {
    margin: 0 auto;
    padding-bottom: 4vw;
    width: 64vw;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .title_inner {
    padding-top: 5.33333vw;
    border-top: 1px solid #ECE5DE;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .title_inner .title {
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
    text-align: center;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .title_wrapper .title_inner .s_title {
    margin-top: 2.66667vw;
    width: 100%;
    font-size: 3.46667vw;
    line-height: 1.4;
    letter-spacing: 0;
    color: #9C967A;
    text-align: center;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item {
    border-bottom: 1px solid #F2EEE9;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .link_title {
    display: block;
    padding: 3.2vw 0;
    height: 100%;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 0;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .link_title.pb_d {
    padding-bottom: 0;
    border-top: 1px solid #F2EEE9;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .link_title .right_arrow {
    float: right;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .link_title .right_arrow svg {
    width: 4.26667vw;
    height: 2.93333vw;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .sub_l_list {
    padding-bottom: 8vw;
  }
  #footer .footer_wrapper .footer_inner .tc_wrapper .content_wrapper .link_list .link_item .sub_l_list .sub_l_item .sub_l_title {
    display: block;
    height: 100%;
    font-size: 3.46667vw;
    line-height: 2;
    letter-spacing: 0;
    color: #9C967A;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 8vw;
    background-color: #fff;
    border-radius: 16.66667vw;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .c_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7.33333vw 10.66667vw;
    width: 100%;
    height: auto;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
    border-radius: 16.66667vw;
  }
  #footer .footer_wrapper .footer_inner .contact_wrapper .c_button .right_arrow svg {
    width: 4.26667vw;
    height: 2.93333vw;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10.66667vw;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper small {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper .go_top {
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0;
    color: #605210;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper .go_top .top_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4vw;
    width: 17.33333vw;
    height: 9.86667vw;
    background-color: #fff;
    border-radius: 50%;
  }
  #footer .footer_wrapper .footer_inner .other_wrapper .go_top .top_arrow svg {
    width: 4vw;
    height: 4vw;
    transform: rotate(-90deg);
  }
}
