@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #333;
  font-family: 'Segoe UI','メイリオ', 'Meiryo', sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

li {
  list-style: none;
}

.container {
    width: 100%;
    max-width: 1020px;
    padding: 70px 0 50px;
    margin: 0 auto;
}

.heading-ttl{
    font-size: 36px;
    font-weight: bold;
}

.btn{
    width: 240px;
    height: 44px;
    border-radius: 12px;
    background-color: #1DDB07;
    outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
    outline-offset : -3px; /* どれだけ内側に線を表示したいかを負の値で指定 */
}

.btn span{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn:hover {
    opacity: 0.5;
  }


  .btn-list{
    width: 240px;
    height: 44px;
    border-radius: 12px;
    background-color: #1DDB07;
    margin: 0 auto;
}

.btn-list .arrow{
    width: 25px;
    height: 5px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: skew(45deg);
    margin-left: 21px;
} 

.btn-list span{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a .btn-list:hover {
    opacity: 0.5;
  }

/* ---------------------------------
header
---------------------------------*/
#header .wrap{
    width: 1020px;
    margin: 0 auto;
}

#header .header-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 35px;
}

#header .logo{
    width: 358px;
    height: auto;
}

#header .logo img{
    width: 100%;
}

#header .site-map{
    font-size: 11px;
    padding-top: 35px;
    padding-bottom: 18px;
    display: flex;
}

#header .site-map a{
    color: #1558D6;
}

#header .mainvisual img{
    width: 100vw;
    height: 500px;
}

/* ---------------------------------
staff-intro
---------------------------------*/

.staff-intro > p{
    padding-top: 30px;
    line-height: 1.538;
}

.staff-intro .contents{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 70px;
    padding: 100px 0 65px;
}

.staff-intro .contents .person{
    width: 320px;
}

.staff-intro .person .circle{
    width: 210px;
    height: 210px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 37px;
}

.staff-intro .circle img{
    clip-path: circle(105px at 50% 45%);
}

.circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 210px;
    border: 10px solid #F1F1F1; /* 枠線の色・太さを調整 */
    border-radius: 50%;
}

.staff-intro .detail{
    position: relative;
    width: 100%;
    padding: 0 23px;
}

.staff-intro .person .mark{
    width: 50%;
    height: auto;
    position: absolute;
    top: -25px;
    left: 0;
}

.staff-intro .person .name{
    font-size: 16px;
    font-weight: bold;
}

.staff-intro .person time{
    font-size: 11px;
}

.staff-intro .person .text{
    font-size: 13px;
    line-height: 1.538;
    padding: 7px 0 12px;
}

.staff-intro .person .read-more{
    font-size: 13px;
    gap: 7px;
    line-height: 1;
    display: inline-flex;
    align-items: flex-end;
}
.arrow{
    width: 25px;
    height: 5px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: skew(45deg);    /*傾きを調節*/
}
.staff-intro .person .none{
    visibility: hidden;
}

.staff-intro .btn{
    margin: 0 auto;
}

/* ---------------------------------
banner
---------------------------------*/

.banner{
    padding-top: 125px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 26px;
}

/* ---------------------------------
footer
---------------------------------*/

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

#footer .footer-info{
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer .company-name{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 16px;
}

#footer p{
    font-size: 12px;
    line-height: 1.66;
}

#footer .link{
    width: 250px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;

}

#footer .link  div{
    width: 120px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #D6D5D5;
}

#footer .copyright{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

/*-------------------------------------------
.............................................
SP
.............................................
-------------------------------------------*/
@media screen and (max-width: 750px) {
    
    .container {
        max-width: 315px;
        padding: 45px 0 85px;
    }

    .heading-ttl{
        font-size: 24px;
        font-weight: bold;
    }


/* ---------------------------------
header
---------------------------------*/
    #header .wrap{
        max-width: 315px;
        padding-top: 27px;
        padding-bottom: 18px;
    }

    #header .btn{
        display: none;
    }

    #header .header-info{
        width: 268px;
        max-height: 34px;
        margin: 0 auto;
        padding-top: 0px;
    }

    #header .logo{
        width: 268px;
    }

    #header .logo a{
        width: 268px;
        max-height: 34px;
        display: inline-block;
    }

    #header .logo img{
        vertical-align: top;
    }

    #header .site-map{
        padding-top: 21px;
        padding-bottom: 0px;
    }

    #header .mainvisual img{
        height: 400px;
    } 


/* ---------------------------------
staff-intro
---------------------------------*/

.staff-intro > p{
    padding-top: 25px;
    line-height: 1.538;
    font-size: 13px;
}

.staff-intro .contents{
    column-gap: 0px;
    row-gap: 35px;
    padding: 85px 0px;
}

.staff-intro .contents .person{
    width: 315px;
}

.staff-intro .detail{
    padding: 0 17px 0 25px;
}

.staff-intro .person .text{
    font-size: 13px;
    line-height: 1.538;
    padding: 7px 0 12px;
}

.staff-intro .btn{
    margin: 0 auto;
}


/* ---------------------------------
banner
---------------------------------*/

.banner{
    display:none;
}


/* ---------------------------------
footer
---------------------------------*/

#footer{
    background-color: #F5F5F5;
    padding: 40px 0 35px;
}

#footer .footer-info{
    max-width: 315px;
    margin: 0 auto;
    flex-direction: column-reverse;
    justify-content: start;
}

#footer .link{
    width: 250px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;

}

#footer .company{
padding-top: 25px;
}

#footer .copyright{
    display: flex;
    justify-content: start;
    padding-top: 35px;
    max-width: 315px;
    margin: 0 auto;
}

}


/*-------------------------------------------
####################################################

ここからlist page

####################################################
-------------------------------------------*/
#list-page #header .site-map {
    padding-bottom: 0;
}

#list-page .container {
    padding-top: 65px;
}

#list-page .staff-intro .contents {
    padding-top: 80px;
}

.pagination .line{
    border-bottom: 5px solid #1DDB07;
}

.pagination .inner{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    max-width: 910px;
    margin: 0 auto;
    font-size: 13px;
}

.pagination a{
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.pagination .arrow{
    display: flex;
    width: 14px;
    height: 5px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: translateY(-50%) skew(45deg);
    position: absolute;
    top: 40%;
}

.previous .arrow{
    margin-left: -53px;
    transform: translateY(-50%) scaleX(-1) skew(45deg);
}

.next .arrow{
    margin-left: 48px;
}

#list-page .banner {
    padding-top: 110px;
}

#list-page .staff-intro .contents{
    padding-bottom: 105px;
}

/*-------------------------------------------
.............................................
SP
.............................................
-------------------------------------------*/

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

    #list-page #header .wrap {
        padding-bottom: 0;
    }

    #list-page .container{
        padding: 40px 0 110px;
    }
    
    #list-page .staff-intro .contents {
        padding-top: 45px;
        padding-bottom: 120px;
    }

    .pagination .inner{
        max-width: 270px;
    }

}

/*-------------------------------------------
####################################################

ここからdetail page

####################################################
-------------------------------------------*/

#detail-page .inner{
    display: flex;
    max-width: 1020px;
    margin: 0 auto; 
    justify-content: space-between;
}

#detail-page main{
    width: 640px;
}

#detail-page aside{
    width: 258px;
}

#detail-page .article .heading-ttl{
    padding-bottom: 48px; 
}

#detail-page .article .circle{
    width: 210px;
    height: 210px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 37px;
}

#detail-page .article .circle img{
    clip-path: circle(105px at 50% 45%);
}

#detail-page .article .circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 210px;
    border: 10px solid #F1F1F1; 
    border-radius: 50%;
}

#detail-page .article time{
    font-size: 11px;
}

#detail-page .article .sns{
    display: flex;
    gap: 4px;
    padding-top: 8px;
    padding-bottom: 72px;
}

#detail-page .article .sns div{
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #707070;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 2;
}

#detail-page .main-text{
    display: flex;
    flex-direction: column;
    gap: 77px;
}

#detail-page .block .contents{
    padding-top: 28px;
    width: 100%;
}

#detail-page .block .f-right{
    float: right;
    margin-left: 40px; 
    margin-bottom: 46px;
}

#detail-page .block .f-left{
    float: left;
    margin-right: 40px; 
    margin-bottom: 46px;
}

#detail-page .block .contents img{
    width: 100%; 
    height: auto;
}

#detail-page .block .contents p{
    font-size: 13px;
    line-height: 2;
}

#detail-page .block .contents p:nth-of-type(3){
    padding-top: 30px;
}

#detail-page .article .dot{
    width: 13px;
    height: auto;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 45px;
}

#detail-page .pagination{
    padding-top: 60px;
}

#detail-page .btn-list{
    margin: 0 auto;
}

#detail-page .pagination .inner {
    max-width: 532px;
}

#detail-page .interview h3{
    padding-top: 70px;
    padding-bottom: 16px;
    font-size: 24px;
}

#detail-page .interview .person{
    border-bottom: dashed 1px #727272;
}

#detail-page .interview a{
    display: flex;
    gap: 10px;
    padding: 20px 0;
}

#detail-page .interview .first{
    border-top: dashed 1px #727272;
}

#detail-page .interview .person .circle{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    margin: 0px;
}

#detail-page .interview .person .circle img{
    clip-path: circle(31px at 50% 45%);
}

#detail-page .interview .person .circle::after {
    width: 60px;
    height: 60px;
    border: 2px solid #F1F1F1;
}

#detail-page .interview .name{
    font-size: 13px;
}

#detail-page .interview time{
    font-size: 11px;
}

#detail-page .banner{
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 50px;
}

/*-------------------------------------------
.............................................
SP
.............................................
-------------------------------------------*/

@media screen and (max-width: 750px) {
    #detail-page aside{
        display: none;
    }

    #detail-page .banner{
        display: none;
    }

    #header .wrap {
        max-width: 315px;
        padding-bottom: 0px;
    }
    
    #detail-page .inner{
        max-width: 630px;
    }

    #detail-page .pagination .inner {
        width: 100%;
        padding: 20px 30px;
    }

    #detail-page .container {
        padding: 30px 0 85px;
    }

    #detail-page .article .heading-ttl {
        font-size: 28px;
        line-height: 1.25;
        padding-bottom: 30px;
    }

    #detail-page .article .circle {
        margin-bottom: 30px;
    }

    #detail-page .block .f-right{
        float:none;
        margin-left: 0; 
        margin-bottom: 25px;
    }
    
    #detail-page .block .f-left{
        float:none;
        margin-right: 0; 
        margin-bottom: 25px;
    }

    #detail-page .main-text {
        gap: 50px;
    }

    #detail-page .block .contents p {
        line-height: 1.84;
    }

    #detail-page .article .dot {
        padding-top: 55px;
        padding-bottom: 60px;
    }
}