@-webkit-keyframes global_anim_1 {
    100% {
        opacity: 0;
        visibility: hidden
    }
}
@keyframes global_anim_1 {
    100% {
        opacity: 0;
        visibility: hidden
    }
}
div {
    line-height: 1;
    letter-spacing: 0
}
*, *:before, *:after {
    font-size: 100%;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
*:not(div):not(br) {
    line-height: 1.6;
    letter-spacing: 0.05em
}
#wpadminbar *:before, #wpadminbar *:after {
    line-height: 1
}
h1, h2, h3, h4, h5, h6, li {
    letter-spacing: 0.075em
}
section, article, aside, footer, header, nav, main, time {
    display: block
}
address {
    font-style: normal
}
ul, ol {
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em
}
*:not(div) > span, *:not(div) > button, *:not(div) > strong, *:not(div) > small, *:not(div) > em, *:not(div) > b, *:not(div) > a {
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit
}
button {
    cursor: pointer;
    background-color: transparent
}
a {
    color: inherit;
    text-decoration: none
}
a.-blank {
    pointer-events: none;
    cursor: default;
    opacity: 0.6
}
img, iframe {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}
iframe {
    width: 100%;
    height: 300px
}
@media (max-width: 769px) {
    iframe {
        height: 200px
    }
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}
table .-vt {
    vertical-align: top !important
}
small {
    font-size: 0.7em
}
html {
    font-size: 62.5%
}
body {
    font-size: 1.6rem;
    font-family: "Verdana", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "meiryo", sans-serif;
    font-weight: 400;
    color: #221815;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    min-width: calc(1008px + 40px)
}
@media (max-width: 769px) {
    body {
        -webkit-text-size-adjust: 100%;
        width: 100%;
        min-width: 320px
    }
}
@media (min-width: 770px) {
    body.logged-in {
        margin-top: calc(60px + 32px)
    }
}
body.-toggleNavOpn {
    overflow: hidden
}
body:after {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200
}
html.-opening body:after {
    content: "";
    background-color: #c0b9a5;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: global_anim_1;
    animation-name: global_anim_1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
body:before {
    width: 1px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    background-color: #3bffff;
    margin: auto
}
p {
    letter-spacing: 0.075em
}
sup {
    font-size: 0.7em;
    vertical-align: top
}
.st_spBlock, .st_spInBlock, .st_spInline, .st_spTable, .st_spTableCell, .st_spFlex {
    display: none
}
.st_pcBlock {
    display: block
}
.st_pcInBlock {
    display: inline-block
}
.st_pcInline {
    display: inline
}
.st_pcTable {
    display: table
}
.st_pcTableCell {
    display: table-cell
}
.st_pcFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 769px) {
    .st_pcBlock, .st_pcInBlock, .st_pcInline, .st_pcTable, .st_pcTableCell, .st_pcFlex {
        display: none
    }
    .st_spBlock {
        display: block
    }
    .st_spInBlock {
        display: inline-block
    }
    .st_spInline {
        display: inline
    }
    .st_spTable {
        display: table
    }
    .st_spTableCell {
        display: table-cell
    }
    .st_spFlex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.st_btnSbmt {
    height: 50px;
    background-color: #efefef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer
}
.st_select {
    position: relative
}
.st_select:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 15px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256.1' height='149'%3E%3Cpath fill='%23c0b9a5' d='M136.5 3.5l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 43.1 27.6 145.3c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    pointer-events: none
}
.st_select select {
    width: 100%;
    height: 50px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fefefe;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer
}
.st_select select::-ms-expand {
    display: none
}
.st_select option {
    padding: 10px
}
.st_iptxt {
    width: 100%;
    height: 45px;
    background-color: #fefefe;
    padding: 15px 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.st_iptxt::-webkit-input-placeholder {
    font-weight: bold;
    color: rgba(192, 185, 165, 0.4)
}
.st_iptxt:-ms-input-placeholder {
    font-weight: bold;
    color: rgba(192, 185, 165, 0.4)
}
.st_iptxt::-ms-input-placeholder {
    font-weight: bold;
    color: rgba(192, 185, 165, 0.4)
}
.st_iptxt::placeholder {
    font-weight: bold;
    color: rgba(192, 185, 165, 0.4)
}
@media (max-width: 769px) {
    .st_iptxt::-webkit-input-placeholder {
        padding-top: 0.1em
    }
}
.st_iptxt:focus, textarea:focus {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1)
}
.st_iptxt, textarea {
    border: 1px solid #ccc
}
textarea {
    line-height: 1.6;
    display: block;
    width: 100%;
    height: 200px;
    padding: 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical
}
@media (max-width: 769px) {
    textarea {
        height: 100px
    }
}
.st_ipradi {
    display: none
}
.st_ipradi:checked + span {
    color: #009a9a
}
.st_ipradi:checked + span:before {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
.st_ipradi:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.st_ipradi + span {
    display: inline-block;
    padding-left: calc(1em + 5px);
    position: relative;
    cursor: pointer
}
.st_ipradi + span:before, .st_ipradi + span:after {
    -webkit-transition: 0.2s;
    transition: 0.2s
}
.st_ipradi + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #999;
    border-radius: 50%
}
.st_ipradi + span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #009a9a;
    border: 1px solid #999;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 0.2em #fefefe;
    box-shadow: inset 0 0 0 0.2em #fefefe;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
.st_ipchk {
    display: none;
    padding: 6px
}
.st_ipchk:checked + span:after {
    top: -0.1rem;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}
.st_ipchk + span {
    position: relative;
    display: inline-block;
    padding-left: calc(1em + 5px);
    cursor: pointer
}
.st_ipchk + span:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    display: block;
    background: #fefefe;
    width: 1em;
    height: 1em;
    border: 2px solid #ccc
}
.st_ipchk + span:after {
    content: "";
    display: block;
    width: 1em;
    height: 0.7em;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 3px solid #e71063;
    border-bottom: 3px solid #e71063;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    -webkit-transition: 0.1s;
    transition: 0.1s
}
.st_tac {
    text-align: center !important
}
.st_tal {
    text-align: left !important
}
.st_tar {
    text-align: right !important
}
.st_tdu {
    text-decoration: underline;
    word-break: break-all
}
.st_fl {
    float: left
}
.st_fr {
    float: right
}
.st_cb {
    clear: both
}
.st_dn {
    display: none
}
.st_db {
    display: block
}
.st_ib {
    display: inline-block
}
.st_cf:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}
.st_ofi {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover
}
.st_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: rgba(254, 254, 254, 0.85);
    display: none
}
.st_respoThumb {
    position: relative;
    padding-top: 60%;
    overflow: hidden
}
.st_respoThumb__img {
    position: absolute;
    top: 0;
    left: 0
}
.st_mainContent {
    width: 1008px;
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 769px) {
    .st_mainContent {
        width: 100%
    }
}
.st_mainContent.-lager01 {
    width: 1280px
}
@media (max-width: 769px) {
    .st_mainContent.-lager01 {
        width: 100%
    }
}
.st_mainContent.-smaller01 {
    width: 800px;
    text-align: center;
}
@media (max-width: 769px) {
    .st_mainContent.-smaller01 {
        width: 100%
    }
}
.st_mainContent.-smaller02 {
    width: 768px
}
@media (max-width: 769px) {
    .st_mainContent.-smaller02 {
        width: 100%
    }
}
.st_the_content * {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.06em;
    word-break: break-all
}
@media (max-width: 769px) {
    .st_the_content * {
        font-size: 1.3rem;
        line-height: 2
    }
}
.st_the_content * span {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit
}
.st_the_content br {
    margin: 0
}
.st_the_content hr {
    border-bottom: 1px solid #ccc
}
.st_the_content h1, .st_the_content h2, .st_the_content h3, .st_the_content h4, .st_the_content h5, .st_the_content h6 {
    font-weight: bold;
    margin: 1em 0
}
.st_the_content h1 {
    font-size: 2.8rem;
    line-height: 2;
    color: #c0b9a5;
    padding: 5px 20px;
    border-top: 3px solid #c0b9a5;
    border-bottom: 3px solid #c0b9a5
}
@media (max-width: 769px) {
    .st_the_content h1 {
        font-size: 2rem
    }
}
.st_the_content h2 {
    font-size: 2.6rem;
    line-height: 1.8;
    color: #c0b9a5;
    padding: 0 15px;
    border-left: 7px solid #c0b9a5
}
@media (max-width: 769px) {
    .st_the_content h2 {
        font-size: 1.8rem
    }
}
.st_the_content h3 {
    font-size: 2.4rem;
    line-height: 1.8;
    color: #c0b9a5
}
@media (max-width: 769px) {
    .st_the_content h3 {
        font-size: 1.8rem;
        line-height: 1.6
    }
}
.st_the_content h4 {
    font-size: 2.6rem
}
@media (max-width: 769px) {
    .st_the_content h4 {
        font-size: 1.8rem
    }
}
.st_the_content h5 {
    font-size: 2.4rem
}
@media (max-width: 769px) {
    .st_the_content h5 {
        font-size: 1.7rem
    }
}
.st_the_content h6 {
    font-size: 2.2rem
}
@media (max-width: 769px) {
    .st_the_content h6 {
        font-size: 1.6rem
    }
}
.st_the_content p {
    margin: 1em 0
}
@media (max-width: 769px) {
    .st_the_content h1, .st_the_content h2, .st_the_content h3, .st_the_content h4, .st_the_content h5, .st_the_content h6, .st_the_content p {
        margin: 0.7em 0
    }
}
@media (max-width: 769px) {
    .st_the_content .wp-caption {
        width: 100% !important
    }
}
.st_the_content .wp-caption-text {
    font-size: 0.8em;
    color: #666;
    margin: 0;
    margin-top: 5px
}
.st_the_content strong, .st_the_content strong * {
    font-size: inherit
}
.st_the_content em, .st_the_content em * {
    font-size: inherit;
    font-style: italic
}
.st_the_content a {
    color: #c0b9a5;
    font-size: inherit;
    text-decoration: underline;
    word-break: break-all
}
@media (min-width: 770px) {
    .st_the_content a:hover {
        text-decoration: none
    }
}
.st_the_content blockquote {
    background: #f9fafc;
    padding: 1em 2em;
    border: 1px solid #aaa;
    margin: 1.5em 0
}
.st_the_content img {
    max-width: 100%;
    height: auto
}
.st_the_content .alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 15px
}
.st_the_content .alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px
}
@media (max-width: 769px) {
    .st_the_content .alignright, .st_the_content .alignleft {
        width: 47% !important
    }
}
.st_the_content .aligncenter {
    display: block;
    margin: 0 auto
}
.st_the_content table, .st_the_content table th, .st_the_content table td {
    padding: 10px;
    border: 1px solid
}
@media (max-width: 769px) {
    .st_the_content table, .st_the_content table th, .st_the_content table td {
        table-layout: fixed
    }
}
.st_the_content iframe {
    max-width: 100%
}
@media (max-width: 769px) {
    .st_the_content iframe {
        padding: 5px
    }
}
.st_the_content .gallery a {
    cursor: default;
    pointer-events: none
}
.st_group.-normal {
    padding-top: 90px;
    padding-bottom: 90px
}
@media (max-width: 769px) {
    .st_group.-normal {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}
.st_group.-normal2 {
    padding-top: 90px;
    padding-bottom: 0px
}
@media (max-width: 769px) {
    .st_group.-normal2 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
    }
}
.st_group[class*='-bgi'] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.st_group[class*='insertBgi'] {
    position: relative;
    padding-top: 335px
}
@media (max-width: 769px) {
    .st_group[class*='insertBgi'] {
        padding-top: 170px
    }
}
.st_group[class*='insertBgi']:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 245px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
@media (max-width: 769px) {
    .st_group[class*='insertBgi']:before {
        height: 120px
    }
}
.st_group.-insertBgi01:before {
    background-image: url(../images/cs_st_group_insertBgi01.jpg)
}
@media (max-width: 769px) {
    .st_group.-insertBgi01:before {
        background-image: url(../images/cs_st_group_insertBgi01_sp.jpg)
    }
}
.st_group__child {
    margin-top: 60px
}
@media (max-width: 769px) {
    .st_group__child {
        margin-top: 50px
    }
}
.st_group__child [class*='title_'] + {
    margin-top: 0
}
@media (max-width: 769px) {
    .st_group__child > .st_group__child {
        margin-top: 30px
    }
}
.title_primary_1 {
    font-size: 4rem;
    margin-bottom: 40px
}
@media (max-width: 769px) {
    .title_primary_1 {
        font-size: 2.5rem;
        margin-bottom: 30px
    }
}
.color_bgcTheme_1 .title_primary_1 {
    color: #fefefe
}
.title_primary_1 b, .title_primary_1 small {
    line-height: 1;
    display: block
}
.title_primary_1 b {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    letter-spacing: 0.08em
}
.title_primary_1 small {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    font-size: 0.45em;
    letter-spacing: 0.2em;
    margin-top: 15px
}
@media (max-width: 769px) {
    .title_primary_1 small {
        margin-top: 10px
    }
}
.title_primary_2 {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: normal;
    color: #c0b9a5;
    letter-spacing: 0.15em;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}
@media (max-width: 769px) {
    .title_primary_2 {
        font-size: 1.8rem;
        margin-bottom: 30px
    }
}
.title_primary_2 span {
    margin-left: 40px;
    margin-right: 40px
}
@media (max-width: 769px) {
    .title_primary_2 span {
        margin-left: 15px;
        margin-right: 15px
    }
}
.title_primary_2:before, .title_primary_2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c0b9a5
}
.title_secondary_1 {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 20px
}
@media (max-width: 769px) {
    .title_secondary_1 {
        font-size: 1.8rem;
        margin-bottom: 10px
    }
}
.text_content_1 {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 2.4
}
@media (max-width: 769px) {
    .text_content_1 {
        font-size: 1.6rem;
        text-align: left !important;
    }
}
.color_bgcTheme_1 .text_content_1 {
    color: #fefefe
}
.text_content_2 {
    line-height: 2;
    /* font-size: 1.2rem; */
}
.text_content_2.sub{
    font-size: 1.2rem;
}
@media (max-width: 769px) {
    .text_content_2 {
        font-size: 1.4rem
    }
    .text_content_2.sub{
    /* font-size: 1rem; */
}
}
.text_content_3 {
    font-size: 1.6rem;
    line-height: 2.28
}
.text_anno_list_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media (max-width: 769px) {
    .text_anno_list_1 {
        display: block
    }
}
.text_anno_list_1__item:not(:nth-child(-n+2)) {
    margin-top: 5px;
    margin-bottom: 5px
}
@media (max-width: 769px) {
    .text_anno_list_1__item:not(:nth-child(-n+2)) {
        margin-bottom: 0
    }
}
.text_anno_list_1__item:nth-child(odd) {
    width: calc(100% - 295px - 35px);
    margin-right: 35px
}
@media (max-width: 769px) {
    .text_anno_list_1__item:nth-child(odd) {
        width: 100%;
        margin-right: 0
    }
}
.text_anno_list_1__item:nth-child(even) {
    width: 295px
}
@media (max-width: 769px) {
    .text_anno_list_1__item:nth-child(even) {
        width: 100%
    }
}
.text_anno_1 {
    font-size: 0.9em;
    line-height: 1.4;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    opacity: 0.95
}
.text_anno_1:not(:first-child) {
    margin-top: 5px
}
.text_anno_1.st_tac {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.text_anno_1:before {
    content: "※"
}
.text_anno_2 {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
    font-size: 1.2rem;
    line-height: 1.8
}
.color_bgcTheme_1 .text_anno_2 {
    color: #fefefe
}
.btn_toggle_1 {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc
}
.btn_toggle_1:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256.1' height='149'%3E%3Cpath fill='%23333' d='M136.5 3.5l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 43.1 27.6 145.3c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s
}
.btn_toggle_1.-active:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.col2_1__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px
}
@media (max-width: 769px) {
    .col2_1__body {
        display: block;
        padding-top: 40px;
        padding-bottom: 0;
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.col2_1__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 25px
}
.col2_1__data.-fullBasis {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
.col2_1__data:before {
    content: "";
    position: absolute;
    width: calc((100% + 140px) + ((100vw - 1008px) / 2));
    top: -60px;
    bottom: -60px;
    left: calc((1008px - 100vw) / 2);
    z-index: -1;
    background-color: #eceae4
}
@media (max-width: 769px) {
    .col2_1__data:before {
        width: auto;
        top: -40px;
        bottom: -27vw;
        left: -25px;
        right: -25px
    }
}
@media (max-width: 769px) {
    .col2_1__data.-baseSize01:before {
        bottom: -14vw
    }
}
.col2_1__dataInner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
.col2_1__visual {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.col2_1__visual.-pos01 {
    margin-top: -37px;
    margin-left: -80px;
    margin-right: -70px
}
@media (max-width: 769px) {
    .col2_1__visual.-pos01 {
        text-align: right;
        margin-top: 10px;
        margin-left: 0;
        margin-right: -25px
    }
}
.col2_1__visual.-pos03 {
    margin-top: -37px;
    margin-left: -27px;
    margin-right: -70px
}
@media (max-width: 769px) {
    .col2_1__visual.-pos03 {
        text-align: right;
        margin-top: 10px;
        margin-left: 0;
        margin-right: -25px
    }
}
@media (max-width: 769px) {
    .col2_1__visual.-pos02 {
        text-align: right;
        margin-top: -60px
    }
}
@media (max-width: 769px) {
    .col2_1__visualImg.-size01 {
        width: 97%
    }
}
@media (max-width: 769px) {
    .col2_1__visualImg.-size02 {
        width: 49%
    }
}
@media (max-width: 769px) {
    .col2_1__desc {
        font-size: 1.4rem;
    }
}
.col2_1__role {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: right;
    padding-right: 30px;
    margin-top: 30px
}
@media (max-width: 769px) {
    .col2_1__role {
        font-size: 1rem;
        text-align: left;
        margin-top: 45px
    }
}
.col2_1__name {
    font-size: 0;
    vertical-align: bottom;
    display: inline-block;
    height: 28px;
    margin-left: 20px
}
@media (max-width: 769px) {
    .col2_1__name {
        height: 18px;
        margin-top: 10px;
        margin-left: 0
    }
}
.col2_1__name.-txtPresident {
    width: 121px;
    background-image: url(../images/cs_col2_1_name_txtPresident.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}
@media (max-width: 769px) {
    .col2_1__name.-txtPresident {
        display: block;
        width: 100%;
        background-position: left;
        background-size: 80px
    }
}
.col2_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 769px) {
    .col2_2 {
        display: block
    }
}
.col2_2__item {
    width: 49%
}
@media (max-width: 769px) {
    .col2_2__item {
        width: 100%
    }
}
@media (max-width: 769px) {
    .col2_2__item:last-child {
        margin-top: 40px
    }
}
.col2_2__itemFrame {
    width: 100%;
    height: 100%
}
@media (max-width: 769px) {
    .col2_2__itemFrame {
        height: 200px
    }
}
@media (max-width: 500px) {
    .col2_2__itemFrame {
        height: 150px
    }
}
.dl_blcok_1__head {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px
}
.dl_blcok_1__head:not(:first-child) {
    margin-top: 40px
}
.dl_blcok_1__data {
    font-size: 1.5rem
}
.dl_blcok_1__data.-last {
    text-align: right;
    margin-top: 40px
}
.dl_table_1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.dl_table_1__head, .dl_table_1__data {
    font-size: 1.4rem
}
.dl_table_1__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    padding-right: 10px
}
.dl_table_1__data {
    width: 100%
}
.form_searchBox_1 {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px
}
.form_searchBox_1__input {
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c0b9a5
}
.form_searchBox_1__input:focus {
    -webkit-box-shadow: inset 0 0 3px 1px rgba(100, 100, 100, 0.1);
    box-shadow: inset 0 0 3px 1px rgba(100, 100, 100, 0.1)
}
.form_searchBox_1__sbmt {
    letter-spacing: 0.1em;
    color: #fff;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #c0b9a5
}
@media (max-width: 769px) {
    .form_table_1 {
        display: block
    }
}
@media (max-width: 769px) {
    .form_table_1 tbody {
        display: block;
        width: 100%
    }
}
@media (max-width: 769px) {
    .form_table_1 tr {
        display: block
    }
}
@media (max-width: 769px) {
    .form_table_1 tr:not(:first-child) {
        margin-top: 30px
    }
}
.form_table_1 th, .form_table_1 td {
    font-size: 1.6rem;
    line-height: 1.4;
    vertical-align: middle
}
@media (max-width: 769px) {
    .form_table_1 th, .form_table_1 td {
        display: block;
        width: 100%
    }
}
.form_table_1 th {
    text-align: left;
    width: 180px;
    padding-top: 20px;
    padding-bottom: 20px
}
.color_bgcTheme_1 .form_table_1 th {
    color: #fff
}
@media (max-width: 769px) {
    .form_table_1 th {
        text-align: left;
        width: 100%;
        padding: 0
    }
}
.form_table_1 th.-req:after {
    content: "※"
}
.form_table_1 td {
    padding-top: 10px;
    padding-bottom: 10px
}
body.p-confirm .color_bgcTheme_1 .form_table_1 td {
    color: #fff
}
@media (max-width: 769px) {
    .form_table_1 td {
        padding: 0;
        margin-top: 10px
    }
}
.form_table_1 .horizontal-item {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 15px
}
td.form_table_1__submit {
    text-align: center;
    padding-top: 35px
}
@media (max-width: 769px) {
    td.form_table_1__submit {
        display: block
    }
}
.form_table_1__submitItem {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #c0b9a5;
    background-color: #fefefe;
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 280px;
    height: 45px;
    border: 1px solid #c0b9a5
}
.form_table_1__submitItem:before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #c0b9a5;
    margin: auto
}
.form_table_1__postCode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.form_table_1__postCode .st_iptxt {
    width: 120px
}
.form_table_1__postCode span {
    width: 14px;
    height: 2px;
    background-color: #fefefe;
    margin-left: 10px;
    margin-right: 10px
}
[class*='link_'] {
    word-break: break-all
}
.link_group_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.link_group_1__item {
    width: 48.5%
}
.link_group_1__item:not(:first-child) {
    margin-top: 20px
}
.link_1 {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 540px;
    background-color: #c0b9a5;
    padding: 15px;
    border: 1px solid #c0b9a5
}
@media (max-width: 769px) {
    .link_1 {
        font-size: 1.5rem
    }
}
a.link_left_1 {
    font-weight: bold;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='256.1'%3E%3Cpath fill='%23c0b9a5' d='M3.5 119.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L43.1 128l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L3.4 136.5c-4.6-4.7-4.6-12.3.1-17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 7px;
    padding-left: 25px
}
a.link_right_1 {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #c0b9a5;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 960px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c0b9a5
}
@media (max-width: 769px) {
    a.link_right_1 {
        font-size: 1.2rem
    }
}
a.link_right_1.-size01 {
    max-width: 260px
}
@media (max-width: 500px) {
    a.link_right_1.-size01 {
        max-width: 210px
    }
}
@media (max-width: 769px) {
    .st_tar a.link_right_1 {
        -webkit-transform: translateX(-16px);
        transform: translateX(-16px)
    }
}
a.link_right_1:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 801 209.036'%3E%3Cpath fill='%23c0b9a5' d='M778.515 187.036L597.56 0l-15.812 15.297 166.156 171.739H0v22h801l-16-15.516'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center calc(50% - 4px);
    background-size: 100%
}
@media (max-width: 769px) {
    a.link_right_1:before {
        width: 30px
    }
}
.list_card_1 {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
    counter-reset: num
}

.list_card_1.staff-interview{
    top: -80px;
    position: relative;
}
.list_card_1.staff-interview li{
    width: calc((100% / 2) - (12px * 2));
}
@media (max-width: 769px){
    .list_card_1.staff-interview{
        top: -20px;
    }
    .list_card_1.staff-interview.list_card_1.staff-interview li {
        width: 100%;
    }
}

@media (max-width: 769px) {
    .list_card_1 {
        display: block;
        margin: 0
    }
}

.itemData-recruit{
    margin-top: 3rem;
}
.list_card_1__item {
    width: calc((100% / 3) - (12px * 2));
    position: relative;
    margin: 12px;
    -webkit-box-shadow: 0 7px 21px 0 rgba(14, 4, 8, 0.1);
    box-shadow: 0 7px 21px 0 rgba(14, 4, 8, 0.1)
}
@media (max-width: 769px) {
    .list_card_1__item {
        width: 100%;
        margin: 0
    }
    .list_card_1__item:not(:first-child) {
        margin-top: 25px
    }
}
.list_card_2__itemInner {
    display: block
}
.list_card_1__itemData {
    padding: 30px 15px 115px
}
.no-top .list_card_1__itemData {
    padding: 30px 15px 80px
}
.list_card_1__itemNum {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: center;
    position: relative;
    margin-bottom: 30px
}
.list_card_1__itemNum:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: #c0b9a5;
    margin: auto
}
.list_card_1__itemNum:after {
    counter-increment: num;
    content: " 0"counter(num)
}
.no-top .list_card_1__itemNum:after {
    display:none;
}
.list_card_1__itemTtl {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.09em;
    text-align: center;
    margin-bottom: 2rem;
}

.no-top .list_card_1__itemTtl {
    font-size: 1.8rem;
    /* margin-bottom: 2rem; */
}
@media (max-width: 769px) {
    .list_card_1__itemTtl {
        font-size: 1.8rem
    }
}
.list_card_1__itemDesc {
    margin-top: 25px
}
@media (max-width: 769px) {
    .list_card_1__itemDesc {
        margin-top: 15px
    }
}
.list_card_1__itemLink {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 0;
    padding-left: 30px;
    padding-right: 30px
}
@media (max-width: 769px) {
    .list_card_1__itemLink {
        padding-left: 40px;
        padding-right: 40px
    }
}
.list_card_2 {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}
.list_card_2__item {
    width: 280px;
    background-color: transparent
}
.list_card_2__itemData {
    margin-top: 15px
}
@media (max-width: 769px) {
    .list_card_2__itemData {
        margin-top: 10px
    }
}
.list_card_2__itemMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
.list_card_2__itemDate {
    font-size: 1.2rem
}
@media (max-width: 769px) {
    .list_card_2__itemDate {
        font-size: 1rem
    }
}
.list_card_2__itemTerm {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px
}
@media (max-width: 769px) {
    .list_card_2__itemTerm {
        font-size: 1rem
    }
}
.list_card_2__itemTtl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px
}
@media (max-width: 769px) {
    .list_card_2__itemTtl {
        font-size: 1.3rem;
        margin-top: 10px
    }
}
.list_block_1 {
    border-top: 1px solid #efefef
}
.list_block_1__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    border-bottom: 1px solid #efefef
}
@media (max-width: 769px) {
    .list_block_1__itemInner {
        display: block;
        padding: 20px 10px
    }
}
.list_block_1__itemHead {
    width: 40%;
    height: 220px;
    position: relative
}
@media (max-width: 769px) {
    .list_block_1__itemHead {
        width: 100%;
        height: auto
    }
}
.list_block_1__itemPostName {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background-color: #c0b9a5;
    padding: 3px 15px
}
.list_block_1__itemThumb {
    padding-top: 220px
}
@media (max-width: 769px) {
    .list_block_1__itemThumb {
        padding-top: 60%
    }
}
.list_block_1__itemData {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}
@media (max-width: 769px) {
    .list_block_1__itemData {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
}
.list_block_1__itemDate {
    font-size: 1.4rem;
    display: block
}
.list_block_1__itemTtl {
    font-size: 1.8rem;
    color: #c0b9a5
}
@media (max-width: 769px) {
    .list_block_1__itemTtl {
        font-size: 1.6rem;
        max-height: 3em;
        overflow: hidden
    }
}
.list_block_1__itemExcerpt {
    font-size: 1.6rem;
    color: #555;
    word-break: break-all;
    margin-top: 10px
}
@media (max-width: 769px) {
    .list_block_1__itemExcerpt {
        font-size: 1.4rem;
        max-height: 6em;
        margin-top: 5px;
        overflow: hidden
    }
}
.list_snsLink_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.list_snsLink_1__item {
    font-size: 0
}
.list_snsLink_1__itemInner {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 10px)
}
.list_snsLink_1__item.-fb .list_snsLink_1__itemInner {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M448 0H64C28.704 0 0 28.704 0 64v384c0 35.296 28.704 64 64 64h192V336h-64v-80h64v-64c0-53.024 42.976-96 96-96h64v80h-32c-17.664 0-32-1.664-32 16v64h80l-32 80h-48v176h96c35.296 0 64-28.704 64-64V64c0-35.296-28.704-64-64-64z'/%3E%3C/svg%3E")
}
.list_snsLink_1__item.-tw .list_snsLink_1__itemInner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='416'%3E%3Cpath fill='%23fff' d='M512 49.2c-19 8.4-39.3 13.9-60.5 16.6 21.8-13 38.4-33.4 46.2-58-20.3 12.1-42.7 20.6-66.6 25.4C411.9 12.7 384.4 0 354.5 0c-58.1 0-104.9 47.2-104.9 105 0 8.3.7 16.3 2.4 23.9-87.3-4.2-164.5-46.1-216.4-109.8-9.1 15.7-14.4 33.7-14.4 53.1 0 36.4 18.7 68.6 46.6 87.2-16.9-.3-33.4-5.2-47.4-12.9v1.2c0 51 36.4 93.4 84.1 103.1-8.5 2.3-17.9 3.5-27.5 3.5-6.7 0-13.5-.4-19.9-1.8 13.6 41.6 52.2 72.1 98.1 73.1-35.7 27.9-81.1 44.8-130.1 44.8-8.6 0-16.9-.4-25.1-1.4 46.5 30 101.6 47.1 161 47.1 193.2 0 298.8-160 298.8-298.7 0-4.6-.2-9.1-.4-13.6C480.2 89 497.7 70.5 512 49.2z'/%3E%3C/svg%3E")
}
.list_snsLink_1__item.-insta .list_snsLink_1__itemInner {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M352 0H160C71.6 0 0 71.6 0 160v192c0 88.4 71.6 160 160 160h192c88.4 0 160-71.6 160-160V160C512 71.6 440.4 0 352 0zm112 352c0 61.8-50.2 112-112 112H160c-61.8 0-112-50.2-112-112V160C48 98.2 98.2 48 160 48h192c61.8 0 112 50.2 112 112v192z'/%3E%3Cpath d='M256 128c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128-57.3-128-128-128zm0 208c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z'/%3E%3Ccircle cx='393.6' cy='118.4' r='17.1'/%3E%3C/svg%3E")
}
.list_snsShare_1__head {
    margin-bottom: 20px
}
.list_snsShare_1__list {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px
}
.list_snsShare_1__listItem {
    line-height: 1;
    margin: 10px
}
.list_flow_1 {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    counter-reset: num;
}
.list_flow_1__item {
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    background-color: #c0b9a5;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 769px) {
    .list_flow_1 {
        flex-direction: column;
    }
    .list_flow_1__item {
        font-size: 1.2rem;
        padding-top: 20px;
        padding-bottom: 20px
    }
}
@media (max-width: 500px) {
    .list_flow_1__item {
        font-size: 1.4rem;
        padding-top: 10px;
        padding-bottom: 10px
    }
}
.list_flow_1__item span:before {
    counter-increment: num;
    content: counter(num) "."
}
.list_flow_1__item:not(:last-child) {
    text-indent: 0;
    padding-right: 14px
}
.list_flow_1__item:nth-child(3) {
    text-indent: 0;
    padding-right: 30px;
    padding-left: 10px;
}
@media (max-width: 769px) {
    .list_flow_1__item:not(:last-child) {
        text-indent: 0.5em;
        padding-right: 10px;
        margin-bottom: 5px;
    }
}
@media (max-width: 500px) {
    .list_flow_1__item:not(:last-child) {
        text-indent: 0;
    }
}
.list_flow_1__item:before, .list_flow_1__item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    border-style: solid;
    border-width: 70px 0 70px 44px;
    margin: auto;
    -webkit-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px));
}
.list_flow_1__item:before {
    right: 0;
    border-color: transparent transparent transparent #fff;
}
.list_flow_1__item:after {
    right: 3px;
    border-color: transparent transparent transparent #c0b9a5
}
@media (max-width: 769px) {
    .list_flow_1__item:before, .list_flow_1__item:after {
        border-width: 35px 0 35px 22px;
        transform: rotate(90deg);
        top: -2px;
    }
    .list_flow_1__item:before{
        top: 7px;
        right: 22px;
    }
    .list_flow_1__item:after {
        top: 4px;
        right: 22px;
    }
}
@media (max-width: 500px) {
    .list_flow_1__item:before, .list_flow_1__item:after {
        border-width: 16px 0 16px 13.5px;
        /* -webkit-transform: translateY(calc(-50% + 1px)); */
        /* transform: translateY(calc(-50% + 1px)); */
    }
}

@media (max-width: 500px) {
    .list_flow_1__item:last-child {
        width: 100%;
    }
}
.list_flow_1__item:last-child:before, .list_flow_1__item:last-child:after {
    display: none
}
.nav_siteMap_1 {
    list-style: none;
    padding-left: 0;
    margin-top: 22px;
    margin-bottom: 0
}
.nav_siteMap_1__item {
    font-size: 2.2rem
}
.nav_siteMap_1__item:not(:first-child) {
    margin-top: 25px
}
.nav_siteMap_1__item b, .nav_siteMap_1__item small {
    font-weight: normal;
    line-height: 1;
    color: #fefefe;
    display: block
}
.nav_siteMap_1__item b {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif
}
.nav_siteMap_1__item small {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 0.54em;
    margin-top: 5px
}
.nav_siteMap_1__itemInner {
    display: block;
    position: relative
}
.nav_siteMap_1__itemInner:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    left: -20px;
    background-color: #fefefe;
    border-radius: 999px;
    margin: auto;
    opacity: 0
}
.nav_anchor_1 {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -35px
}
@media (max-width: 769px) {
    .nav_anchor_1 {
        margin: -10px -20px
    }
}
.nav_anchor_1__item {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 2rem;
    letter-spacing: 0.15em;
    position: relative;
    margin: 20px 35px
}
@media (max-width: 769px) {
    .nav_anchor_1__item {
        font-size: 1.4rem;
        margin: 10px 20px
    }
}
.nav_anchor_1__item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.2em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35.5px;
    background-color: #221815;
    margin: auto
}
@media (max-width: 769px) {
    .nav_anchor_1__item:before {
        right: -20px
    }
}
.nav_anchor_1__item:last-child:before {
    display: none
}
.nav_single_1 {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}
.nav_single_1__item {
    font-size: 1.4rem;
    width: 48%
}
@media (max-width: 769px) {
    .nav_single_1__item {
        font-size: 1.3rem;
        width: 100%;
        margin-top: 20px
    }
    .nav_single_1__item:first-child {
        margin-top: 0
    }
}
.nav_single_1__item.-prev {
    float: left
}
.nav_single_1__item.-next {
    float: right
}
.nav_single_1__itemInner {
    letter-spacing: 0.075em;
    line-height: 1.8;
    display: block;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 6px;
    padding: 20px;
    border: 1px solid #aaa
}
@media (max-width: 769px) {
    .nav_single_1__itemInner {
        line-height: 1.5;
        width: 100%;
        padding: 15px
    }
}
.nav_single_1__item.-prev .nav_single_1__itemInner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='256.1'%3E%3Cpath fill='%23666' d='M3.5 119.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L43.1 128l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L3.4 136.5c-4.6-4.7-4.6-12.3.1-17z'/%3E%3C/svg%3E");
    background-position: left 10px center;
    padding-left: 40px;
    padding-right: 30px
}
@media (max-width: 769px) {
    .nav_single_1__item.-prev .nav_single_1__itemInner {
        padding-left: 30px;
        padding-right: 20px
    }
}
.nav_single_1__item.-next .nav_single_1__itemInner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='256.1'%3E%3Cpath fill='%23666' d='M145.4 136.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L105.8 128 3.6 27.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    padding-left: 30px;
    padding-right: 40px
}
@media (max-width: 769px) {
    .nav_single_1__item.-next .nav_single_1__itemInner {
        padding-left: 20px;
        padding-right: 30px
    }
}
.side_block_1 {
    margin-top: 50px
}
.side_block_1:first-child {
    margin-top: 0
}
.side_block_1__ttl_a {
    font-size: 1.8rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-left: 4px solid #c0b9a5;
    margin-bottom: 30px
}
.swiper-loader {
    color: #c0b9a5
}
@media (max-width: 769px) {
    .swiper_1 {
        margin-left: -20px;
        margin-right: -20px
    }
}
.swiper_1 .swiper-main {
    overflow: hidden
}
.swiper_1 .swiper-container {
    padding-right: 132px;
    overflow: visible
}
@media (max-width: 769px) {
    .swiper_1 .swiper-container {
        padding-left: 20px;
        padding-right: 60px
    }
}
.swiper-button-nav.-negative01 {
    margin-top: -65px
}
.swiper_1 .swiper-button-nav {
    font-size: 0;
    text-align: right;
    margin-bottom: 30px
}
.swiper_1 .swiper-button-nav__body {
    padding-right: 20px
}
.swiper_1 .swiper-button-prev, .swiper_1 .swiper-button-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: static;
    background-size: 32px
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33'%3E%3Cpath d='M16.5.5c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16z' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff'/%3E%3Cpath d='M23.797 10.751l-12.865 5.761 12.865 5.737v1.536L9.203 17.16v-1.32l14.594-6.625v1.536z' fill='%23c0b9a5'/%3E%3C/svg%3E")
}
.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33'%3E%3Cpath d='M16.5 32.5c-8.837 0-16-7.163-16-16s7.163-16 16-16 16 7.163 16 16-7.163 16-16 16z' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff'/%3E%3Cpath d='M9.203 22.249l12.865-5.761-12.865-5.737V9.215l14.594 6.625v1.32L9.203 23.785v-1.536z' fill='%23c0b9a5'/%3E%3C/svg%3E")
}
.system_pagenav {
    font-size: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -5px
}
@media (max-width: 769px) {
    .system_pagenav {
        margin-top: 30px
    }
}
.system_pagenav .page-numbers {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #c0b9a5;
    margin-left: 5px;
    margin-right: 5px
}
@media (max-width: 769px) {
    .system_pagenav .page-numbers {
        margin: 5px
    }
}
.system_pagenav .page-numbers.prev, .system_pagenav .page-numbers.next {
    line-height: 0;
    font-size: 0;
    color: #c0b9a5;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border: 2px solid #c0b9a5
}
@media (max-width: 769px) {
    .system_pagenav .page-numbers.prev, .system_pagenav .page-numbers.next {
        font-size: 1.4rem;
        width: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        background-size: 7px
    }
}
.system_pagenav .page-numbers.prev {
    text-indent: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='256.1'%3E%3Cpath fill='%23c0b9a5' d='M3.5 119.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L43.1 128l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L3.4 136.5c-4.6-4.7-4.6-12.3.1-17z'/%3E%3C/svg%3E")
}
@media (max-width: 769px) {
    .system_pagenav .page-numbers.prev {
        background-position: 10px center;
        left: 5px
    }
}
.system_pagenav .page-numbers.next {
    text-indent: -1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='256.1'%3E%3Cpath fill='%23c0b9a5' d='M145.4 136.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L105.8 128 3.6 27.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E")
}
@media (max-width: 769px) {
    .system_pagenav .page-numbers.next {
        background-position: right 10px center;
        right: 5px
    }
}
.system_pagenav .page-numbers.current {
    color: #fff;
    position: relative;
    background-color: #e0dcd2
}
.system_pagenav .page-numbers.current:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -7px;
    left: 0;
    background-color: #c0b9a5
}
@media (max-width: 769px) {
    .system_pagenav .page-numbers.current:before {
        bottom: 0
    }
}
.system_sideArchiveList {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}
.system_sideArchiveList li {
    font-size: 1.5rem;
    letter-spacing: 0.02em
}
.system_sideArchiveList a {
    display: block;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23c0b9a5' d='M499.5 272.1L257.9 30.8C249.3 22.2 237.8 15 223.4 9c-14.4-6-27.6-9-39.5-9H43.3C31.5 0 21.4 4.3 12.8 12.8 4.3 21.4 0 31.5 0 43.3v140.6c0 11.9 3 25.1 9 39.5 6 14.4 13.2 25.8 21.8 34.1l241.6 242c8.3 8.3 18.5 12.5 30.4 12.5 11.7 0 22-4.2 30.8-12.5l165.9-166.3c8.3-8.3 12.5-18.5 12.5-30.4 0-11.7-4.2-22-12.5-30.7zM138.7 138.7c-8.5 8.4-18.6 12.7-30.6 12.7-11.9 0-22.1-4.2-30.6-12.7-8.4-8.5-12.7-18.6-12.7-30.6 0-11.9 4.2-22.1 12.7-30.6s18.6-12.7 30.6-12.7c11.9 0 22.1 4.2 30.6 12.7 8.4 8.4 12.7 18.6 12.7 30.6s-4.2 22.2-12.7 30.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 0.8em;
    padding: 15px 20px;
    padding-left: calc(20px + 1.5em);
    border: 1px solid #ccc;
    border-top: 0
}
.pt-mw-wp-form .ui-datepicker, .pt-mw-wp-form .ui-state-default, .pt-mw-wp-form .ui-widget-content .ui-state-default, .pt-mw-wp-form .ui-widget-header .ui-state-default, .pt-mw-wp-form .ui-datepicker .ui-widget-header {
    background-image: none
}
.pt-mw-wp-form .ui-datepicker {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    background-color: #fff;
    padding: 10px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2)
}
.pt-mw-wp-form .ui-datepicker .ui-widget-header {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 10px
}
.pt-mw-wp-form .ui-datepicker .ui-datepicker-prev, .pt-mw-wp-form .ui-datepicker .ui-datepicker-next {
    width: 2em;
    height: 2em;
    background-color: #f4f4f4;
    position: relative;
    top: 0;
    left: 0;
    right: 0
}
.pt-mw-wp-form .ui-datepicker .ui-datepicker-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.pt-mw-wp-form .ui-datepicker .ui-datepicker-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}
.pt-mw-wp-form .ui-datepicker .ui-datepicker-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 4em);
    height: 2em;
    margin: 0
}
.pt-mw-wp-form .ui-datepicker select.ui-datepicker-month, .pt-mw-wp-form .ui-datepicker select.ui-datepicker-year {
    text-align: center;
    width: 36%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f4f4f4;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    cursor: pointer
}
.pt-mw-wp-form .ui-datepicker select.ui-datepicker-month::-ms-expand, .pt-mw-wp-form .ui-datepicker select.ui-datepicker-year::-ms-expand {
    display: none
}
.pt-mw-wp-form .ui-datepicker select.ui-datepicker-year {
    margin-right: 2%
}
.pt-mw-wp-form .ui-datepicker select.ui-datepicker-month {
    margin-left: 4%
}
.pt-mw-wp-form .ui-datepicker thead {
    border-bottom: 10px solid #fff
}
.pt-mw-wp-form .ui-datepicker th {
    font-size: 14px;
    background-color: #f4f4f4;
    border: 2px solid #fff
}
.pt-mw-wp-form .ui-datepicker td span, .pt-mw-wp-form .ui-datepicker td a {
    background-color: #fff;
    padding: 5px;
    border: none
}
.pt-mw-wp-form .ui-datepicker .ui-state-highlight {
    font-weight: bold;
    color: #c0b9a5
}
body.p-thanks .mw_form_content {
    display: none
}
.mw_wp_form_confirm .form_table_1__confHidden {
    display: none
}
.mw_wp_form_confirm .wrap_sel:before, .mw_wp_form_confirm .form_table_1 th.-req:before {
    display: none
}
.mw_wp_form_confirm th, .mw_wp_form_confirm td {
    padding-top: 10px;
    padding-bottom: 10px
}
.mw_wp_form .error {
    position: absolute;
    bottom: -20px;
    left: 0
}
.table_1 th, .table_1 td {
    font-size: 1.6rem;
    padding: 20px 15px;
    border-bottom: 1px solid #e0e0e0
}
@media (max-width: 500px) {
    .table_1 th, .table_1 td {
        font-size: 1.4rem;
        padding: 15px 10px
    }
}
.table_1 th {
    text-align: left;
    width: 125px
}
@media (max-width: 769px) {
    .table_1 th {
        width: 100px
    }
}
.table_2 th, .table_2 td {
    font-size: 1.4rem;
    padding: 15px 20px;
    border: 1px solid #c0b9a5
}
@media (max-width: 769px) {
    .table_2 th, .table_2 td {
        display: block;
        width: 100%;
        padding: 10px 15px;
        border-top: 0
    }
}
.table_2 th {
    text-align: left;
    color: #fff;
    width: 210px;
    background-color: #c0b9a5
}
@media (max-width: 769px) {
    .table_2 th {
        width: 100%
    }
}
.table_2 tr:not(:last-child) th {
    border-bottom-color: #fff
}
@-webkit-keyframes toggle_anim_1 {
    30% {
        width: 1008px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        @media (max-width: 769px) {
            width: calc(100% - 50px)
        }
    }
    100% {
        width: 1008px;
        -webkit-transform: translateX(1008px);
        transform: translateX(1008px);
        @media (max-width: 769px) {
            width: calc(100% - 50px);
            -webkit-transform: calc(100% - 50px);
            transform: calc(100% - 50px)
        }
    }
}
@keyframes toggle_anim_1 {
    30% {
        width: 1008px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        @media (max-width: 769px) {
            width: calc(100% - 50px)
        }
    }
    100% {
        width: 1008px;
        -webkit-transform: translateX(1008px);
        transform: translateX(1008px);
        @media (max-width: 769px) {
            width: calc(100% - 50px);
            -webkit-transform: calc(100% - 50px);
            transform: calc(100% - 50px)
        }
    }
}
.toggle_changeTab_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding-top: 69px;
    border-bottom: 10px solid #c0b9a5;
    overflow: hidden;
    -webkit-box-shadow: 0 7px 21px 0 rgba(14, 4, 8, 0.1);
    box-shadow: 0 7px 21px 0 rgba(14, 4, 8, 0.1)
}
.toggle_changeTab_1__triger {
    display: none
}
.toggle_changeTab_1__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative
}
.toggle_changeTab_1__triger:checked + .toggle_changeTab_1__item {
    z-index: 2
}
.toggle_changeTab_1__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 30px -3px rgba(170, 170, 170, 0.15);
    box-shadow: 0 0 30px -3px rgba(170, 170, 170, 0.15)
}
.toggle_changeTab_1__item:last-child {
    margin-left: -100%
}
.toggle_changeTab_1__itemInner {
    overflow: auto;
    height: 462px
}
.toggle_changeTab_1__itemData {
    height: 0;
    padding: 65px 40px;
    visibility: hidden
}
@media (max-width: 769px) {
    .toggle_changeTab_1__itemData {
        padding: 20px
    }
}
.toggle_changeTab_1__triger:checked + .toggle_changeTab_1__item .toggle_changeTab_1__itemData {
    height: auto;
    visibility: visible;
    position: relative
}
.toggle_changeTab_1__itemHead {
    width: 50%;
    margin-top: -69px
}
.toggle_changeTab_1__item:last-child .toggle_changeTab_1__itemHead {
    margin-left: auto
}
.toggle_changeTab_1__itemBtnChange {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 2.9rem;
    color: #c0b9a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #fafafa;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s
}
@media (max-width: 769px) {
    .toggle_changeTab_1__itemBtnChange {
        font-size: 1.8rem;
        text-align: center;
        display: block;
        padding: 15px
    }
}
@media (max-width: 500px) {
    .toggle_changeTab_1__itemBtnChange {
        font-size: 1.2rem
    }
}
.toggle_changeTab_1__triger:checked + .toggle_changeTab_1__item .toggle_changeTab_1__itemBtnChange {
    color: #fff;
    cursor: default
}
.toggle_changeTab_1__itemBtnChange:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #c0b9a5;
    z-index: -1;
    border-radius: 999px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: border-radius 200ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-radius 200ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), border-radius 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), border-radius 200ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1)
}
.toggle_changeTab_1__triger:checked + .toggle_changeTab_1__item .toggle_changeTab_1__itemBtnChange:before {
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.toggle_changeTab_1__itemBtnChange b, .toggle_changeTab_1__itemBtnChange small {
    line-height: 1
}
@media (max-width: 769px) {
    .toggle_changeTab_1__itemBtnChange b, .toggle_changeTab_1__itemBtnChange small {
        display: block
    }
}
.toggle_changeTab_1__itemBtnChange small {
    font-size: 0.55em;
    font-weight: normal;
    margin-left: 20px
}
@media (max-width: 769px) {
    .toggle_changeTab_1__itemBtnChange small {
        margin-top: 10px;
        margin-left: 0
    }
}
.toggle_slideDown_1__head {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    position: relative;
    padding: 30px 15px;
    border-bottom: 1px solid #0d0408;
    cursor: pointer
}
@media (max-width: 769px) {
    .toggle_slideDown_1__head {
        font-size: 1.6rem;
        padding: 15px 10px
    }
}
.toggle_slideDown_1__head:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.687 11.051'%3E%3Cpath d='M20.334.354l-9.99 9.99L.354.354' fill='none' stroke='%230d0408'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    margin: auto
}
@media (max-width: 769px) {
    .toggle_slideDown_1__head:before {
        width: 30px;
        height: 30px;
        background-size: 15px
    }
}
.toggle_slideDown_1__head.-active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.toggle_slideDown_1__data {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}
.wrap_S {
    margin-top: 24px
}
@media (max-width: 769px) {
    .wrap_S {
        margin-top: 8px
    }
}
.wrap_M {
    margin-top: 64px
}
@media (max-width: 769px) {
    .wrap_M {
        margin-top: 48px
    }
}
.wrap_L {
    margin-top: 96px
}
@media (max-width: 769px) {
    .wrap_L {
        margin-top: 64px
    }
}
@media (max-width: 769px) {
    .wrap_table_1 {
        position: relative
    }
    .wrap_table_1:before {
        content: "";
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 2;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(88%, #fff), color-stop(92%, #fff));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 88%, #fff 92%)
    }
    .wrap_table_1 table {
        max-width: 800px
    }
}
@media (max-width: 769px) {
    .wrap_table_1__inner {
        width: calc(100% + 20px);
        overflow: auto;
        -webkit-overflow-scrolling: touch !important
    }
}
@media (max-width: 769px) {
    .wrap_table_1__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 800px
    }
    .wrap_table_1__content:after {
        content: "";
        display: block;
        width: 20px
    }
}
.single_1 {
    background-color: #fff;
    padding: 40px
}
.single_ttl_1 {
    font-size: 2.4rem;
    margin-bottom: 30px
}
.single_1__footer {
    margin-top: 70px
}
@media (max-width: 769px) {
    .single_1__footer {
        margin-top: 30px
    }
}
.single_1__footer > * {
    margin-top: 70px
}
.single_1__footer > *:first-child {
    margin-top: 0
}
@-webkit-keyframes site_anim_1 {
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes site_anim_1 {
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-webkit-keyframes site_anim_2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@keyframes site_anim_2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@-webkit-keyframes site_anim_3 {
    10% {
        opacity: 0.9;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        visibility: visible
    }
    20% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    30% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    60% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    99% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        visibility: hidden
    }
}
@keyframes site_anim_3 {
    10% {
        opacity: 0.9;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        visibility: visible
    }
    20% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    30% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    60% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    99% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        visibility: hidden
    }
}
@-webkit-keyframes site_anim_4 {
    100% {
        height: 80vh
    }
}
@keyframes site_anim_4 {
    100% {
        height: 80vh
    }
}
@-webkit-keyframes site_anim_5 {
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes site_anim_5 {
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.site_header__logo {
    line-height: 1;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 100;
    position: fixed;
}
@media (max-width: 769px) {
    .site_header__logo {
        top: 20px;
        left: 20px
    }
}
@media (max-width: 500px) {
    .site_header__logo {
        top: 15px;
        left: 20px
    }
}
.site_header__logo {
    width: 190px
}
@media (max-width: 769px) {
    .site_header__logo {
        width: 130px
    }
}
@media (max-width: 500px) {
    .site_header__logo {
        width: 95px
    }
}
.site_header__logoImg {
    -webkit-filter: drop-shadow(0 0 4px rgba(51, 51, 51, 0.5));
    filter: drop-shadow(0 0 4px rgba(51, 51, 51, 0.5))
}
.site_header__btnToggleNav {
    font-size: 0;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100
}
.site_header__btnToggleNav:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
    z-index: -1;
    background-color: #c0b9a5;
    border-radius: 999px;
    -webkit-transition: 0.2s;
    transition: 0.2s
}
@media (max-width: 500px) {
    .site_header__btnToggleNav:before {
        width: 100px;
        height: 100px;
        top: -43px;
        right: -43px
    }
}
body.-toggleNavOpn .site_header__btnToggleNav:before {
    background-color: transparent
}
.site_header__btnToggleNavBars {
    width: 32px;
    height: 17px;
    position: absolute;
    top: 34px;
    right: 26px;
    overflow: hidden
}
@media (max-width: 500px) {
    .site_header__btnToggleNavBars {
        width: 25px;
        top: 15px;
        right: 12px
    }
}
.site_header__btnToggleNavBars span {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s
}
.site_header__btnToggleNavBars span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #c0b9a5
}
.site_header__btnToggleNavBars span:nth-child(1) {
    top: 0
}
body.-toggleNavOpn .site_header__btnToggleNavBars span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 7px);
    transform: rotate(45deg) translate(3px, 7px)
}
body.-toggleNavOpn .site_header__btnToggleNavBars span:nth-child(1):before {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: site_anim_1;
    animation-name: site_anim_1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.site_header__btnToggleNavBars span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto
}
body.-toggleNavOpn .site_header__btnToggleNavBars span:nth-child(2) {
    visibility: hidden
}
.site_header__btnToggleNavBars span:nth-child(3) {
    bottom: 0
}
body.-toggleNavOpn .site_header__btnToggleNavBars span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, -7px);
    transform: rotate(-45deg) translate(3px, -7px)
}
body.-toggleNavOpn .site_header__btnToggleNavBars span:nth-child(3):before {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-name: site_anim_1;
    animation-name: site_anim_1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.site_gNav {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    background-color: rgba(192, 185, 165, 0.9)
}
@media (max-width: 769px) {
    .site_gNav {
        width: 100%
    }
}
.site_gNav__body {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 769px) {
    .site_gNav__body {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 50px;
        overflow: auto;
        -webkit-overflow-scrolling: touch !important
    }
}
.site_copyright {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
}
@media (max-width: 500px) {
    .site_copyright {
        font-size: 1rem
    }
}
.site_visual {
    height: 100vh;
    position: relative
}
.site_visual__logo {
    width: 190px;
    height: 100px;
    position: absolute;
    top: -230px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 210;
    background-image: url(../images/logo_felizcreer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 190px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}
html.-opening .site_visual__logo {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: site_anim_3;
    animation-name: site_anim_3;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}
.site_visual__ttl {
    font-family: "Sorts Mill Goudy", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: 0.12em;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 210;
    text-shadow: 0 0 5px rgba(51, 51, 51, 0.4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@media (max-width: 500px) {
    .site_visual__ttl {
        font-size: 27px
    }
}
html.-openingEnd .site_visual__ttl {
    z-index: 2
}
.site_visual__ttl span {
    display: inline-block
}
html.-opening .site_visual__ttl span {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-name: site_anim_5;
    animation-name: site_anim_5;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.site_visual__ttl span:nth-child(1) {
    -webkit-animation-delay: 1130ms;
    animation-delay: 1130ms
}
.site_visual__ttl span:nth-child(2) {
    -webkit-animation-delay: 1160ms;
    animation-delay: 1160ms
}
.site_visual__ttl span:nth-child(3) {
    -webkit-animation-delay: 1190ms;
    animation-delay: 1190ms
}
.site_visual__ttl span:nth-child(4) {
    -webkit-animation-delay: 1220ms;
    animation-delay: 1220ms
}
.site_visual__ttl span:nth-child(5) {
    -webkit-animation-delay: 1250ms;
    animation-delay: 1250ms
}
.site_visual__ttl span:nth-child(6) {
    -webkit-animation-delay: 1280ms;
    animation-delay: 1280ms
}
.site_visual__ttl span:nth-child(7) {
    -webkit-animation-delay: 1310ms;
    animation-delay: 1310ms
}
.site_visual__ttl span:nth-child(8) {
    -webkit-animation-delay: 1340ms;
    animation-delay: 1340ms
}
.site_visual__ttl span:nth-child(9) {
    -webkit-animation-delay: 1370ms;
    animation-delay: 1370ms
}
.site_visual__ttl span:nth-child(10) {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms
}
.site_visual__ttl span:nth-child(11) {
    -webkit-animation-delay: 1430ms;
    animation-delay: 1430ms
}
.site_visual__ttl span:nth-child(12) {
    -webkit-animation-delay: 1460ms;
    animation-delay: 1460ms
}
.site_visual__ttl span:nth-child(13) {
    -webkit-animation-delay: 1490ms;
    animation-delay: 1490ms
}
.site_visual__ttl span:nth-child(14) {
    -webkit-animation-delay: 1520ms;
    animation-delay: 1520ms
}
.site_visual__ttl span:nth-child(15) {
    -webkit-animation-delay: 1550ms;
    animation-delay: 1550ms
}
.site_visual__ttl span:nth-child(16) {
    -webkit-animation-delay: 1580ms;
    animation-delay: 1580ms
}
.site_visual__ttl span:nth-child(17) {
    -webkit-animation-delay: 1610ms;
    animation-delay: 1610ms
}
.site_visual__ttl span:nth-child(18) {
    -webkit-animation-delay: 1640ms;
    animation-delay: 1640ms
}
.site_visual__ttl span:nth-child(19) {
    -webkit-animation-delay: 1670ms;
    animation-delay: 1670ms
}
.site_visual__ttl span:nth-child(20) {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms
}
.site_visual__ttl span:nth-child(21) {
    -webkit-animation-delay: 1730ms;
    animation-delay: 1730ms
}
.color_cTheme_1 {
    color: #c0b9a5
}
.color_bgcTheme_1 {
    background-color: #c0b9a5
}
.color_cTheme_2 {
    color: #eceae4
}
.color_bgcTheme_2 {
    background-color: #eceae4
}
.color_cGray_1 {
    color: #f7f7f7
}
.color_bgcGray_1 {
    background-color: #f7f7f7
}
.color_cGray_2 {
    color: #eee
}
.color_bgcGray_2 {
    background-color: #eee
}
.color_cRed_1 {
    color: #ad1a38
}
.color_bgcRed_1 {
    background-color: #ad1a38
}
.color_cBlue_1 {
    color: #4daaf7
}
.color_bgcBlue_1 {
    background-color: #4daaf7
}
.color_cGreen_2 {
    color: #29b49b
}
.color_bgcGreen_2 {
    background-color: #29b49b
}
.inVew_anim_1 {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
}
.inVew_anim_1.-inVew_active {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-name: inVew_anim_1;
    animation-name: inVew_anim_1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes inVew_anim_1 {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes inVew_anim_1 {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
[class*='inVew_anim'].-timing01 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}
[class*='inVew_anim'].-timing02 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}
@-webkit-keyframes hover_anim_1 {
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes hover_anim_1 {
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-webkit-keyframes hover_anim_2_out {
    from {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}
@keyframes hover_anim_2_out {
    from {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}
@-webkit-keyframes hover_anim_2_in {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}
@keyframes hover_anim_2_in {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}
@media (min-width: 770px) {
    a.link_1 {
        position: relative;
        z-index: 2;
        -webkit-transition: color 1s;
        transition: color 1s
    }
    a.link_1:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #fff;
        margin: auto;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-name: hover_anim_2_out;
        animation-name: hover_anim_2_out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    a.link_1:hover {
        color: #c0b9a5
    }
    a.link_1:hover:after {
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-animation-name: hover_anim_2_in;
        animation-name: hover_anim_2_in;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    a.link_left_1:hover {
        background-position: left center
    }
    a.link_right_1 {
        position: relative;
        z-index: 2;
        -webkit-transition: color 0.6s;
        transition: color 0.6s
    }
    a.link_right_1:before {
        -webkit-transition: 0.6s;
        transition: 0.6s
    }
    a.link_right_1:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #c0b9a5;
        margin: auto;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-name: hover_anim_2_out;
        animation-name: hover_anim_2_out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    a.link_right_1:hover {
        color: #fff
    }
    a.link_right_1:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 801 209.036'%3E%3Cpath fill='%23aaa' d='M778.515 187.036L597.56 0l-15.812 15.297 166.156 171.739H0v22h801l-16-15.516'/%3E%3C/svg%3E")
    }
    a.link_right_1:hover:after {
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-animation-name: hover_anim_2_in;
        animation-name: hover_anim_2_in;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    a.siteHeader__logoInner {
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s
    }
    a.list_card_2__itemInner {
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s
    }
    .list_card_1__item .list_card_1__itemThumbImg {
        -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
        transition: opacity 0.6s, -webkit-transform 0.6s;
        transition: opacity 0.6s, transform 0.6s;
        transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s
    }
    a.nav_single_1__itemInner:hover {
        background-color: rgba(192, 185, 165, 0.05)
    }
    .btn_toggle_1:hover {
        background-color: rgba(192, 185, 165, 0.05)
    }
    .system_sideArchiveLsit a:hover {
        background-color: rgba(192, 185, 165, 0.05)
    }
    .list_block_1__item a:hover {
        background-color: rgba(192, 185, 165, 0.15)
    }
    a.page-numbers:not(.next):not(.prev):hover {
        background-color: #eae8e1
    }
    a.page-numbers.next:hover, a.page-numbers.prev:hover {
        background-color: #c0b9a5
    }
    a.page-numbers.next:hover {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='256.1'%3E%3Cpath fill='%23fff' d='M145.4 136.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L105.8 128 3.6 27.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E")
    }
    a.page-numbers.prev:hover {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='256.1'%3E%3Cpath fill='%23fff' d='M3.5 119.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L43.1 128l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L3.4 136.5c-4.6-4.7-4.6-12.3.1-17z'/%3E%3C/svg%3E")
    }
    .site_header__btnToggleNav:hover .site_header__btnToggleNavBars span:before {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: hover_anim_1;
        animation-name: hover_anim_1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    .site_header__btnToggleNav:hover .site_header__btnToggleNavBars span:nth-child(2):before {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s
    }
    .site_header__btnToggleNav:hover .site_header__btnToggleNavBars span:nth-child(3):before {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }
    .form_table_1__submitItem {
        position: relative;
        z-index: 2;
        -webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
        transition: color 0.4s, background-color 0.4s, border-color 0.4s
    }
    .form_table_1__submitItem:hover {
        color: #fefefe;
        background-color: #c0b9a5;
        border-color: #fefefe
    }
    .toggle_slideDown_1__head {
        -webkit-transition: background-color 0.6s;
        transition: background-color 0.6s
    }
    .toggle_slideDown_1__head:hover {
        background-color: rgba(192, 185, 165, 0.15)
    }
    .nav_siteMap_1__itemInner {
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s
    }
    .nav_siteMap_1__itemInner:hover {
        opacity: 0.6
    }
    a.link_left_1, a.nav_single_1__itemInner, .btn_toggle_1, .system_sideArchiveLsit a, .list_block_1__item a, .list_block_1__item a .list_block_1__itemThumbImg, a.page-numbers {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .list_card_1__item a:hover .list_card_1__itemThumbImg {
        opacity: 0.8;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    a.nav_anchor_1__itemInner:hover {
        text-decoration: underline
    }
    a.siteHeader__logoInner:hover, a.list_card_2__itemInner:hover, .list_block_1__item a:hover .list_block_1__itemThumbImg {
        opacity: 0.8
    }
}
.site_gNav__logo {
    width: 176px;
    position: absolute;
    bottom: 5%;
}
.nav_siteMap_1 {
    margin-top: 0;
}
@media (max-width:769px) {
    .-toggleNavOpn h1 {
        display: none;
        animation-duration: 1s;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        transition: opacity 1s ease-in-out, transform;
    }
    .site_gNav__logo {
        width: 143px;
        position: absolute;
        top: 20px;
        left: 20px;
    }
}
@media (max-width: 500px) {
    .site_gNav__logo {
        width: 104.5px;
    }
    .nav_siteMap_1 {
        margin-top: 30px;
    }
}
.dl_table_1__head2 {
    font-size: 1.4rem
}
.dl_table_1__head2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    padding-right: 10px
}

/* 
======================================= */
.label_wrap_contents {
    margin-top: 60px;
}
.label_wrap_title {
    font-size: 20px;
    color: #BEB6A3;
}
.label_wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    row-gap: 26px;
}
.label_list {
    font-size: 14px;
    padding: 0.5em;/*文字周りの余白*/
    display: inline-block;
    line-height: 1.3;/*行高*/
    background: #EBE9E2;/*背景色*/
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}
.label_list:before {
    content: '●';
    color: white;
    margin-right: 8px;
}
.label_box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 26px;
    border: 1px solid #BEB6A3;
    padding: 30px 40px;
}
.label_list2 {
    width: 100%;
    max-width: 350px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.3;/*行高*/
    vertical-align: middle;
    text-align: left;
}
.label_list2:before {
    content: '■';
    color: #BEB6A3;
    margin-right: 4px;
}

@media only screen and (max-width:768px) {
    .label_box {
        padding: 30px 20px;
    }
}