@import "entry.css";
@import "re_reset.css";

/* 全体 */
.sp{display: none!important;}
.pc{display: block!important;}

body {
  color: #231441;
  font-size: 62.5%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.4;
}
#wrapper{
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
}

/* 共通 */
img{
  width: 100%;
}
hr{
  display: block;
  height: 1px;
  border: 0; 
  border-top: 1px solid #BCBCBC;
  margin: -1px auto;
  padding: 0;
  width: 1000px;
}
a:hover{
  opacity: 0.8;
}
ul li{
  list-style: none;
}
h2{
  position: relative;
  margin: 0 auto 20px;
  color: #231441;
  font-size: 35px;
  text-align: center;
  vertical-align: middle;
}
h3{
  margin: 0 0 20px 0;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.content-frame{
  margin: auto;
  padding:40px 30px;
  border-radius: 10px;            /* CSS3草案 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;       /* Firefox用 */
  background: #fff;
  letter-spacing: 1.5px;
}
iframe{
  max-width: 100%;
}

/* メニューバー */
#menu-bar{
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
#menu-bar .menu-inner{
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-bar h1 img{
  width: 100%;
  vertical-align: bottom;
}
#menu-bar p{
  line-height: normal;
}
#menu-bar p.entry_btn a{
  padding: 9px 85px;
  border-radius: 40px;
  background-image: linear-gradient(90deg, rgba(184, 209, 242, 1), rgba(136, 217, 198, 1));
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.6px;
  display: block;
}

/*アプリインストールボタン*/
.app_bl{
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 490px;
  margin: 0 auto;
}
.app_bl img{
  width: auto;
  height: 100%;
  vertical-align: top;
}

/* メインビジュアル */
#main-visual{
  background: url(/recruit/re_images/img_main_pc.png) center no-repeat;
  height: 970px;
  margin: 0 0 50px;
}
#main-visual .main_content{
  position: relative;
  text-align: left;
  width: 100%;
  height: 970px;
}
#main-visual .main_content p{
  margin: 0 auto;
  font-weight: bold;
}
#main-visual .main_content p:nth-of-type(1){
  background: #FAFFC4;
  font-size: 22px;
  padding: 8px 40px;
  text-align: center;
  position: absolute;
  top: 170px;
  left: 17%;
}
#main-visual .main_content p:nth-of-type(2){
  font-size: 45px;
  line-height: 1.4;
  margin: 0 auto 0 0;
  position: absolute;
  top: 260px;
  left: 17%;
}
#main-visual .main_content ul{
  position: absolute;
  top: 420px;
  left: 15%;
}
#main-visual .main_content ul li{
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 12px 0;
  background: url(/recruit/re_images/check.png) no-repeat 0px 50%;
  background-size: 10% ;
  padding: 1% 0 1% 55px;
}
#main-visual .main_content ul li:nth-of-type(3),#main-visual .main_content ul li:nth-of-type(4){
  background-position-y:15%
}
#main-visual .entry_btn{
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 880px;
  border-radius: 50px;
  width: 100%;
}
#main-visual .entry_btn a{
  padding: 28px 200px;
  border-radius: 100px;
  background-image: linear-gradient(90deg, rgba(184, 209, 242, 1), rgba(136, 217, 198, 1));
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.6px;
}

/*ボタンキラキラ*/
.shine {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

/* 光の疑似要素 */
.shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

/* 光の動き */
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }

  70% {
    left: -160%;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}

/* アプリのご紹介 */
#introduction{
  background: #FDF3FF;
  padding: 60px 0;
}
#introduction p{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px 0;
  letter-spacing: 1.4px;
  line-height: 1.7;
}
#introduction p span{
  background: linear-gradient(transparent 10%, #ffc8f8 10% 90%, transparent 90%);
}
#introduction figure{
  text-align: center;
  margin: 0 0 30px 0;
}
#introduction figure img{
  width: 60%;
}
#introduction .content-frame-inner{
  width: 540px;
  margin: 0 auto;
}
#introduction .content-frame-inner p{
  margin: 0 0 30px;
}

/* ウラーラが選ばれる理由 */
#reason{
  padding: 40px 0;
}
#reason h2{
  margin: 0 auto 10px;
  padding: 0 2%;
}
#reason ul{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#reason ul li{
  width: 300px;
  font-size: 20px;
  margin: 0 1%;
}

/*鑑定師用アプリについて*/
#teller_app{
  padding: 60px 0;
}
#teller_app h2{
  margin: 0 0 25px 0;
}
#teller_app figure{
  text-align: center;
  margin: 0 0 30px 0;
}
#teller_app figure img{
  width:60%;
  vertical-align: middle;
}

/* 応募からデビューまでの流れ */
#flow{
  padding: 60px 0;
}
#flow h2{
  margin: 0 0 60px;
}
#flow .step{
  margin: 0 0 30px;
  border-radius: 7px;
  background: #ffffff;
  letter-spacing: 0.3px;
  width: 200px;
  font-size: 15px;
  vertical-align: text-top;
}
#flow .step h3{
  margin: 0 0 20px 0;
  color: #ffffff;
  background: #D0AAEC;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  width: 200px;
  height: 160px;
  line-height: 50px;
  text-align: center;
}
#flow .step h3 span{
  display: block;
  font-size: 20px;
  padding: 20px 0 0 0;
}
#flow .step p{
  font-size: 17px;
  text-align: left;
  font-weight: bold;
} 
#flow .step p a{
  color: #00A8FF;
}
#flow .step:nth-of-type(4) h3{
  line-height: 40px;
  background: #86D6B6;
}
#flow div{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
}
#flow p.note{
  position: absolute;
  top: -15%;
  left: 5%;
  font-size: 17px;
  background: #FDF3FF;
  padding: 0 3%;
  border-radius: 100px;
}
#flow p.note:nth-of-type(2){
  left: 55%;
  background: #EFF9F7;
}
.arrow{
  position: relative;
}
.arrow::after{
  content: "";
  position: absolute;
  top: 77%;
  right: -28%;
  transform: translateY(-53px);
  border: 12px solid transparent;
  border-left: 16px solid #d0aaec;
}
#flow .step:nth-of-type(4) .arrow::after{
  border-left: 16px solid #86D6B6;
  right: 108%;
}

/*faq*/
#faq h2{
  margin: 0 0 30px 0;
}
#faq > div{
  width: 1020px;
  text-align: left;
  margin: 0 auto 20px;
}
#faq div .qa_wrap{
  margin: 0 0 30px 0;
  line-height: 2;
}
#faq h3{
  font-size: 20px;
  font-weight: bold;
  background:#F6F6F6 url(/recruit/re_images/ic_Q.png) no-repeat 60px 50%;
  background-size: 30px;
  padding: 15px 0 15px 110px;
  text-align: left;
  margin: 0;
  position: relative;
  cursor: pointer;
}
#faq h3::before{
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 10px);
  right: 60px;
  width: 1rem;
  height: 1rem;
  border-left: 2px solid #A3A3A3;
  transition: all 0.4s ease-out;
  transform-origin: 2px 6px;
  transform: rotate(0deg);
}
#faq h3::after{
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 18px);
  right: 67px;
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #A3A3A3;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(0deg);
}
#faq h3.active::before{
  transform: rotate(-90deg);
}
#faq div.ans{
  font-size: 20px;
  background:#F6F6F6 url(/recruit/re_images/ic_A.png) no-repeat 60px 50%;
  background-size: 30px;
  padding: 0 0 0 110px;
  overflow: hidden;
}
#faq div.ans *{
  transition: all 0.4s ease-out;
  line-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
#faq div .active{
  border-width: 0 1px 1px;
  opacity: 1;
}
#faq div .active *{
  border-width: 0 1px 1px;
  line-height: 1.5;
  opacity: 1;
  padding: 16px 0;
}
#faq .qa_wrap:nth-of-type(4) .active{
  padding: 16px 0 16px 110px;
}
#faq .qa_wrap:nth-of-type(4) div * {
  line-height: 0;  
}

/* 募集要項 */
#recruit{
  padding: 40px 0 110px;
}
#recruit h2{
  margin: 0 0 30px 0;
}
#recruit h3{
  height: 266px;
  line-height: 266px;
  margin: 0 0 0px;
  background: #D0AAEC;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  width: 313px;
  display: inline-block;
}
#recruit section{
  width: 1020px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
}
#recruit ul{
  width: 630px;
  background: #F6F6F6;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  padding: 60px 30px 60px 50px;
  height: 146px;
  line-height: 23px;
}
#recruit ul li{
  margin: 0 0 3% 0;
}
#recruit ul li span{
  font-weight: bold;
  width: 17%;
  display: inline-block;
}
#recruit div{
  display: flex;
  margin: 0 0 3% 0;
}
#recruit dl{
  width: 630px;
  background: #F6F6F6;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  padding: 60px 30px 60px 50px;
  height: 146px;
  line-height: 23px;
}
#recruit dl dt{
  font-weight: bold;
  width: 17%;
}

/*応募フォーム*/
#entry p{
  font-size: 20px;
  margin: 0 0 30px;
  text-align: left;
}
#entry iframe{
  width: 760px;
  text-align: center;
}
div.entry{
  max-width: 800px;
}

/*鑑定師さんの活動例*/
#achievement{
  background:#EFF9F7;
  padding: 60px 0;
}
#achievement p{
  font-size: 20px;
  text-align: center;
}
#achievement section{
  width: 660px;
  margin: 30px auto;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#achievement section div{
  display: inline-block;
  order: 1;
  width: 65%;
}
#achievement h3{
  font-size: 20px;
  background: #EFF9F7;
  padding: 10px 15px;
}
#achievement ul li{
  font-size: 27px;
  font-weight: bold;
}
#achievement ul li span{
  color: #D0AAEC;
}
#achievement img{
  width: 100%;
  vertical-align: bottom;
}
#achievement .icon {
  padding: 0;
  top: 35px;
  left: 70px;
  order: 0;
  width: 24%;
}
#achievement .note{
  font-size: 17px;
}

/*鑑定師の声*/
#teller_voice{
  background:#EFF9F7;
  padding: 60px 0 10px;
}
#teller_voice section{
  width: 920px;
  margin: 0 auto 15px;
}
#teller_voice h2{
  margin: 0 auto 60px;
}
#teller_voice h3{
  text-align: left;
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
#teller_voice h3 span{
  display: block;
  font-size: 20px;
  letter-spacing: normal;
  margin: 0 0 25px 0;
  font-weight: 500;
}
#teller_voice p{
  font-size: 20px;
  text-align: left;
  background: #ffffff;
  border-radius: 15px;
  padding: 4%;
  position: relative;
  display: inline-block;
  width: 640px;
  letter-spacing: 1.5px;
}
#teller_voice p::before{
  content: "";
  position: absolute;
  top: 25%;
  left: -40px;
  margin-top: -23px;
  border: 20px solid transparent;
  border-right: 25px solid #ffffff;
}
#teller_voice section:nth-of-type(1) div{
  padding: 0 0 0 250px;
  margin: 0 0 60px 0;
  background: url(/recruit/re_images/ic_teller_01.png) no-repeat 0px 50%;
}
#teller_voice section:nth-of-type(2) div{
  padding: 0 0 0 250px;
  margin: 0 0 60px 0;
  background: url(/recruit/re_images/ic_teller_02.png) no-repeat 0px 50%;
}
#teller_voice section:nth-of-type(3) div{
  padding: 0 0 0 250px;
  margin: 0 0 60px 0; 
  background: url(/recruit/re_images/ic_teller_03.png) no-repeat 0px 50%;
}

.fadein-bottom{
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.fadein-bottom.active{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}

/*コラボ*/
#collabo{
  background: #FDF3FF;
  padding: 60px 0;
}
#collabo h2{
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.6;
}
#collabo h3{
  font-size: 20px;
  margin: 0 0 10px;
}
#collabo p{
  text-align: center;
  margin: 0 0 65px;
  font-weight: bold;
  font-size: 20px;
}
#collabo section{
  text-align: center;
  margin: 0 0 60px;
}
#collabo section:last-of-type{
  margin: 0;
}

/* 個人情報の取り扱いについて */
#personal ul li{
  font-size: 20px;
  list-style: none;
}

/* フッター */
#footer{
  padding: 30px 0;
  background: #231441;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#footer a{
  color: #fff;
  text-decoration: none;
}
#footer p:first-child{
  display: inline;
}
.bnr{
  margin: 60px 0;
}
.bnr a{
  display: block;
  margin: 0 auto;
  width: 800px;
  padding: 20px 0;
  border: 3px solid #231441;
  box-sizing: border-box;
  background: #ffffff;
  color: #231441;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
}
.pagetop{
  position: fixed;
  display: none;
  right: 5%;
  bottom: 30px;
  width: 45px;
  z-index: 10;
}
.pagetop img{
  width: 100%;
}

/* タブレット・スマホ画面 */
@media screen and (max-width: 1024px) {
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
    width: 100%;
  } 
  hr{
    width: 90%;
  }
  #wrapper{
    width: 100%;
  }
  img{
    width: 100%;
  }
  h2::before, h2::after{
    border-width: 17px 10px;
  }
  h2{
    font-size: clamp(18px, 6vw, 35px);
    margin: 0 0 3% 0;
  }
  h3{
    font-size: 17px;
    letter-spacing: 0;
    line-height: 10px;
    margin: 0 0 3% 0;
  }
  .content-frame{
    padding: 5% 3%;
  }
  #menu-bar h1{
    width: 30%;
  }
  #menu-bar p{
    width: 45%;
  }
  #menu-bar p.entry_btn a{
    padding: 7px 9px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(15px, 3vw, 22px);
  }
  #menu-bar .menu-inner{
    width: 90%;
    padding: 3% 0;
    align-items: center;
  }
  #main-visual{
    background: url(/recruit/re_images/img_main_sp.png) center no-repeat;
    background-size:contain;
    height: 0;
    padding: 70% 0;
    margin: -7% 0 7%;
    position: relative;
  }
  #main-visual .main_content{
    position: absolute;
    height: 500px;
    top: 4%;
    margin: 15% 0 0;
  }
  #main-visual .main_content p:nth-of-type(1){
    left: 10%;
    padding: 1% 2%;
    font-size: clamp(11px, 3vw, 22px);
    top: clamp(8%, 3vw, 0%);
  }
  #main-visual .main_content p:nth-of-type(2){
    top: clamp(16%, 16vw, 25%);
    left: 10%;
    font-size: clamp(20px, 6vw, 45px);
  }
  #main-visual .main_content ul{
    left: 5%;
    top: clamp(31%, 38vw, 55%);
  }
  #main-visual .main_content ul li{
    margin: 0 0 5px 0;
    padding: 1% 0 2% 45px;
    font-size: clamp(15px, 4vw, 30px);
  }
  #main-visual .entry_btn{
    top: 86%;
    width: 100%;
    margin: 0 auto;
  }
  #main-visual .entry_btn a{
    padding: 5% 0;
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: clamp(20px, 5vw, 30px);
  }
  #introduction{
    padding: 8% 0 5%;
  }
  #introduction p{
    font-size: clamp(13px, 3vw, 20px);
    letter-spacing: 0.8px;
    margin: 0 0 3% 0;
  }
  #introduction .content-frame-inner{
    width: 100%;
  }
  #introduction figure{
    margin: 0 0 3% 0;
  }
  #introduction figure img{
    width: 100%;
  }
  #introduction ul.app_bl li{
    width: 45%;
    margin: 0 0 0 3%;
  }
  #introduction ul.app_bl img{
    width: 100%;
    height: auto;
  }
  #introduction svg{
    margin: 15px 0;
  }
  #reason{
    padding: 10% 0;
  }
  #reason dl{
    width: 100%;
  }
  #reason dt .medal{
    width: 15%;
  }
  #reason dd:last-child{
    margin: 0;
  }
  #reason dd .reason-img{
    width: 40%;
    height: auto;
  }
  #reason dd .model li{
    width: 47%;
  }
  #reason ul li{
    width: 44%;
    margin: 0 3% 5%;
    font-size: clamp(12px, 3vw, 20px);
  }
  #flow{
    padding: 10% 0;
  }
  #flow .content-frame div{
    margin: 0 0 15px;
    padding: 17px 3% 12px;
  }
  #flow .content-frame dl div:not(:last-of-type):after{
    left: 43%;
    bottom: -10px;
  }
  #flow .content-frame dl dt span{
    margin: 0 3% 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #flow .content-frame dl dt.icon{
    background-position: 110px;
    background-size: 25px;
  }
  #flow p.note{
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: clamp(11px, 2vw, 15px);
    white-space: nowrap;
  }
  #flow p.note:nth-of-type(2){
    top: 49%;
    left: 50%;
  }
  #flow .arrow:nth-of-type(3)::after{
    border-left: none;
  }
  #flow .arrow:nth-of-type(4)::after{
    border-left: 16px solid #86D6B6;
    top: 46%;
    right: 95%;
  }
  #recruit{
    padding: 10% 0;
  }
  #recruit h3{
    height: auto;
    font-size: clamp(17px, 4vw, 25px);
    width: 20%;
    height: auto;
    line-height: 1.2;
    padding: 20% 0;
  }
  #recruit ul{
    width: 80%;
    height: auto;
    line-height: 1.5;
    padding: 3%;
  }
  #recruit dl{
    width: 80%;
    height: auto;
    line-height: 1.5;
    padding: 0 3%;
  }
  #recruit section{
    width: 96%;
    background: #f6f6f6;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 5%;
  }
  #recruit ul li{
    font-size: clamp(12px, 3vw, 20px);
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding: 2% 0;
    margin: 0;
  }
  #recruit dl div{
    font-size: clamp(12px, 3vw, 20px);
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding: 2% 0;
    margin: 0;
  }
  #recruit dl dt{
    width: 20%;
  }
  #recruit dl dd{
    width: 80%;
  }
  #reason ul{
    width: 95%;
  }
  #achievement{
    padding: 8% 0;
  }
  #achievement section{
    width: 86%;
    padding: 3%;
  }
  #achievement .note{
    font-size: clamp(10px, 2vw, 18px);
  }
  #teller_voice section{
    width: 88%;
  }
  #teller_voice h2{
    margin: 0 0 8%;
  }
  #teller_voice p::before{
    top: 35px;
    left: -22px;
    border: 10px solid transparent;
    border-right: 17px solid #ffffff;
  }
  #flow div{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #flow .step{
    width: 28%;
    margin: 0 0 20% 0;
  }
  #flow .step h3{
    font-size: clamp(16px, 3vw, 25px);
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding: 20% 0;
  }
  #flow .step h3 span{
    font-size: clamp(12px, 3vw, 20px);
    padding: 0 0 12px 0;
  }
  #flow .step:nth-of-type(4){
    margin: 0 0 10% 0;
  }
  #flow .step:nth-of-type(4) h3{
    line-height: 1.2;
    padding: 11% 0;
  }
  #flow .step p{
    font-size: clamp(12px, 3vw, 20px);
  }
  #flow .arrow::after{
    border: 8px solid transparent;
    border-left: 12px solid #d0aaec;
    top: 41%;
    right: -24%;
    transform:none;
  }
  #flow .step:nth-of-type(4) .arrow::after{
    border: 8px solid transparent;
    border-left: 12px solid #86D6B6;   
    right: 96%; 
  }
  #faq > div{
    width: 100%;
  }
  .app_bl{
    width: 70%;
  }
  #teller_app{
    padding: 10% 0;
  }
  #teller_app figure img{
    width: 100%;
  }
  #teller_app ul.app_bl li{
    width: 45%;
    margin: 0 0 0 3%;
  }
  #teller_app ul.app_bl img{
    width: 100%;
  }
  #achievement h3{
    line-height: 1.2;
    font-size: clamp(10px, 3vw, 20px);
    white-space: nowrap;
    width: auto;
    padding: 3% 3%;
  }
  #achievement p{
    font-size: clamp(10px, 3vw, 20px);
  }
  #achievement ul li{
    font-size: clamp(15px, 4vw, 30px);
  }
  #achievement section div{
    width: 71%;
  }
  #achievement .icon{
    top: 15%;
    left: 3%;
    right: 63%;
  }
  #teller_voice{
    padding: 10% 0;
  }
  #teller_voice h3{
    margin: 0 0 3% 0;
    line-height: 1.2;
    font-size: clamp(15px, 4vw, 20px);
  }
  #teller_voice h3 span{
    margin: 0 0 3% 0;
    font-size: clamp(10px, 2vw, 20px);
  }
  #teller_voice p{
    width: 94%;
    font-size: clamp(10px, 3vw, 20px);
  }
  #teller_voice section:nth-of-type(1) div{
    padding: 0 0 0 24%;
    margin: 0 0 8% 0;
    background: url(/recruit/re_images/ic_teller_01.png) no-repeat 0px 0;
    background-size: 20%;
  }
  #teller_voice section:nth-of-type(2) div{
    padding: 0 0 0 24%;
    margin: 0 0 8% 0;
    background: url(/recruit/re_images/ic_teller_02.png) no-repeat 0px 0;
    background-size: 20%;
  }
  #teller_voice section:nth-of-type(3) div{
    padding: 0 0 0 24%;
    margin: 0 0 0 0;
    background: url(/recruit/re_images/ic_teller_03.png) no-repeat 0px 0;
    background-size: 20%;
  }
  #faq h3{
    background: #F6F6F6 url(/recruit/re_images/ic_Q.png) no-repeat 2% 50%;
    background-size: 5%;
    padding: 3% 9% 3% 9%;
    line-height: 1.2;
    font-size: clamp(12px, 3vw, 20px);
  }
  #faq h3::before{
    right: 11px;
  }
  #faq h3::after{
    right: 18px;
  }
  #faq div .qa_wrap{
    margin: 0 0 10px 0;
  }
  #faq div.ans{
    padding: 0 9% 0 9%;
    background: #F6F6F6 url(/recruit/re_images/ic_A.png) no-repeat 2% 50%;
    background-size: 5%;
    font-size: clamp(12px, 3vw, 20px);
  }
  #faq .qa_wrap:nth-of-type(4) .active p{
    line-height: 1.5;
  }
  #faq .qa_wrap:nth-of-type(4) .active{
    padding: 3% 9% 3% 9%;
  }
  #faq div .active *{
    padding: 10px 0;  
  }
  #entry p{
    font-size: clamp(13px, 3vw, 20px);
  }
  #personal ul li{
    font-size: clamp(13px, 3vw, 20px);
  }
  #collabo h2{
    font-size: clamp(16px, 3vw, 25px);
  }
  #collabo h3{
    font-size: clamp(12px, 2vw, 18px);
  }
  #collabo p{
    font-size: clamp(11px, 2vw, 18px);
    margin: 0 0 10%;
  }
  #collabo section{
    margin: 0 8% 30px;
  }
  #collabo section:last-of-type{
    margin: 0 8% 0;
  }
  #collabo iframe{
    width: auto;
    height: auto;
  }
  #footer{
    font-size: 12px;
  }
  .bnr a{
    padding: 5% 0;
    width: 90%;
    font-size: clamp(20px, 5vw, 30px);
  }
  .pagetop{
    right: 3%;
    bottom: 10px;
  }

}