@media (min-width: 769px) {
    .sp {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }
}

img{
    max-width: 100%;
}
h1.title {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    text-decoration-skip-ink: none;
    line-height: 1.5;
}
@media (max-width: 768px) {
    h1.title {
        font-size: 18px;
    }
}

.container{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.container-fl{
    width: 1920px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.container-lg{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.container-sm{
    max-width: 960px;
}

.renewal-2023-global-header {
    z-index: 10001;
}
.renewal-2023-content .renewal-2023-left-section {
    z-index: 10000;
}
.place-search-side-ui__pref{
    max-height: 460px;
    overflow: auto;
}


.place-search-modal-sp{
    display: none;
}
.place-search-modal-sp.show{
    display: block;
}

.place-search-selected{
    max-height: 40px;
}
.place-search-modal__area{
    transform: translateX(0%);
}
.place-search-modal__back{
    display: none;
}
.pref_group{
    display: none;
}
.place-search-modal-sp.show-detail .place-search-modal__back{
    display: block;
}
.place-search-modal-sp.show-detail .place-search-modal__area{
    transform: translateX(-50%);
}

.renewal-2023-place-card-chart{
    max-width: 350px;
    max-height: 350px;
    margin: 10px auto;
}

.place-search-list a{
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.column-home a:hover{
    text-decoration: none;
}
.column-header-img {
    position: relative;
    background-repeat: no-repeat;    
    background-position: top;
    background-size: cover;
    margin-top: 30px;
    height: 270px;
}
.column-header-img img{    
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.column-header-img-box {
    width: 80vw;
    max-width: 510px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 1.3;
}
.column-header-text {
    display: table-cell;
    padding: 95px 0;
    width: 80vw;
    max-width: 510px;
}
.column-header-text span {
    display: inline-block;
    font-size: 28px;
    margin: 10px 0;
    font-weight: 700;
}
.archive-items img{
    max-width: 100%;
    transition: all 0.3s;
    height: auto;
}
.archive-item{
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
.archive-item .thumb {
    width: 300px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.archive-item .thumb>a{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 300/225;
}
.archive-item .thumb:hover img{
    scale: 1.2;
}
.archive-item .thumb>label {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 22px;
    padding: 0 10px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #333;
    z-index: 1;
}
.archive-item .info {
    flex: 1;
}
.archive-item .info a{
    color: #000;
    font-weight: bold;
}
.archive-item .info a .date{
    display: block;
    width: fit-content;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.sprite-new{ /*投稿詳細ページ*/
    position: absolute;
    display: block;
    background: url(/column/img/icon-new.webp) no-repeat center center/100% 100%;
    width: 80px;
    aspect-ratio: 122 / 66;
    top: 0;
    left: 0;
    z-index: 1;
}
#comment .sprite-new{ /*一覧ページ*/
    width: 122px;
}
.relation__item .sprite-new { /*関連投稿*/
    width: 68px;
}
@media(max-width: 768px) {
    .archive-item {
        gap: 10px;
        flex-wrap: wrap;
    }
    .archive-item .thumb {
        width: 100%;
    }
    .archive-item .thumb a{
        display: block;
        width: 100%;
    }
    .archive-item .thumb img{
        width: 100%;
        max-width: unset;
    }
    .column-header-text {
        font-size: 13px;
    }
    .column-header-text span {
        font-size: 20px;
        display: block;
        margin: 0;
    }
}

.renewal-2023-top-map-search-area__prefecture a{
    color: inherit;
}
.renewal-2023-top-map-search-area__prefecture a:hover{
    text-decoration: none;
}

.showcase-list .slick-slide {
    margin: 0 10px;
}



.contact-form {
    width: 100%;
    max-width: 565px;
    background-color: #f2f2f2;
    padding: 2rem 1rem;
    color: #555;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.contact-form a, a:hover {
    color: #987945;
    outline: 0;
    text-decoration: none;
}
.form-group {
    margin-bottom: 1rem;
}
.contact-wrapper {
    padding: 10px 0;
}
.contact-form input,
.contact-form textarea {
    height: 35px;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-indent: 10px;
    box-sizing: border-box;
}
.contact-form textarea {
    height: unset;
    padding: 5px 10px;
    text-indent: 0;
    box-sizing: border-box;
}
.contact-form label {
    margin: 1px;
    font-weight: 700;
}
.contact-form span.required {
    font-size: 10px;
    padding: 0 5px;
}
.contact-form button[type="submit"] {
    height: 40px;
    width: 150px;
    background-color: #987945;
    color: #fff;
    border: 0;
    transition: 0.5s all ease;
    cursor: pointer;
    margin: 0 auto;
}
.contact-form button[type="submit"]:hover {
    background-color: #755d35;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
    text-align: center;
}
.sitemap-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sitemap-content ul {
    padding: 0;
}
.sitemap-content ul > li {
    list-style: none;
    padding-bottom: 20px;
}
.sitemap-content ul > li:hover a {
    color: #b5935b;
    text-decoration: none;
}
.sitemap-content ul.children {
    padding-left: 15px;
}
.sitemap-content ul.children > li {
    list-style: disc;
}
.text-center {
    text-align: center;
}
.btn-change {
    height: 40px;
    width: 150px;
    background-color: #555;
    border-color: #555;
    margin-right: 15px;
    color: #fff;
    border: 0;
    transition: 0.5s all ease;
    cursor: pointer;
    margin: 0 auto;
}
.btn-send {
    background-color: #987945;
    border-color: #987945;
    width: 30%;
}
.btn-back {
    width: 20%;
    margin-bottom: 10px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
.hidden-bottom {
    border-bottom: hidden;
}
.btn-change:hover {
    background-color: #3c3c3c;
}
.btn-change:active,
.btn-change:active:focus,
.btn-change:focus {
    background-color: #555 !important;
}
.btn-send:hover {
    background-color: #755d35;
}
.btn-send:active,
.btn-send:active:focus,
.btn-send:focus {
    background-color: #987945 !important;
}
.notice {
    text-align: center;
    width: 400px;
    margin: 0 auto 25px;
    border: 1px solid #000;
    padding: 15px;
}
.display_center {
    text-align: center;
}
.contact-code {
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.contact-code a {
    font-weight: 700;
}
@media (max-width: 768px) {
    h1.heading {
        padding-left: 15px;
        margin-top: 20px;
    }
    #my_page h4 {
        margin-top: 30px;
    }
    .btn-back {
        width: 40%;
        margin-bottom: 10px;
    }
    ul.breadcrumb {
        background-color: #f2f2f2;
        padding: 8px 15px 5px 15px;
        border-radius: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    ul.breadcrumb > li {
        margin-right: 5px;
    }
    ul.breadcrumb > li a {
        color: #333;
    }
    .contact-wrapper {
        margin-bottom: 35px;
    }
    #my_page.adver-complete {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .btn-back {
        width: 60%;
    }
}

@media (max-width: 380px) {
    h4 {
        font-size: -0.65rem !important;
    }
    .notice {
        text-align: center;
        width: 348px;
        margin: 0 auto 25px;
        border: 1px solid #000;
        padding: 15px;
    }
    .btn-back {
        width: 70%;
        margin-bottom: 10px;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-top: none;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}
.table thead th {
    vertical-align: bottom;    
}
.table tr:last-child th,
.table tr:last-child td{
    border-bottom: 1px solid #dee2e6;
}


.privacy__item h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin: 48px 0px 0px 0px;
}
.privacy__item h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin: 32px 0px 0px 0px;
}
.privacy__item p {
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0px 0px 0px;
}
.privacy__item ul {
    margin: 16px 0px 0px 32px;
    list-style: disc;
}
.privacy__item a{
    color: inherit;
    text-decoration: underline;
}

#single{
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 52px auto;
}
#single #breadcrumb{
  margin-bottom: 30px;
  color: #333333;
  font-size: 13px;
}
#single #box{
  padding: 50px;
  border: solid 1px #E6E6E6;
  overflow: hidden;
}
#single #box h2.post_title{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: #EC6F82;
  font-size: 17px;
  border-bottom: solid 1px #B3B3B3;
}
#single #box h2 span:not(.toc-span){
  position: absolute;
  right: 0;
  top: 5px;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
}
#single span.category{
  background-color: #ed6a23;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
#single span.area{
  background-color: #cf020c;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
#single #box #comment{
  margin-bottom: 35px;
  word-break: break-all;
}
#single #box #comment h2,
#single #box #comment h3,
#single #box #comment h4{
    margin: 20px 0 10px;
}
#single #box #comment h2,
#single #box #comment h3{
    font-size: 1.2em;
}
#single #box #comment p{
    margin: 10px 0;
}
#single #box #comment ul{
    list-style-type: disc;
}
#single #box #comment ul#single_pager{
    list-style-type: none;
}
#single #box #eyecatch{
  margin-bottom: 25px;
  text-align: center;
}
#single #box #eyecatch img{
  max-width: 100%;
  height: auto;
}
#single #box ul#single_pager{
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
#single #box ul#single_pager li{
  margin-right: 10px;
  border: solid 1px #EC6F82;
}
#single #box ul#single_pager li:last-child{
  margin-right: 0;
}
#single #box ul#single_pager li a{
  padding: 10px 20px;
  color: #EC6F82;
  display: block;
}
#single #box ul#single_pager li a:hover{
  color: #FFFFFF;
  text-decoration: none;
  background: #EC6F82;
}
#single #box #comment iframe{
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 560px;    
}

#single #box #comment span[style="background-color:#FFFF00"],
#single #box #comment span[style="background-color:#ffff00"]{
    background: linear-gradient(180deg, transparent 60%, #FFFF00 60%)!important;
}

#single #box #comment span[style="background-color:#ff6699"],
#single #box #comment span[style="background-color:#ff6699"]{
    background: linear-gradient(180deg, transparent 60%, #ff6699 60%)!important;
}

#single #box #comment span[style="background-color:#ff6666"],
#single #box #comment span[style="background-color:#ff6666"]{
    background: linear-gradient(180deg, transparent 60%, #ff6666 60%)!important;

}
#comment .thumbnail {
    display: block;
    transition: all 0.3s;
    height: auto;
}
#comment .column-date {
    display: block;
    margin: 0.5rem 0 2rem;
    font-size: 12px;
    color: #434343;
}
#toc_container {
    margin: 2rem 0;
    padding: 10px 20px;
    color: #43a3ff;
    border: 1px solid #e0e0e0;
    line-height: 2em;
}
#toc_container p{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
#toc_container li a{
    color: #43a3ff;
    margin-left: 10px;
}
.toc-ttl h2{
    font-size: 1.7rem;
    padding-bottom: 5px;
    color: #191919;
    border-bottom: 2px solid #755d35;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
#konkatsu_list h3 {
    background-color: #333;
    color: #fff;
    font-size: 1.5em;
    padding: 0.5em;
    margin-top: 3em;
    font-weight: normal;
}



.cl-bold-box {
    position: relative;
    border: 1px solid #415573;
    border-radius: 4px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cl-bold-box:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border-left: 5px solid #fff;
    top: -5px;
    left: 20px;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: url(/sendai/img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cl-bold-box.has-thumbnail {
    display: flex;    
}
.content p {
    margin-top: 20px;
}
.content :first-child {
    margin-top: 0;
}
.content p:after {
    content: "";
    display: block;
    clear: both;
}
.cl-bold-box p {
    margin: 0;
}
.cl-bold-box label,
.cl-bold-box > p:nth-child(1) {
    position: absolute;
    top: -15px;
    left: 38px;
    padding: 0 10px;
    background-color: #fff;
    color: #333;
    font-weight: 300;
    font-size: 1em;
    border-radius: 4px;
}
.cl-bold-box .thumbnail {
    display: flex;
    align-items: center;
    width: 140px;
    float: left;
    line-height: 0;
    margin-bottom: 0!important;
}
.cl-bold-box .thumbnail:hover a, .cl-bold-box .thumbnail a {
    text-decoration: none;
    border: 0 !important;
    display: block;
}
.cl-bold-box .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cl-bold-box .content {
    padding-left: 15px;
    width: calc(100% - 140px);
    float: right;
}
.cl-bold-box .content p:first-child {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.cl-custom-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cl-custom-btn .cla-btn {
    margin-top: 0;
    position: relative;
    font-weight: 700;
    line-height: 2;
    color: #000;
    animation: cla-btn 2s linear infinite;
}
.cl-custom-btn .block-button a {
    background: linear-gradient(100deg, #ff7ab8 0%, #ffb6b9 100%);
    border-radius: 30px;
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    position: relative;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    border: 0 !important;
    transition: .25s all ease-in-out;
    padding-left: 45px;
}
.cl-custom-btn .block-button a:hover {
    border: 0 !important;
    bottom: -2px;
}
.cl-custom-btn .block-button a:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 16px;
    background-image: url(/sendai/img/heart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@keyframes cla-btn{
    0%,100%{
        transform:translateY(5px)
    }
    50%{
        transform:translateY(-5px)
    }
}
@media (max-width: 768px) {
    .cl-bold-box .content p {
        display: none;
    }
    .cl-bold-box .content p:first-child {
        display: block;
        margin-bottom: 0;
        font-size: 15px;
    }

    #single {
        box-sizing: border-box;
    }
    #single #box {
        padding: 0;
        border: none;
    }
}

.notice__items{
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}
.notice__item{
    margin: 30px 0;
}
.notice__item__ttl{
    font-size: 16px;
}
.notice__item__ctt{
    border: 1px solid #c6c6c6;
    border-radius: 12px;
}
.notice__item__ctt__header{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dotted #c6c6c6;
    padding: 20px 20px 5px;
}
.notice__item__ctt__header >p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.notice__item__ctt__header >p svg{
    margin-bottom: 4px;
}
.notice__item__ctt__header >p span small{
    font-size: 12px;
    margin-left: 10px;
}
.notice__item__ctt__header >p.male svg{
    width: 8px;
    color: #46b4ff;
}
.notice__item__ctt__header >p.female svg{
    width: 10px;
    color: #ff64aa;
}
.notice__item__ctt__body{
    padding: 20px;
}
.notice__item__ctt__body p{
    margin: 10px 0;
}
.notice__item__ctt__body ul{
    list-style: disc;
    padding-left: 20px;
}
.notice__item__ctt__body ul li{
    margin: 10px 0;
}
.notice__item__ctt__body p:first-child{
    margin-top: 0;
}
.notice__item__ctt__body p:last-child{
    margin-bottom: 0;
}

.attention-items{
    --attention-gap: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: var(--attention-gap);
    padding-left: 0;
}
.attention-item{
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    border-radius: 12px;
    width: calc((100% - var(--attention-gap)* 2) / 3);
    max-width: 450px;
    padding: 5px 15px 10px;
}
a.attention-item__inner{
    color: inherit;
}
.attention-item__ttl{
    background: url(../img/attention-ttl-bg.svg) no-repeat center center / 100% 100%;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    min-height: 39px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.attention-item__area{
    background-color: #555;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: fit-content;
    font-size: 12px;
    overflow: hidden;
    padding: 1px 6px;
    text-align: center;
    white-space: nowrap;
    margin: 5px 0;
}
.attention-item__desc{
    margin: 5px 0;
}
.attention-item__edit-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}
.attention-item__edit-box img{
    width: 55px;
    height: 55px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%!important;
    border: 1px solid #c4c4c4;
}
.attention-item__edit-box span{
    flex: 1;
    display: inline;
    font-weight: 700;
    padding: 3px;
    border-image: linear-gradient(to right, #2298f2 0, #fb568d 100%) 1 / 0 0 2px 0;
    border-style: solid;
}
@media(max-width: 768px) {
    .attention-items{
        justify-content: center;
    }
    .attention-item{
        width: 100%
    }
}


a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #228bc8;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 0 25px;
    color: #228bc8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    cursor: pointer;
}
a.btn_07:hover,
a.btn_07.active {
    background: #228bc8;
    border: 1px solid #05639a;
    color: #fff;
}
a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #228bc8 transparent;
}
a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
a.btn_07 span:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}
.ranking-type-select{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
}
@media(max-width: 768px) {
    a.btn_07 {
        height: 50px;
    }
}


.parsedContent blockquote {
    margin: 0;
    padding: 60px 20px;
    background: #E8F5F5;
    border-radius: 7.5px;
    position: relative;
}
.parsedContent blockquote:before, .parsedContent blockquote:after {
    display: block;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/quotation-mark.svg) no-repeat center center/100% 100%;
}
.parsedContent blockquote:before {
    top: 20px;
    left: 20px;
}
.parsedContent blockquote:after {
    bottom: 20px;
    right: 20px;
    transform: rotate(-180deg);
}
.tableOfContents{
    margin: 2em 0;
    border-radius: 7.5px;
}
.tableOfContents-title{
    background: #49BCBD;
    font-weight: 700;
    border-radius: 7.5px 7.5px 0 0;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contentsList{
    background: #FAF9F7;
    padding: 10px 20px;
    border-radius: 0 0 7.5px 7.5px;
}
.contentsList-item{
    padding: 6px 0;
    list-style: none;
}
.contentsList-item-text{
    color: #6c6c6c!important;
    font-size: .875em;
    text-decoration: underline;
}
.contentsList .sub{
    padding-left: 1.2em;
}
.parsedContent h2 {
    font-size: 1.5em;
    margin: 1.7em 0;
    font-weight: 700;
    scroll-margin-top: 100px;
}
.parsedContent h3 {
    color: #49bcbd;
    border-left: 5pt #49BCBD solid;
    font-size: 1.17em;
    padding-left: 10px;
    margin: 1.6em 0;
    font-weight: 700;
    scroll-margin-top: 100px;
}
.parsedContent p {
    margin: 1.5em 0!important;
}
.parsedContent p img {
    margin: 1.5em auto;
    width: 100%;
    border-radius: 7.5px;
}
.parsedContent p male {
    color: #49bcbd;
    font-weight: 700;
}
.parsedContent p female {
    color: #e88994;
    font-weight: 700;
}
.parsedContent p staff {
    color: #8c8c8c;
    font-weight: 700;
}


.kijitop{
    background: #555;
}
.kijitop__inner{
    width: calc(100% - 100px);
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}
.kijitop__arrow svg{
    width: 12px;
    height: 24px;
}
.kijitop__slide__items{
    overflow: hidden;
    min-height: 443px;
}
.kijitop__slide__item{
    width: 100%;
    display: none;
}
.slick-initialized .kijitop__slide__item{
  display: block;
}
.kijitop__slide__items li img{
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 20px);
    height: auto;
    border-radius: 20px;
}
.kijitop__slide__item__txt{
    width: 438px;
    max-width: calc(100% - 20px);
    margin: 10px auto 0;
    color: #fff;
}
.kijitop .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 10px 0 0;
}
.kijitop .slick-dots li{    
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.kijitop .slick-track{
    display: flex;
    align-items: center;
    justify-content: center;
}
.kijitop .slick-dots li.slick-active{ 
    background-color: #00b1ed;
}
.kijitop .slick-dots li button{
    opacity: 0;
} 
.kijitop__arrow{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.kijitop__arrow--left{
    left: 0;
}
.kijitop__arrow--right{
    right: 0;
}
@media(max-width: 768px){
    .kijitop__inner {
        width: 100%;
    }
    .kijitop__arrow--left{
        left: 20px;
    }
    .kijitop__arrow--right {
        right: 20px;
    }
}

.renewal-2023-top-section .renewal-2023-top-section__title{
    letter-spacing:0;
    position:relative;
    margin-bottom:20px;
    z-index: 0;
    margin-top: 30px;
}
@media screen and (min-width: 768px){
.renewal-2023-top-section .renewal-2023-top-section__title{
    margin-bottom:32px
    position: relative;
    z-index: 0;
}

}
.renewal-2023-top-section .renewal-2023-top-section__title .renewal-2023-top-section__title-text{
font-size:24px;font-weight:700;line-height:1.2;text-align:center
}
.renewal-2023-top-section .renewal-2023-top-section__title .renewal-2023-top-section__title-text .short-text{
font-size:16px;line-height:1.5
}
.renewal-2023-top-section .renewal-2023-top-section__title .renewal-2023-top-section__title-background{
position:absolute;left:50%;transform:translate(-50%,
-60%);width:100%;font-weight:normal;font-family:"Times New Roman";font-size:36px;line-height:1.2;text-align:center;color:#96D4DA;z-index:-1
}
.renewal-2023-top-section .renewal-2023-top-section__title .renewal-2023-top-section__title-background.-gold{
color:#e2d6bd
}
.renewal-2023-top-section .renewal-2023-top-section__title .renewal-2023-top-section__title-background.-two-lines{
transform:translate(-50%,
-50%)
}
.renewal-2023-top-section .renewal-2023-top-section__title .renewal-2023-top-section__title-background.-font-28{
font-size:28px
}
.renewal-2023-top-section .renewal-2023-top-section__sub-title{
font-size:18px;font-weight:700;line-height:1.5;letter-spacing:0;position:relative;margin-left:20px;margin-bottom:12px;color:#536a80
}
@media screen and (min-width: 768px){
.renewal-2023-top-section .renewal-2023-top-section__sub-title{
margin-bottom:32px;text-align:center
}

}
.renewal-2023-top-section .renewal-2023-top-section__title-lead{
color:#536a80;margin:auto 10px;font-size:14px;line-height:1.4
}
@media screen and (min-width: 768px){
.renewal-2023-top-section .renewal-2023-top-section__title-lead{
max-width:980px;font-size:16px;line-height:1.5;margin:auto
}

}
.renewal-2023-top-section .renewal-2023-top-section__title-second{
font-size:16px;font-weight:600;letter-spacing:0em;text-align:center;position:relative;margin-bottom:10px
}
@media screen and (min-width: 768px){
.renewal-2023-top-section .renewal-2023-top-section__title-second{
font-size:16px;font-weight:700;line-height:1.5;margin-bottom:20px
}

}
.renewal-2023-top-section .renewal-2023-top-section__title-second.--margin-top{
margin-top:40px
}
@media screen and (min-width: 768px){
.renewal-2023-top-section .renewal-2023-top-section__title-second.--margin-top{
margin-top:60px
}

}

.gotop{
    background: #1a1a1a;
    border-radius: 3px;
    opacity: .3;
    position: fixed;
    z-index: 1000;
    bottom: -300px;
    right: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 0.2s;
}
.scrolled .gotop{
    bottom: 20px;
}
.gotop__link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gotop__link__icon {
    color: #fff;
    width: 30px;
    height: 32px;
    font-size: 20px;
}

.page-post-header{
    background-color: #fff;
    box-shadow: 0 0 45px rgb(0 12 66 / 15%);
    overflow: hidden;
    position: relative;
}
.page-post-header a{
    display: block;
    margin: 0 auto;
    width: fit-content;
    margin: 20px auto;
}
.page-post-main{
    background-color: #eaedf2;
    overflow: hidden;
}
.page-post-main .os1-breadcrumb {
    background-color: unset;
    margin: 15px auto;
    padding-left: 0;
    width: 1000px;
    max-width: 94%;
}
.page-post-main #single #box {
    background-color: #fff;
    border: unset;
    border-radius: 10px;
}
.page-post-main .renewal-2023-top-section {
    margin: 0 auto;
}
.page-post-main .os1-breadcrumb__item a, 
.page-post-main .os1-breadcrumb__item a:link, 
.page-post-main .os1-breadcrumb__item a:active, 
.page-post-main .os1-breadcrumb__item a:visited {
    color: inherit;
}
.page-post-main .os1-breadcrumb .os1-breadcrumb__item:not(:last-child):after {
    margin-bottom: 0;
    width: 5px;
    height: 5px;
}
.page-post-main #single{
    margin-top: 0;
}
.page-post-main #single #box .post_title {
    color: inherit;
    border-bottom: none;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.page-post-main .column-date {
    color: #a5aaaf;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.page-post-main .column-date:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/column/img/refresh.svg) no-repeat center center/100% 100%;
    opacity: 0.4;
}
.renewal-2023-global-footer {
    margin: 0;
}
@media (max-width: 768px) {
    .page-post-header a {
        margin: 10px auto;
    }
    .page-post-main  #single #box {
        padding: 15px;
    }
}

.organize{
    margin-top: 50px;
}
.organize p{
    margin: 10px 0;
}
.organize .recruit_table {
    margin-top: 40px;
    font-size: 15px;
}
.organize .recruit_table th, .recruit_table td {
    border: 2px solid #F9F7F3;
    vertical-align: baseline;
}
.organize .recruit_table th {
    padding: 25px 20px;
    color: #757575;
    width: 145px;
    background-color: #EFEFF0;
    font-weight: 500;
}
.organize .recruit_table td {
    padding: 20px;
}
.organize .recruit_table td p{
    margin: 0;
}
.organize .recruit_table td p:not(:last-child) {
    margin-bottom: 20px;
}
.organize .group-btn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.organize .group-btn p {
    font-size: 15px;
    margin-bottom: 8px;
}
.organize .group-btn .main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 310px;
    max-width: 100%;
    padding: 8px 0;
    border-radius: 20px;
    background: radial-gradient(circle, rgba(124, 101, 104, 1) 0%, rgba(47, 47, 62, 1) 68%, rgba(47, 47, 62, 1) 100%);
}
.organize .group-btn .main-btn img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.organize .group-btn .main-btn p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
@media (max-width: 768px) {
    .organize .recruit_table th {
        padding: 15px 10px;
        width: 85px;
    }
    .organize .recruit_table td {
        padding: 10px;
    }
}

.link h2{
    border-bottom: 2px solid #7acee0;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 20px 0 10px;
}
.link dt{
    margin-top: 15px;
}
.link textarea{
    width: 100%;
    padding: 10px 20px;
    resize: vertical;
    box-sizing: border-box;
}


.btn-search{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 12px;
    color: inherit!important;
}
.btn-search:hover{
    text-decoration: none;
    color: inherit;
}
.btn-search i.fa {
    margin-right: 0px;
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/icon-search-pink-bold.png?20241020) no-repeat center center / 100%;
}
@media(max-width: 768px) {
    .renewal-2023-global-header-bar .group-search{
        margin-right: 10px;
    }
}