/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#member {
  font-size: 13px;
  font-weight: 500;
  color: #231815;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#member * {
  box-sizing: border-box;
}

#member a {
  transition: opacity .3s;
}

#member a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#member a:hover {
  text-decoration: none;
}

#member a:focus-visible {
  outline: none;
}

#member img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#member .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#member .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#member .pc-br {
  display: none;
}

#member .sp-br {
  display: inline;
}

#member .inline-block{
  display: inline-block;
}

#member .font-ad{
  font-family: adventures-unlimited, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#member .font-mont{
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#member .txt-gradient{
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#member .txt-orange{
  color: #FB6420;
}

#member .txt{
  font-size: 14px;
  line-height: 1.8;
}

#member .inner {
  width: calc(100% - 25px);
  max-width: 1200px;
  margin: 0 auto;
}

#member .content-main{
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  background: url("../images/member/content_main_sp.jpg")no-repeat center center / cover;
}

#member .content-main .ja{
  position: relative;
  display: block;
  padding-left: 60px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}

#member .content-main .ja::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}

#member .content-main .en{
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  padding: 0 40px 5px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgb(252, 82, 28) 0%, rgb(250, 133, 40) 100%);
  clip-path: polygon(158px 0%, 100% 0%, 100% 100%, 0% 100%);
  line-height: 1;
}

#strength .content-main .en img{
  width: 113px;
}

#member .menu-list{
  width: calc(100% - 75px);
  max-width: 300px;
  margin: 60px auto 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#member .menu-item{
  width: calc(100% - 50px);
}

#member .menu-item:nth-of-type(2n){
  margin-left: auto;
}

#member .menu-item-link{
  display: block;
  position: relative;
  color: #231815;
  z-index: 0;
}

#member .menu-item-link .img{
  border-radius: 10px;
  overflow: hidden;
}

#member .menu-item-link .txt-block{
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 140px;
  height: 50px;
  bottom: 0;
  right: 0;
  padding: 0 0 0 15px;
  background-color: #fff;
  border-radius: 5px 0 0 0;
  z-index: 1;
}

#member .menu-item-link .txt-block::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: -30px;
  background: transparent;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 0 #fff;
}

#member .menu-item-link .txt-block::after{
  position: absolute;
  content: "";
  top: -30px;
  right: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 0 #fff;
}

#member .menu-item-link .txt-block .txt{
  display: block;
}

#member .menu-item-link .txt-block .name{

  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

#member .menu-item-link .txt-block .icon{
  position: absolute;
  bottom: 0;
  right: 13px;
  width: 30px;
  height: 30px;
}

#member .member-content-wrapper{
  margin-top: 30px;
}

#member .member-content{
  position: relative;
  margin-bottom: 60px;
  padding: 00px 0 40px;
  z-index: 0;
}

#member .member-content:last-of-type{
  margin-bottom: 0;
}

#member .member-content::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
  z-index: -1;
}

#member .content-ttl02{
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

#member .content-ttl02::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: calc(50% - 2px);
  left: 0;
  background: linear-gradient(90deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
}

#member .img-round img{
  border-radius: 10px;
}

#member .main-block{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-top: 50px;
}

#member .main-block .interview{
  position: absolute;
  width: 160px;
  height: 60px;
  left: 110px;
  top: 0;
}

#member .main-block .main-img{
  padding: 0 5px;
}

#member .main-txt-block{
  display: contents;
}

#member .main-txt-block .content-ttl02{
  order: -1;
}

#member .name-block{
  width: calc(100% - 50px);
  min-width: 300px;
  margin-top: -30px;
  padding: 20px 25px 0;
  background-color: #fff;
  border-radius: 10px;
}

#member .name-block .txt{
  padding-bottom: 10px;
  border-bottom: solid 1px #CCCCCC;
}

#member .name-block .occupation{
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}

#member .name-block .occupation .name{
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

#member .content-block{
  position: relative;
  margin-top: 40px;
  z-index: 0;
}

#member .content-block::before{
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: 540px;
  background-color: #F6F6F6;
  top: 200px;
  left: 50%;
  transform: skewX(-48deg) translateX(-50%);
  z-index: -1;
}

#member .content-block::after{
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: 540px;
  background-color: #F6F6F6;
  top: 1034px;
  left: 50%;
  transform: skewX(48deg) translateX(-50%);
  z-index: -1;
}

#member .content-inner{
  width: calc(100% - 50px);
  margin: 0 auto;
}

#member .txt-item{
  margin: 30px 0;
}

#member .txt-item:last-of-type{
  margin-bottom: 0;
}

#member .content-block .img{
  margin: 30px 0;
}

#member .content-ttl{
  position: relative;
  padding-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

#member .content-ttl::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  top: 5px;
  left: 0;
  background: linear-gradient(0deg, rgba(252,82,28,1) 0%, rgba(250,133,40,1) 100%);
}

#member .txt-item .ttl{
  margin: 5px 0 13px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#member .message-content{
  padding: 0 25px 30px;
  background-color: #fff;
  border-radius: 10px;
}

@media print, screen and (max-width: 767px){
  #member .upper-content .img{
    position: relative;
  }
  
  #member .upper-content .img::before{
    position: absolute;
    content: "";
    width: 120px;
    height: 93px;
    background: url("../images/member/member_person01_illust01_sp.png")no-repeat center center / contain;
    top: -14px;
    left: -37px;
    z-index: 1;
  }
  
  #member #member02 .upper-content .img::before{
    background-image: url("../images/member/member_person02_illust01_sp.png");
  }
  
  #member #member03 .upper-content .img::before{
    background-image: url("../images/member/member_person03_illust01_sp.png");
  }
  
  #member .lower-content .img{
    position: relative;
  }
  
  #member .lower-content .img::before{
    position: absolute;
    content: "";
    width: 119px;
    height: 132px;
    background: url("../images/member/member_person01_illust02_sp.png")no-repeat center center / contain;
    bottom: -36px;
    right: -36px;
    z-index: 1;
  }
  
  #member #member02 .lower-content .img::before{
    background-image: url("../images/member/member_person02_illust02_sp.png");
  }
  
  #member #member03 .lower-content .img::before{
    background-image: url("../images/member/member_person03_illust02_sp.png");
  }
}




@media print, screen and (min-width: 768px) {
  
  #member .sp-br {
    display: none;
  }
  
  #member .pc-br {
    display: inline;
  }
  
  #member .txt{
    font-size: 16px;
  }
  
  #member .content-main{
    height: 280px;
    background: url("../images/member/content_main_pc.jpg")no-repeat center center / cover;
  }

  #member .content-main .ja{
    padding-left: max(60px,calc(50vw - 600px + 60px));
    font-size: 46px;
  }

  #member .content-main .ja::before{
    width: max(40px,calc(50vw - 600px + 40px));
    height: 2px;
    top: calc(50% - 1px);
  }

  #member .content-main .en{
    width: max(650px,calc(50vw - 310px)); 
    padding: 0 120px 20px 120px;
    left: auto;
    right: 0;
    clip-path: polygon(325px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  
  #member .content-main .en img{
    width: 338px;
  }
  
  #member .menu-list{
    max-width: 1200px;
    flex-direction: row;
    gap: 75px;
    margin-top: 100px;
  }

  #member .menu-item{
    width: auto;
  }
  
  #member .menu-item:nth-of-type(2n){
    margin-left: 0;
  }

  #member .menu-item-link{
    min-height: 300px;
    flex-direction: column;
    padding: 50px 0 0;
    transition: all .3s;
  }
  
  #member .menu-item-link .img{
    border-radius: 20px;
  }
  
  #member .menu-item-link .img img{
    transition: all .3s;
  }
  
  #member .menu-item-link .txt-block{
    width: 210px;
    height: 80px;
    align-items: center;
    padding: 0 30px;
    border-radius: 10px 0 0 0;
  }
  
  #member .menu-item-link .txt-block::before{
    border-bottom-right-radius: 10px;
    box-shadow: 10px 10px 0 #fff
  }

  #member .menu-item-link .txt-block::after{
    border-bottom-right-radius: 10px;
    box-shadow: 10px 10px 0 #fff;
  }
  
  #member .menu-item-link .txt-block .txt{
    font-size: 16px;
  }
  
  #member .menu-item-link .txt-block .name{
    font-size: 26px;
  }
  
  #member .menu-item-link .txt-block .icon{
    width: 40px;
    height: 40px;
    bottom: calc(50% - 20px);
    transition: all .3s;
  }
  
  #member .member-content-wrapper{
    margin-top: 30px;
  }
  
  #member .member-content{
    margin-top: 100px;
    margin-bottom: 0;
    padding: 50px 0 100px;
  }

  #member .member-content::before{
    height: 300px;
  }

  #member .content-ttl02{
    margin-bottom: 60px;
    padding-left: 50px;
    font-size: 24px;
  }

  #member .content-ttl02::before{
    width: 30px;
    height: 2px;
  }

  #member .img-round img{
    border-radius: 20px;
  }

  #member .main-block{
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-bottom: 80px;
    padding-top: 0;
  }

#member .main-block .interview{
  position: absolute;
  width: min(calc(100vw / 1920 * 487),487px);
  height: 219px;
  left: max(calc(50% - 770px),calc(50% - 50vw));
  top: min(calc(100vw / 1920 * 40),40px);
  z-index: 2;
}

  #member .main-block .main-img{
    width: calc(50% + 240px);
    margin-bottom: 100px;
    padding: 0;
  }

  #member .main-txt-block{
    position: relative;
    display: block;
    width: calc(50% - 80px);
    margin-right: -160px;
    padding: 60px 60px 60px 0;
    background-color: #fff;
    border-radius: 40px;
    z-index: 1;
  }

  #member .name-block{
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #member .name-block .txt{
    padding-bottom: 40px;
  }

  #member .name-block .occupation{
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.5;
  }

  #member .name-block .occupation .name{
    margin-left: 16px;
    font-size: 26px;
  }

  #member .content-block{
    margin-top: 80px;
  }

  #member .content-block::before{
    width: 720px;
    height: 1080px;
    top: calc(50% - 540px);
  }

  #member .content-block::after{
    content: none;
  }

  #member .content-inner{
    width: 100%;
  }

  #member .txt-item{
    margin: 80px 0;
  }

  #member .content-block .img{
    margin: 0;
  } 

  #member .content-ttl{
    padding-left: 12px;
    font-size: 18px;
  }

  #member .content-ttl::before{
    width: 2px;
    height: 16px;
    top: 5px;
  }

  #member .txt-item .ttl{
    margin: 10px 0 20px;
    font-size: 26px;
  }
  
  #member .upper-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #member .upper-content .img,
  #member .lower-content .img{
    width: calc(50% - 60px);
  }
  
  #member .upper-content .content-txt-block,
  #member .lower-content .content-txt-block{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  
  #member .upper-content .content-txt-block .txt-item,
  #member .lower-content .content-txt-block .txt-item{
    margin: 0;
  }
  
  #member .middle-content{
    position: relative;
    margin-bottom: 80px;
    padding-right: 250px;
  }
  
  #member .middle-content::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    right: 0;
    background: url("../images/member/member_person01_illust_pc.png")no-repeat center center / contain;
  }
  
  #member #member02 .middle-content::before{
    background-image: url("../images/member/member_person02_illust_pc.png");
  }
  
  #member #member03 .middle-content::before{
    background-image: url("../images/member/member_person03_illust_pc.png");
  }
  
  #member .lower-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #member .bottom-content{
    max-width: 950px;
    margin: 80px auto 100px;
  }
  
  #member .message-content{
    padding: 0 125px 60px;
    border-radius: 20px;
  }


}

@media print, screen and (min-width: 1201px){
  #member .menu-item-link:hover::after{
    opacity: 1;
  }
  
  #member .menu-item-link:hover .img img{
    transform: scale(1.1);
  }
  
  #member .menu-item-link:hover .txt-block .icon{
    transform: translateY(10px);
  }
}
