:root {
    --co_white: #ffffff;
    --co_black: #666464;
    --co_border: #e6e6e6;
    --co_primary: #4b7495;
    --co_primary_shadow: #4c7494;
    --co_secondary: #428ac1;
    --co_tertiary: #70b0d7;
    --co_ltprimary: #ebf2f9;
    --co_stprimary: #ebf2f9;
    --co_mixprimary: #ebf2f9;
    --co_bg: transparent;
    --co_linegr: #00b900;
    --co_xbk: #000000;
    --co_fbbl: #315096;
    --co_red: #cf2e2e;
    --co_gray: #5a5151;
    --font-family-main: Noto Sans JP, sans-serif;
    --font-family-en: Josefin Sans, sans-serif;
    --font-family-design: Shippori Mincho, serif;
    --font-family-ico: Font Awesome 7 Free;
    --font-bold: 500
}
.wp-block-list:not(.cs_btn_box, .__inline) li+li {
    margin-top: .5em
}
.wp-block-list li::marker,
.wp-block-list li::before {
    color: #4b7495
}
.wp-block-list.is-style-default li::marker,
.wp-block-list.is-style-default li::before {
    color: #4b7495
}
.wp-block-list.is-style-default .is-style-vk-numbered-square-mark>li::before,
.wp-block-list.is-style-default .is-style-vk-numbered-circle-mark>li::before {
    color: #fff !important
}
.wp-block-list.is-style-vk-numbered-circle-mark li::before,
.wp-block-list.is-style-vk-numbered-square-mark li::before {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.wp-block-list.is-style-vk-numbered-square-mark li:before {
    border-radius: 2px;
    background-color: #4b7495
}
.wp-block-list.is-style-vk-numbered-circle-mark li::before {
    background-color: #4b7495
}
.wp-block-list.__inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin: -0.4em -1.6em -0.4em 0
}
.editor-styles-wrapper :where(:not(.is-layout-flex, .is-layout-grid))>.wp-block-list.__inline.wp-block {
    margin-right: auto;
    margin-left: auto
}
.wp-block-list.__inline>li {
    margin: .4em 1.6em
}
.wp-block-list.__attention>li {
    position: relative;
    list-style: none
}
.wp-block-list.__attention>li::before {
    position: absolute;
    left: .2em;
    display: inline-block;
    margin-left: -1.8em;
    font: var(--fa-font-solid);
    content: "";
    color: #4b7495;
    font-size: 1rem;
    line-height: 1.8rem
}
.wp-block-list.__kome>li {
    position: relative;
    list-style: none
}
.wp-block-list.__kome>li::before {
    position: absolute;
    left: .3em;
    display: inline-block;
    margin-left: -1.8em;
    content: "※";
    color: #4b7495;
    font-size: 1rem;
    line-height: 1.8rem
}
.wp-block-list .wp-block-list {
    margin-top: .5em
}
.wp-block-image+.wp-block-heading {
    margin: 1em 0
}
*+.wp-block-image {
    margin-top: 1em
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table thead,
.wp-block-table thead {
    border: none
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table thead th,
.wp-block-table thead th {
    background-color: #4b7495;
    color: #fff
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tbody th,
.wp-block-table tbody th {
    background-color: #ebf2f9
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table td,
.wp-block-table th,
.wp-block-table td {
    background-color: #fff;
    border-color: #4b7495;
    text-align: initial
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table:where(:not(.has-border-color)) th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table:where(:not(.has-border-color)) td,
.wp-block-table tr th,
.wp-block-table tr td,
.wp-block-table:where(:not(.has-border-color)) th,
.wp-block-table:where(:not(.has-border-color)) td {
    border-color: var(--vk-color-border-hr)
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-10 tbody tr:first-child th,
.wp-block-table.th_width_per-10 tbody tr:first-child th {
    width: 10%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-20 tbody tr:first-child th,
.wp-block-table.th_width_per-20 tbody tr:first-child th {
    width: 20%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-30 tbody tr:first-child th,
.wp-block-table.th_width_per-30 tbody tr:first-child th {
    width: 30%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-40 tbody tr:first-child th,
.wp-block-table.th_width_per-40 tbody tr:first-child th {
    width: 40%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-50 tbody tr:first-child th,
.wp-block-table.th_width_per-50 tbody tr:first-child th {
    width: 50%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-60 tbody tr:first-child th,
.wp-block-table.th_width_per-60 tbody tr:first-child th {
    width: 60%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-70 tbody tr:first-child th,
.wp-block-table.th_width_per-70 tbody tr:first-child th {
    width: 70%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-80 tbody tr:first-child th,
.wp-block-table.th_width_per-80 tbody tr:first-child th {
    width: 80%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-90 tbody tr:first-child th,
.wp-block-table.th_width_per-90 tbody tr:first-child th {
    width: 90%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width_per-100 tbody tr:first-child th,
.wp-block-table.th_width_per-100 tbody tr:first-child th {
    width: 100%
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-10 tbody tr:first-child th,
.wp-block-table.th_width-10 tbody tr:first-child th {
    width: 10px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-20 tbody tr:first-child th,
.wp-block-table.th_width-20 tbody tr:first-child th {
    width: 20px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-30 tbody tr:first-child th,
.wp-block-table.th_width-30 tbody tr:first-child th {
    width: 30px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-40 tbody tr:first-child th,
.wp-block-table.th_width-40 tbody tr:first-child th {
    width: 40px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-50 tbody tr:first-child th,
.wp-block-table.th_width-50 tbody tr:first-child th {
    width: 50px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-60 tbody tr:first-child th,
.wp-block-table.th_width-60 tbody tr:first-child th {
    width: 60px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-70 tbody tr:first-child th,
.wp-block-table.th_width-70 tbody tr:first-child th {
    width: 70px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-80 tbody tr:first-child th,
.wp-block-table.th_width-80 tbody tr:first-child th {
    width: 80px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-90 tbody tr:first-child th,
.wp-block-table.th_width-90 tbody tr:first-child th {
    width: 90px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-100 tbody tr:first-child th,
.wp-block-table.th_width-100 tbody tr:first-child th {
    width: 100px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-100 tbody tr:first-child th,
.wp-block-table.th_width-100 tbody tr:first-child th {
    width: 100px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-200 tbody tr:first-child th,
.wp-block-table.th_width-200 tbody tr:first-child th {
    width: 200px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-300 tbody tr:first-child th,
.wp-block-table.th_width-300 tbody tr:first-child th {
    width: 300px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-400 tbody tr:first-child th,
.wp-block-table.th_width-400 tbody tr:first-child th {
    width: 400px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-500 tbody tr:first-child th,
.wp-block-table.th_width-500 tbody tr:first-child th {
    width: 500px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-600 tbody tr:first-child th,
.wp-block-table.th_width-600 tbody tr:first-child th {
    width: 600px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-700 tbody tr:first-child th,
.wp-block-table.th_width-700 tbody tr:first-child th {
    width: 700px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-800 tbody tr:first-child th,
.wp-block-table.th_width-800 tbody tr:first-child th {
    width: 800px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-900 tbody tr:first-child th,
.wp-block-table.th_width-900 tbody tr:first-child th {
    width: 900px
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.th_width-1000 tbody tr:first-child th,
.wp-block-table.th_width-1000 tbody tr:first-child th {
    width: 1000px
}
.wp-block-buttons>.wp-block-button {
    font-size: .875em
}
.wp-block-buttons>.wp-block-button.has-small-font-size {
    font-size: .875em !important
}
.wp-block-buttons>.wp-block-button.has-medium-font-size {
    font-size: 1em !important
}
.wp-block-buttons>.wp-block-button.has-large-font-size {
    font-size: 1.25em !important
}
.wp-block-buttons>.wp-block-button .wp-block-button__link {
    position: relative;
    background-color: #4b7495;
    border-radius: calc(4px*2) !important;
    padding: .6em 1.5rem;
    min-height: 25px;
    min-width: 12em
}
@media(max-width: 1023px) {
    .wp-block-buttons>.wp-block-button .wp-block-button__link {
        border-radius: calc(2px*2) !important
    }
}
.wp-block-buttons>.wp-block-button .wp-block-button__link::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 14px;
    margin: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.wp-block-buttons>.wp-block-button .wp-block-button__link[href^="#"]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.wp-block-buttons>.wp-block-button .wp-block-button__link[target=_blank]::after {
    font: var(--fa-font-solid);
    content: "";
    border: none;
    width: 1em;
    height: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: .9em
}
.editor-styles-wrapper .is-layout-flex,
.wp-block-group-is-layout-flex {
    gap: 40px
}
@media(max-width: 767px) {
    .editor-styles-wrapper .is-layout-flex.column-sp,
    .wp-block-group-is-layout-flex.column-sp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media(max-width: 1023px) {
    .editor-styles-wrapper .is-layout-flex.column-tb,
    .wp-block-group-is-layout-flex.column-tb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.vk_button .btn.has-background:not(.has-text-color) {
    background-color: #4b7495
}
.vk_button .vk_button_link {
    position: relative;
    min-width: 12em;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: calc(4px*2) !important;
    -webkit-box-shadow: none;
    box-shadow: none
}
@media(max-width: 1023px) {
    .vk_button .vk_button_link {
        border-radius: calc(2px*2) !important
    }
}
.vk_button .vk_button_link:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}
.vk_button .vk_button_link::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 14px;
    margin: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.vk_button .vk_button_link[href^="#"]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.vk_button .vk_button_link[target=_blank]::after {
    font: var(--fa-font-solid);
    content: "";
    border: none;
    width: 1em;
    height: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: .9em
}
body {
    background-color: rgba(0, 0, 0, 0);
    color: #666464;
    font-size: clamp(1rem, 1.05vw, 1.1rem);
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .05em;
    line-height: 1.8
}
@media(max-width: 767px) {
    body {
        font-size: clamp(.88rem, 3vw, 1.05rem)
    }
}
a {
    color: #428ac1;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
a:hover {
    opacity: .6
}
strong {
    font-weight: 500;
    color: inherit
}
a strong,
mark strong {
    color: inherit
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: .1em;
    line-height: 1.5
}
@media(max-width: 1023px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
}
*+p {
    margin-top: 1em
}
dl dt {
    font-weight: 500
}
.fade-in,
.scrolled .sc_fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.fade-in_low {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fade-out,
.scrolled .sc_fade-out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.scale-down,
.scrolled .sc_scale-down {
    -webkit-animation-name: scaleDown;
    animation-name: scaleDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes scaleDown {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}
@keyframes scaleDown {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}
.scale-side_down,
.scrolled .sc_scale-side_down {
    -webkit-animation-name: scaleSideDown;
    animation-name: scaleSideDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes scaleSideDown {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8)
    }
}
@keyframes scaleSideDown {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8)
    }
}
.move-up {
    -webkit-animation: moveUp .5s forwards;
    animation: moveUp .5s forwards
}
@-webkit-keyframes moveUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes moveUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.move-down {
    -webkit-animation: moveDown .5s forwards;
    animation: moveDown .5s forwards
}
@-webkit-keyframes moveDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
}
@keyframes moveDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
}
.scrolled .sc_none {
    display: none
}
@media(max-width: 374px) {
    .scrolled .sc_none-sp_s {
        display: none !important
    }
}
@media(max-width: 767px) {
    .scrolled .sc_none-sp {
        display: none !important
    }
}
@media(max-width: 1023px) {
    .scrolled .sc_none-tablet {
        display: none !important
    }
}
@media(min-width: 1680px) {
    .scrolled .sc_none-pc {
        display: none !important
    }
}
.cs_zoomin img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.cs_zoomin a {
    position: relative
}
.cs_zoomin a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}
.cs_zoomin .mask {
    display: block;
    line-height: 0;
    overflow: hidden;
    width: 101%
}
.cs_zoomin .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1
}
.cs_zoomin.__on img {
    opacity: .5
}
.cs_zoomin.__on a:hover img {
    opacity: .3
}
.cs_zoomin.__on .mask {
    background-color: var(--co_black)
}
.g-nav_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(50, 49, 48, .6);
    z-index: 10;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.g-nav_overlay.active {
    display: block;
    opacity: 1
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    height: 100vh;
    width: 100%;
    max-width: 500px
}
#g-nav-list {
    padding: 50px;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease
}
#g-nav.panelactive {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: inherit;
    height: 100vh;
    padding: 50px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 500px
}
.cs_accordion_btn {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.cs_accordion_btn:hover {
    opacity: .6
}
.cs_accordion_btn::before,
.cs_accordion_btn::after {
    position: absolute;
    content: "";
    top: 48%;
    right: 20px;
    left: initial;
    bottom: initial;
    width: 15px;
    height: 2px;
    background: #666464;
    border: none
}
.cs_accordion_btn::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.cs_accordion_btn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.cs_accordion_btn.close_btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.cs_accordion_btn.close_btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.cs_accordion_content {
    display: none
}
.siteHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%
}
.cs_sec_wrap {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}
.cs_sec_wrap .sec_inner {
    margin: 100px auto;
    position: relative;
    width: 90%;
    max-width: 1280px
}
@media(min-width: 1680px) {
    .cs_sec_wrap .sec_inner {
        margin: 120px auto
    }
}
@media(max-width: 767px) {
    .cs_sec_wrap .sec_inner {
        margin: 60px auto;
        width: calc(100% - 40px);
        max-width: 100%
    }
}
@media(max-width: 767px) {
    .cs_sec_wrap .sec_inner_sp-narrow {
        width: calc(100% - 20px)
    }
}
.cs_sec_wrap .sec_inner-reset {
    margin: 0 auto
}
.cs_inner {
    width: 100%;
    max-width: 100%
}
.cs_inner-full {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw
}
.cs_inner-full_outer {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    width: 100vw
}
.cs_inner-wide {
    margin-right: calc(50% - 40vw);
    margin-left: calc(50% - 40vw);
    width: 80vw
}
@media(max-width: 767px) {
    .cs_inner-wide {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}
.cs_inner-wide_outer {
    margin-right: calc(50% - 40vw);
    margin-left: calc(50% - 40vw);
    padding-right: calc(40vw - 50%);
    padding-left: calc(40vw - 50%);
    width: 80vw
}
@media(max-width: 767px) {
    .cs_inner-wide_outer {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}
.cs_inner-s {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px
}
.cs_inner-m {
    margin-right: auto;
    margin-left: auto;
    max-width: 840px
}
.cs_inner-l {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px
}
.cs_ff-en {
    font-family: "Josefin Sans", sans-serif;
    line-height: 1
}
.cs_ff-main {
    font-family: "Noto Sans JP", sans-serif
}
.cs_ff-design {
    font-family: "Shippori Mincho", serif
}
.cs_fs-normal {
    font-size: 1em
}
.cs_fs-xxs {
    font-size: .6em
}
.cs_fs-xs {
    font-size: .7em
}
.cs_fs-s {
    font-size: .8em
}
.cs_fs-m {
    font-size: .9em
}
.cs_fs-l {
    font-size: 1.1em
}
.cs_fs-xl {
    font-size: 1.3em
}
.cs_fs-xxl {
    font-size: 1.6em
}
.cs_fc-pri {
    color: #4b7495 !important
}
.cs_fc-pri a {
    color: #4b7495 !important
}
.cs_fc-sec {
    color: #428ac1 !important
}
.cs_fc-sec a {
    color: #428ac1 !important
}
.cs_fc-ter {
    color: #70b0d7 !important
}
.cs_fc-ter a {
    color: #70b0d7 !important
}
.cs_fc-red {
    color: #cf2e2e !important
}
.cs_fc-red a {
    color: #cf2e2e !important
}
.cs_fc-white {
    color: #fff !important
}
.cs_fc-white a {
    color: #fff !important
}
.cs_fc-white a.cs_link_1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(#ffffff, #ffffff)
}
.cs_fc-black {
    color: #666464 !important
}
.cs_fc-black a {
    color: #666464 !important
}
.cs_ta-l {
    text-align: left !important
}
.cs_ta-r {
    text-align: right !important
}
.cs_ta-c {
    text-align: center !important
}
@media(max-width: 767px) {
    .cs_ta_sp-l {
        text-align: left !important
    }
    .cs_ta_sp-r {
        text-align: right !important
    }
    .cs_ta_sp-c {
        text-align: center !important
    }
}
.cs_ts_per-10 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .1)
}
.cs_ts_per-20 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .2)
}
.cs_ts_per-30 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .3)
}
.cs_ts_per-40 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .4)
}
.cs_ts_per-50 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .5)
}
.cs_ts_per-60 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .6)
}
.cs_ts_per-70 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .7)
}
.cs_ts_per-80 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .8)
}
.cs_ts_per-90 {
    text-shadow: 0px 0px 16px rgba(102, 100, 100, .9)
}
.cs_ts_per-100 {
    text-shadow: 0px 0px 16px #666464
}
.cs_bg-pri {
    background-color: #4b7495 !important
}
.cs_bg-sec {
    background-color: #428ac1 !important
}
.cs_bg-ter {
    background-color: #70b0d7 !important
}
.cs_bg-white {
    background-color: #fff
}
.cs_bg-lt {
    background-color: #ebf2f9
}
.cs_bg-st {
    background-color: #ebf2f9
}
.cs_bg-mix {
    background-color: #ebf2f9
}
.cs_bg-insta {
    background: #dd2a7b
}
.cs_bg-xbk {
    background-color: #000
}
.cs_bg-fbbl {
    background-color: #315096
}
.cs_bg-linegr {
    background-color: #00b900
}
@media(max-width: 767px) {
    .cs_bg-sp_none {
        background-color: rgba(0, 0, 0, 0)
    }
}
.cs_borderーwhite {
    border: 1px solid #fff
}
.cs_borderーlt {
    border: 1px solid #ebf2f9
}
.cs_borderーst {
    border: 1px solid #ebf2f9
}
.cs_borderーmix {
    border: 1px solid #ebf2f9
}
.cs_borderーpri {
    border: 1px solid #4b7495
}
.cs_borderーsec {
    border: 1px solid #428ac1
}
.cs_borderーter {
    border: 1px solid #70b0d7
}
.cs_borderーred {
    border: 1px solid var(--co_red)
}
@media(max-width: 767px) {
    .cs_border-sp_none {
        border: none
    }
}
.cs_shape-square {
    position: relative;
    height: 0;
    padding-top: 100%
}
.cs_shape-square img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important
}
.cs_shape-circle {
    position: relative;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden
}
.cs_shape-circle img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important
}
.cs_shape_width_per-30 {
    padding-top: 30%;
    width: 30%;
    margin-right: auto;
    margin-left: auto
}
.cs_shape_width_per-40 {
    padding-top: 40%;
    width: 40%;
    margin-right: auto;
    margin-left: auto
}
.cs_shape_width_per-50 {
    padding-top: 50%;
    width: 50%;
    margin-right: auto;
    margin-left: auto
}
.cs_shape_width_per-60 {
    padding-top: 60%;
    width: 60%;
    margin-right: auto;
    margin-left: auto
}
.cs_shape_width_per-70 {
    padding-top: 70%;
    width: 70%;
    margin-right: auto;
    margin-left: auto
}
.cs_shape_width_per-80 {
    padding-top: 80%;
    width: 80%;
    margin-right: auto;
    margin-left: auto
}
.cs_shape_width_per-90 {
    padding-top: 90%;
    width: 90%;
    margin-right: auto;
    margin-left: auto
}
.cs_shape_width_per-100 {
    padding-top: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}
@media(max-width: 767px) {
    .cs_shape_width_sp_per-30 {
        padding-top: 30%;
        width: 30%;
        margin-right: auto;
        margin-left: auto
    }
    .cs_shape_width_sp_per-40 {
        padding-top: 40%;
        width: 40%;
        margin-right: auto;
        margin-left: auto
    }
    .cs_shape_width_sp_per-50 {
        padding-top: 50%;
        width: 50%;
        margin-right: auto;
        margin-left: auto
    }
    .cs_shape_width_sp_per-60 {
        padding-top: 60%;
        width: 60%;
        margin-right: auto;
        margin-left: auto
    }
    .cs_shape_width_sp_per-70 {
        padding-top: 70%;
        width: 70%;
        margin-right: auto;
        margin-left: auto
    }
    .cs_shape_width_sp_per-80 {
        padding-top: 80%;
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
    .cs_shape_width_sp_per-90 {
        padding-top: 90%;
        width: 90%;
        margin-right: auto;
        margin-left: auto
    }
    .cs_shape_width_sp_per-100 {
        padding-top: 100%;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}
.cs_radius {
    border-radius: calc(4px*1) !important
}
@media(max-width: 1023px) {
    .cs_radius {
        border-radius: calc(2px*1) !important
    }
}
.cs_radius-s {
    border-radius: calc(4px*0.5) !important
}
@media(max-width: 1023px) {
    .cs_radius-s {
        border-radius: calc(2px*0.5) !important
    }
}
.cs_radius-m {
    border-radius: calc(4px*1) !important
}
@media(max-width: 1023px) {
    .cs_radius-m {
        border-radius: calc(2px*1) !important
    }
}
.cs_radius-l {
    border-radius: calc(4px*2) !important
}
@media(max-width: 1023px) {
    .cs_radius-l {
        border-radius: calc(2px*2) !important
    }
}
.cs_radius-xl {
    border-radius: calc(4px*4) !important
}
@media(max-width: 1023px) {
    .cs_radius-xl {
        border-radius: calc(2px*4) !important
    }
}
.cs_radius-full {
    border-radius: 50%
}
.cs_mgn-auto {
    margin-right: auto !important;
    margin-left: auto !important
}
.cs_mgn_t-none {
    margin-top: 0 !important
}
.cs_mgn_t-xs {
    margin-top: 10px !important
}
@media(max-width: 767px) {
    .cs_mgn_t-xs {
        margin-top: 10px !important
    }
}
.cs_mgn_t-s {
    margin-top: 20px !important
}
@media(max-width: 767px) {
    .cs_mgn_t-s {
        margin-top: 15px !important
    }
}
.cs_mgn_t-m {
    margin-top: 40px !important
}
@media(max-width: 767px) {
    .cs_mgn_t-m {
        margin-top: 30px !important
    }
}
.cs_mgn_t-l {
    margin-top: 80px !important
}
@media(max-width: 767px) {
    .cs_mgn_t-l {
        margin-top: 60px !important
    }
}
.cs_mgn_t-xl {
    margin-top: 140px !important
}
@media(max-width: 767px) {
    .cs_mgn_t-xl {
        margin-top: 90px !important
    }
}
@media(max-width: 767px) {
    .cs_mgn_t_sp-none {
        margin-top: 0 !important
    }
    .cs_mgn_t_sp-xs {
        margin-top: 10px !important
    }
    .cs_mgn_t_sp-s {
        margin-top: 15px !important
    }
    .cs_mgn_t_sp-m {
        margin-top: 30px !important
    }
    .cs_mgn_t_sp-l {
        margin-top: 60px !important
    }
    .cs_mgn_t_sp-xl {
        margin-top: 90px !important
    }
}
.cs_mgn_b-none {
    margin-bottom: 0 !important
}
.cs_mgn_b-xs {
    margin-bottom: 10px !important
}
@media(max-width: 767px) {
    .cs_mgn_b-xs {
        margin-bottom: 10px !important
    }
}
.cs_mgn_b-s {
    margin-bottom: 20px !important
}
@media(max-width: 767px) {
    .cs_mgn_b-s {
        margin-bottom: 15px !important
    }
}
.cs_mgn_b-m,
.cs_col_wrap {
    margin-bottom: 40px !important
}
@media(max-width: 767px) {
    .cs_mgn_b-m,
    .cs_col_wrap {
        margin-bottom: 30px !important
    }
}
.cs_mgn_b-l {
    margin-bottom: 80px !important
}
@media(max-width: 767px) {
    .cs_mgn_b-l {
        margin-bottom: 60px !important
    }
}
.cs_mgn_b-xl {
    margin-bottom: 140px !important
}
@media(max-width: 767px) {
    .cs_mgn_b-xl {
        margin-bottom: 90px !important
    }
}
@media(max-width: 767px) {
    .cs_mgn_b_sp-none {
        margin-bottom: 0 !important
    }
    .cs_mgn_b_sp-xs {
        margin-bottom: 10px !important
    }
    .cs_mgn_b_sp-s {
        margin-bottom: 15px !important
    }
    .cs_mgn_b_sp-m {
        margin-bottom: 30px !important
    }
    .cs_mgn_b_sp-l {
        margin-bottom: 60px !important
    }
    .cs_mgn_b_sp-xl {
        margin-bottom: 90px !important
    }
}
.cs_pad-none {
    padding: 0
}
.cs_pad-xxs {
    padding: 4px
}
@media(max-width: 767px) {
    .cs_pad-xxs {
        padding: 2px
    }
}
.cs_pad-xs {
    padding: 10px
}
@media(max-width: 767px) {
    .cs_pad-xs {
        padding: 6px
    }
}
.cs_pad-s {
    padding: 20px
}
@media(max-width: 767px) {
    .cs_pad-s {
        padding: 10px
    }
}
.cs_pad-m {
    padding: 40px
}
@media(max-width: 767px) {
    .cs_pad-m {
        padding: 20px
    }
}
.cs_pad-l {
    padding: 80px
}
@media(max-width: 767px) {
    .cs_pad-l {
        padding: 60px
    }
}
.cs_pad-xl {
    padding: 140px
}
@media(max-width: 767px) {
    .cs_pad-xl {
        padding: 90px
    }
}
.cs_none {
    display: none !important
}
@media(max-width: 374px) {
    .cs_none-sp_s {
        display: none !important
    }
}
@media(max-width: 767px) {
    .cs_none-sp {
        display: none !important
    }
}
@media(max-width: 1023px) {
    .cs_none-tb {
        display: none !important
    }
}
@media(min-width: 1024px) {
    .cs_none-pc {
        display: none !important
    }
}
.siteHeader .cs_none-h {
    display: none !important
}
.siteFooter .cs_none-f {
    display: none !important
}
.siteMain .cs_none-m {
    display: none !important
}
@media(max-width: 767px) {
    .siteHeader .cs_none_sp-h {
        display: none !important
    }
    .siteFooter .cs_none_sp-f {
        display: none !important
    }
    .siteMain .cs_none_sp-m {
        display: none !important
    }
}
@media(min-width: 1680px) {
    .siteHeader .cs_none_pc-h {
        display: none !important
    }
    .siteFooter .cs_none_pc-f {
        display: none !important
    }
    .siteMain .cs_none_pc-m {
        display: none !important
    }
}
.cs_none_link>a {
    pointer-events: none !important
}
.siteHeader .cs_none_link-h>a {
    pointer-events: none !important
}
.siteFooter .cs_none_link-f>a {
    pointer-events: none !important
}
.siteMain .cs_none_link-m>a {
    pointer-events: none !important
}
@media(min-width: 1680px) {
    .cs_none_link_pc>a {
        pointer-events: none !important
    }
    .siteHeader .cs_none_link_pc-h>a {
        pointer-events: none !important
    }
    .siteFooter .cs_none_link_pc-f>a {
        pointer-events: none !important
    }
    .siteMain .cs_none_link_pc-m>a {
        pointer-events: none !important
    }
}
@media(max-width: 767px) {
    .cs_none_link_sp>a {
        pointer-events: none !important
    }
    .siteHeader .cs_none_link_sp-h>a {
        pointer-events: none !important
    }
    .siteFooter .cs_none_link_sp-f>a {
        pointer-events: none !important
    }
    .siteMain .cs_none_link_sp-m>a {
        pointer-events: none !important
    }
}
@media(min-width: 375px) {
    .cs_only-sp_s {
        display: none !important
    }
}
@media(max-width: 374px) {
    .cs_only-sp {
        display: none !important
    }
}
@media(min-width: 768px) {
    .cs_only-sp {
        display: none !important
    }
}
@media(max-width: 767px) {
    .cs_only-tablet {
        display: none !important
    }
}
@media(min-width: 1024px) {
    .cs_only-tablet {
        display: none !important
    }
}
@media(max-width: 1679px) {
    .cs_only-pc {
        display: none !important
    }
}
.cs_block {
    display: block
}
.cs_block_per-100 {
    width: 100%
}
.cs_block_height_per-100 {
    height: 100%
}
.cs_block_inline {
    display: inline-block
}
.cs_item,
.cs_col_wrap>.col_main {
    max-width: 100%
}
.cs_item-10 {
    width: 10px;
    max-width: 100%
}
.cs_item-20 {
    width: 20px;
    max-width: 100%
}
.cs_item-30 {
    width: 30px;
    max-width: 100%
}
.cs_item-40 {
    width: 40px;
    max-width: 100%
}
.cs_item-50 {
    width: 50px;
    max-width: 100%
}
.cs_item-60 {
    width: 60px;
    max-width: 100%
}
.cs_item-70 {
    width: 70px;
    max-width: 100%
}
.cs_item-80 {
    width: 80px;
    max-width: 100%
}
.cs_item-90 {
    width: 90px;
    max-width: 100%
}
.cs_item-100 {
    width: 100px;
    max-width: 100%
}
.cs_item-200 {
    width: 200px;
    max-width: 100%
}
.cs_item-300 {
    width: 300px;
    max-width: 100%
}
.cs_item-400 {
    width: 400px;
    max-width: 100%
}
.cs_item-500 {
    width: 500px;
    max-width: 100%
}
.cs_item-600 {
    width: 600px;
    max-width: 100%
}
.cs_item-700 {
    width: 700px;
    max-width: 100%
}
.cs_item-800 {
    width: 800px;
    max-width: 100%
}
.cs_item-900 {
    width: 900px;
    max-width: 100%
}
.cs_item_per-10 {
    width: 10%
}
.cs_item_per-20 {
    width: 20%
}
.cs_item_per-30 {
    width: 30%
}
.cs_item_per-40 {
    width: 40%
}
.cs_item_per-50 {
    width: 50%
}
.cs_item_per-60 {
    width: 60%
}
.cs_item_per-70 {
    width: 70%
}
.cs_item_per-80 {
    width: 80%
}
.cs_item_per-90 {
    width: 90%
}
.cs_item_per-100 {
    width: 100%
}
@media(max-width: 767px) {
    .cs_item_sp-100 {
        width: 100px;
        max-width: 100%
    }
    .cs_item_sp-200 {
        width: 200px;
        max-width: 100%
    }
    .cs_item_sp-300 {
        width: 300px;
        max-width: 100%
    }
    .cs_item_sp-400 {
        width: 400px;
        max-width: 100%
    }
    .cs_item_sp_per-10 {
        width: 10%
    }
    .cs_item_sp_per-20 {
        width: 20%
    }
    .cs_item_sp_per-30 {
        width: 30%
    }
    .cs_item_sp_per-40 {
        width: 40%
    }
    .cs_item_sp_per-50 {
        width: 50%
    }
    .cs_item_sp_per-60 {
        width: 60%
    }
    .cs_item_sp_per-70 {
        width: 70%
    }
    .cs_item_sp_per-80 {
        width: 80%
    }
    .cs_item_sp_per-90 {
        width: 90%
    }
    .cs_item_sp_per-100 {
        width: 100%
    }
}
img.cs_item_full-left {
    position: relative;
    left: -20%;
    width: 120%;
    max-width: initial !important
}
@media(min-width: 1680px) {
    img.cs_item_full-left {
        left: -40%;
        width: 140%
    }
}
@media(max-width: 1023px) {
    img.cs_item_full-left {
        left: -10%;
        width: 110%
    }
}
@media(max-width: 767px) {
    img.cs_item_full-left {
        position: initial;
        left: initial;
        width: 100%;
        max-width: 100% !important
    }
}
img.cs_item_full-right {
    position: relative;
    right: -10%;
    width: 110%;
    max-width: initial !important
}
@media(min-width: 1680px) {
    img.cs_item_full-right {
        right: -30%;
        width: 130%
    }
}
@media(max-width: 767px) {
    img.cs_item_full-right {
        position: initial;
        right: initial;
        width: 100%;
        max-width: 100% !important
    }
}
.cs_img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%
}
.cs_img img {
    max-width: 100%
}
.cs_img-right {
    margin-right: 0;
    margin-left: auto
}
.cs_img-right {
    margin-left: 0;
    margin-right: auto
}
.cs_wrap,
.cs_col_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.cs_wrap_gap-xl {
    gap: 6em
}
@media(max-width: 767px) {
    .cs_wrap_gap-xl {
        gap: 4.8em
    }
}
.cs_wrap_gap-l {
    gap: 3.6em
}
@media(max-width: 767px) {
    .cs_wrap_gap-l {
        gap: 2.88em
    }
}
.cs_wrap_gap-m {
    gap: 2em
}
@media(max-width: 767px) {
    .cs_wrap_gap-m {
        gap: 1.6em
    }
}
.cs_wrap_gap-s {
    gap: 1em
}
@media(max-width: 767px) {
    .cs_wrap_gap-s {
        gap: .8em
    }
}
.cs_wrap_gap-xs {
    gap: .6em
}
@media(max-width: 767px) {
    .cs_wrap_gap-xs {
        gap: .48em
    }
}
.cs_wrap_gap-xxs {
    gap: .4em
}
@media(max-width: 767px) {
    .cs_wrap_gap-xxs {
        gap: .32em
    }
}
@media(max-width: 767px) {
    .cs_wrap_gap_sp-xl {
        gap: 6em
    }
    .cs_wrap_gap_sp-l {
        gap: 3.6em
    }
    .cs_wrap_gap_sp-m {
        gap: 2em
    }
    .cs_wrap_gap_sp-s {
        gap: 1em
    }
    .cs_wrap_gap_sp-xs {
        gap: .6em
    }
    .cs_wrap_gap_sp-xxs {
        gap: .4em
    }
}
.cs_wrap_width-xxs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto
}
.cs_wrap_width-xxs>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 80px
}
.cs_wrap_width-xs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto
}
.cs_wrap_width-xs>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 120px
}
.cs_wrap_width-s {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto
}
.cs_wrap_width-s>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 160px
}
.cs_wrap_width-m {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto
}
.cs_wrap_width-m>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 220px
}
.cs_wrap_width-l {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto
}
.cs_wrap_width-l>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 300px
}
.cs_wrap_width-xl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto
}
.cs_wrap_width-xl>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 400px
}
.cs_wrap_width-xxl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto
}
.cs_wrap_width-xxl>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 600px
}
.cs_wrap_width-80 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-80>* {
    width: 80px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-90 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-90>* {
    width: 90px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-100 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-100>* {
    width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-200 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-200>* {
    width: 200px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-300 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-300>* {
    width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-400 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-400>* {
    width: 400px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-500 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-500>* {
    width: 500px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-600 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-600>* {
    width: 600px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-700>* {
    width: 700px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width-800 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width-800>* {
    width: 800px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-30 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-30>* {
    width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-40 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-40>* {
    width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-50 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-50>* {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-60 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-60>* {
    width: 60%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-70 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-70>* {
    width: 70%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-80 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-80>* {
    width: 80%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-90 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-90>* {
    width: 90%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.cs_wrap_width_per-100 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.cs_wrap_width_per-100>* {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
@media(max-width: 767px) {
    .cs_wrap_width_sp-200 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp-200>* {
        width: 200px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp-300 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp-300>* {
        width: 300px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp-400 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp-400>* {
        width: 400px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-30 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-30>* {
        width: 30%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-40 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-40>* {
        width: 40%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-50 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-50>* {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-60 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-60>* {
        width: 60%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-70 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-70>* {
        width: 70%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-80 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-80>* {
        width: 80%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-90 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-90>* {
        width: 90%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .cs_wrap_width_sp_per-100 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .cs_wrap_width_sp_per-100>* {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
}
.cs_wrap_item-1>* {
    width: 100%
}
.cs_wrap_item-2>* {
    width: 50%
}
.cs_wrap_item-3>* {
    width: 33.3333333333%
}
.cs_wrap_item-4>* {
    width: 25%
}
@media(max-width: 767px) {
    .cs_wrap_item_sp-1>* {
        width: 100%
    }
    .cs_wrap_item_sp-2>* {
        width: 50%
    }
    .cs_wrap_item_sp-3>* {
        width: 33.3333333333%
    }
    .cs_wrap_item_sp-4>* {
        width: 25%
    }
}
.cs_wrap_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100vw
}
.cs_wrap_wrap-non {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
@media(max-width: 767px) {
    .cs_wrap_wrap_sp {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cs_wrap_wrap_sp-non {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}
@media(max-width: 767px) {
    .cs_wrap-sp,
    .cs_col_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cs_wrap-sp>*,
    .cs_col_wrap>* {
        width: 100%
    }
}
@media(max-width: 1023px) {
    .cs_wrap-tb {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cs_wrap-tb>* {
        width: 100%
    }
}
@media(min-width: 1680px) {
    .cs_wrap-pc {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cs_wrap-pc>* {
        width: 100%
    }
}
.cs_wrap_justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.cs_wrap_justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.cs_wrap_justify-left,
.cs_wrap_justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.cs_wrap_justify-right,
.cs_wrap_justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
@media(max-width: 767px) {
    .cs_wrap_justify_sp-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cs_wrap_justify_sp-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .cs_wrap_justify_sp-left,
    .cs_wrap_justify_sp-start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .cs_wrap_justify_sp-right,
    .cs_wrap_justify_sp-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
.cs_wrap_align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.cs_wrap_align-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
.cs_wrap_align-start {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}
.cs_wrap_align-end {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
}
@media(max-width: 767px) {
    .cs_wrap_align_sp-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .cs_wrap_align_sp-baseline {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .cs_wrap_align_sp-start {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
    .cs_wrap_align_sp-end {
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end
    }
}
.cs_wrap_direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.cs_wrap_direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
.cs_wrap_direction-column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
.cs_wrap_direction-row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
@media(max-width: 767px) {
    .cs_wrap_direction_sp-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cs_wrap_direction_sp-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .cs_wrap_direction_sp-column_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .cs_wrap_direction_sp-row_reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}
.cs_wrap_grow,
.cs_col_wrap>.col_main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.cs_wrap_grow-none {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}
@media(max-width: 767px) {
    .cs_wrap_grow_sp {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .cs_wrap_grow_sp-none {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}
.cs_wrap_shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}
.cs_wrap_shrink-none {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media(max-width: 767px) {
    .cs_wrap_shrink_sp {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .cs_wrap_shrink_sp-none {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}
.cs_parts_bg {
    width: 100vw;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: auto
}
.cs_parts_bg.__lt {
    background-color: #ebf2f9
}
.cs_parts_bg.__st {
    background-color: #ebf2f9
}
.cs_parts_bg.__mix {
    background-color: #ebf2f9
}
.cs_parts_bg.__pri {
    background-color: #4b7495
}
.cs_parts_bg.__sec {
    background-color: #428ac1
}
.cs_parts_bg.__ter {
    background-color: #70b0d7
}
.cs_parts_bg.__pattern {
    background: url("../img/bg_pattern.jpg");
    background-repeat: repeat
}
.cs_parts_bg.__line {
    background: url("../img/bg_line.svg");
    background-size: 8px;
    background-color: #ebf2f9
}
.cs_parts_bg.__design {
    background: url("../img/bg_dot.svg");
    background-size: 20px 20px
}
.cs_parts_bg.__check {
    background: url("../img/bg_check.svg");
    background-size: 16px 16px
}
.cs_parts_bg.__img {
    background: url("../img/bg_img.jpg");
    background-size: cover;
    background-blend-mode: lighten;
    background-color: hsla(0, 0%, 100%, .6)
}
@media(max-width: 767px) {
    .cs_parts_bg.__img {
        background-blend-mode: lighten;
        background-color: hsla(0, 0%, 100%, .4);
        background-position: 100% 50%;
        background-size: cover
    }
}
.cs_parts_bg.__img-2 {
    background: url("../img/clinic.jpg");
    background-size: cover;
    background-blend-mode: lighten;
    background-color: hsla(0, 0%, 100%, .6)
}
.cs_parts_bg.__img-3 {
    background: url(../img/clinic.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #26292b
}
@media(max-width: 767px) {
    .cs_parts_bg.__sp-lt {
        background: none;
        background-color: #ebf2f9
    }
    .cs_parts_bg.__sp-st {
        background: none;
        background-color: #ebf2f9
    }
    .cs_parts_bg.__sp-mix {
        background: none;
        background-color: #ebf2f9
    }
    .cs_parts_bg.__sp-pri {
        background: none;
        background-color: #4b7495
    }
    .cs_parts_bg.__sp-sec {
        background: none;
        background-color: #428ac1
    }
    .cs_parts_bg.__sp-ter {
        background: none;
        background-color: #70b0d7
    }
    .cs_parts_bg.__sp-pattern {
        background: url("../img/bg_pattern.jpg");
        background-repeat: repeat
    }
    .cs_parts_bg.__sp-line {
        background: url("../img/bg_line.svg");
        background-size: 8px;
        background-color: #ebf2f9
    }
    .cs_parts_bg.__sp-design {
        background: url("../img/bg_dot.svg");
        background-size: 20px 20px
    }
    .cs_parts_bg.__sp-check {
        background: url("../img/bg_check.svg");
        background-size: 16px 16px
    }
    .cs_parts_bg.__sp-img {
        background: url("../img/bg_img.jpg");
        background-size: cover;
        background-blend-mode: lighten;
        background-color: hsla(0, 0%, 100%, .4);
        background-position: 100% 50%
    }
    .cs_parts_bg.__sp-img-2 {
        background: url("../img/clinic.jpg");
        background-size: cover;
        background-blend-mode: lighten;
        background-color: hsla(0, 0%, 100%, .6)
    }
    .cs_parts_bg.__sp-img-3 {
        background: url(../img/clinic.jpg);
        background-size: cover;
        background-blend-mode: overlay;
        background-color: #26292b
    }
    .cs_parts_bg.__sp-none {
        background-image: none;
        background-color: none;
        background: none
    }
}
.cs_frame {
    margin-right: auto;
    margin-left: auto;
    padding: 60px;
    border: 2px solid rgba(0, 0, 0, 0);
    width: 100%
}
@media(min-width: 1680px) {
    .cs_frame {
        padding: 120px
    }
}
@media(max-width: 1023px) {
    .cs_frame {
        padding: 80px
    }
}
@media(max-width: 767px) {
    .cs_frame {
        padding: 40px
    }
}
.cs_frame .cs_frame {
    max-width: 100%
}
.cs_frame.__white {
    border-color: #fff
}
.cs_frame.__lt {
    border-color: #ebf2f9
}
.cs_frame.__st {
    border-color: #ebf2f9
}
.cs_frame.__mix {
    border-color: #ebf2f9
}
.cs_frame.__pri {
    border-color: #4b7495
}
.cs_frame.__sec {
    border-color: #428ac1
}
.cs_frame.__ter {
    border-color: #70b0d7
}
.cs_frame.__red {
    border-color: #cf2e2e
}
.cs_frame.__bg-white {
    background-color: #fff
}
.cs_frame.__bg-lt {
    background-color: #ebf2f9
}
.cs_frame.__bg-st {
    background-color: #ebf2f9
}
.cs_frame.__bg-mix {
    background-color: #ebf2f9
}
.cs_frame.__narrow {
    padding: 30px
}
@media(min-width: 1680px) {
    .cs_frame.__narrow {
        padding: 60px
    }
}
@media(max-width: 1023px) {
    .cs_frame.__narrow {
        padding: 40px;
        width: 100%
    }
}
@media(max-width: 767px) {
    .cs_frame.__narrow {
        padding: 20px
    }
}
.cs_frame.__narrow-s {
    padding: 20px
}
@media(max-width: 1023px) {
    .cs_frame.__narrow-s {
        padding: 12px;
        width: 100%
    }
}
.cs_frame.__radius {
    border-radius: calc(4px*1) !important
}
@media(max-width: 1023px) {
    .cs_frame.__radius {
        border-radius: calc(2px*1) !important
    }
}
.cs_frame.__shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05);
    box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05)
}
@media(max-width: 767px) {
    .cs_frame.__sp {
        padding: 40px
    }
    .cs_frame.__sp .cs_frame.__sp {
        max-width: 100%
    }
    .cs_frame.__sp-white {
        border-color: #fff
    }
    .cs_frame.__sp-lt {
        border-color: #ebf2f9
    }
    .cs_frame.__sp-st {
        border-color: #ebf2f9
    }
    .cs_frame.__sp-mix {
        border-color: #ebf2f9
    }
    .cs_frame.__sp-pri {
        border-color: #4b7495
    }
    .cs_frame.__sp-sec {
        border-color: #428ac1
    }
    .cs_frame.__sp-ter {
        border-color: #70b0d7
    }
    .cs_frame.__sp-red {
        border-color: #cf2e2e
    }
    .cs_frame.__sp-bg-white {
        background-color: #fff
    }
    .cs_frame.__sp-bg-lt {
        background-color: #ebf2f9
    }
    .cs_frame.__sp-bg-st {
        background-color: #ebf2f9
    }
    .cs_frame.__sp-bg-mix {
        background-color: #ebf2f9
    }
    .cs_frame.__sp-narrow {
        padding: 20px
    }
    .cs_frame.__sp-narrow-s {
        padding: 12px;
        width: 100%
    }
    .cs_frame.__sp-radius {
        border-radius: calc(4px*1) !important
    }
}
@media(max-width: 767px)and (max-width: 1023px) {
    .cs_frame.__sp-radius {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 767px) {
    .cs_frame.__sp-shadow {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05);
        box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05)
    }
}
@media(max-width: 767px) {
    .cs_frame.__sp_none {
        border: none
    }
    .cs_frame.__sp_none-bg {
        background-color: rgba(0, 0, 0, 0)
    }
    .cs_frame.__sp_none-narrow {
        padding: 40px
    }
    .cs_frame.__sp_none-padding {
        padding: 0px
    }
    .cs_frame.__sp_none-padding_t {
        padding-top: 0px
    }
    .cs_frame.__sp_none-padding_b {
        padding-bottom: 0px
    }
    .cs_frame.__sp_none-padding_r {
        padding-right: 0px
    }
    .cs_frame.__sp_none-padding_l {
        padding-left: 0px
    }
    .cs_frame.__sp_none-shadow {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    .cs_frame.__sp_none-radius {
        border-radius: 0 !important
    }
    .cs_frame.__sp_none-all {
        border: none;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0 !important
    }
}
.cs_link_1 {
    text-decoration: none;
    line-height: 1.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#70b0d7), to(#70b0d7));
    background-image: -webkit-linear-gradient(#70b0d7, #70b0d7);
    background-image: linear-gradient(#70b0d7, #70b0d7);
    -webkit-transition: .32s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: .32s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition-property: background-size, left;
    transition-property: background-size, left;
    background-position: 0 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat
}
.cs_link_1-white {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(#ffffff, #ffffff)
}
.cs_link_1-black {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666464), to(#666464));
    background-image: -webkit-linear-gradient(#666464, #666464);
    background-image: linear-gradient(#666464, #666464)
}
.cs_link_1-primary {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b7495), to(#4b7495));
    background-image: -webkit-linear-gradient(#4b7495, #4b7495);
    background-image: linear-gradient(#4b7495, #4b7495)
}
.cs_link_1:hover {
    background-position: 100% 100%;
    background-size: 0% 1px
}
.cs_link_1[href^="tel:"] {
    line-height: initial;
    background-image: none
}
.cs_link_1[href^="tel:"]:hover {
    background: initial
}
.cs_ul {
    padding: 0;
    list-style: none
}
.cs_ul-1 li {
    position: relative;
    padding-left: 1.4em
}
.cs_ul-1 li+li {
    margin-top: .3em
}
.cs_ul-1 li>ul {
    margin-top: .5em;
    margin-top: .5em
}
.cs_ul-1 li::before {
    position: absolute;
    font: var(--fa-font-solid);
    content: "";
    top: 2em;
    left: .6em;
    font-size: 40%;
    color: #4b7495
}
.cs_ul-1 li>ul>li::before {
    font: var(--fa-font-regular);
    font-size: 40%
}
.cs_ul_attention-1 li {
    padding-left: 1.4em;
    position: relative
}
.cs_ul_attention-1 li+li {
    margin-top: .3em
}
.cs_ul_attention-1 li>ul {
    margin-top: .5em;
    margin-top: .5em
}
.cs_ul_attention-1 li::before {
    position: absolute;
    top: .5em;
    left: 0;
    font: var(--fa-font-solid);
    content: "";
    color: #4b7495
}
.cs_ul_attention-2 li {
    padding-left: 1.4em;
    position: relative
}
.cs_ul_attention-2 li+li {
    margin-top: .3em
}
.cs_ul_attention-2 li>ul {
    margin-top: .5em;
    margin-top: .5em
}
.cs_ul_attention-2 li::before {
    position: absolute;
    top: .5em;
    left: 0;
    font: var(--fa-font-solid);
    content: "";
    color: #4b7495
}
.cs_ul_check li {
    padding-left: 1.4em;
    position: relative
}
.cs_ul_check li+li {
    margin-top: .3em
}
.cs_ul_check li>ul {
    margin-top: .5em;
    margin-top: .5em
}
.cs_ul_check li::before {
    position: absolute;
    top: .4em;
    left: 0;
    font: var(--fa-font-solid);
    content: "";
    color: #4b7495
}
.cs_ul_kome li {
    position: relative;
    padding-left: 1.4em
}
.cs_ul_kome li+li {
    margin-top: .3em
}
.cs_ul_kome li>ul {
    margin-top: .5em;
    margin-top: .5em
}
.cs_ul_kome li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    color: #4b7495
}
.cs_ul_inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.cs_ul_inline:not(.wp-block-list) {
    gap: .8em 1.6em
}
.cs_ul_inline li+li {
    margin: 0
}
.cs_table_schedule {
    width: 100%
}
.cs_table_schedule th,
.cs_table_schedule td {
    text-align: center;
    vertical-align: middle;
    padding: .3em 0;
    font-weight: 500
}
@media(max-width: 767px) {
    .cs_table_schedule th,
    .cs_table_schedule td {
        font-size: .8em
    }
}
.cs_table_schedule tbody td {
    color: #4b7495
}
.cs_table_schedule tbody td:not(:first-of-type) {
    color: #4b7495
}
.cs_table_schedule .tal {
    text-align: left;
    color: #666464;
    width: 9em;
    line-height: 1.6
}
@media(max-width: 767px) {
    .cs_table_schedule .tal {
        width: 8em;
        font-size: .9em
    }
}
.cs_table_schedule .tal .sub {
    font-size: .8em;
    display: block;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}
@media(max-width: 767px) {
    .cs_table_schedule .tal .sub {
        font-size: .7em
    }
}
@media(max-width: 1023px) {
    .cs_btn a {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}
.cs_btn_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.cs_btn_wrap.nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.cs_btn_wrap.inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: initial
}
.cs_btn_wrap.btn_back.btn_1 .cs_btn .btn_link::after {
    right: initial;
    left: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.cs_btn_wrap .btn_link {
    line-height: 1.5
}
.cs_btn_wrap .btn_link._wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.cs_btn_wrap .btn_link .text {
    font-weight: 500
}
.cs_btn_wrap .btn_link .sub_text {
    width: 100%;
    text-align: center;
    font-size: .7em
}
.cs_btn_wrap .btn_link .link_icon {
    margin-right: 4px
}
.cs_btn_wrap .btn_link::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 14px;
    margin: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.cs_btn_wrap .btn_link[href^="#"]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.cs_btn_wrap .btn_link[target=_blank]::after {
    font: var(--fa-font-solid);
    content: "";
    border: none;
    width: 1em;
    height: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: .9em
}
.cs_btn_wrap .cs_btn.__primary .btn_link {
    background-color: #4b7495;
    color: #fff
}
.cs_btn_wrap .cs_btn.__secondary .btn_link {
    background-color: #428ac1;
    color: #fff
}
.cs_btn_wrap .cs_btn.__tertiary .btn_link {
    background-color: #70b0d7;
    color: #fff
}
.cs_btn_wrap .cs_btn.__insta .btn_link {
    background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    color: #fff
}
.cs_btn_wrap .cs_btn.__linegr .btn_link {
    background-color: #00b900;
    color: #fff
}
.cs_btn_wrap .cs_btn_width-s {
    width: 11em
}
.cs_btn_wrap .cs_btn_width-s .btn_link {
    width: 100%
}
.cs_btn_wrap .cs_btn_width-m {
    width: 20em
}
.cs_btn_wrap .cs_btn_width-m .btn_link {
    width: 100%
}
.cs_btn_wrap .cs_btn_width-l {
    width: 30em
}
.cs_btn_wrap .cs_btn_width-l .btn_link {
    width: 100%
}
.cs_btn_wrap .cs_btn_size-s {
    font-size: .875em
}
.cs_btn_wrap .cs_btn_size-s .btn_link {
    min-height: 25px;
    min-width: 12em
}
.cs_btn_wrap .cs_btn_size-m {
    font-size: 1em
}
.cs_btn_wrap .cs_btn_size-m .btn_link {
    min-width: 12em
}
.cs_btn_wrap .cs_btn_size-l {
    font-size: 1.25em
}
.cs_btn_wrap .cs_btn_size-l .btn_link {
    min-width: 12em
}
.cs_btn_wrap .cs_btn_grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
@media(max-width: 767px) {
    .cs_btn_wrap .cs_btn_grow-sp {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
.cs_btn_wrap.btn_1 .cs_btn {
    display: block
}
.cs_btn_wrap.btn_1 .cs_btn .btn_link {
    position: relative;
    padding: .6em 1.5rem;
    border-radius: calc(4px*2) !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none
}
@media(max-width: 1023px) {
    .cs_btn_wrap.btn_1 .cs_btn .btn_link {
        border-radius: calc(2px*2) !important
    }
}
.cs_btn_wrap.btn_1 .cs_btn .btn_link:hover {
    text-decoration: none
}
.cs_btn_wrap.btn_2 .cs_btn .btn_link {
    padding: 4px 30px 4px 4px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666464;
    text-decoration: none;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 2px solid
}
@media(max-width: 767px) {
    .cs_btn_wrap.btn_2 .cs_btn .btn_link {
        padding: 4px 20px 4px 4px
    }
}
.cs_btn_wrap.btn_2 .cs_btn .btn_link:not([target=_blank])::after {
    width: 6px;
    height: 6px
}
.cs_btn_wrap.btn_2 .cs_btn .btn_link[href^="#"]::after {
    -webkit-transform: translateX(1px) translateY(-1px) rotate(135deg);
    transform: translateX(1px) translateY(-1px) rotate(135deg)
}
.cs_btn_wrap.btn_2 .cs_btn .btn_link[target=_blank]::before {
    background-color: rgba(0, 0, 0, 0)
}
.cs_btn_wrap.btn_2 .cs_btn .btn_link::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 8px;
    margin: auto;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4b7495
}
@media(max-width: 767px) {
    .cs_btn_wrap.btn_2 .cs_btn .btn_link::before {
        right: 0
    }
}
@media(max-width: 767px) {
    .cs_btn_wrap.btn_2 .cs_btn .btn_link::after {
        right: 6px
    }
}
.cs_btn_wrap.btn_2 .cs_btn .btn_link:hover {
    text-decoration: none;
    -webkit-filter: initial;
    filter: initial
}
.cs_btn_wrap.btn_2 .cs_btn.__primary .btn_link {
    background-color: rgba(0, 0, 0, 0);
    color: #4b7495
}
.cs_btn_wrap.btn_2 .cs_btn.__primary .btn_link:not([target=_blank])::before {
    background-color: #4b7495
}
.cs_btn_wrap.btn_2 .cs_btn.__secondary .btn_link {
    background-color: rgba(0, 0, 0, 0);
    color: #428ac1
}
.cs_btn_wrap.btn_2 .cs_btn.__secondary .btn_link:not([target=_blank])::before {
    background-color: #428ac1
}
.cs_btn_wrap.btn_2 .cs_btn.__tertiary .btn_link {
    background-color: rgba(0, 0, 0, 0);
    color: #70b0d7
}
.cs_btn_wrap.btn_2 .cs_btn.__tertiary .btn_link:not([target=_blank])::before {
    background-color: #70b0d7
}
.cs_btn_wrap.btn_2 .cs_btn.__insta .btn_link {
    background-color: rgba(0, 0, 0, 0);
    color: #dd2a7b;
    background: rgba(0, 0, 0, 0)
}
.cs_btn_wrap.btn_2 .cs_btn.__insta .btn_link:not([target=_blank])::before {
    background-color: #dd2a7b
}
.cs_btn_wrap.btn_2 .cs_btn.__linegr .btn_link {
    background-color: rgba(0, 0, 0, 0);
    color: #00b900
}
.cs_btn_wrap.btn_2 .cs_btn.__linegr .btn_link:not([target=_blank])::before {
    background-color: #00b900
}
.cs_btn_wrap.btn_3 .cs_btn {
    display: block
}
.cs_btn_wrap.btn_3 .cs_btn .btn_link {
    position: relative;
    padding: 8px 24px 8px 16px;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    border: 2px solid
}
.cs_btn_wrap.btn_3 .cs_btn .btn_link::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 13px;
    margin: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.cs_btn_wrap.btn_3 .cs_btn .btn_link:hover {
    text-decoration: none
}
.cs_btn_wrap.btn_3 .cs_btn .btn_link:hover::after {
    border-color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__primary .btn_link {
    background-color: rgba(0, 0, 0, 0);
    border-color: #4b7495;
    color: #4b7495
}
.cs_btn_wrap.btn_3 .cs_btn.__primary .btn_link::after {
    border-color: #4b7495
}
.cs_btn_wrap.btn_3 .cs_btn.__primary .btn_link:hover {
    background-color: #4b7495;
    color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__primary .btn_link:hover::after {
    border-color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__secondary .btn_link {
    background-color: rgba(0, 0, 0, 0);
    border-color: #428ac1;
    color: #428ac1
}
.cs_btn_wrap.btn_3 .cs_btn.__secondary .btn_link::after {
    border-color: #428ac1
}
.cs_btn_wrap.btn_3 .cs_btn.__secondary .btn_link:hover {
    background-color: #428ac1;
    color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__secondary .btn_link:hover::after {
    border-color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__tertiary .btn_link {
    background-color: rgba(0, 0, 0, 0);
    border-color: #70b0d7;
    color: #70b0d7
}
.cs_btn_wrap.btn_3 .cs_btn.__tertiary .btn_link::after {
    border-color: #70b0d7
}
.cs_btn_wrap.btn_3 .cs_btn.__tertiary .btn_link:hover {
    background-color: #70b0d7;
    color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__tertiary .btn_link:hover::after {
    border-color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__linegr .btn_link {
    background-color: rgba(0, 0, 0, 0);
    border-color: #00b900;
    color: #00b900
}
.cs_btn_wrap.btn_3 .cs_btn.__linegr .btn_link::after {
    border-color: #00b900
}
.cs_btn_wrap.btn_3 .cs_btn.__linegr .btn_link:hover {
    background-color: #00b900;
    color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__linegr .btn_link:hover::after {
    border-color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__insta .btn_link {
    background: rgba(0, 0, 0, 0);
    border: #dd2a7b;
    color: #dd2a7b
}
.cs_btn_wrap.btn_3 .cs_btn.__insta .btn_link::after {
    border: #dd2a7b
}
.cs_btn_wrap.btn_3 .cs_btn.__insta .btn_link:hover {
    background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    color: #fff
}
.cs_btn_wrap.btn_3 .cs_btn.__insta .btn_link:hover::after {
    border-color: #fff
}
.cs_btn_wrap.btn_4 .cs_btn .btn_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 1em;
    border-radius: 4px;
    text-decoration: none
}
.cs_btn_wrap.btn_4 .cs_btn .btn_link i {
    margin-right: 8px
}
.cs_btn_wrap.btn_4 .cs_btn .btn_link:hover {
    text-decoration: none
}
.cs_ttl>h2:first-child,
.cs_ttl>h3:first-child,
.cs_ttl>h4:first-child,
.cs_ttl>h5:first-child,
.cs_ttl>h6:first-child {
    margin-top: 0
}
.cs_ttl>*:first-child h2:first-child,
.cs_ttl>*:first-child h3:first-child,
.cs_ttl>*:first-child h4:first-child,
.cs_ttl>*:first-child h5:first-child,
.cs_ttl>*:first-child h6:first-child {
    margin-top: 0
}
.cs_ttl h2,
.cs_ttl h3,
.cs_ttl h4,
.cs_ttl h5,
.cs_ttl h6 {
    position: relative;
    margin: 3em 0 1.5em;
    line-height: 1.4;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    z-index: 1
}
.cs_ttl .cs_ttl_wrap+.wp-block-heading,
.cs_ttl .wp-block-heading+.wp-block-heading {
    margin-top: 2em
}
@media(max-width: 767px) {
    .cs_ttl .cs_ttl_wrap+.wp-block-heading,
    .cs_ttl .wp-block-heading+.wp-block-heading {
        margin-top: 1.5em
    }
}
.cs_ttl h2 {
    font-size: 1.9em;
    background-color: #70b0d7;
    border-bottom: 4px solid #428ac1;
    color: #fff;
    padding: .75em 1em;
    border-radius: calc(4px*0.5) !important
}
@media(max-width: 1023px) {
    .cs_ttl h2 {
        border-radius: calc(2px*0.5) !important
    }
}
@media(max-width: 767px) {
    .cs_ttl h2 {
        font-size: 1.3em;
        padding: .6em .8em
    }
}
.cs_ttl h3 {
    font-size: 1.8em;
    border-left: 4px solid #70b0d7;
    padding: .5em 0 .5em 1em;
    background-color: #ebf2f9
}
@media(max-width: 767px) {
    .cs_ttl h3 {
        font-size: 1.3em
    }
}
.cs_ttl h4 {
    font-size: 1.6em;
    border-bottom: 2px solid #70b0d7;
    padding: 0 .5em .5em
}
@media(max-width: 767px) {
    .cs_ttl h4 {
        font-size: 1.16em
    }
}
.cs_ttl h5 {
    font-size: 1.3em;
    color: #70b0d7
}
@media(max-width: 767px) {
    .cs_ttl h5 {
        font-size: 1.13em
    }
}
.cs_ttl h6 {
    font-size: 1.2em
}
@media(max-width: 767px) {
    .cs_ttl h6 {
        font-size: 1.1em
    }
}
.cs_img+.cs_ttl {
    margin: 1em 0
}
.cs_ttl-s {
    font-size: 1.2em;
    color: #666464;
    font-weight: 500
}
@media(max-width: 767px) {
    .cs_ttl-s {
        font-size: 1.1em
    }
}
.cs_ttl-m {
    font-size: 1.4em;
    color: #666464;
    font-weight: 500
}
@media(max-width: 767px) {
    .cs_ttl-m {
        font-size: 1.3em
    }
}
.cs_ttl-l {
    font-size: 2em;
    color: #666464;
    font-weight: 500
}
@media(max-width: 767px) {
    .cs_ttl-l {
        font-size: 1.7em
    }
}
.cs_ttl-xl {
    font-size: 2.6em;
    color: #666464;
    font-weight: 500
}
@media(max-width: 767px) {
    .cs_ttl-xl {
        font-size: 2.2em
    }
}
.cs_ttl_wrap .h_ttl {
    text-align: center;
    color: #666464;
    font-size: clamp(2em, 3.2vw, 2.3em);
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: none !important;
    background-color: rgba(0, 0, 0, 0)
}
@media(max-width: 767px) {
    .cs_ttl_wrap .h_ttl {
        font-size: 1.7em
    }
}
.cs_ttl_wrap .h_ttl+.sub_ttl {
    margin-top: 8px
}
.cs_ttl_wrap .sub_ttl {
    position: relative;
    display: block;
    color: #70b0d7;
    font-size: .9em;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    font-weight: 600
}
@media(max-width: 767px) {
    .cs_ttl_wrap .sub_ttl {
        font-size: .8em
    }
}
.cs_ttl_wrap .sub_ttl+.h_ttl {
    margin-top: 8px
}
.cs_ttl_wrap.__white .sub_ttl,
.cs_ttl_wrap.__white .h_ttl {
    color: #fff
}
.cs_tab_wrap .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.cs_tab_wrap .tab li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 0
}
.cs_tab_wrap .tab li+li {
    margin-top: 0
}
.cs_tab_wrap .tab li::before {
    content: none
}
.cs_tab_wrap .tab li a {
    display: block;
    text-decoration: none;
    width: 100%
}
.cs_tab_wrap .area {
    display: none;
    opacity: 0
}
.cs_tab_wrap .area.is-active {
    display: block;
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes displayAnime {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes displayAnime {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.cs_tab_wrap.tab_1 {
    background-color: #fff;
    overflow: hidden
}
.cs_tab_wrap.tab_1 .cont {
    border: solid #70b0d7;
    border-width: 0px 3px 3px;
    border-radius: 0 0 4px 4px;
    overflow: hidden
}
@media(max-width: 767px) {
    .cs_tab_wrap.tab_1 .cont {
        border-width: 0px 2px 2px
    }
}
.cs_tab_wrap.tab_1 .tab li {
    border-radius: 4px 4px 0 0;
    overflow: hidden
}
.cs_tab_wrap.tab_1 .tab li.active {
    border: solid #70b0d7;
    border-width: 3px 3px 0
}
@media(max-width: 767px) {
    .cs_tab_wrap.tab_1 .tab li.active {
        border-width: 2px 2px 0
    }
}
.cs_tab_wrap.tab_1 .tab li:not(.active) {
    border-bottom: 3px solid #70b0d7
}
@media(max-width: 767px) {
    .cs_tab_wrap.tab_1 .tab li:not(.active) {
        border-bottom: 2px solid #70b0d7
    }
}
.cs_tab_wrap.tab_1 .tab li a {
    background: rgba(112, 176, 215, .1);
    padding: 10px 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500
}
@media(max-width: 767px) {
    .cs_tab_wrap.tab_1 .tab li a {
        padding: 4px 20px;
        font-size: 1em
    }
}
.cs_tab_wrap.tab_1 .tab li.active a {
    background: #fff
}
.cs_tab_wrap.tab_1 .area {
    background: #fff;
    padding: 20px 30px
}
@media(max-width: 767px) {
    .cs_tab_wrap.tab_1 .area {
        padding: 12px
    }
}
.cs_btn_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-right: -0.3em;
    margin-left: -0.3em
}
.cs_btn_box li {
    position: relative;
    width: 240px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 2px solid #70b0d7;
    background-color: #ebf2f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 2em;
    margin: .3em;
    min-height: 4em;
    border-radius: calc(4px*1) !important;
    color: #70b0d7;
    font-weight: 500
}
@media(max-width: 1023px) {
    .cs_btn_box li {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 1023px) {
    .cs_btn_box li {
        padding: 12px
    }
}
@media(max-width: 767px) {
    .cs_btn_box li {
        padding: 8px;
        min-height: 3em
    }
}
.cs_btn_box li a {
    position: absolute;
    padding: 1em 2em;
    width: 100%;
    height: 100%;
    max-width: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #70b0d7;
    text-decoration: none
}
@media(max-width: 767px) {
    .cs_btn_box li a {
        padding: 0 12px 0 6px
    }
}
.cs_btn_box li a::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 1em;
    margin: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media(max-width: 767px) {
    .cs_btn_box li a::after {
        right: 12px
    }
}
.cs_btn_box li a[href^="#"]::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.cs_btn_box li a[target=_blank]::after {
    font: var(--fa-font-solid);
    content: "";
    border: none;
    width: 1em;
    height: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.cs_btn_box li a:hover {
    text-decoration: none;
    opacity: .6
}
.cs_btn_box_width-s>li {
    width: 11em
}
.cs_btn_box_width-m>li {
    width: 20em
}
.cs_btn_box_width-l>li {
    width: 30em
}
.cs_col_wrap {
    margin: -40px
}
@media(max-width: 767px) {
    .cs_col_wrap {
        margin: -20px
    }
}
.cs_col_wrap>* {
    padding: 40px
}
@media(max-width: 767px) {
    .cs_col_wrap>* {
        padding: 20px
    }
}
.cs_col_wrap>.col_side {
    font-size: .9em;
    width: clamp(260px, 30%, 600px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media(max-width: 767px) {
    .cs_col_wrap>.col_side {
        width: 100%;
        margin-top: 60px
    }
}
.cs_content {
    padding-bottom: 60px
}
.cs_content>h2:first-child,
.cs_content>h3:first-child,
.cs_content>h4:first-child,
.cs_content>h5:first-child,
.cs_content>h6:first-child {
    margin-top: 0
}
.cs_content>*:first-child h2:first-child,
.cs_content>*:first-child h3:first-child,
.cs_content>*:first-child h4:first-child,
.cs_content>*:first-child h5:first-child,
.cs_content>*:first-child h6:first-child {
    margin-top: 0
}
.cs_content h2,
.cs_content h3,
.cs_content h4,
.cs_content h5,
.cs_content h6 {
    position: relative;
    margin: 3em 0 1.5em;
    line-height: 1.4;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    z-index: 1
}
.cs_content .cs_ttl_wrap+.wp-block-heading,
.cs_content .wp-block-heading+.wp-block-heading {
    margin-top: 2em
}
@media(max-width: 767px) {
    .cs_content .cs_ttl_wrap+.wp-block-heading,
    .cs_content .wp-block-heading+.wp-block-heading {
        margin-top: 1.5em
    }
}
.cs_content h2 {
    font-size: 1.9em;
    background-color: #70b0d7;
    border-bottom: 4px solid #428ac1;
    color: #fff;
    padding: .75em 1em;
    border-radius: calc(4px*0.5) !important
}
@media(max-width: 1023px) {
    .cs_content h2 {
        border-radius: calc(2px*0.5) !important
    }
}
@media(max-width: 767px) {
    .cs_content h2 {
        font-size: 1.3em;
        padding: .6em .8em
    }
}
.cs_content h3 {
    font-size: 1.8em;
    border-left: 4px solid #70b0d7;
    padding: .5em 0 .5em 1em;
    background-color: #ebf2f9
}
@media(max-width: 767px) {
    .cs_content h3 {
        font-size: 1.3em
    }
}
.cs_content h4 {
    font-size: 1.6em;
    border-bottom: 2px solid #70b0d7;
    padding: 0 .5em .5em
}
@media(max-width: 767px) {
    .cs_content h4 {
        font-size: 1.16em
    }
}
.cs_content h5 {
    font-size: 1.3em;
    color: #70b0d7
}
@media(max-width: 767px) {
    .cs_content h5 {
        font-size: 1.13em
    }
}
.cs_content h6 {
    font-size: 1.2em
}
@media(max-width: 767px) {
    .cs_content h6 {
        font-size: 1.1em
    }
}
@media(max-width: 767px) {
    .cs_content {
        margin-bottom: 40px
    }
}
.cs_content p {
    line-height: 1.6
}
.cs_gMap {
    margin-left: 5px
}
.cs_gMap a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4b7495;
    border: 1px solid #4b7495;
    border-radius: calc(4px*1) !important;
    padding: 0 .5em;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    font-size: .8em;
    margin: .5em 0;
    background-color: #fff
}
@media(max-width: 1023px) {
    .cs_gMap a {
        border-radius: calc(2px*1) !important
    }
}
.cs_gMap a i {
    margin-left: 2px
}
.cs_gMap a:hover {
    opacity: 1;
    background-color: #4b7495;
    color: #fff;
    text-decoration: none
}
.cs_gMap a:hover i {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff
}
.cs_iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}
.cs_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.cs_closed {
    opacity: .8;
    margin: 0
}
@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        color: inherit;
        text-decoration: none
    }
}
.fax a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none
}
:target {
    scroll-margin-top: 160px
}
@media(max-width: 767px) {
    :target {
        scroll-margin-top: 100px
    }
}
.parts_slide {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}
.parts_slide.loaded {
    opacity: 1
}
.parts_slide.slide_1 {
    position: relative;
    z-index: 1
}
.parts_slide.slide_1 picture {
    position: relative;
    display: block
}
.parts_slide.slide_1 picture::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    background-color: rgba(4, 22, 40, .1)
}
.parts_slide.slide_1 picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-height: 500px;
    max-height: 70vh
}
@media(min-width: 1680px) {
    .parts_slide.slide_1 picture img {
        min-height: 600px
    }
}
@media(max-width: 1023px) {
    .parts_slide.slide_1 picture img {
        max-width: 100vw;
        min-height: 400px;
        height: 60vh
    }
}
@media(max-width: 767px) {
    .parts_slide.slide_1 picture img {
        min-height: 360px
    }
}
.parts_slide.slide_1 .item {
    width: 100%
}
.parts_slide.slide_1 .item .img {
    margin-bottom: -7px
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .item .img {
        margin-bottom: -7px
    }
}
.parts_slide.slide_1 .item .ttl_wrap {
    position: absolute;
    padding: 40px;
    margin: auto;
    font-family: "Shippori Mincho", serif
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .item .ttl_wrap {
        padding: 20px
    }
}
.parts_slide.slide_1 .item .ttl_wrap.alignleft {
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .item .ttl_wrap.alignleft {
        top: initial;
        bottom: 30%;
        -webkit-transform: initial;
        transform: initial
    }
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .item .ttl_wrap.sp_aligncenter {
        left: 50%;
        top: initial;
        bottom: 30%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%
    }
}
.parts_slide.slide_1 .item .ttl_wrap.aligncenter {
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .item .ttl_wrap.aligncenter {
        top: initial;
        bottom: 30%;
        -webkit-transform: initial;
        transform: initial
    }
}
.parts_slide.slide_1 .item .ttl_wrap .main_txt {
    color: #fff;
    font-size: 3em;
    line-height: 1.5;
    letter-spacing: .15em;
    font-weight: 600
}
@media(max-width: 1023px) {
    .parts_slide.slide_1 .item .ttl_wrap .main_txt {
        font-size: 2.5em
    }
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .item .ttl_wrap .main_txt {
        font-size: 1.6em
    }
}
.parts_slide.slide_1 .item .ttl_wrap .sub_txt {
    margin-top: 40px;
    color: #fff;
    font-size: 1em;
    letter-spacing: .2em
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .item .ttl_wrap .sub_txt {
        margin-top: 20px;
        font-size: .8em
    }
}
.parts_slide.slide_1 .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 12px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 3
}
@media(max-width: 767px) {
    .parts_slide.slide_1 .slick-dots {
        bottom: 0
    }
}
.parts_slide.slide_1 .slick-dots li {
    display: inline-block;
    margin: 0 5px
}
.parts_slide.slide_1 .slick-dots button {
    color: rgba(0, 0, 0, 0);
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #fff
}
.parts_slide.slide_1 .slick-dots .slick-active button {
    background: #4b7495
}
.parts_slide.slide_2 img {
    width: 100%;
    height: auto
}
.parts_slide.slide_2 .slick-slide {
    margin: 0
}
.postList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}
.postList a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.postList a:hover {
    text-decoration: none
}
.postList_date {
    color: rgba(90, 81, 81, .7);
    font-size: .9em
}
.postList_terms {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2px
}
.postList_terms a {
    text-decoration: none
}
.postList_terms .term {
    line-height: 1.2;
    margin: 2px;
    padding: 0 .2em;
    font-size: .7em;
    color: #70b0d7;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    border-color: #70b0d7;
    border-radius: 2px
}
.postList_terms .term.pickup {
    color: #cf2e2e;
    border-color: #cf2e2e
}
.postList_img {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.postList_img span {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: calc(4px*0.5) !important;
    background-color: #fff;
    border: 1px solid #ebf2f9
}
@media(max-width: 1023px) {
    .postList_img span {
        border-radius: calc(2px*0.5) !important
    }
}
.postList_title {
    color: #666464;
    display: inline-block;
    line-height: 1.5
}
.parts_post_list {
    width: 100%
}
.parts_post_list.post_list_1 .postList_fixed {
    background-color: #fdf6f5
}
.parts_post_list.post_list_1 .postList+.postList {
    margin-top: 16px
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_1 .postList+.postList {
        margin-top: 12px
    }
}
.parts_post_list.post_list_1 .postList>li {
    padding: 8px;
    margin: 0
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_1 .postList>li {
        padding: 4px
    }
}
.parts_post_list.post_list_1 .postList>li+li {
    border-top: 1px solid #e6e6e6
}
.parts_post_list.post_list_1 .postList a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_1 .postList a {
        padding: 4px
    }
}
.parts_post_list.post_list_1 .postList a:hover {
    background-color: rgba(0, 0, 0, .05);
    opacity: 1
}
.parts_post_list.post_list_1 .postList_title,
.parts_post_list.post_list_1 .postList_date {
    font-size: .9em
}
.parts_post_list.post_list_1 .postList_title {
    padding-left: 1em
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_1 .postList_title {
        margin-top: 4px;
        width: 100%
    }
}
.parts_post_list.post_list_1 .postList_more {
    text-align: right
}
.parts_post_list.post_list_1 .postList_more a {
    padding: 6px 12px;
    height: initial;
    border: 1px solid;
    font-size: .9em;
    font-weight: initial
}
.parts_post_list.post_list_2 .postList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}
@media(max-width: 767px) {
    .parts_post_list.post_list_2 .postList {
        margin-right: -4px;
        margin-left: -4px
    }
}
.parts_post_list.post_list_2 .postList>li {
    width: 280px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px
}
@media(max-width: 767px) {
    .parts_post_list.post_list_2 .postList>li {
        padding: 4px;
        width: 160px
    }
}
.parts_post_list.post_list_2 .postList>li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    height: 100%;
    width: 100%;
    background-color: rgba(112, 176, 215, .1);
    border-radius: calc(4px*2) !important
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_2 .postList>li a {
        border-radius: calc(2px*2) !important
    }
}
@media(max-width: 767px) {
    .parts_post_list.post_list_2 .postList>li a {
        padding: 14px
    }
}
.parts_post_list.post_list_2 .postList>li a::before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4b7495 rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.parts_post_list.post_list_2 .postList>li a[tabindex="-1"]:hover {
    opacity: 1
}
.parts_post_list.post_list_2 .postList>li a[tabindex="-1"]::before {
    content: none
}
.parts_post_list.post_list_2 .postList>li a .link_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #4b7495
}
@media(max-width: 767px) {
    .parts_post_list.post_list_2 .postList>li a .link_icon {
        width: 50px;
        height: 50px
    }
}
.parts_post_list.post_list_2 .postList>li a .link_icon i {
    color: #fff;
    font-size: 1.9em
}
.parts_post_list.post_list_2 .postList>li a .link_icon+.link_txt {
    margin-top: 20px
}
@media(max-width: 767px) {
    .parts_post_list.post_list_2 .postList>li a .link_icon+.link_txt {
        margin-top: 8px
    }
}
.parts_post_list.post_list_2 .postList>li a .link_txt .ttl {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    color: #428ac1
}
@media(max-width: 767px) {
    .parts_post_list.post_list_2 .postList>li a .link_txt .ttl {
        font-size: 1.2em
    }
}
.parts_post_list.post_list_2 .postList>li a .link_txt .ttl+.des {
    margin-top: 1em
}
@media(max-width: 767px) {
    .parts_post_list.post_list_2 .postList>li a .link_txt .ttl+.des {
        margin-top: 4px
    }
}
.parts_post_list.post_list_2 .postList>li a .link_txt .des {
    line-height: 1.5;
    font-size: .9em
}
.parts_post_list.post_list_3 .postList_fixed {
    background-color: #fdf6f5
}
.parts_post_list.post_list_3 .postList+.postList {
    margin-top: 16px
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_3 .postList+.postList {
        margin-top: 12px
    }
}
.parts_post_list.post_list_3 .postList_thumbnail {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0 12px 0 0
}
.parts_post_list.post_list_3 .postList_thumbnail img {
    border-radius: calc(4px*0.5) !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_3 .postList_thumbnail img {
        border-radius: calc(2px*0.5) !important
    }
}
.parts_post_list.post_list_3 .postList_title,
.parts_post_list.post_list_3 .postList_date {
    font-size: .9em
}
.parts_post_list.post_list_3 .postList_title {
    width: 100%
}
.parts_post_list.post_list_3 .postList .postList_thumbnail+.postList_meta .postList_title {
    display: block;
    margin-top: 4px
}
.parts_post_list.post_list_3 .postList>li {
    padding: 8px;
    margin: 0
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_3 .postList>li {
        padding: 4px
    }
}
.parts_post_list.post_list_3 .postList>li+li {
    border-top: 1px solid #e6e6e6
}
.parts_post_list.post_list_3 .postList>li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media(max-width: 1023px) {
    .parts_post_list.post_list_3 .postList>li a {
        padding: 4px
    }
}
.parts_post_list.post_list_3 .postList>li a:hover {
    background-color: rgba(0, 0, 0, .05);
    opacity: 1
}
.parts_single.single_1 .postTitle {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #e6e6e6;
    font-size: 1.9em
}
@media(max-width: 767px) {
    .parts_single.single_1 .postTitle {
        font-size: 1.3em
    }
}
.parts_single.single_1 .postList_meta {
    margin-bottom: 8px
}
.parts_widget.widget_1 .ttl_1 {
    color: #70b0d7;
    font-size: 1.5em;
    margin-bottom: 1em;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: none;
    border-bottom: 2px solid
}
.parts_widget.widget_1 .list_post {
    margin: 0
}
.parts_widget.widget_1 .list_post+.cs_ttl {
    margin-top: 3em
}
.parts_widget.widget_1 .list_post a {
    color: #666464;
    font-size: 1em;
    text-decoration: none
}
.parts_widget.widget_1 .list_post.list_1>li {
    border-bottom: 1px solid #e6e6e6;
    padding: .8em 0
}
.parts_widget.widget_1 .list_post.list_1>li:first-of-type {
    padding-top: 0
}
.parts_widget.widget_1 .list_post.list_1>li .postList_title {
    margin-top: .2em
}
.parts_widget.widget_1 .list_post.list_1>li .postList_meta {
    display: block
}
.parts_widget.widget_1 .list_post.list_2>li {
    padding: .3em 0
}
.parts_widget.widget_1 .list_post.list_2>li a {
    position: relative;
    padding-left: 1.4em;
    display: inline-block
}
.parts_widget.widget_1 .list_post.list_2>li a::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    margin: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #4b7495;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
@media(max-width: 767px) {
    .archive .postList_title {
        font-size: .9em
    }
}
.archive.archive_1>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.5em
}
@media(max-width: 767px) {
    .archive.archive_1>ul {
        margin: -4px
    }
}
.archive.archive_1>ul>li {
    width: 100%;
    padding: .5em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: calc(4px*1) !important
}
@media(max-width: 1023px) {
    .archive.archive_1>ul>li {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 767px) {
    .archive.archive_1>ul>li {
        padding: 4px
    }
}
.archive.archive_1>ul a {
    background-color: #ebf2f9;
    padding: 1em;
    text-decoration: none;
    display: block
}
@media(max-width: 767px) {
    .archive.archive_1>ul a {
        padding: 12px
    }
}
.archive.archive_1>ul .postList_title {
    margin-top: 10px
}
@media(max-width: 767px) {
    .archive.archive_1>ul .postList_title {
        margin-top: 4px
    }
}
.archive.archive_2>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.5em
}
.archive.archive_2>ul>li {
    max-width: 100%;
    width: 330px;
    padding: .5em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: calc(4px*1) !important
}
@media(max-width: 1023px) {
    .archive.archive_2>ul>li {
        border-radius: calc(2px*1) !important
    }
}
.archive.archive_2>ul a {
    background-color: #ebf2f9;
    padding: 1em;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
@media(max-width: 374px) {
    .archive.archive_2>ul a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.archive.archive_2>ul .postList_title {
    margin-top: 10px
}
.parts_cf_gallery+.parts_cf_gallery {
    margin-top: 60px
}
.parts_cf_gallery ul,
.parts_cf_gallery li,
.parts_cf_gallery figure,
.parts_cf_gallery img,
.parts_cf_gallery a,
.parts_cf_gallery p {
    margin-bottom: 0
}
.parts_cf_gallery .cf_gallery_wrap {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px
}
.parts_cf_gallery .cf_gallery_wrap>li {
    width: 100%;
    list-style-type: none;
    padding: 20px
}
.parts_cf_gallery .cf_gallery_wrap>li .img a {
    display: block
}
.parts_cf_gallery .cf_gallery_wrap>li .img a:hover {
    opacity: .6
}
.parts_cf_gallery .cf_gallery_wrap>li .img>.img_item {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    padding-top: 56.25%
}
.parts_cf_gallery .cf_gallery_wrap>li .img>.img_item.dummy {
    background-image: url("../img/dummy.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ebf2f9;
    background-size: 30%
}
@media(max-width: 767px) {
    .parts_cf_gallery .cf_gallery_wrap>li .img>.img_item.dummy {
        background-size: 40%
    }
}
.parts_cf_gallery .cf_gallery_wrap>li .img>.img_item img {
    position: absolute;
    top: 0;
    border-radius: calc(4px*1) !important;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    width: 100%;
    height: 100%;
    border: none
}
@media(max-width: 1023px) {
    .parts_cf_gallery .cf_gallery_wrap>li .img>.img_item img {
        border-radius: calc(2px*1) !important
    }
}
.parts_cf_gallery .cf_gallery_wrap>li .img+.text {
    margin-top: 1.5em
}
@media(max-width: 767px) {
    .parts_cf_gallery .cf_gallery_wrap>li .img+.text {
        margin-top: 1em
    }
}
.parts_cf_gallery .cf_gallery_wrap>li .name {
    margin: 0;
    color: #4b7495;
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.3em
}
@media(max-width: 767px) {
    .parts_cf_gallery .cf_gallery_wrap>li .name {
        font-size: 1.1em
    }
}
.parts_cf_gallery .cf_gallery_wrap>li .name+.cap {
    margin-top: 10px
}
.parts_cf_gallery .cf_gallery_wrap>li .cap {
    font-size: 1em;
    margin-bottom: 0
}
@media(max-width: 767px) {
    .parts_cf_gallery .cf_gallery_wrap>li .cap {
        font-size: .9em
    }
}
.parts_cf_gallery .cf_gallery_group+.cf_gallery_group {
    margin-top: 60px
}
.parts_cf_gallery .cf_gallery_title {
    margin-bottom: 1em;
    padding-bottom: .5em;
    color: #4b7495;
    border-bottom: 1px solid #4b7495;
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.6em
}
@media(max-width: 767px) {
    .parts_cf_gallery.design_1 .cf_gallery_wrap {
        margin: -12px
    }
}
.parts_cf_gallery.design_1 .cf_gallery_wrap>li {
    width: 33.3333333333%
}
@media(max-width: 1023px) {
    .parts_cf_gallery.design_1 .cf_gallery_wrap>li {
        padding: 12px;
        width: 50%
    }
}
.parts_cf_gallery.design_1 .cf_gallery_wrap>li .name {
    text-align: center
}
.parts_cf_gallery.design_1 .cf_gallery_wrap>li .name+.cap {
    margin-top: 8px
}
.parts_cf_gallery.design_2 .cf_gallery_wrap>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.parts_cf_gallery.design_2 .cf_gallery_wrap>li .img,
.parts_cf_gallery.design_2 .cf_gallery_wrap>li>.text {
    background-color: rgba(0, 0, 0, 0)
}
.parts_bg .parts_cf_gallery.design_2 .cf_gallery_wrap>li .img,
.parts_bg .parts_cf_gallery.design_2 .cf_gallery_wrap>li>.text {
    background-color: #fff;
    padding: 5.6%
}
.parts_cf_gallery.design_2 .cf_gallery_wrap>li .img {
    padding-right: 0;
    width: 40%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media(max-width: 767px) {
    .parts_cf_gallery.design_2 .cf_gallery_wrap>li .img+.text {
        margin-top: 0
    }
}
.parts_cf_gallery.design_2 .cf_gallery_wrap>li>.text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px
}
@media(max-width: 767px) {
    .parts_cf_gallery.design_2 .cf_gallery_wrap>li>.text {
        padding-left: 16px
    }
}
.parts_cf_gallery.design_3 .cf_gallery_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
@media(max-width: 767px) {
    .parts_cf_gallery.design_3 .cf_gallery_wrap {
        margin: -12px
    }
}
.parts_cf_gallery.design_3 .cf_gallery_wrap>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}
@media(max-width: 767px) {
    .parts_cf_gallery.design_3 .cf_gallery_wrap>li {
        padding: 12px
    }
}
.parts_cf_gallery.design_3 .cf_gallery_wrap>li .img,
.parts_cf_gallery.design_3 .cf_gallery_wrap>li>.text {
    background-color: rgba(0, 0, 0, 0)
}
.parts_bg .parts_cf_gallery.design_3 .cf_gallery_wrap>li .img,
.parts_bg .parts_cf_gallery.design_3 .cf_gallery_wrap>li>.text {
    background-color: #fff;
    padding: 5.6%
}
.parts_cf_gallery.design_3 .cf_gallery_wrap>li>.text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.parts_cf_gallery.design_3 .cf_gallery_wrap>li .name {
    text-align: center
}
.parts_cf_list ul,
.parts_cf_list li,
.parts_cf_list figure,
.parts_cf_list img,
.parts_cf_list a,
.parts_cf_list p {
    margin-bottom: 0
}
.parts_cf_list *+p {
    margin-top: 0
}
.parts_cf_list .cf_list_wrap {
    gap: 16px
}
@media(max-width: 767px) {
    .parts_cf_list .cf_list_wrap {
        gap: 8px
    }
}
.parts_cf_list .cf_list_wrap>li a {
    text-decoration: none;
    position: relative
}
.parts_cf_list .cf_list_wrap .list_title .num {
    color: #4b7495;
    font-size: 1.1em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block
}
.parts_cf_list .cf_list_wrap .list_title .num i {
    font-size: 1.4em
}
.parts_cf_list .cf_list_wrap .list_title .img_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #4b7495
}
@media(max-width: 767px) {
    .parts_cf_list .cf_list_wrap .list_title .img_icon {
        margin-bottom: 8px;
        width: 50px;
        height: 50px
    }
}
.parts_cf_list .cf_list_wrap .list_title .img_icon i {
    color: #fff;
    font-size: 1.7em
}
.parts_cf_list .cf_list_wrap .list_title .img_item {
    margin-bottom: 20px
}
.parts_cf_list .cf_list_wrap .list_title .img_item img {
    width: 100%
}
.parts_cf_list .cf_list_wrap .list_title .title {
    margin: 0px auto 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    color: #428ac1;
    font-weight: 500;
    font-size: 1.4em;
    border: none
}
@media(max-width: 767px) {
    .parts_cf_list .cf_list_wrap .list_title .title {
        font-size: 1.2em;
        margin-bottom: 12px
    }
}
.parts_cf_list .cf_list_wrap .list_title .title::after,
.parts_cf_list .cf_list_wrap .list_title .title::before {
    content: none
}
.parts_cf_list .cf_list_wrap .text {
    margin-top: 1em
}
@media(max-width: 767px) {
    .parts_cf_list .cf_list_wrap .text {
        margin-top: 4px
    }
}
.parts_cf_list.design_1 .cf_list_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.parts_cf_list.design_1 .cf_list_wrap>li {
    width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.parts_cf_list.design_1 .cf_list_wrap>li a {
    height: 100%;
    display: block;
    background-color: #ebf2f9;
    border-radius: calc(4px*1) !important;
    text-align: center;
    padding: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: initial;
    border: 2px solid rgba(0, 0, 0, 0)
}
@media(max-width: 1023px) {
    .parts_cf_list.design_1 .cf_list_wrap>li a {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 1023px) {
    .parts_cf_list.design_1 .cf_list_wrap>li a {
        padding: 20px 30px
    }
}
.parts_cf_list.design_1 .cf_list_wrap>li a:hover {
    opacity: 1
}
.parts_cf_list.design_1 .cf_list_wrap>li a[href] {
    padding-right: 40px
}
.parts_cf_list.design_1 .cf_list_wrap>li a[href]:hover {
    border-color: #4b7495
}
.parts_cf_list.design_1 .cf_list_wrap>li a[href]:hover::after {
    border-color: #4b7495
}
.parts_cf_list.design_1 .cf_list_wrap>li a[href]:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 20px;
    margin: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #323130;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.parts_cf_list.design_1 .cf_list_wrap>li .text {
    font-size: .9em;
    text-align: left
}
.parts_cf_list.design_2 .cf_list_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.parts_cf_list.design_2 .cf_list_wrap>li {
    width: 280px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
@media(max-width: 767px) {
    .parts_cf_list.design_2 .cf_list_wrap>li {
        width: 160px
    }
}
.parts_cf_list.design_2 .cf_list_wrap>li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    height: 100%;
    width: 100%;
    background-color: #ebf2f9;
    border-radius: calc(4px*1) !important;
    border: 2px solid rgba(0, 0, 0, 0)
}
@media(max-width: 1023px) {
    .parts_cf_list.design_2 .cf_list_wrap>li a {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 767px) {
    .parts_cf_list.design_2 .cf_list_wrap>li a {
        padding: 14px
    }
}
.parts_cf_list.design_2 .cf_list_wrap>li a:hover {
    opacity: 1
}
.parts_cf_list.design_2 .cf_list_wrap>li a[href]:hover {
    opacity: .6
}
.parts_cf_list.design_2 .cf_list_wrap>li a[href]:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4b7495 rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.parts_cf_list.design_2 .cf_list_wrap>li .list_title {
    text-align: center
}
.parts_cf_list.design_2 .cf_list_wrap>li .list_title .num {
    color: #4b7495;
    font-size: 1.1em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block
}
.parts_cf_list.design_2 .cf_list_wrap>li .list_title .num i {
    font-size: 1.4em
}
.parts_cf_list.design_2 .cf_list_wrap>li .list_title .title {
    margin: 0px auto 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-weight: 500;
    border: none
}
.parts_cf_list.design_2 .cf_list_wrap>li .list_title .title::after,
.parts_cf_list.design_2 .cf_list_wrap>li .list_title .title::before {
    content: none
}
.parts_cf_list.design_2 .cf_list_wrap>li .text {
    font-size: .9em;
    text-align: left
}
.parts_cf_flow.design_1 .cf_flow_wrap>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    border-radius: calc(4px*1) !important;
    margin-bottom: 30px;
    position: relative
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap>li {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap>li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media(max-width: 767px) {
    .parts_cf_flow.design_1 .cf_flow_wrap>li {
        padding: 30px
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap>li:nth-child(odd) {
    background: #ebf2f9
}
.parts_cf_flow.design_1 .cf_flow_wrap>li:nth-child(even) {
    background: #ebf2f9
}
.parts_cf_flow.design_1 .cf_flow_wrap>li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #70b0d7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 13px 20px 0 20px
}
.parts_cf_flow.design_1 .cf_flow_wrap .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: initial;
    max-width: initial;
    border-radius: calc(4px*1) !important;
    padding: 10px;
    color: #fff;
    margin-right: 30px;
    background: #70b0d7
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .num {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 767px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .num {
        margin-right: 10px
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap li:nth-of-type(n + 10) .num {
    width: 40px;
    padding: 5px
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap li:nth-of-type(n + 10) .cont {
        width: calc(100% - 70px)
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap .cont {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .cont {
        width: calc(100% - 60px)
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap .cont .title {
    border: none;
    font-size: 1.6em;
    color: #428ac1;
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 0;
    margin: 0 0 1em;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0)
}
@media(max-width: 767px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .cont .title {
        margin: 0 0 12px;
        font-size: 1.2em
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap .cont .title:before {
    content: none
}
@media(max-width: 767px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .cont .text {
        font-size: .9em
    }
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .cont+.img {
        margin-top: 20px
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap .img {
    width: 30%;
    margin: 0 0 0 30px;
    min-width: 260px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .img {
        width: 100%;
        margin-left: 60px;
        min-width: initial;
        width: calc(100% - 60px)
    }
}
@media(max-width: 767px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .img {
        margin-left: 40px;
        width: calc(100% - 40px)
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap .img>.img_item {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    padding-top: 56.25%
}
.parts_cf_flow.design_1 .cf_flow_wrap .img>.img_item.dummy {
    background-image: url("../img/dummy.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ebf2f9;
    background-size: 30%
}
@media(max-width: 767px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .img>.img_item.dummy {
        background-size: 40%
    }
}
.parts_cf_flow.design_1 .cf_flow_wrap .img>.img_item img {
    position: absolute;
    top: 0;
    border-radius: calc(4px*1) !important;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    width: 100%;
    height: 100%;
    border: none
}
@media(max-width: 1023px) {
    .parts_cf_flow.design_1 .cf_flow_wrap .img>.img_item img {
        border-radius: calc(2px*1) !important
    }
}
.cf_accordion .cf_accordion_list .ac_title {
    border: none;
    padding: 0;
    width: initial;
    margin: 0;
    border-bottom: none;
    font-size: 1.1em !important;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    font-family: "Shippori Mincho", serif;
    letter-spacing: .05em;
    line-height: 1.5
}
.cf_accordion .cf_accordion_list .ac_title:before,
.cf_accordion .cf_accordion_list .ac_title:after {
    content: none
}
.cf_accordion.design_faq .cf_accordion_list>li {
    border: 2px solid #ebf2f9;
    border-radius: calc(4px*1) !important;
    width: 100%
}
@media(max-width: 1023px) {
    .cf_accordion.design_faq .cf_accordion_list>li {
        border-radius: calc(2px*1) !important
    }
}
.cf_accordion.design_faq .cf_accordion_list>li+li {
    margin-top: 1em
}
.cf_accordion.design_faq .cf_accordion_list .ac_title_wrap {
    background-color: #ebf2f9;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px
}
@media(max-width: 767px) {
    .cf_accordion.design_faq .cf_accordion_list .ac_title_wrap {
        padding: .4em
    }
}
.cf_accordion.design_faq .cf_accordion_list .ac_text_wrap {
    background-color: #fff;
    padding: 1em
}
.cf_accordion.design_faq .cf_accordion_list .ac_text>*:last-child {
    margin-bottom: 0
}
.cf_accordion.design_faq .cf_accordion_list .ac_text:last-of-type {
    margin-bottom: 0
}
.cf_accordion.design_faq .cf_accordion_list .ac_title>span,
.cf_accordion.design_faq .cf_accordion_list .ac_text {
    position: relative;
    display: block;
    padding: 0 2em
}
.cf_accordion.design_faq .cf_accordion_list .ac_title>span::before,
.cf_accordion.design_faq .cf_accordion_list .ac_text::before {
    position: absolute;
    top: -0.2em;
    left: .2em;
    display: inline-block;
    margin-right: .5em;
    font-size: 1.2em
}
.cf_accordion.design_faq .cf_accordion_list .ac_title>span::before {
    content: "Q";
    color: #4b7495
}
.cf_accordion.design_faq .cf_accordion_list .ac_text::before {
    content: "A";
    color: #cf2e2e
}
.cf_accordion.design_1 .cf_accordion_list {
    list-style: none;
    padding-left: 0
}
.cf_accordion.design_1 .cf_accordion_list>li {
    border: 2px solid #ebf2f9;
    border-radius: calc(4px*1) !important;
    width: 100%
}
@media(max-width: 1023px) {
    .cf_accordion.design_1 .cf_accordion_list>li {
        border-radius: calc(2px*1) !important
    }
}
.cf_accordion.design_1 .cf_accordion_list>li+li {
    margin-top: 1em
}
.cf_accordion.design_1 .cf_accordion_list .ac_title_wrap {
    background-color: #ebf2f9;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px
}
@media(max-width: 767px) {
    .cf_accordion.design_1 .cf_accordion_list .ac_title_wrap {
        padding: .4em
    }
}
.cf_accordion.design_1 .cf_accordion_list .ac_text_wrap {
    background-color: #fff;
    padding: 1em
}
.cf_accordion.design_1 .cf_accordion_list .ac_text>*:last-child {
    margin-bottom: 0
}
.cf_accordion.design_1 .cf_accordion_list .ac_text:last-of-type {
    margin-bottom: 0
}
.cf_accordion.design_1 .cf_accordion_list .ac_img {
    height: 60px;
    width: 60px
}
.cf_accordion.design_1 .cf_accordion_list .ac_img img {
    width: 100%;
    -o-object-position: cover;
    object-position: cover
}
.cf_accordion.design_1 .cf_accordion_list .ac_img+.ac_title {
    margin-left: 1em
}
.cf_accordion.design_1 .cf_accordion_list .ac_term {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-right: -0.2em;
    margin-left: .8em
}
.cf_accordion.design_1 .cf_accordion_list .ac_term li {
    margin: .2em;
    padding: .2em .5em;
    background-color: #428ac1;
    border-radius: 4px;
    color: #fff;
    font-size: .7em;
    text-align: center;
    line-height: 1.4
}
.parts_cf_staff ul,
.parts_cf_staff li,
.parts_cf_staff figure,
.parts_cf_staff img,
.parts_cf_staff a,
.parts_cf_staff p {
    margin-bottom: 0
}
.parts_cf_staff .cf_staff_wrap {
    padding-left: 0
}
.parts_cf_staff .cf_staff_wrap>li {
    width: 100%;
    list-style-type: none
}
.parts_cf_staff .cf_staff_wrap>li .info_wrap+.history_wrap {
    margin-top: 40px
}
.parts_cf_staff .cf_staff_wrap>li .img a {
    display: block
}
.parts_cf_staff .cf_staff_wrap>li .img a:hover {
    opacity: .6
}
.parts_cf_staff .cf_staff_wrap>li .img>.img_item {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    padding-top: 100%
}
.parts_cf_staff .cf_staff_wrap>li .img>.img_item.dummy {
    background-image: url("../img/dummy.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ebf2f9;
    background-size: 30%
}
@media(max-width: 1023px) {
    .parts_cf_staff .cf_staff_wrap>li .img>.img_item.dummy {
        background-size: 40%
    }
}
.parts_cf_staff .cf_staff_wrap>li .img>.img_item img {
    position: absolute;
    top: 0;
    border-radius: calc(4px*1) !important;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    width: 100%;
    height: 100%;
    border: none
}
@media(max-width: 1023px) {
    .parts_cf_staff .cf_staff_wrap>li .img>.img_item img {
        border-radius: calc(2px*1) !important
    }
}
.parts_cf_staff .cf_staff_wrap>li>.text {
    font-size: .9em
}
.parts_cf_staff .cf_staff_wrap>li .name_wrap {
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}
.parts_cf_staff .cf_staff_wrap>li .name_wrap+.comment {
    margin-top: 20px
}
.parts_cf_staff .cf_staff_wrap>li .message {
    font-size: 1.3em;
    color: #70b0d7;
    font-weight: 500;
    margin: 3em 0 1.5em;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}
@media(max-width: 767px) {
    .parts_cf_staff .cf_staff_wrap>li .message {
        font-size: 1.12em
    }
}
.parts_cf_staff .cf_staff_wrap>li .pos {
    font-size: .8em;
    margin-right: .5em
}
.parts_cf_staff .cf_staff_wrap>li .name_2 {
    display: block;
    opacity: .5;
    font-family: "Josefin Sans", sans-serif;
    font-size: .7em;
    margin-top: .5em
}
.parts_cf_staff .cf_staff_wrap .history_wrap {
    border: 2px solid #ebf2f9;
    border-radius: calc(4px*1) !important
}
@media(max-width: 1023px) {
    .parts_cf_staff .cf_staff_wrap .history_wrap {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 1023px) {
    .parts_cf_staff .cf_staff_wrap .history_wrap {
        font-size: .9em
    }
}
.parts_cf_staff .cf_staff_wrap .history_wrap li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.parts_cf_staff .cf_staff_wrap .history_wrap li>* {
    padding: 10px
}
@media(max-width: 1023px) {
    .parts_cf_staff .cf_staff_wrap .history_wrap li>* {
        padding: 6px 10px;
        line-height: 1.4
    }
}
.parts_cf_staff .cf_staff_wrap .history_wrap li>.ttl {
    width: 14em;
    color: #428ac1;
    background-color: #ebf2f9;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media(max-width: 1023px) {
    .parts_cf_staff .cf_staff_wrap .history_wrap li>.ttl {
        width: 6.4em
    }
}
.parts_cf_staff .cf_staff_wrap .history_wrap>ul>li+li {
    border-top: 1px dashed #ebf2f9
}
.parts_cf_staff .cf_staff_wrap .history_wrap .table_1 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}
.parts_cf_staff .cf_staff_wrap .history_wrap .table_1 tr th {
    font-weight: initial
}
.parts_cf_staff.design_1 .cf_staff_wrap>li+li {
    margin-top: 100px
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_1 .cf_staff_wrap>li .name_wrap {
        text-align: center
    }
}
.parts_cf_staff.design_1 .cf_staff_wrap>li .info_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_1 .cf_staff_wrap>li .info_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}
.parts_cf_staff.design_1 .cf_staff_wrap>li .info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 6em 0 0
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_1 .cf_staff_wrap>li .info {
        padding: 0;
        margin-top: 20px
    }
}
.parts_cf_staff.design_1 .cf_staff_wrap>li .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto
}
.parts_cf_staff.design_2 .cf_staff_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_2 .cf_staff_wrap {
        margin: -20px
    }
}
.parts_cf_staff.design_2 .cf_staff_wrap>li {
    padding: 40px;
    width: 50%
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_2 .cf_staff_wrap>li {
        padding: 30px 20px;
        width: 100%
    }
}
.parts_cf_staff.design_2 .cf_staff_wrap>li .img {
    width: 200px;
    margin-bottom: -90px
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_2 .cf_staff_wrap>li .img {
        width: 40%;
        max-width: 200px;
        margin-bottom: -120px
    }
}
@media(max-width: 767px) {
    .parts_cf_staff.design_2 .cf_staff_wrap>li .img {
        margin-bottom: -80px
    }
}
.parts_cf_staff.design_2 .cf_staff_wrap>li .img>.img_item {
    padding-top: 120%
}
.parts_cf_staff.design_2 .cf_staff_wrap>li .info_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_2 .cf_staff_wrap>li .pos {
        display: block;
        margin-right: 0
    }
}
.parts_cf_staff.design_2 .cf_staff_wrap>li .name_wrap {
    width: calc(100% - 240px);
    margin-left: auto
}
@media(max-width: 1023px) {
    .parts_cf_staff.design_2 .cf_staff_wrap>li .name_wrap {
        padding-left: 10px;
        width: calc(60% - 10px)
    }
}
.parts_cf_staff.design_2 .cf_staff_wrap>li .name_wrap.dummy_none {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}
.parts_cf_staff.design_2 .cf_staff_wrap>li .name_wrap.dummy_none .pos {
    display: inline-block;
    margin-right: .5em
}
.parts_cf_staff.design_2 .cf_staff_wrap>li .name_wrap.dummy_none+.message {
    margin-top: 1em
}
.parts_btn.btn_1 .parts_btn_wrap {
    padding-left: 0
}
.parts_btn.btn_1 .parts_btn_wrap>li {
    list-style: none
}
.parts_btn.btn_1 .parts_btn_wrap>li::before {
    content: none
}
.parts_btn.btn_1 .parts_btn_wrap>li>a {
    border-radius: calc(4px*1) !important;
    overflow: hidden;
    display: block;
    height: 260px
}
@media(max-width: 1023px) {
    .parts_btn.btn_1 .parts_btn_wrap>li>a {
        border-radius: calc(2px*1) !important
    }
}
@media(max-width: 767px) {
    .parts_btn.btn_1 .parts_btn_wrap>li>a {
        height: 120px
    }
}
.parts_btn.btn_1 .parts_btn_wrap>li .text_wrap {
    position: absolute;
    margin: 0;
    color: var(--co_white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    padding-right: 60px
}
@media(max-width: 1023px) {
    .parts_btn.btn_1 .parts_btn_wrap>li .text_wrap {
        width: 90%
    }
}
.parts_btn.btn_1 .parts_btn_wrap>li .text_wrap .en {
    opacity: .6;
    font-size: .9em;
    display: inline-block;
    margin-bottom: 12px;
    font-family: "Josefin Sans", sans-serif
}
@media(max-width: 767px) {
    .parts_btn.btn_1 .parts_btn_wrap>li .text_wrap .en {
        font-size: .8em
    }
}
.parts_btn.btn_1 .parts_btn_wrap>li .text_wrap .ja {
    font-size: 1.6em;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    margin: 0
}
@media(max-width: 1023px) {
    .parts_btn.btn_1 .parts_btn_wrap>li .text_wrap .ja {
        font-size: 1.2em
    }
}
.widget_block .parts_btn.btn_1 .parts_btn_wrap>li .text_wrap .ja {
    border-bottom: 0;
    padding: 0;
    margin: 0
}
.widget_block .parts_btn.btn_1 .parts_btn_wrap>li .text_wrap .ja::after {
    content: none
}
.parts_btn.btn_1 .parts_btn_wrap>li .text_wrap::after {
    position: absolute;
    right: 0;
    bottom: 0;
    font: var(--fa-font-solid);
    content: "";
    background-color: var(--co_primary);
    color: var(--co_white);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media(max-width: 767px) {
    .parts_btn.btn_1 .parts_btn_wrap>li .text_wrap::after {
        width: 40px;
        height: 40px
    }
}
.parts_credit {
    background-color: #fff;
    padding: 20px 10px 10px;
    color: initial;
    border-radius: calc(4px*1) !important
}
@media(max-width: 1023px) {
    .parts_credit {
        border-radius: calc(2px*1) !important
    }
}
.clinic_info+.parts_credit {
    margin-top: 40px
}
.parts_credit .ttl {
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 12px
}
@media(max-width: 767px) {
    .parts_credit .ttl {
        font-size: 1.1em
    }
}
.parts_credit .credit_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
@media(max-width: 1023px) {
    .parts_credit .credit_wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.parts_credit .credit_wrap>li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px;
    margin-bottom: 0;
    width: 200px
}
.parts_credit .credit_wrap>li figure {
    margin-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media(max-width: 1023px) {
    .parts_credit .credit_wrap>li img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}
.parts_credit .credit_wrap>li p {
    text-align: center;
    font-size: .8em;
    color: #fff;
    background-color: #4b7495;
    margin-bottom: 0
}
.parts_credit .note {
    font-size: .8em;
    text-align: center;
    margin: 12px auto
}
div#toc_container {
    width: 100% !important;
    padding: 1.2em;
    border-radius: 10px;
    border: 2px solid #4b7495;
    background-color: #ebf2f9;
    counter-reset: number 0
}
div#toc_container .toc_title {
    font-family: "Shippori Mincho", serif;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 1.8em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}
@media(max-width: 767px) {
    div#toc_container .toc_title {
        font-size: 1.3em
    }
}
div#toc_container .toc_title .toc_toggle {
    margin-left: 1em;
    background-color: #ebf2f9;
    line-height: 1.4;
    font-size: .5em;
    padding: 2px 8px
}
div#toc_container .toc_title .toc_toggle .toc_brackets {
    display: none
}
div#toc_container .toc_list {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px 1em
}
@media(max-width: 767px) {
    div#toc_container .toc_list {
        margin: 0
    }
}
div#toc_container .toc_list>li {
    margin: 1em 0;
    font-weight: 500;
    position: relative;
    padding: 0;
    width: calc(50% - 20px);
    margin: 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: dotted 2px #4b7495;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
@media(max-width: 767px) {
    div#toc_container .toc_list>li {
        width: 100%
    }
}
div#toc_container .toc_list>li::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #666464;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    right: 15px;
    top: 1em;
    margin: auto
}
div#toc_container .toc_list>li a {
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: initial;
    display: block;
    padding: 10px calc(20px + 1em) 10px .7em;
    -webkit-transition: .3s all;
    transition: .3s all;
    line-height: 1.4
}
div#toc_container .toc_list>li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    color: #fff;
    background-color: #4b7495;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 32px;
    height: 32px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media(max-width: 767px) {
    div#toc_container .toc_list>li::before {
        width: 28px;
        height: 28px
    }
}
.parts_sns {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px
}
.parts_sns a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2em;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 10px
}
.parts_sns a:hover {
    text-decoration: none;
    opacity: .8
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb {
    font-size: .8em
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb ul {
    width: 100%
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb li {
    opacity: .8
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb li+li {
    position: relative;
    padding-left: 20px
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb li+li::before {
    position: absolute;
    left: 4px;
    top: 50%;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb a {
    display: inline-block;
    text-decoration: none
}
.parts_breadcrumb.breadcrumb_1 .breadcrumb span {
    white-space: nowrap
}
.cs_pagination_archive_1 .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}
@media(max-width: 767px) {
    .cs_pagination_archive_1 .pagination {
        margin-top: 40px
    }
}
.cs_pagination_archive_1 .page-numbers {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    color: var(--co_7);
    font-family: "Outfit", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_10);
    border-radius: 100%
}
@media(max-width: 767px) {
    .cs_pagination_archive_1 .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}
.cs_pagination_archive_1 .page-numbers:hover,
.cs_pagination_archive_1 .current {
    color: var(--co_1);
    background-color: var(--co_7)
}
.cs_pagination_archive_1 .dots,
.cs_pagination_archive_1 .dots:hover {
    color: #c2d678;
    background-color: rgba(0, 0, 0, 0)
}
.cs_pagination_archive_1 .prev,
.cs_pagination_archive_1 .next {
    content: ""
}
.cs_pagination_archive_1 .prev::before,
.cs_pagination_archive_1 .next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--co_7);
    border-right: 2px solid var(--co_7);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.cs_pagination_archive_1 .prev:hover::before,
.cs_pagination_archive_1 .next:hover::before {
    border-color: var(--co_1)
}
.cs_pagination_archive_1 .prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.parts_schedule .note_wrap {
    border-top: 1px solid rgba(90, 81, 81, .2);
    padding-top: 12px;
    margin-top: 6px
}
.parts_cta.cta_1 {
    width: 100vw;
    padding: 60px calc(50vw - 50%);
    margin: 0px calc(50% - 50vw);
    background: url("../img/clinic.jpg");
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #26292b
}
.parts_cta.cta_1 .tel_link {
    text-decoration: none;
    font-size: 3.2em
}
@media(max-width: 1023px) {
    .parts_cta.cta_1 .tel_link {
        font-size: 2.6em
    }
}
.parts_cta.cta_1 .tel_link:hover {
    text-decoration: none
}
.parts_cta.cta_1 .tel_link i {
    font-size: .7em;
    margin-right: .5em
}
.parts_header.header_1 {
    background-color: hsla(0, 0%, 100%, .8);
    height: clamp(63.5px, 8vw, 100px)
}
.scrolled .parts_header.header_1 {
    height: clamp(63.5px, 6.4vw, 96px)
}
.scrolled .parts_header.header_1.bg_active {
    overflow: visible
}
.scrolled .parts_header.header_1 {
    background-color: hsla(0, 0%, 100%, .6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden
}
.scrolled .parts_header.header_1.bg_active {
    overflow: visible
}
.scrolled .parts_header.header_1 .header_sc_off {
    position: relative
}
.scrolled .parts_header.header_1 .header_cont {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100vw;
    z-index: -100
}
.scrolled .parts_header.header_1 .header_cont a {
    pointer-events: none
}
.scrolled .parts_header.header_1 .header_logo {
    max-width: 100%
}
@media(min-width: 1024px) {
    .scrolled .parts_header.header_1 .header_logo a img {
        width: 240px
    }
}
.parts_header.header_1 .header_description {
    margin-bottom: 8px;
    font-size: .7em;
    color: rgba(102, 100, 100, .7);
    line-height: 1.4;
    letter-spacing: 0
}
@media(max-width: 767px) {
    .parts_header.header_1 .header_description {
        font-size: .6em;
        margin-bottom: 2px
    }
}
@media(max-width: 374px) {
    .parts_header.header_1 .header_description {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
        clip-path: inset(0px 0px 99.9% 99.9%);
        overflow: hidden;
        height: 1px;
        width: 1px;
        padding: 0;
        border: 0
    }
}
.parts_header.header_1 .header_logo {
    position: relative;
    margin: 0 20px;
    max-height: calc(100% - 20px);
    max-width: calc(100vw - 810px);
    z-index: 1
}
@media(max-width: 1023px) {
    .parts_header.header_1 .header_logo {
        max-width: initial
    }
}
@media(max-width: 767px) {
    .parts_header.header_1 .header_logo {
        margin: 0 16px
    }
}
.parts_header.header_1 .header_logo a {
    display: inline-block
}
.parts_header.header_1 .header_logo a img {
    max-width: 240px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
@media(min-width: 1680px) {
    .parts_header.header_1 .header_logo a img {
        width: 320px
    }
}
@media(max-width: 1023px) {
    .parts_header.header_1 .header_logo a img {
        width: 240px
    }
}
@media(max-width: 767px) {
    .parts_header.header_1 .header_logo a img {
        width: 190px
    }
}
.parts_header.header_1 .header_btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .3em
}
.parts_header.header_1 .header_btn_wrap+.header_menu_wrap {
    margin-top: 0
}
.scrolled .parts_header.header_1 .header_btn_wrap a {
    pointer-events: none
}
.parts_header.header_1 .reservation_wrap .tel {
    margin-right: 20px;
    font-size: 1.8em;
    white-space: nowrap
}
@media(min-width: 1680px) {
    .parts_header.header_1 .reservation_wrap .tel {
        font-size: 2em
    }
}
.parts_header.header_1 .reservation_wrap .tel a {
    vertical-align: sub;
    text-decoration: none
}
.parts_header.header_1 .reservation_wrap .tel i {
    margin-right: 4px;
    vertical-align: initial;
    font-size: .8em
}
.parts_header.header_1 .reservation_wrap .cs_btn_wrap .btn_link[target=_blank]::after {
    content: none
}
.parts_header.header_1 .header_toggle_wrap {
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.parts_header.header_1 .header_toggle_wrap .btn_toggle {
    position: relative;
    margin-left: 20px;
    width: clamp(63.5px, 8vw, 100px);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4b7495;
    cursor: pointer;
    z-index: 1000;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
@media(min-width: 1024px) {
    .scrolled .parts_header.header_1 .header_toggle_wrap .btn_toggle {
        width: clamp(63.5px, 6.4vw, 96px);
        height: 100%
    }
    .scrolled .parts_header.header_1 .header_toggle_wrap .btn_toggle .icon {
        font-size: 1.6em
    }
    .scrolled .parts_header.header_1 .header_toggle_wrap .btn_toggle .txt {
        font-size: .8em
    }
}
.parts_header.header_1 .header_toggle_wrap .btn_toggle .icon {
    line-height: 1;
    font-size: 2em
}
@media(max-width: 1023px) {
    .parts_header.header_1 .header_toggle_wrap .btn_toggle .icon {
        font-size: 1.5em
    }
}
.parts_header.header_1 .header_toggle_wrap .btn_toggle .icon::before {
    display: inline-block;
    font: var(--fa-font-solid);
    content: "";
    -webkit-transition: all .4s;
    transition: all .4s
}
.parts_header.header_1 .header_toggle_wrap .btn_toggle.active .icon::before {
    font: var(--fa-font-solid);
    content: ""
}
.parts_header.header_1 .header_toggle_wrap .btn_toggle .txt {
    font-size: .8em;
    margin: 4% 0 -7%;
    font-weight: bold
}
@media(max-width: 1023px) {
    .parts_header.header_1 .header_toggle_wrap .btn_toggle .txt {
        font-size: .6em
    }
}
.parts_header.header_1 .header_sp_menu_wrap {
    width: 490px;
    max-width: 100%;
    background: #4c7494;
    -webkit-box-shadow: -10px 1px 20px rgba(102, 100, 100, .15);
    box-shadow: -10px 1px 20px rgba(102, 100, 100, .15)
}
.parts_header.header_1 .header_sp_menu_wrap ul {
    width: 100%;
    margin-top: clamp(50px, 10vh, 150px)
}
@media(max-width: 767px) {
    .parts_header.header_1 .header_sp_menu_wrap ul {
        margin-top: 80px
    }
}
.parts_header.header_1 .header_sp_menu_wrap ul>li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #fff
}
.parts_header.header_1 .header_sp_menu_wrap ul>li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 1em 2em 1em 0;
    display: block;
    font-size: 1.1em
}
.parts_header.header_1 .header_sp_menu_wrap ul>li a::after {
    position: absolute;
    right: 1em;
    top: 1.25em;
    bottom: 0;
    margin: auto;
    font-size: 1em;
    font: var(--fa-font-solid);
    content: ""
}
.parts_header.header_1 .header_sp_menu_wrap ul>li.menu-item-has-children>a::after {
    content: ""
}
.parts_header.header_1 .header_sp_menu_wrap ul>li.menu-item-has-children .sub-menu {
    margin: 0 0 1.5em;
    padding-left: 1em;
    font-size: .9em;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none
}
.parts_header.header_1 .header_sp_menu_wrap ul>li.menu-item-has-children .sub-menu>li {
    border: none
}
.parts_header.header_1 .header_sp_menu_wrap ul>li.menu-item-has-children .sub-menu a {
    padding: .6em 1.5em .6em
}
.parts_header.header_1 .header_sp_menu_wrap ul>li.menu-item-has-children .sub-menu a::after {
    right: initial;
    left: 0;
    top: 1em
}
.parts_header.header_1 .header_sp_menu_wrap ul>li.menu-item-has-children.active>a::after {
    content: ""
}
.parts_header.header_1 .header_menu_wrap {
    margin-right: -0.7em
}
.parts_header.header_1 .header_menu_wrap a {
    pointer-events: auto
}
.scrolled .parts_header.header_1 .header_menu_wrap a {
    pointer-events: none
}
.parts_header.header_1 .header_menu_wrap nav>ul>li {
    padding: 2px
}
.parts_header.header_1 .header_menu_wrap nav>ul>li a {
    display: block;
    padding: .7em .7em .4em .7em;
    font-size: .95em;
    text-decoration: none;
    line-height: 1.5;
    white-space: nowrap
}
@media(max-width: 767px) {
    .parts_header.header_1 .header_menu_wrap nav>ul>li a {
        white-space: initial
    }
}
@media(min-width: 1680px) {
    .parts_header.header_1 .header_menu_wrap nav>ul>li a {
        font-size: 1em
    }
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children {
    position: relative
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children>a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children>a::after {
    margin-left: .5em;
    font: var(--fa-font-solid);
    content: "";
    color: #4b7495
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 10;
    visibility: visible
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children:hover .sub-menu a {
    pointer-events: auto
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children .sub-menu {
    position: absolute;
    top: min(4vw, 51px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    padding: 0;
    background-color: #ebf2f9;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: block;
    min-width: 13em;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05);
    box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05)
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children .sub-menu::before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #ebf2f9
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children .sub-menu>li {
    padding: 0
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children .sub-menu>li+li {
    border-top: 2px solid rgba(64, 138, 193, .1)
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children .sub-menu>li>a {
    pointer-events: none;
    position: relative;
    padding: .8em 2em .8em .8em;
    font-size: .9em;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children .sub-menu>li>a:hover {
    background-color: rgba(64, 138, 193, .1);
    opacity: 1
}
.parts_header.header_1 .header_menu_wrap nav>ul>li.menu-item-has-children .sub-menu>li>a::after {
    position: absolute;
    right: .8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    font: var(--fa-font-solid);
    content: "";
    color: #4b7495
}
.parts_page_mv.page_mv_1 .page_mv_img {
    position: relative;
    min-height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../img/bg_img_1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
@media(max-width: 767px) {
    .parts_page_mv.page_mv_1 .page_mv_img {
        min-height: initial;
        height: 160px
    }
}
.parts_page_mv.page_mv_1 .page_mv_img::after {
    content: "";
    background-color: rgba(112, 176, 215, .6);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.parts_page_mv.page_mv_1 .ttl_wrap {
    position: relative;
    font-weight: 500;
    z-index: 1
}
.parts_page_mv.page_mv_1 .ttl_wrap .ja {
    font-size: 2em
}
@media(max-width: 767px) {
    .parts_page_mv.page_mv_1 .ttl_wrap .ja {
        font-size: 1.6em
    }
}
.parts_page_mv.page_mv_1 .ttl_wrap .en {
    text-transform: capitalize
}
.btn_page_top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 2;
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
}
@media(max-width: 767px) {
    .btn_page_top {
        bottom: 70px
    }
}
.btn_page_top a {
    text-decoration: none;
    width: clamp(60px, 6vw, 80px);
    height: clamp(60px, 6vw, 80px);
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #428ac1;
    border-radius: 100px;
    color: #428ac1;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05);
    box-shadow: 0px 0px 10px 0px rgba(102, 100, 100, .05)
}
@media(max-width: 1023px) {
    .btn_page_top a {
        width: 60px;
        height: 60px
    }
}
.btn_page_top a i {
    color: #fff;
    font-size: 1.6em
}
@media(max-width: 767px) {
    .btn_page_top a i {
        font-size: 1.4em
    }
}
.btn_page_top a:hover {
    background: #777
}
.parts_footer.footer_1 .footer_menu_wrap .f_main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 260px;
    margin-right: -1em;
    margin-left: -1em
}
@media(max-width: 1023px) {
    .parts_footer.footer_1 .footer_menu_wrap .f_main-menu {
        height: 10em
    }
}
@media(max-width: 767px) {
    .parts_footer.footer_1 .footer_menu_wrap .f_main-menu {
        height: 20em
    }
}
@media(max-width: 374px) {
    .parts_footer.footer_1 .footer_menu_wrap .f_main-menu {
        height: 100%
    }
}
.parts_footer.footer_1 .footer_menu_wrap .f_main-menu>li {
    width: 26.6666666667%;
    margin: 0 1em;
    padding: .5em 0;
    font-size: 1.1em
}
@media(max-width: 1023px) {
    .parts_footer.footer_1 .footer_menu_wrap .f_main-menu>li {
        font-size: .9em
    }
}
@media(max-width: 767px) {
    .parts_footer.footer_1 .footer_menu_wrap .f_main-menu>li {
        width: 40%
    }
}
.parts_footer.footer_1 .footer_menu_wrap .f_main-menu>li a {
    text-decoration: none
}
.parts_footer.footer_1 .footer_menu_wrap .f_main-menu>li .sub-menu {
    margin-top: .2em;
    padding-left: .2em
}
.parts_footer.footer_1 .footer_menu_wrap .f_main-menu>li .sub-menu>li {
    position: relative;
    font-size: .9em;
    padding: .2em 0 .2em 1em
}
.parts_footer.footer_1 .footer_menu_wrap .f_main-menu>li .sub-menu>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
    margin-right: .4em
}
.parts_footer.footer_1 .footer_fixed_wrap {
    display: none
}
@media(max-width: 767px) {
    .parts_footer.footer_1 .footer_fixed_wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        z-index: 100;
        -webkit-box-shadow: 0px 15px 20px 7px rgba(102, 100, 100, .4);
        box-shadow: 0px 15px 20px 7px rgba(102, 100, 100, .4)
    }
    .parts_footer.footer_1 .footer_fixed_wrap ul {
        min-height: 60px
    }
    .parts_footer.footer_1 .footer_fixed_wrap ul a {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        line-height: 1;
        font-size: .8em
    }
    .parts_footer.footer_1 .footer_fixed_wrap ul a i {
        margin-bottom: 6px;
        font-size: 1.4em
    }
}
.parts_pager.pager_1 {
    border-top: 1px solid #e6e6e6;
    margin-top: 120px
}
@media(max-width: 767px) {
    .parts_pager.pager_1 {
        margin-top: 60px
    }
}
.parts_pager.pager_1 .pager_nav_wrap .pager_link {
    font-size: .9em
}
.parts_pager.pager_1 .pager_nav_wrap .pager_link>a {
    display: block;
    background-color: #ebf2f9;
    padding: 1em 1.5em;
    border-radius: calc(4px*1) !important;
    text-decoration: none;
    height: 100%
}
@media(max-width: 1023px) {
    .parts_pager.pager_1 .pager_nav_wrap .pager_link>a {
        border-radius: calc(2px*1) !important
    }
}
.parts_pager.pager_1 .pager_nav_wrap .pager_link.nav_previous .pager_link_text::before {
    background-color: #70b0d7;
    content: "";
    margin-right: .6em
}
.parts_pager.pager_1 .pager_nav_wrap .pager_link.nav_next .pager_link_text {
    text-align: right
}
.parts_pager.pager_1 .pager_nav_wrap .pager_link.nav_next .pager_link_text::after {
    background-color: #428ac1;
    content: "";
    margin-left: .6em
}
.parts_pager.pager_1 .pager_nav_wrap .pager_link_text {
    font-size: .9em;
    display: block;
    margin-bottom: 1em
}
.parts_pager.pager_1 .pager_nav_wrap .pager_link_text::before,
.parts_pager.pager_1 .pager_nav_wrap .pager_link_text::after {
    padding: 2px;
    border-radius: 50%;
    color: #fff;
    font: var(--fa-font-solid);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    font-size: .8em
}
.parts_pager.pager_1 .pager_nav_wrap .post_date {
    display: block;
    font-size: .9em
}
.parts_pagination.pagination_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.parts_pagination.pagination_1 a {
    text-decoration: none
}
.parts_pagination.pagination_1 .page-numbers {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ebf2f9;
    color: #4b7495;
    margin: 4px
}
@media(max-width: 767px) {
    .parts_pagination.pagination_1 .page-numbers {
        width: 30px;
        height: 30px
    }
}
.parts_pagination.pagination_1 .page-numbers.current {
    background-color: #4b7495;
    color: #fff
}
.parts_pagination.pagination_1 .page-numbers.prev,
.parts_pagination.pagination_1 .page-numbers.next {
    background-color: rgba(0, 0, 0, 0)
}
.sec_contact_wrap {
    background-color: #ebf2f9;
    padding: 50px 60px
}
@media(max-width: 1023px) {
    .sec_contact_wrap {
        padding: 40px 30px
    }
}
@media(max-width: 767px) {
    .sec_contact_wrap {
        padding: 20px 10px
    }
}
.sec_contact_wrap .wpcf7-form input,
.sec_contact_wrap .wpcf7-form textarea,
.sec_contact_wrap .wpcf7-form select {
    background-color: #fff;
    border: none
}
.sec_contact_wrap p {
    margin-bottom: 0
}
.sec_contact_wrap .title {
    margin-bottom: 8px
}
.sec_contact_wrap .box {
    padding: 16px 12px 20px;
    border-bottom: 1px #e6e6e6 solid
}
.sec_contact_wrap .box:first-child {
    border-top: 1px #e6e6e6 solid
}
.sec_contact_wrap .required .title {
    position: relative
}
.sec_contact_wrap .required .title::after {
    content: "必須";
    background-color: #4b7495;
    padding: 0 6px;
    display: inline-block;
    margin-left: 6px;
    color: #fff;
    font-size: .7em;
    line-height: 1.6;
    border-radius: 2px
}
.sec_contact_wrap .note {
    font-size: .8em;
    opacity: .8;
    display: block
}
.sec_contact_wrap .child_box {
    padding-left: 20px
}
.sec_contact_wrap .child_box .box p {
    margin-bottom: .6em
}
.sec_contact_wrap .btn {
    margin: 20px auto 0
}
.info_list_table th {
    width: 7em;
    padding-right: 1em
}
.info_list_table tr {
    display: block;
    margin-top: .6em
}
.sec_post_wrap .cont {
    height: 100%
}
.sec_post_wrap .parts_post_list.post_list_1 .postList a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.sec_post_wrap .parts_post_list.post_list_1 .postList_title {
    padding-left: 0
}
.cs_parts_bg.__sec {
    background-color: #fff
}
.parts_credit {
    border: 4px solid #4c7494
}
.parts_header.header_1 .header_logo {
    position: static
}
.parts_header.header_1 .header_logo a img {
    max-width: 240px
}
.scrolled .header_description {
    display: none
}
.header_description {
    position: absolute;
    top: clamp(75px, 10vw, 130px);
    text-align: right;
    right: clamp(10px, 2vw, 40px);
    left: auto;
    width: 100%;
    color: #fff !important
}
.radius_5,
.img-radius_5 img {
    border-radius: 1rem !important
}
@media(max-width: 767px) {
    .radius_5,
    .img-radius_5 img {
        border-radius: .6rem !important
    }
}
.emp {
    display: inline-block;
    line-height: 18px;
    padding: 0 3px;
    background-color: #f6f581;
    border-radius: 3px
}
.cs_ttl-l,
.h_ttl {
    color: #4b7495 !important
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Shippori Mincho", serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}
.h_ttl {
    position: relative;
    padding-top: 50px !important;
    font-weight: bold
}
.h_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url("../img/logo_mk.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px
}
.parts_slide.slide_1 .item .ttl_wrap {
    text-align: center;
    top: 30%;
    width: 100%;
    left: 0;
    bottom: auto
}
.parts_slide.slide_1 .item .ttl_wrap .main_txt {
    font-size: 2em
}
@media(max-width: 1023px) {
    .parts_slide.slide_1 .item .ttl_wrap .main_txt {
        font-size: 1.6em
    }
}
.round {
    width: 100%;
    margin-top: 40px
}
@media(max-width: 1023px) {
    .round {
        margin-top: 10px
    }
}
.round .inner {
    margin: auto;
    max-width: 600px
}
.round .inner ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}
@media(max-width: 1023px) {
    .round .inner ul {
        gap: 0px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
    .round .inner ul .item1 {
        grid-column: 1/2;
        grid-row: 2/3
    }
    .round .inner ul .item2 {
        grid-column: 1/3;
        grid-row: 1/2
    }
    .round .inner ul .item3 {
        grid-column: 2/3;
        grid-row: 2/3
    }
}
.round .inner ul li span {
    margin: auto;
    text-align: center;
    aspect-ratio: 1/1;
    border-radius: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center 45px;
    padding-top: 70px
}
@media(max-width: 1023px) {
    .round .inner ul li span {
        font-size: .8rem;
        padding: 10px;
        min-width: 120px;
        max-width: 120px;
        padding-top: 40px;
        background-size: 30px;
        background-position: center 25px
    }
}
@media(max-width: 1023px) {
    .round .inner ul li.item1 {
        margin-top: -5%
    }
}
.round .inner ul li.item1 span {
    background-color: #4b7495;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23ffffff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C4h-1.1839c-.41333-1.16248-1.51147-1.99945-2.8161-2h-2c-1.30463.00055-2.40277.83752-2.8161%2C2h-1.1839c-1.65723.00067-2.99933%2C1.34277-3%2C3v12c.00067%2C1.65723%2C1.34277%2C2.99933%2C3%2C3h10c1.65723-.00067%2C2.99933-1.34277%2C3-3V7c-.00067-1.65723-1.34277-2.99933-3-3ZM11%2C4h2c.55188.00098.99902.44812%2C1%2C1-.00098.55188-.44812.99902-1%2C1h-2c-.55188-.00098-.99902-.44812-1-1%2C.00098-.55188.44812-.99902%2C1-1ZM18%2C19c-.00098.55188-.44812.99902-1%2C1H7c-.55188-.00098-.99902-.44812-1-1V7c.00098-.55188.44812-.99902%2C1-1h1.1839c.41333%2C1.16248%2C1.51147%2C1.99945%2C2.8161%2C2h2c1.30463-.00055%2C2.40277-.83752%2C2.8161-2h1.1839c.55188.00098.99902.44812%2C1%2C1v12Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2C13h-1v-1c0-.55231-.44769-1-1-1s-1%2C.44769-1%2C1v1h-1c-.55231%2C0-1%2C.44769-1%2C1s.44769%2C1%2C1%2C1h1v1c0%2C.55231.44769%2C1%2C1%2C1s1-.44769%2C1-1v-1h1c.55231%2C0%2C1-.44769%2C1-1s-.44769-1-1-1Z%22%2F%3E%3C%2Fsvg%3E")
}
@media(max-width: 1023px) {
    .round .inner ul li.item2 {
        margin-bottom: -5%
    }
}
.round .inner ul li.item2 span {
    background-color: #428ac1;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23ffffff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M21%2C20h-1V5c-.00067-1.65723-1.34277-2.99933-3-3H7c-1.65723.00067-2.99933%2C1.34277-3%2C3v15h-1c-.55231%2C0-1%2C.44769-1%2C1s.44769%2C1%2C1%2C1h18c.55231%2C0%2C1-.44769%2C1-1s-.44769-1-1-1ZM6%2C5c.00098-.55188.44812-.99902%2C1-1h10c.55188.00098.99902.44812%2C1%2C1v15h-2v-3c-.00067-1.65723-1.34277-2.99933-3-3h-2c-1.65723.00067-2.99933%2C1.34277-3%2C3v3h-2V5ZM14%2C20h-4v-3c.00098-.55188.44812-.99902%2C1-1h2c.55188.00098.99902.44812%2C1%2C1v3Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C10h1v1c0%2C.55231.44769%2C1%2C1%2C1s1-.44769%2C1-1v-1h1c.55231%2C0%2C1-.44769%2C1-1s-.44769-1-1-1h-1v-1c0-.55231-.44769-1-1-1s-1%2C.44769-1%2C1v1h-1c-.55231%2C0-1%2C.44769-1%2C1s.44769%2C1%2C1%2C1Z%22%2F%3E%3C%2Fsvg%3E")
}
@media(max-width: 1023px) {
    .round .inner ul li.item3 {
        margin-top: -5%
    }
}
.round .inner ul li.item3 span {
    background-color: #70b0d7;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23ffffff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M21.34924%2C6.46899c-.52216-.73065-1.15753-1.34314-1.89349-1.77936-.73413-.43604-1.57489-.69055-2.45575-.68964H3c-1.10498.00067-1.99933.89502-2%2C2v11c0%2C.26331.10669.52087.29291.70709s.44379.29291.70709.29291h1.1839c.41333%2C1.16248%2C1.51147%2C1.99945%2C2.8161%2C2%2C1.30463-.00055%2C2.40277-.83752%2C2.8161-2h6.3678c.41333%2C1.16248%2C1.51147%2C1.99945%2C2.8161%2C2%2C1.30463-.00055%2C2.40277-.83752%2C2.8161-2h1.1839c.26331%2C0%2C.52087-.10669.70709-.29291s.29291-.44379.29291-.70709v-5c-.00214-2.12604-.60864-4.06757-1.65076-5.53101ZM20.24548%2C8.52081c.3465.71698.59088%2C1.56171.69586%2C2.47919h-2.63293l-1.06403-4.96552c.40979.03857.80719.14905%2C1.19232.37604.69049.40662%2C1.34033%2C1.13708%2C1.80878%2C2.11029ZM8%2C9v-3h3v3h-3ZM13%2C6h2.19159l.64288%2C3h-2.83447v-3ZM6%2C6v3h-3v-3h3ZM6%2C18c-.55188-.00098-.99902-.44812-1-1%2C.00098-.55188.44812-.99902%2C1-1%2C.55188.00098.99902.44812%2C1%2C1-.00098.55188-.44812.99902-1%2C1ZM18%2C18c-.55188-.00098-.99902-.44812-1-1%2C.00098-.55188.44812-.99902%2C1-1%2C.55188.00098.99902.44812%2C1%2C1-.00098.55188-.44812.99902-1%2C1ZM20.8161%2C16c-.41333-1.16248-1.51147-1.99945-2.8161-2-1.30463.00055-2.40277.83752-2.8161%2C2h-6.3678c-.41333-1.16248-1.51147-1.99945-2.8161-2-1.30463.00055-2.40277.83752-2.8161%2C2h-.1839v-5h13.26306l.25916%2C1.20953c.09869.46051.50677.79047.97778.79047h3.5v3h-.1839Z%22%2F%3E%3C%2Fsvg%3E")
}
.info_photo {
    background-image: url("../img/clinic.jpg");
    background-position: center center;
    background-repeat: no-repeat
}
@media(max-width: 1023px) {
    .info_photo {
        height: 200px
    }
}
.table_box {
    background-color: rgba(134, 198, 242, .3);
    padding: 1rem 1rem 1rem 1.8rem;
    border-radius: 1rem
}
.note_wrap {
    margin-top: .4rem;
    margin-right: .3rem;
    font-weight: bold
}
.home .parts_post_list.post_list_2 .postList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
@media(max-width: 1023px) {
    .home .parts_post_list.post_list_2 .postList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .home .parts_post_list.post_list_2 .postList li {
        width: 100%
    }
}
.column_flex3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px
}
@media(max-width: 767px) {
    .column_flex3 {
        gap: 20px
    }
}
.column_flex3 li {
    width: 100%;
    max-width: 400px
}
@media(max-width: 767px) {
    .column_flex3 li {
        max-width: 100%
    }
}
.home_features_list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    text-align: justify
}
@media(max-width: 767px) {
    .home_features_list ul li {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        grid-template-rows: auto auto;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        row-gap: 0
    }
    .home_features_list ul li .photo {
        grid-column: 1/1;
        grid-row: 1/3
    }
    .home_features_list ul li .ttl {
        grid-column: 2/3;
        grid-row: 1/2
    }
    .home_features_list ul li .txt {
        grid-column: 2/3;
        grid-row: 2/3
    }
}
.home_features_list ul li .photo {
    width: 100%;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
@media(max-width: 767px) {
    .home_features_list ul li .photo {
        aspect-ratio: 4/3
    }
}
.home_features_list ul li .ttl {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: #4b7495;
    font-family: "Shippori Mincho", serif;
    text-align: center
}
@media(max-width: 767px) {
    .home_features_list ul li .ttl {
        text-align: left
    }
}
.home_features_list ul li.item_01 .photo {
    background-image: url("../img/gallery_slide_8.jpg")
}
.home_features_list ul li.item_02 .photo {
    background-image: url("../img/gallery_slide_4.jpg")
}
.home_features_list ul li.item_03 .photo {
    background-image: url("../img/gallery_slide_12.jpg")
}
.home_features_list ul li.item_04 .photo {
    background-image: url("https://test.krc-satsunai.jp/wp-content/uploads/2021/07/AdobeStock_71273193-scaled-1.jpeg")
}
.home_features_list ul li.item_05 .photo {
    background-image: url("../img/gallery_slide_1.jpg")
}