
/*::::::::::::::::::::::::::::::::::::::
  TOP
:::::::::::::::::::::::::::::::::::::::*/

.c-staff__item-msg .desc p,
.p-index-anshin__list-item p,
.flow_detail_desc,
.c-staff__item .list-others,
.licence-sign__list-item dd {
    color:  rgb(0 65 75 / 70%)
}

/*MV*/
.slick-slider {
    opacity: 0;
    transition: opacity .3s linear;
}
.slick-initialized {
    opacity: 1;
}
.top-mv {
    position: relative;
}
.top-mv__bn {
    position: absolute;
    max-width: 480px;
    border-radius: 10px 40px 10px 10px;
    backdrop-filter: blur(30px);
    top: 40%;
    left: 0;
    background-color: rgb(255 255 255 / 34%);
}
#mv-slider-wrap {
    width: 100%;
    margin: 15px auto;
    position: relative;
    max-width: 1520px;
}
#mv-slider {
     max-width: 1400px;
    margin: auto;
    padding: 0 5%;
}
#mv-slider .mv-slider__item img {
    border-radius: 30px;
    margin: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
}

.p-index-info-set {
    gap: 10px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.info-for-dog-cat {
    width: 238px;
}


.p-index-wellcome__ttl img {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.p-index-wellcome {
    margin-top: 100px;
}
.p-index-wellcome__inner {
    background: #fff;
    padding-bottom: 100px;
}

.p-index-wellcome__lead {
    text-align: center;
    font-size: 1.2em;
    padding: 50px 0 0;
    white-space: nowrap;
     color: #00414B;
}

.info_service_wrap {
    margin: 50px auto;
    max-width: 890px;
    display: block;
    width: 100%;
}
.info_service_wrap img {
    margin: auto;
    max-width: 90%;
}


.p-index-concept {
    background: #fff;
    padding: 20% 0 200px;
    position: relative;
}
.p-index-concept__ttl {
    margin-top: 1em;
}
.p-index-concept__ttl-sub {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.p-index-concept__txt {
    max-width: 400px;
    margin: auto;
}
.p-index-concept__img-01 {
    position: absolute;
    left: 0;
    width: 24%;
    top: 0;
}
.p-index-concept__img-02 {
    position: absolute;
    right: 0;
    width: 28%;
    top: 5%;
}
.p-index-concept__desc p {
    line-height: 2;
}

.p-index-concept__desc p + p {
    margin-top: 1em;
}

.p-index-wellcome__inner {
    padding-bottom: 100px;
}

.p-index-anshin__ttl img {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.p-index-anshin {
    background: #fff;
}
.p-index-anshin__inner {
    background: #fef9f5;
    padding: 50px 0 150px;
}
.p-index-anshin__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.p-index-anshin__list-item {
    background: #fff;
    position: relative;
    width: 320px;
    padding: 30px 20px;
}
.p-index-anshin__list-item p {
    font-size: 0.9em;
    line-height: 1.45;
    padding-top: 1em;
}
.p-index-anshin__list-ttl {
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.p-index-anshin__list-item {
    counter-increment: anshin-counter;
}
.p-index-anshin__list-item:before {
    content: "0" counter(anshin-counter);
    position: absolute;
    top: -0.5em;
    line-height: 1;
    font-size: 30px;
    font-family: Aboreto;
    color: #92bdd9;
}

.p-index-anshin__list-ph {
    margin: 10px auto;
}

.flow-list .flow_item {
    width: 100%;
    height: auto;
    background: #fff;
}

.flow .flow_item {
    width: 100%;
    height: auto;
    background-image: none;
    padding: 0;
    background-color: transparent;
    display: block;
}

.flow .flow_item + .flow_item:before {
    display: block;
    width: 0;
    height: 0;
    border-width: 16px 18px 0;
    border-style: solid solid none;
    border-color: #ccc transparent transparent;
    content: "";
    margin: 0 auto 10px;
}

.flow_item + .flow_item:before {
    content: none;
}

.flow .flow_overview {
    background: #fff;
    display: flex;
    padding: 5%;
}
.flow .flow_step {
    margin-bottom: 0;
}

.flow .flow_detail {
    margin-left: 10%;
}
.flow_step .flow_num {
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #00414b;
    line-height: 1.1;
}
.flow_step .flow_num span {
    font-size: 0.45em;
    display: block;
}

.flow .flow_item + .flow_item:before {
    display: block;
    width: 0;
    height: 0;
    border-width: 16px 20px 0;
    border-style: solid solid none;
    border-color: #dddbdb transparent transparent;
    content: "";
    margin: 0 auto 10px;
}

.c-staff {
    margin: 150px auto 50px;
}
.c-staff__item-msg .ttl {
    font-size: 1.1em;
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 10px;
}
.c-staff__item-msg .ttl:after {
    content: "";
    width: 100%;
    margin-left: 1em;
    height: 10px;
    background-image: linear-gradient(to right, #92BDD9 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
}

.c-staff__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.c-staff__item {
    max-width: 480px;
}

.c-staff__item .c-staff__item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.c-staff__item-head .name {
        font-family:
         "Zen Kaku Gothic New",
        sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}
.c-staff__item-head .name .small{
    font-size: 0.7em;
}
.c-staff__item .photo {
    width: 40%;
}
.c-staff__item dl {
    display: flex;
    gap: 1em;
    margin-top: 20px;
    padding: 1em;
}
.c-staff__item dt {
    font-weight: 500;
    white-space: nowrap;
}

.c-staff__item-msg {
    background: #fff;
    border: solid 1px #92BDD9;
    padding: 5%;
    border-radius: 10px;
}
.c-staff__item-msg .desc {
    padding: 0 15px;
}
.c-staff__item-msg .desc p + p{
    margin-top: 1em;
}

.c-staff__item .list-others {
    font-size: 0.9em;
}

.c-staff__item .career-list {
    margin-top: 20px;
    font-size: 0.9em;
}
.c-staff__item .career-list th {
    font-weight: 400;
    padding-right: 10px;
    white-space: nowrap;
}

.p-index-blog {
    padding-top: 100px;
    border-top: solid 3px #fff;
    margin-top: 100px;
}

.p-index-blog .c-heading {
    margin-bottom: 0px;
}

/* ::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1100px) {
.p-index-anshin__inner > .l-inner {
    width: 100%;
    overflow-x: scroll;
    padding-top: 20px;
    padding-left: 0;
}
.p-index-anshin__list {
    flex-wrap: nowrap;
}
}

/* ::::::::::::::::::::::::::::::: */

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

.info_service_wrap img {
    max-width: 100%;
}
}

/* ::::::::::::::::::::::::::::::: */

@media screen and (max-width: 650px) {
#mv-slider {
    padding: 0 2%;
}

.top-mv__bn {
     position: unset;
    margin-top: -50px;
    border-radius: 10px 40px 10px 10px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.p-index-wellcome {
    margin-top: 60px;
}
.p-index-wellcome__ttl img {
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.p-index-anshin__ttl img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.p-index-wellcome__lead {
    text-align: center;
    font-size: 16px;
    color: #00414B;
    padding: 20px 0 0;
}

.info_service_wrap {
    margin: 20px auto 30px;
}

.p-index-concept {
    padding: 40% 0 50px;
}

.p-index-anshin__inner {
    padding: 10px 0 100px;
}
.p-index-concept__ttl {
    font-size: 5.35vw;
}

.p-index-anshin__list {
    gap: 15px;
    flex-wrap: nowrap;
}

.p-index-anshin__list-item {
    width: 330px;
    min-width: 300px;
}

.p-index-anshin__list-ttl {
    font-size: 16px;
    white-space: nowrap;
}

.flow_step .flow_num {
    font-size: 22px;
}

.flow .flow_overview {
    padding: 10%;
}
.c-staff {
    margin: 100px auto 0;
}
.c-staff__item-msg {
        font-size: 13px;
}
.c-staff__item .ttl-sub {
    font-size: 12px;
}
.c-staff__item dl {
        font-size: 12px;
    margin-top: 0;

}
.p-index-staff .c-staff__item.item_02 .c-staff__item-head {
    flex-direction: row-reverse;
}

.c-staff__item-msg {
    height: 310px;
    overflow-y: scroll;
    padding: 20px 5%;
}

.p-index-blog {
    padding-top: 50px;
    margin-top: 50px;
}
}
