@charset "UTF-8";



.p-comment {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 1px solid #b4b4b4;
    text-align: center;
    letter-spacing: 2px;
}
.p-comment span{
    font-size: 16px;
    font-weight: bold;
}
.p-comment02 {
font-size: 16px;
color: #333;
margin-top: 10px;
line-height: 1.8;
}
.list-modal .slide-item {
    position: relative;
    background:#fff;
    border-radius: 5px;
}
.list-modal_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
    padding: 50px 20px 20px;
    align-content: center;
    align-items: flex-start;
    background: #fff;
}
@media screen and (max-width: 1024px) {
.list-modal_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto;
    padding: 20px 45px;
    align-content: center;
    align-items: center;
    background: #fff;
}
}

@media screen and (max-width: 820px) {
.list-modal_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   width: 600px;
    margin: 0 auto;
    padding: 20px;
    align-content: center;
    align-items: center;
}
}
@media (max-width: 767px) {
.list-modal_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   width: 500px;
    margin: 0 auto;
    padding: 20px 30px;
    align-content: center;
    align-items: center;
}
}
@media (max-width: 600px) {
.list-modal_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   width: 350px;
    margin: 0 auto;
    padding: 20px 20px;
    align-content: center;
    align-items: center;
}
}

.list-modal_left {
    width: 33%;
}
.list-modal_left img {
    height: 200px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    margin: 0 auto;
}
.list-modal_right {
    width: 65%;
}
@media screen and (max-width: 820px) {
.list-modal_left {
   width: 100%;
    max-width: 100%;
    margin: 0px auto 20px;
}

.list-modal_right {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
.list-modal_left img {
    display: none;
}
}



.ttl-comment h4{
position: relative;
display: inline-block;
font-size: 22px;
padding-bottom: 10px;
margin-bottom: 40px;
color: #ff8015;
}
.ttl-comment{
    text-align: center;
}
@media screen and (max-width: 767px) {
.ttl-comment h4{
font-size: 20px;
width: 85%;
text-align: left;
line-height: 1.4;
}
.ttl-comment h4 span{
    font-size: 14px;
}
}

.ttl-comment h4:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
    display:block;
    width:100%;
    height:1px;
    background:#ff8015;
}
.ttl-comment h4 span:before,
.ttl-comment h4 span:after{
    content: "";
    position: absolute;
    z-index:1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 24px 24px;
}
.ttl-comment h4 span:before{
    bottom:-24px;
    left:74px;
    border-width: 0 0 24px 24px;
    border-color: transparent #ff8015 transparent;
}
.ttl-comment h4 span:after{
    bottom:-22px;
    left:75px;
    border-width: 0 0 23px 23px;
    border-color: transparent #fff transparent;
}
.p-comment-01 {
font-size: 16px;
    margin-bottom: 20px;
}
.block-messeage {
padding: 15px 20px 25px 20px;
background: #fff7ef;
position: relative;
}

.block-messeage:before {
position: absolute;
content: "";
background-image: url(../images/top/point_item.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 45px;
height: 75px;
right: 40px;
top: -15px;
z-index: 1;
transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
    .block-messeage:before {
    width: 30px;
    height: 50px;
    right: 10px;
    top: 0px;
    z-index: 1;
    transform: rotate(30deg)
}
}


.block-messeage h5 {
color: #ff8015;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: YuMincho;
    letter-spacing: 2px;
}
.block-messeage p {
    font-size:16px;
}

/* ----------------------------------------
magnific-popup
------------------------------------------*/
.mfp-close {
    display: block;
    top: -28px !important;
    right: 15px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    opacity: 1 !important;
    background: url(../images/common/ico_close.png) no-repeat center #36352c;
    cursor: pointer;
}
.mfp-close:active {
    top: -24px !important;
}
.mfp-container {
    padding: 0 !important;
}
.mfp-with-anim{
    opacity: 0;
    -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0.95);
}
.mfp-bg{
    opacity: 0;
    -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(0, 0, 0, .5) !important;
}
/* animate in */
.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
.mfp-ready .mfp-bg {
    opacity: 1;
}
/* animate out */
.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: scale(0.95);
}
.mfp-removing .mfp-bg {
    opacity: 0;
}
#container-slide {
    position: relative;
    width: 880px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
#container-slide {
    width: 780px;
}
}
@media screen and (max-width: 820px) {
#container-slide {
    width: 600px;
}
}
@media screen and (max-width: 767px) {
#container-slide {
    width: 500px;
}
}
@media screen and (max-width: 600px) {
#container-slide {
    width: 350px;
}
}




/*****************************
    
*****************************/


/* ----------------------------------------
slick調整（magnific-popup付属）
------------------------------------------*/
.mfp-content .slick-list {
	overflow: visible !important;
}
.mfp-content .slick-list .slide-item {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: transform .4s cubic-bezier(.2, 1, .2, 1);
    z-index: 1;
}
.mfp-content .slick-list .slide-item.slick-current {
    -webkit-transform: none;
    transform: none;
}
.slick-arrow.btn-prev,.slick-arrow.btn-next {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 48px;
    height: 93px;
    top: 20%;
    cursor: pointer;
    padding: 120px 0;
}
@media screen and (max-width: 1024px) {
.slick-arrow.btn-prev,.slick-arrow.btn-next {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 48px;
    height: 37px;
    top: 60px;
    margin-top: 0px;
    cursor: pointer;
}
}

.slick-arrow.btn-prev {
    left: -70px;
    background: url(../images/common/ico_arw_l.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.slick-arrow.btn-next {
    right: -70px;
    background: url(../images/common/ico_arw_r.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

@media screen and (max-width: 1024px) {
.slick-arrow.btn-prev {
    left: -5px;
    background-size: 40%;
}
.slick-arrow.btn-next {
    right: -10px;
    background-size: 40%;
}
}
@media screen and (max-width: 820px) {
.slick-arrow.btn-prev {
    left: 0px;
    background-size: 40%;
}
.slick-arrow.btn-next {
    right: 0px;
    background-size: 40%;
}
}
@media screen and (max-width: 767px) {
.slick-arrow.btn-prev {
    left: 0px;
    background-size: 40%;
}
.slick-arrow.btn-next {
    right: 0px;
    background-size: 40%;
}
}

/* ----------------------------------------
slick調整（magnific-popup付属）END
------------------------------------------*/

/******************************
  スタッフ紹介
******************************/
/* list-staff01 */
.list-staff01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0rem;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1180px) {
.list-staff01 {
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
.list-staff01 {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.list-staff01 {
padding: 0 0rem;

}
}

.list-staff01 li {
    width: calc(100% / 5);
    padding: 10px 20px;
}

@media screen and (max-width: 1180px) {
.list-staff01 li {
    width: calc(100% / 5);
 padding: 10px 10px;
}
}
@media screen and (max-width: 1024px) {
.list-staff01 li {
    width: calc(100% / 4);
    padding: 10px 10px;
}
}
@media screen and (max-width: 820px) {
.list-staff01 li {
    width: calc(100% / 3);
    padding: 10px 5px;
}
}
@media screen and (max-width: 600px) {
.list-staff01 li {
    width: calc(100% / 2);
    padding: 10px 5px;
}
}

.list-staff01 li .morebtn1{
margin: 10px 0 10px;
text-align: center;
background: #005bac;
padding: 2px 5px;
color: #fff;
}

.list-staff01 li img{
height: 150px;
margin: 0 auto;
aspect-ratio: 3 / 4;
object-fit: cover;
display: flex;
justify-content: center;
}

.list-staff01 li a{
transition: opacity .2s ease;
color: #fff;
display: block;
font-size: 12px;
}
.list-staff01 li a:hover{
 opacity: .9;
transition: opacity .2s ease;
}

.list-staff01 li:not(nth-child(4n)) {
    margin-right: 20px;
}

.list-staff_txt {
padding: 10px;
position: relative;
background: #ffffff;
min-height: 120px;
}
.list-modal_left .list-staff_txt {
padding: 10px;
position: relative;
background: #ffffff;
min-height: 1px;
}

@media screen and (max-width: 767px) {
.list-staff_txt {
padding: 10px 0px;
}
}
.list-staff_txt02 {
    text-align: left;
}


.list-staff_txt .p-step {
    font-weight: 500;
    color: rgb(255 255 255);
    text-shadow: 1px 1px 3px #999;
    position: absolute;
    top: -40px;
    left: 4px;
    font-size: 30px;
    z-index: 0;
    letter-spacing: 2px;
    font-family: YuMincho;
}
@media screen and (max-width: 600px) {
.list-staff_txt .p-step {
top: -28px;
left: 2%;
font-size: 20px;
}
}

.list-staff_txt .p-comment {
font-size: 16px;
font-weight: bold;
line-height: 1.2;
border-bottom: unset;
text-align: center;
letter-spacing: 2px;
color: #1A2B48;
}
.list-staff_txt .p-comment02 {
    font-size: 14px;
color: #1a2b48;
margin-top: 10px;
    line-height: 1.4;
}

.mfp-close-btn-in #container-slide_expert .mfp-close,.mfp-close-btn-in #container-slide_expert .mfp-close {
    background: url(../images/common/ico_close.png) no-repeat center #1A2B48;
    border-radius: 50%;
    top: 12px !important;
}

#container-slide_expert,#container-slide_staff {
    position: relative;
    width: 880px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
#container-slide_expert,#container-slide_staff {
    width: 780px;
}
}
@media screen and (max-width: 820px) {
#container-slide_expert,#container-slide_staff {
    width: 600px;
}
}
@media screen and (max-width: 767px) {
#container-slide_expert,#container-slide_staff {
    width: 500px;
}
}
@media screen and (max-width: 600px) {
#container-slide_expert,#container-slide_staff {
    width: 350px;
}
}


.staff_comment{
    font-size: 14px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.staff_comment{
    margin-bottom: 10px;
}
}

.staff_messeage{
padding: 15px 10px;
background: #F8F9FA;
position: relative;
font-size: 14px;
margin-top: 20px;
}
.staff_messeage dl{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.staff_messeage dt{
font-weight: bold;
margin-bottom: 10px;
width: 80px;
text-align: right;
text-align:justify;
text-align-last:justify;
}
.staff_messeage dd{
margin-bottom: 10px;
     width: calc(100% - 80px);
}


.comment_title{
font-size: 16px;
margin-top: 20px;
margin-bottom: 20px;
letter-spacing: 3px;
line-height: 1;
position: relative;
font-family: YuMincho;
color: #444;
display: inline-block;
z-index: 1;
margin-left: 15px;
font-weight: 600;
}
.comment_title::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/titlle_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 20px;
    aspect-ratio: 1 / 1;
    left: -8px;
    top: -10px;
    z-index: 0;
}


#container-slide_staff .name_area,#container-slide_expert .name_area{
text-align: center;
margin-top: 5px;
}
#container-slide_staff .name_area h3,#container-slide_expert .name_area h3{
    color: #1A2B48;
    font-size: 16px;
    font-weight: bold;
}

/* @media screen and (max-width: 820px) {
#container-slide_staff .list-modal_left, #container-slide_expert .list-modal_left{
   width: 200px;
max-width: 100%;
margin: 0px auto 0px;
}
} */

@media screen and (max-width: 767px) {
#container-slide_staff .list-modal_left img, #container-slide_expert .list-modal_left img{
    display: block;
}
}

.sp {
  display: none; /* pcの時は非表示 */
}
.pc {
  display: block; /* spの時は非表示 */
}

@media (max-width: 767px) {
  .sp {
    display: block; /* spの時は表示 */
  }
  .pc {
  display: none; /* spの時は非表示 */
  }
}


.expert-gallery__item{
    height: 100px;
}
.expert-gallery__item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}