@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    font-family: "メイリオ";
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ol {
    list-style: none;
}

.inner {
    max-width: 1036px;
    padding: 0 20px;
    margin: 0 auto;
}

.logo {
    width: 358px;
}

.breadcrumbs {
    display: flex;
    gap: 20px;
    padding-bottom: 18px;
    font-size: 11px;
}

.breadcrumbs2 {
    padding-bottom: 0;
}

.breadcrumbs-item {
    position: relative;
}

.breadcrumbs-item:hover {
    opacity: 0.5;
}


.breadcrumbs-item::after {
    content: ">";
    padding: 0 10px;
    position: absolute;
}

.breadcrumbs-item__link {
    color: #1558D6;
}

time {
    font-size: 11px;
}


/* header */

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
}

.header-btn {
    color: #FFFFFF;
    background: #1DDB07;
    width: 234px;
    padding: 13px 0;
    font-size: 13px;
    border-radius: 12px;
    text-align: center;
    outline: 1px solid #FFFFFF;
    outline-offset: -3px;
    font-weight: bold;
}

.header-btn a {
    opacity: 1;
}

.btnshine {
	position: relative;
    opacity: 1;
}

.btnshine::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
    width: 50%;
	height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
    opacity: 1;
}

.btnshine:hover::before {
	animation: shine 1s;
    opacity: 1!important;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


/* mv */

.mv-sp {
    display: none;
}

.mv-pc {
    height: 500px;
}


/* staff-introduction */

#staff-introduction {
    margin: 69px 0 126px;
    color: #333333;
}

.section-ttl {
    font-size: 2.25rem;
    font-weight: bold;
}

.section-textarea {
    font-size: 13px;
    padding: 28px 0 98px;
}

.section-textarea__text {
    line-height: 2;
}

.staff-list {
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    margin-bottom: 72px;
}

.staff-list2 {
    margin-bottom: 65px;
}

.staff-list__item {
    width: 256px;
    margin: 0 20px;
}

.staff-list__item__img {
    width: 210px;
    border-radius: 50%;
    border: 10px solid #F1F1F1;
    overflow: hidden;
}

.staff-list__item__detail {
    margin-top: 37px;
}

.staff-list__item__detail__ttl__new::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/new.svg) no-repeat; 
    background-size: contain;
    position: absolute;
    left: -24px;
    top: -24px;
}

.staff-list__item__detail__ttl ,
.staff-list__item__detail__ttl__new {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    opacity: 1;
}

.staff-list__item__detail__ttl::after, 
.staff-list__item__detail__ttl__new::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

.staff-list__item__detail__ttl:hover::after,
.staff-list__item__detail__ttl__new:hover::after {
    transform: scale(1, 1);
}

.staff-list__item__detail time {
    display: block;
    margin: 15px 0;
}

.staff-list__item__detail__text {
    font-size: 13px;
    margin: 10px 0 13px;
}

.staff-list__item__detail__link {
    display: inline-block;
    font-size: 13px;
}

.staff-list__item__detail__link:hover {
    animation: sway 1s infinite ease-in-out;
}

@keyframes sway {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0);
    }
}


.staff-list__item__detail__link .allow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    margin: 4.3px 0 0 5px;
    border-radius: 9999px;
    background-color: #000000;
}

.staff-list__item__detail__link .allow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.staff-list__btn,
.staff-list__btn02 {
    margin: 83px auto 0;
    max-width: 240px;
    padding: 13px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #1DDB07;
    border-radius: 12px;
}

.staff-list__btn a,
.staff-list__btn02 a {
    opacity: 1;
}

.staff-list__btn .allow,
.staff-list__btn02 .allow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    margin: 4.3px 0 5px 10px;
    border-radius: 9999px;
    background-color: #FFFFFF;
}

.staff-list__btn .allow::after,
.staff-list__btn02 .allow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

/* banner */

.banner-list {
    display: flex;
    gap: 4%;
    row-gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 48px;
} 

.banner-list__item {
    width: 219px;
    height: 72px;
}

.banner-list__item:hover {
    opacity: 0.5;
}

/* footer */

.footer {
    background-color: #F5F5F5;
    padding: 49px 0 30px;
}

.footer-contents {
    display: flex;
    justify-content: space-between;
}

.infomation-company {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 17px;
}

.infomation-address {
    font-size: 12px;
    line-height: 1.6;
}

.link-list {
    display: flex;
    gap: 4%;
    row-gap: 10px;
    flex-wrap: wrap;
    max-width: 250px;
    text-align: center;
}

.link-list__item {
    width: 120px;
    height: 40px;
    border: 1px solid #D6D5D5;
    background-color: #FFFFFF;
    display: table;
    text-align: center;
}

.link-list__item a {
    display: table-cell;
    vertical-align: middle;
}

.link-list__item a:hover {
    opacity: 0.5;
}

.copyright {
    text-align: center;
    font-size: 12px;
    padding-top: 50px;
}


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

    .logo {
        width: 268px;
    }

    .header-btn {
        display: none;
    }

    .mv-pc {
        display: none;
    }

    .mv-sp {
        display: block;
    }

    .header-top {
        justify-content: center;
        padding: 26px 0 21px;
    }

    .staff-introduction {
        margin: 43px 0 83px;
    }

    .section-ttl {
        font-size: 1.5rem;
    }

    .section-text {
        padding: 24px 0 83px;
    }

    .staff-list {
        flex-direction: column;
        row-gap: 35px;
        margin-bottom: 35px;
    }

    .staff-list:last-child {
        margin-bottom: 0;
    }

    .staff-list__item {
        margin: 0 auto;
    }

    .banner-list {
        display: none;
    }

    .footer-contents {
        flex-direction: column-reverse;
        justify-content: center;
        row-gap: 25px;
    }

    .link-list {
        margin: 0 auto;
    }

    .copyright {
        text-align: left;
    }
}


/* staff-catalog */

#staff-catalog {
    margin: 63px 0 104px;
}

.section-ttl2 {
    margin-bottom: 82px;
}

.pagenation {
    margin: 104px 0 111px;
}

.pagenation-frame {
    display: block;
    height: 5px;
    background-color: #1DDB07;
}

.pagenation-list {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 0 30px;
}

.pagenation-list__item__before .left-allow {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 1px;
    margin: 4.3px 3px 4px 0;
    border-radius: 9999px;
    background-color: #000000;
}

.pagenation-list__item__before .left-allow::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(-45deg);
    transform-origin: 0.5px 50%;
}

.pagenation-list__item__back .right-allow {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 1px;
    margin: 4.3px 0 4px 3px;
    border-radius: 9999px;
    background-color: #000000;
}

.pagenation-list__item__back .right-allow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.staff-list__item__detail__link .allow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    margin: 4.3px 0 5px 5px;
    border-radius: 9999px;
    background-color: #000000;
}

.staff-list__item__detail__link .allow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

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

    .pagenation-list {
        padding: 0;
    }
}
    


/* staff-detail.html */

.container {
    display: flex;
    gap: 122px;
    margin-top: 63px;
}

#staff-detail {
    max-width: 637px;
}

.staff-list__item__img__single {
    margin: 48px auto 25px;
}

.sns-list {
    display: flex;
    gap: 10px;
    margin: 10px 0 72px;
}

.article-contents {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 77px;
}

.article-ttl {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 32px;
}

.article-contents__img {
    max-width: 43%;
    height: 188px;
    float: right;
    margin: 5px 0 47px 41px;
    border-radius: 20px;
    overflow: hidden;
}

.article-contents02 {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 20px;
}

.article-contents02 .article-contents__img {
    max-width: 43%;
    height: 188px;
    float: left;
    margin: 5px 41px 47px 0;
    border-radius: 20px;
    overflow: hidden;
}

.article-contents__text02 {
    margin-top: 29px;
}

.round-list {
    max-width: 13px;
    margin: 0 auto;
}

.round-list__item {
    margin: 0 2px 18px;
    width: 11px;
    height: 11px;
    background-color: #333333;
    border-radius: 50%;
}

.round-list__item:last-child {
    margin-bottom: 0;
}

.staff-list__btn02 {
    margin: 46px auto 0;
}

.pagenation02 {
    margin: 60px 0 68px;
}

.sidebar-ttl {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.sidebar-staff__list__item a {
    display: flex;
    font-size: 13px;
    border-bottom: 1px dashed #727272;
    padding: 23px 0;
}

.sidebar-staff__list__item a:hover {
    opacity: 0.5;
}

.sidebar-staff__list__item:first-child {
    border-top: 1px dashed #727272;
}

.sidebar-staff__list__item__img {
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #F1F1F1;
}

.sidebar-staff__list__item__img img {
    max-width: 100%;
    height: auto;;
}

.sidebar-staff__list__item__detail {
    padding: 0 10px;
}

@media screen and (max-width:1000px) {
    .container {
        gap: 30px;
    }
}

@media screen and (max-width:894px) {
    aside {
        display: none;
    }

    .container {
        margin-top: 32px;
        display: block;
    }

    #staff-detail {
        max-width: 100%;
    }

    .staff-list__item__img__single {
        margin: 32px  auto 0;
    }

    .article-ttl {
        margin-bottom: 25px;
    }

    .article-contents {
        margin-bottom: 50px;
    }

    .article-contents__img  {
        max-width: 315px;
        height: 216px;
        float: none;
        margin: 0 auto 24px;
    }

    .article-contents02 {
        margin-bottom: 54px;
    }

    .article-contents02 .article-contents__img {
        max-width: 315px;
        height: 216px;
        float: none;
        margin: 0 auto 20px;
    }

    .article-contents__text02 {
        display: none;
    }

    .staff-list__btn02 {
        margin-top: 59px;
    }

    .pagenation02 {
        margin: 48px 0 113px;
    }
}









