@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Outfit:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;&family=Sawarabi+Mincho&display=swap";/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,::before,::after {
    -webkit-box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

p,table,blockquote,address,pre,iframe,form,figure,dl {
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ul,ol {
    list-style: none;
    margin: 0;
    padding: 0
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    -webkit-box-sizing: content-box;
    border-top-width: 1px;
    box-sizing: content-box;
    clear: both;
    color: inherit;
    height: 0;
    margin: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: rgba(0,0,0,0);
    color: inherit;
    text-decoration: none
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

svg,img,embed,object,iframe {
    vertical-align: bottom
}

button,input,optgroup,select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0,0,0,0);
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle
}

button,[type=button],[type=reset],[type=submit] {
    cursor: pointer
}

button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled {
    cursor: default
}

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=number] {
    -moz-appearance: textfield
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-collapse: collapse;
    border-color: inherit
}

caption {
    text-align: left
}

td,th {
    padding: 0;
    vertical-align: top
}

th {
    font-weight: bold;
    text-align: left
}

.visually-hidden {
    border: none !important;
    display: block !important;
    height: 4px !important;
    left: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    top: 0 !important;
    visibility: visible !important;
    width: 4px !important
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed {
    position: fixed
}

.w-full {
    width: 100%
}

.w-60 {
    width: 15rem
}

.w-70 {
    width: 17.5rem
}

.w-80 {
    width: 20rem
}

.w-100 {
    width: 25rem
}

.z-50 {
    z-index: 50
}

.bottom-0 {
    bottom: 0
}

.text-center {
    text-align: center
}

.text-xl {
    font-size: 2.4rem
}

.text-lg {
    font-size: 1.8rem
}

.text-md {
    font-size: 1.4rem
}

.text-sm {
    font-size: 1.2rem
}

.bold {
    font-weight: bold
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 4px
}

.mt-2 {
    margin-top: 8px
}

.mt-4 {
    margin-top: 16px
}

.mb-4 {
    margin-bottom: 16px
}

.mb-5 {
    margin-bottom: 20px
}

.mb-6 {
    margin-bottom: 24px
}

.ml-2 {
    margin-left: 8px
}

.ml-4 {
    margin-left: 16px
}

.ml-6 {
    margin-left: 24px
}

.ml-8 {
    margin-left: 32px
}

.ml-15 {
    margin-left: 60px
}

.ml-auto {
    margin-left: auto
}

.my-2 {
    margin-bottom: 8px;
    margin-top: 8px
}

.my-4 {
    margin-bottom: 16px;
    margin-top: 16px
}

.my-10 {
    margin-bottom: 40px;
    margin-top: 40px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.p-2 {
    padding: 8px
}

.p-5 {
    padding: 20px
}

.pt-5 {
    padding-top: 20px
}

.pb-6 {
    padding-bottom: 24px
}

.py-2 {
    padding-bottom: 8px;
    padding-top: 8px
}

.py-15 {
    padding-bottom: 60px;
    padding-top: 60px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-5 {
    padding-left: 20px;
    padding-right: 20px
}

.leading-6 {
    line-height: 1.5
}

.leading-8 {
    line-height: 2
}

.list-disc {
    list-style-type: disc
}

.list-decimal {
    list-style-type: decimal
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 576px) {
    .flexbox {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.flexbox.flexbox--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 576px) {
    .flexbox.flexbox--flex {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: flex;
        flex-direction: flex
    }
}

.img-trim {
    -o-object-fit: cover;
    object-fit: cover
}

.searchform {
    background: #fcf8f7;
    border-radius: 50px;
    width: 300px
}

@media(max-width: 576px) {
    .searchform {
        width:100%
    }
}

.btnarea {
    margin-top: 4rem
}

.btnarea .btn {
    margin: 0 auto;
    width: 50%
}

@media(max-width: 576px) {
    .btnarea .btn {
        width:100%
    }
}

.btn {
    -webkit-transition: .2s;
    border: 2px solid #000;
    border-radius: 50px;
    color: #333;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: bold;
    font-weight: normal;
    line-height: 180%;
    padding: 16px 0;
    text-align: center;
    transition: .2s
}

.btn.btn--primary {
    background: #fff;
    color: #000
}

.btn.btn--primary:hover {
    background: #000;
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

.btn.btn--secondary {
    background: #fff;
    border-color: #fff;
    color: #000
}

.btn.btn--secondary:hover {
    background: #000;
    border-color: #fff;
    color: #fff
}

.btn.btn--lg {
    font-size: 2rem
}

.btn.btn--sm {
    font-size: 1.4rem;
    min-width: 180px;
    padding: 10px 16px
}

.btn.btn--white {
    border-color: #fff;
    color: #fff
}

.btn.btn--white:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.sp-navi {
    display: none
}

.sp-navi p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 100%;
    margin-top: .8rem
}

@media screen and (max-width: 1024px) {
    .sp-navi {
        -webkit-appearance:none;
        -ms-touch-action: manipulation;
        background: #000;
        background: #000;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        display: block;
        padding: 1.3rem 1rem;
        pointer-events: auto;
        text-align: center;
        touch-action: manipulation;
        width: 80px;
        z-index: 99999999;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .sp-navi.close .sp-navi__bar:nth-of-type(1) {
        -webkit-transform: translate3d(0, 4px, 0) rotate(25deg);
        transform: translate3d(0, 4px, 0) rotate(25deg)
    }

    .sp-navi.close .sp-navi__bar:nth-of-type(2) {
        opacity: 0
    }

    .sp-navi.close .sp-navi__bar:nth-of-type(3) {
        -webkit-transform: translate3d(0, -6px, 0) rotate(-25deg);
        transform: translate3d(0, -6px, 0) rotate(-25deg)
    }

    .sp-navi .sp-navi__bar {
        -webkit-transition: .3s;
        background: #fff;
        display: block;
        height: 1px;
        margin: 0 auto;
        transition: .3s;
        width: 70%
    }

    .sp-navi .sp-navi__bar+.sp-navi__bar {
        margin-top: 4px
    }

    .sp-navi .sp-navi__ttl {
        color: #fff;
        font-size: 1rem;
        margin-top: 6px;
        text-align: center
    }
}
@media screen and (max-width: 414px) {
    .sp-navi{
        width: 65px;
    }
}

.breadcrumb-warp {
    background: #666
}

.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-bottom: .8rem;
    padding-top: .8rem
}

@media(max-width: 576px) {
    .breadcrumb {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.breadcrumb .breadcrumb__inr {
    margin-left: auto;
    margin-right: auto;
    width: 1160px
}

@media screen and (max-width: 1024px) {
    .breadcrumb .breadcrumb__inr {
        width:100%
    }
}

.breadcrumb .breadcrumb__item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb .breadcrumb__item:nth-child(even) {
    margin-left: 4px;
    margin-right: 4px
}

.breadcrumb .breadcrumb__item a {
    color: #fff
}

.breadcrumb .breadcrumb__link {
    color: #000;
    color: #fff;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 150%
}

.breadcrumb li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100%;
    margin-left: 0;
    margin-right: 1rem;
    color: #fff;
}

.breadcrumb li span {
    font-size: 1.2rem;
    line-height: 100%;
    line-height: 1.3;
}

.breadcrumb li a {
    font-size: 1.2rem;
    line-height: 100%;
    padding-right: 1rem;
    color: #fff;
    text-decoration: underline;
}

.tagcloud {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.4rem
}

.tag {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.tag-cloud-link {
    margin-bottom: .8rem
}

.tag__li,.tag-cloud-link {
    margin-bottom: .6rem;
    margin-right: .6rem
}

.tag__li a,.tag-cloud-link {
    font-size: 1.3rem !important;
    border-radius: 0.3rem;
    color: slategray;
    font-size: 1.2rem;
    line-height: 100%;
    padding: 0.4rem 0.6rem 0.5rem;
    border: 1px solid;
    line-height: 1.4;
    background: #ececec;
    border: none;
    transition: none;
}
.tag__li a:hover,.tag-cloud-link:hover {
    background: steelblue;
    color: #fff;
    text-decoration: none;
}

.tag__li a:before,.tag-cloud-link:before {
    content: "#"
}

html {
    font-size: .625rem
}

html p,html li,html a {
    color: #333;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 180%;
}

html a {
    display: block
}

html img {
    max-width: 100%
}

#header {
    border-bottom: 0;
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    #header {
        padding:0 !important
    }
}

#gnav {
    margin-right: 0;
    padding:0 2rem 0;
}

#gnav li.current-menu-item a {
    border-color: #ccc
}

#gnav li a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight:600;
}

#gnav li a:hover {
    border-color: #ccc
}

.main-inner {
    margin-right: 320px;
    box-sizing: border-box;
}

#content {
    /*background: #fcf8f7;*/
}

.content {
    /* background:#fcf8f7; */
    padding-bottom: 12rem
}

.left-content #main {
    margin-top: 4rem
}

.left-content #side {
    margin-top: 4rem
}

#side {
    margin-top: 3rem
}

.footer-01,.footer-02 {
    background: none
}

.footer-02 .footer-copy {
    color: #fff;
    padding: 1.6rem 0;
    text-align: center
}

.cat-content {
    background: none;
    border: none;
    color: #000;
    padding: 0
}

.post a {
    display: inline-block;
    color: #237de1;
    text-decoration: underline;
}
.post a:hover {
    text-decoration: none;
}

.post-title {
    color: #000;
    font-size: 2.4rem;
    margin-bottom: 1.6rem
}

.post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.4rem;
    padding-top: 2rem
}

.post-meta li {
    margin-right: 0;
    margin-top: 0
}

.post-meta .category a {
    background: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    padding: .2rem .8rem
}

.post-header_inr {
    width: 100%;
}
.post-header_inr.has-thumb {
    width: calc(100% - 230px);
}

@media(max-width: 576px) {
    .post-header_inr.has-thumb  {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.post-thumbnail {
    height: 230px;
    width: 230px
}

@media(max-width: 576px) {
    .post-thumbnail {
        height:160px;
        width: 100%
    }
}

.post-thumbnail img {
    -o-object-fit: cover;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media(max-width: 576px) {
    .post-thumbnail {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.g-head {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .g-head {
        background:#fff;
        left: 0;
        position: sticky;
        top: 0;
        z-index: 99999
    }
}

.g-head .g-head__inr {
    padding: 0 2rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
}

@media screen and (max-width: 1024px) {
    .g-head .g-head__inr {
        width: 100%;
        padding:0 0 0 2rem;
        border-bottom: 1px solid #e6e6e6;
        box-shadow: 0 3px 5px #00000008;
        align-items: stretch;
    }
}

@media(max-width: 576px) {
    .g-head .g-head__inr {
        padding-right:0
    }
}

.g-head .g-head__inr .logo {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    flex-shrink: 1;
    width: 100%;
}

.g-head .g-head__inr .logo .logo__catch{
    color:#ffffff;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.g-head .g-head__inr .logo a img{
    width: min(18.5rem, 100%);
}

.g-head .g-head__cta-area{
    flex-shrink: 1;
    width: min(40rem, 100%);
}
.g-head .g-head__cta-area a{
    font-size: 1.2rem;
    font-weight: bold;
    border-color: #ffffff;
    transition: 0s;
    padding-bottom: 1.3rem;
}
.g-head .g-head__cta-area img{
    width: min(17rem, 100%);
    vertical-align: text-bottom;
    margin-right: 0.4rem;
}
.g-head .g-head__cta-area a:hover img{
    filter: invert(94%) sepia(0%) saturate(7497%) hue-rotate(91deg) brightness(108%) contrast(97%);
}
@media screen and (max-width: 1024px) {
    .g-head .g-head__inr .g-head__cta-area {
        display:none;
    }
    .g-head .g-navi-sp__inr .g-head__cta-area{
        width: 100%;
        padding-bottom: 32px;
    }
    .g-head .g-head__inr .logo a img{
        padding-left: 0;
    }
}
@media(max-width: 414px) {
    .g-head .g-head__inr .logo a img{
        width: min(17rem, 90%);
        padding-right: 15%;
    }
}

.gnav__inr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

@media screen and (max-width: 1024px) {
    .gnav__inr {
        padding:0 2rem;
        width: 100%
    }
}

.g-navi-sp {
    background: #000;
    border: none;
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    padding: 16px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999999
}

.g-navi-sp__inr {
    height: 100%;
    max-width: 100%;
    position: relative
}

.g-navi-sp__item {
    border-top: 1px solid #ccc;
    width: 100%
}

.g-navi-sp__item:last-child {
    border-bottom: 1px solid #ccc
}

.g-navi-sp__li {
    margin-top: 32px
}

.g-navi-sp__li .gnav-ul {
    margin-bottom: 4rem;
    margin-top: 2rem
}

.g-navi-sp__li .gnav-ul a {
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 2rem 0
}

.g-navi-sp__link {
    -webkit-transition: .5s;
    color: #333;
    font-family: "Noto Sans JP",sans-serif;
    font-size: bold;
    font-weight: normal;
    line-height: 180%;
    padding: 14px 0;
    text-align: center;
    transition: .5s;
    width: 100%
}

.g-navi-sp-cta {
    margin-top: 4rem
}

.g-navi-sp__sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.g-navi-sp-item__sm {
    color: #333;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 180%;
    margin-bottom: 24px
}

.g-navi-sp-item__sm:last-child {
    margin-bottom: 0
}
@media screen and (max-width: 1024px) {
    .g-navi-sp__head{
        padding-right: 20%;
        width: 100%;
    }
    .g-navi-sp__head img{
        width: 100%;
        max-width: 20rem;
    }
}

.g-foot {
    background: #000
}

.g-foot .g-foot__inr {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

@media screen and (max-width: 1024px) {
    .g-foot .g-foot__inr {
        width:100%
    }
}

@media(max-width: 576px) {
    .g-foot .g-foot__navarea {
        margin-top:2rem
    }
}

.g-foot .g-foot__ttlarea {
    margin-right: 8rem;
}

@media(max-width: 576px) {
    .g-foot .g-foot__ttlarea {
        margin-right:0;
        width: 100%
    }
}

.g-foot .g-foot__ttlarea .logo {
    margin-bottom: 4rem;
    width: 100%;
}

@media(max-width: 576px) {
    .g-foot .g-foot__ttlarea .logo {
        text-align: center;
        margin-left:auto;
        margin-right: auto
    }
}

.g-foot .g-foot__nav-ttl {
    color: #333;
    color: #fff;
    font-family: "Noto Sans",sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 180%;
    line-height: 100%
}

@media(max-width: 576px) {
    .g-foot .g-foot__nav-ttl {
        -moz-text-align-last:left;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
        text-align-last: left
    }
}

#footer .g-foot__nav {
    padding-bottom: 1.2rem;
    padding-top: 1.4rem
}

#footer .g-foot__nav a {
    color: #fff
}

#footer .btn.btn--secondary {
    background: #fff;
    border-color: #fff;
    color: #000;
    max-width: 30rem;
    padding-bottom: 1.3rem;
    transition: 0s;
    margin: 0 auto;
}

#footer .btn.btn--secondary:hover {
    background: #000;
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

#footer .logo__link img{
    max-width: 15rem;
    width: 100%;
}

#footer .btn.btn--secondary img{
    width: min(17rem, 100%);
    vertical-align: middle;
    margin-right: 0.4rem;
}

#footer .btn.btn--secondary:hover img{
    filter: invert(94%) sepia(0%) saturate(7497%) hue-rotate(91deg) brightness(108%) contrast(97%);
}

.side-article {
    margin-bottom: 2rem
}

.side-article__header {
    background: #000;
    border-radius: .4rem .4rem 0 0;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem
}

.side-article__header-ttl {
    color: #fff;
    font-size: 1.6rem
}

.side-article__header-en {
    font-size: 1rem
}

.side-article__item {
    border-bottom: 1px solid #ccc;
    padding-bottom: .8rem;
    padding-top: .8rem
}

.side-article__item-inr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: .2s;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: .2s
}

@media(max-width: 576px) {
    .side-article__item-inr {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-direction: row
    }
}

.side-article__ttlarea {
    margin-left: 1.2rem;
    width: 100%;
}

@media(max-width: 576px) {
    .side-article__ttlarea {
        margin-left:1rem;
    }
}

.side-article__meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.side-article__meta .side-article__cat a {
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-right: .8rem;
}

.side-article__meta .side-article__date {
    color: #808080;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .1rem;
    line-height: 100%
}

.side-article__ttl a {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: .6rem
}

@media(max-width: 576px) {
    .side-article__ttl a {
        line-height:120%;
        margin-top: 0
    }
}

.side-article__imgarea {
    height: 80px;
    width: 80px
}

.side-article__imgarea img {
    -o-object-fit: cover;
    border-radius: .4rem;
    height: 80px;
    object-fit: cover;
    width: 80px
}

.side-article__imgarea img:hover {
    opacity: .6
}

@media(max-width: 576px) {
    .side-article__imgarea {
        text-align:center
    }

    .side-article__imgarea img {
        height: 80px;
        width: 80px
    }
}

.rank {
    counter-reset: wpp-ranking
}

body {
    counter-reset: rank_number
}

.wpp_thumb_wrapper {
    position: relative
}

.wpp_thumb_wrapper:after {
    background: #000;
    border-radius: 100%;
    color: #fff;
    content: counter(rank_number);
    counter-increment: rank_number;
    display: block;
    font-size: 1.2rem;
    height: 2.4rem;
    left: 0;
    line-height: 1.2rem;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: .4rem;
    width: 2.4rem
}

.ranking-box li:nth-of-type(1).wpp_thumb_wrapper:after {
    background: #dcb43b
}

.ranking-box li:nth-of-type(2).wpp_thumb_wrapper:after {
    background: #b5b5b5
}

.ranking-box li:nth-of-type(3).wpp_thumb_wrapper:after {
    background: #c8a96d
}

.news-box {
    background: #fff;
    margin: 0 auto;
    margin: 0 auto 2rem;
    padding: 2rem;
}
.news-box .news-box_inr--top{
    max-width: 1200px;
    margin: 0 auto;
}

.news-box .news-box_inr {
    margin: auto;
    max-width: 1280px;
    padding: 8rem 0
}

.news-box_area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}
.news-box_area .no-thumb{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    background: #ffffff;
}

@media screen and (max-width: 768px) {
    .news-box{
        padding: 0;
    }
    .news-box_area {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .news-box .news-box_inr--top{
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
}
.news-li {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .news-li {
        width:100%
    }
}

.news-li .news-li_item {
    margin-bottom: 1.2rem;
}
@media(max-width: 768px) {
    .news-li .news-li_item{
        width: 95%;
        margin: 0 auto 1.5rem;
    }
}

.news-li .news-li_item-inr {
    -webkit-transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0rem 0 0 2.4rem;
    transition: .2s;
    align-items: flex-start;
}
.news-li .news-li_item-inr > a {
    width: 200px;
}

@media(max-width: 1024px) {
    .news-li .news-li_item-inr > a{
        width: 140px;
    }
}
@media(max-width: 768px) {
    .news-li .news-li_item-inr{
        padding: 0;
    }
}
@media(max-width: 576px) {
    .news-li .news-li_item-inr {
        padding-left:0;
        padding-right: 0
    }
}

.news-li_imgarea img {
    -o-object-fit: cover;
    border-radius: .5rem;
    height: 130px;
    object-fit: cover;
    width:100%;
    border: 1px solid #eee;
}

.news-li_imgarea img:hover {
    opacity: .6
}
.news-li .news-li_imgarea .no-thumb{
    height: 130px;
}
.news-li .news-li_imgarea .no-thumb img{
    height: initial;
    width: min(14rem, 90%);
    border: none;
}

@media(max-width: 576px) {
    .news-li_imgarea {
        text-align:center;
    }

    .news-li_imgarea img {
        height: 100px;
    }
}
.news-li_img {
    border-radius: 4px
}

@media screen and (max-width: 768px) {
    .news-li_img {
        width:100%
    }
}

.news-li_ttlarea {
    margin-left: 2.4rem;
    width: calc(100% - 200px);
}

@media(max-width: 1024px) {
    .news-li_ttlarea {
        width: calc(100% - 140px - 1.5rem);
    }
}
@media(max-width: 414px) {
    .news-li_ttlarea{
        width: calc(100% - 90px);
        margin-left: 1.4rem;
    }
    .news-li .news-li_item-inr > a{
        width: 90px;
    }
}
.news-li_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.news-li_meta .news-li_cat a {
    color: #000;
    display: block;
    /* font-weight: bold; */
    /* margin-right: .8rem; */
    /* padding-left: .4rem; */
    /* padding-right: .4rem; */
    font-size: 1.2rem;
    line-height: inherit;
}

.news-li_meta .news-li_date {
    font-size: 1.2rem;
    letter-spacing:.1rem;
    color: gray;
    position: relative;
    padding-right: 0.8rem;
    margin-right: 0.5rem;
}

.news-li_ttl a {
    font-size: 1.6rem;
    font-weight:bold;
    text-align: left;
    line-height: 1.6;
    margin-bottom: .5rem;
}
.latest {
    width: 60%;
}
.news-box_area .latest .no-thumb{
    height: 415px;
}
.news-box_area .latest .no-thumb img{
    height: initial;
    width: min(50rem, 90%);
    border: none;
}

@media screen and (max-width: 768px) {
    .latest {
        padding-left:0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }
}

.latest .latest_inr {
    margin: auto;
    position: relative;
}

.latest .latest_inr a {
    -webkit-transition: .2s;
    transition: .2s
}

.latest .latest_inr a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .latest .latest_inr {
        width:95%;
    }
}

.latest .latest_meta {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0 2rem 2rem;
    width: 100%;
}
.latest .news-li_ttl a,
.latest .news-li_meta .news-li_date,
.latest .news-li_meta .news-li_cat a{
    color: #fff;
}
.latest .news-li_meta .news-li_date:after{
    background: #fff;
}
.latest .news-li_ttl a{
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
}

.latest .latest_imgarea {
    width: 100%;
    position: relative;
}
.latest .latest_imgarea:after{
    background: linear-gradient(180deg, #000f1e00, #000f1e61 44%, #000f1eab);
    content: "";
    height: 50%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    border-radius: 0.5rem;
}
.latest .latest_imgarea img {
    -o-object-fit: cover;
    height: 415px;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
    .latest .latest_imgarea {
        text-align:center
    }
}

.latest .latest_imgarea .latest_img {
    border-radius: 8px
}

.post-loop-ttl {
    color: #000;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 2.4rem 0 1.5rem;
}

.post-loop-wrap {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.main-inner .post-loop-wrap:not(:last-child){
    margin-bottom: 3rem;
}

.main-inner .post-imgarea .no-thumb{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-inner .post-imgarea .no-thumb img{
    width: min(14rem, 90%);
    border: none;
    height: initial;
}

@media screen and (max-width: 1024px) {
    .post-loop-wrap {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
.post-loop-wrap .post-item {
    margin-bottom: 1.2rem;
    margin-right: 2rem;
    margin-top: 1.2rem;
    width: 30%;
    background: #fff;
    border-radius: .5rem;
}
.post-loop-wrap .post-item .post-item-inr {
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .post-loop-wrap .post-item {
        margin-right:0;
        width: 100%;
    }
    .post-loop-wrap .post-item .post-item-inr{
        display: flex;
    }
    .post-loop-wrap .post-item .post-item-inr > a {
        height: inherit;

    }
    .post-loop-wrap .post-imgarea {
        width: 200px;
        height: 100%;
    }
}
@media(max-width: 576px) {
    .post-loop-wrap .post-imgarea {
        width: 120px;
        min-height: 120px;
    }
}

.post-imgarea img {
    -o-object-fit: cover;
    border-radius:.4rem .4rem 0 0;
    height: 160px;
    object-fit: cover;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.post-imgarea img:hover {
    opacity: .6
}

@media(max-width: 1024px) {
    .post-imgarea {
        text-align:center
    }

    .post-imgarea img {
        border-radius:0.4rem 0 0 0.4rem;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-right: 1px solid #efefef;
    }
}

.post-txtarea {
    padding: 2rem 1.8rem 1.5rem;
    text-align: left;
}
}
@media(max-width: 1024px) {
    .post-loop-wrap .post-item .post-item-inr .post-txtarea{
        width: calc(100% - 90px);
    }
}
@media(max-width: 576px) {
    .post-loop-wrap .post-item .post-item-inr .post-txtarea{
        padding:1rem;
    }
    .post-imgarea img{

    }
}
.post-meta-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-direction: column;
}
@media(max-width: 1024px) {
    .post-meta-area {
        margin-bottom: 0;
    }
}

.post-meta-area .post-meta_cat a {
    color: #000;
    display: block;
    font-size: 1.2rem;
}

.post-meta-area .post-meta_date {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: gray;
    position: relative;
    padding-right: 0.8rem;
    margin-right: 0.5rem;
}

.post-item__ttl a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}


.pagination {
  margin-bottom: 3rem;
  text-align: center;
}

.pagination a, .pagination > span {
  display: inline-block;
  margin: 2px 12px 2px 12px;
  float: none;
}

.cta-top {
    margin-top: 2rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem
}

@media(max-width: 576px) {
    .cta-top {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.cta-top a:hover {
    opacity: .6
}

.cta-bottom {
    padding: 0 6rem 6rem;
}

.cta-bottom-banner {
    padding: 0;
}

.cta-bottom-banner a:hover {
    opacity: .6
}

@media(max-width: 576px) {
    .cta-bottom {
        padding:0 0 2rem
    }
}

.cta-bottom a:hover {
    opacity: .6
}

#ez-toc-container {
    background: none;
    border-color: #ccc;
    padding: 3.2rem 2.4rem
}

#ez-toc-container .ez-toc-js-icon-con {
    border-color: #ccc
}

#ez-toc-container a {
    color: #000
}

#ez-toc-container nav {
    margin-top: 3.2rem
}

.ez-toc-icon-toggle-span {
    height: 2rem
}

.ez-toc-title {
    font-size: 1.4rem
}
.post-content p{
    line-height: 1.8;
    font-size: 1.5rem;
}
.post-content ul.tag{
    padding-left: 0;
    list-style: none;
}
.post-content ul.tag .tag__li a{
    margin-bottom: 0.6rem;
    margin-right: 0.6rem;
    color: slategray;
}
.post-content ul.tag .tag__li a:hover {
    background: steelblue;
    color: #fff;
    text-decoration: none;
}

.blank-box {
    position: relative;
    margin-top: 30px;
}

.bb-label {
    position: absolute;
    font-family: Aharoni, "Arial Black", Impact, Arial, sans-serif;
    font-size: 13px;
    top: -1.6em;
    line-height: 1.8;
    color: #fff;
    background-color: #000;
    border-radius: 6px 6px 0 0;
    padding: 0 1em 0 .8em;
}

.bb-label::after {
    content: "CHECK";
}

.link_text_box {
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #051642;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(5, 22, 66, .3);
    padding: 16px 16px 0;
    position: relative;
}

.blank-box p {
    border-color: #000;
    border-style: solid;
    border-width: 3px;
    padding: 1.2em 1em;
    border-radius: 0px 5px 5px 5px;
}

.link_text_box_ttl {
background-color: #fff;
    border: 1px solid #051642;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -24px;
    padding: 6px 15px;
    vertical-align: top;
    width: fit-content;
}

.link_text_box ul {
    padding-left: 0px;
    margin: 0 0 1.6em;
    display: flex;
    flex-direction: column;
    position: relative;
}

.link_text_box_list_check {
    list-style: none;
    font-weight: bold;
}

.link_text_box_list_check::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 11px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
    padding: 6px;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
}

.banner_area a:hover {
    opacity: .6
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    
    .pc {
        display: none;
    }
}
