.expert-list{margin-bottom:60px;margin-top:60px}@media screen and (min-width:768px){.expert-list{margin-bottom:80px;margin-top:80px}}.expert-list__list{display:grid;gap:20px}@media screen and (min-width:768px){.expert-list__list{gap:30px;grid-template-columns:1fr 1fr}}@media screen and (min-width:1050px){.expert-list__list{gap:20px;grid-template-columns:1fr 1fr 1fr 1fr}}.expert-list__list__item__wrap{align-items:baseline;background:var(--color-bg-2);border:none;border-radius:10px;cursor:pointer;display:grid;grid-auto-rows:auto 1fr 45px;height:100%;justify-content:center;padding:0 0 27px;width:100%}@media screen and (min-width:768px){.expert-list__list__item__wrap{grid-auto-rows:auto 1fr 50px;padding-bottom:37px}}.expert-list__list__item__img .figure img{aspect-ratio:247/141;border-radius:10px;object-fit:cover;width:100%}.expert-list__list__item__body,.expert-list__list__item__button{margin-left:15px;margin-right:15px}.expert-list__list__item__body{margin-top:20px;text-align:left}@media screen and (min-width:768px){.expert-list__list__item__body,.expert-list__list__item__button{margin-left:28px;margin-right:28px}.expert-list__list__item__body{margin-top:25px}}.expert-list__list__item__body__position{color:var(--color-plane);font-size:1.3rem;font-weight:var(--fw-bold-jp);letter-spacing:.05em;line-height:1.5;margin-bottom:6px}@media screen and (min-width:768px){.expert-list__list__item__body__position{margin-bottom:9px}}@media screen and (min-width:1050px){.expert-list__list__item__body__position{font-size:1.2rem}}.expert-list__list__item__body__name{align-items:flex-end;display:flex;flex-direction:row;flex-wrap:wrap;gap:3px}@media screen and (min-width:768px){.expert-list__list__item__body__name{gap:9px}}.expert-list__list__item__body__name__kana{font-size:2.4rem;font-weight:var(--fw-bold-jp);letter-spacing:.1em;line-height:var(--lh-normal-text)}@media screen and (min-width:1050px){.expert-list__list__item__body__name__kana{font-size:2.2rem}}.expert-list__list__item__body__name__en{font-family:var(--font-title-deco);font-size:1.2rem;font-weight:var(--fw-normal-en);letter-spacing:.05em;line-height:2.1}@media screen and (min-width:1050px){.expert-list__list__item__body__name__en{font-size:1.1rem}}.expert-list__list__item__body__tag{display:flex;flex-wrap:wrap;gap:1px 12px;margin-top:9px}@media screen and (min-width:768px){.expert-list__list__item__body__tag{gap:0 20px;margin-top:13px}}.expert-list__list__item__body__tag__item{position:relative}.expert-list__list__item__body__tag__item[data-sep="1"]:after{content:"・";position:absolute;right:-14px;top:50%;transform:translateY(-50%)}@media screen and (min-width:768px){.expert-list__list__item__body__tag__item[data-sep="1"]:after{right:-18px}}.expert-list__list__item__body__tag__item__inner{color:var(--color-plane);font-size:1.1rem;font-weight:var(--fw-bold-jp);letter-spacing:.05em;line-height:1.9}@media screen and (min-width:1050px){.expert-list__list__item__body__tag__item__inner{font-size:1rem}}.expert-list__list__item__button{background-color:var(--color-main);border-radius:5px;margin-top:19px;padding:1px 13px 2px 19px;position:relative;width:fit-content}@media screen and (min-width:768px){.expert-list__list__item__button{margin-top:30px;padding:5px 18px 4px 31px}}.expert-list__list__item__button:after,.expert-list__list__item__button:before{border-radius:5px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.expert-list__list__item__button:before{background:linear-gradient(92deg,#00263d,#305b76)}.expert-list__list__item__button:after{background-color:#00324d;opacity:1;transition:.3s}@media screen and (min-width:1050px){.expert-list__list__item__wrap:focus .expert-list__list__item__button:after,.expert-list__list__item__wrap:hover .expert-list__list__item__button:after{opacity:0}}.expert-list__list__item__button__icon{height:8px;left:6px;position:absolute;top:50%;transform:translateY(-50%);width:8px;z-index:1}@media screen and (min-width:768px){.expert-list__list__item__button__icon{height:9px;left:14px;width:9px}}.expert-list__list__item__button__icon:after,.expert-list__list__item__button__icon:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.expert-list__list__item__button__icon:before{height:1px;width:100%}.expert-list__list__item__button__icon:after{height:100%;width:1px}.expert-list__list__item__button__inner{color:#fff;font-family:var(--font-title-deco);font-size:1.2rem;font-weight:var(--fw-normal-en);letter-spacing:.08em;line-height:var(--lh-button);position:relative;z-index:1}.expert-list__modal{align-items:center;background-color:hsla(0,0%,100%,.85);display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:.3s ease;visibility:hidden;z-index:9999}.expert-list__modal.is-active{opacity:1;visibility:visible}.expert-list__modal__content{background-color:rgba(0,38,61,.97);box-sizing:border-box;color:#fff;height:100%;margin-left:auto;margin-right:-100px;opacity:0;overflow-y:auto;padding:80px 35px 60px;position:relative;transition:margin-right .3s ease,opacity .3s ease;width:100%}.expert-list__modal.is-active .expert-list__modal__content{margin-right:0;opacity:1}@media screen and (min-width:768px){.expert-list__modal__content{background-color:rgba(0,38,61,.92);border-radius:0 0 0 20px;padding:160px 90px;width:668px}}@media screen and (min-width:1050px){.expert-list__modal__content{padding:93px 85px 98px 80px;width:825px}}.expert-list__modal__close{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;font-family:var(--font-en);font-size:1rem;height:30px;letter-spacing:.15em;line-height:1.8;padding:0;position:absolute;right:30px;top:30px;width:34px}@media screen and (min-width:768px){.expert-list__modal__close{right:37px;top:37px}}.expert-list__modal__close:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.896%22%20height%3D%229.148%22%20viewBox%3D%220%200%2022.896%209.148%22%3E%20%3Cpath%20d%3D%22M4748.448-1316.893l-11.105%2C4.042-.343-.94%2C9.986-3.634-9.986-3.635.343-.939%2C11.1%2C4.042%2C11.106-4.042.342.94-9.985%2C3.634%2C9.985%2C3.634-.343.94Z%22%20transform%3D%22translate(-4737%201322)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:block;height:9px;left:4px;position:absolute;width:23px}.expert-list__modal__body{margin-top:24px}@media screen and (min-width:768px){.expert-list__modal__body{margin-top:36px}}@media screen and (min-width:1050px){.expert-list__modal__body{margin-top:26px}}.expert-list__modal__img{width:fit-content}.expert-list__modal__img .figure img{border-radius:5px;height:125px;object-fit:cover;width:220px}@media screen and (min-width:768px){.expert-list__modal__img .figure img{border-radius:10px;height:208px;width:367px}}.expert-list__modal__content .expert-list__list__item__body__position{color:#fff;font-size:1rem}@media screen and (min-width:768px){.expert-list__modal__content .expert-list__list__item__body__position{font-size:1.3rem}}.expert-list__modal__content .expert-list__list__item__body__name{gap:8px}.expert-list__modal__content .expert-list__list__item__body__name__kana{font-size:2.2rem}@media screen and (min-width:768px){.expert-list__modal__content .expert-list__list__item__body__name__kana{font-size:2.7rem}}.expert-list__modal__content .expert-list__list__item__body__name__en{font-size:1.2rem;letter-spacing:.03em}@media screen and (min-width:768px){.expert-list__modal__content .expert-list__list__item__body__name__en{font-size:1.5rem}}.expert-list__modal__content .expert-list__list__item__body__tag__item__inner{color:#fff;font-size:1.1rem}.expert-list__list__item__body__text.natural{margin-top:30px}@media screen and (min-width:768px){.expert-list__list__item__body__text.natural{margin-top:42px}}@media screen and (min-width:1050px){.expert-list__list__item__body__text.natural{margin-top:32px}}.expert-list__list__item__body__text.natural p{color:#fff;font-size:1.3rem;letter-spacing:.05em}@media screen and (min-width:768px){.expert-list__list__item__body__text.natural p{font-size:1.4rem}}.expert-list__list__item__body__linklist__list{display:grid;gap:10px;margin-top:15px}.expert-list__list__item__body__linklist__title{font-family:var(--font-title-deco);font-size:2.4rem;margin-top:40px}@media screen and (min-width:768px){.expert-list__list__item__body__linklist__title{font-size:2.8rem;margin-top:35px}}@media screen and (min-width:1050px){.expert-list__list__item__body__linklist__title{margin-top:45px}}.expert-list__list__item__body__linklist__list__item__anchor{color:hsla(0,0%,100%,.9);display:block;font-size:1.4rem;font-weight:var(--fw-bold-jp);letter-spacing:.05em;line-height:1.5;padding-left:27px;position:relative;transition:color .3s}.expert-list__list__item__body__linklist__list__item__anchor:focus{color:hsla(0,0%,100%,.6)}@media screen and (min-width:768px){.expert-list__list__item__body__linklist__list__item__anchor{font-size:1.5rem}}@media screen and (min-width:1050px){.expert-list__list__item__body__linklist__list__item__anchor:hover{color:hsla(0,0%,100%,.6)}}.expert-list__list__item__body__linklist__list__item__anchor .link-icon--default{top:2px}.expert-list__list__item__body__linklist__list__item__anchor .link-icon.is-pdf{left:1px;top:3px}.expert-list__list__item__body__linklist__list__item__anchor .link-icon.is-exlink{left:2px;top:4px}