@charset "utf-8";

/* 
--------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

.copy{
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
  max-width: 1040px;
  font-size: 1.2rem;
  color: #666;
}
.recruitinfo main{
  font-size: 1.6rem;
  background: url("../img/bg-main.svg") no-repeat scroll top right;
  background-attachment: fixed;
  background-size: 500px 910px;
}
body#home.recruitinfo main{
  background: none;
}
.block .ban a{
  display: block;
}
body#home .linkbtn a:hover,
.block .ban a:hover,
.pagemenu a:hover,
.block a:hover{
    transform: translateY(5px);
}
.recruitinfo main section a:hover{
  filter: brightness(1);
}
.recruitinfo main section{
  padding: 0;
}
.recruitinfo main #mainpic{
  padding: 180px 0 0 0;
}
.recruitinfo main #mainpic h1.b-id{
  margin: 0;
  font-size: 2.0rem;
  line-height: 70px;
  letter-spacing: 0.2em;
}
.recruitinfo main #mainpic h1.b-id br{
  display: none;
}
nav.recruit-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  max-width: 1000px;
  border: 1px solid #000;
  border-radius: 100px;
}
nav.recruit-menu h1{
  margin: 0;
  color: #e50012;
  font-size: 2.0rem;
  width: 220px;
  border-right: 1px solid #1e1f1e;
  text-align: center;
}
nav.recruit-menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  color: #999;
  width: calc(100% - 220px);
}
nav.recruit-menu ul li{
  margin: 0 20px;
}
nav.recruit-menu ul li a{
  color: #000;
}
body#home nav.recruit-menu{
  margin-bottom: 60px;
}
.recruitinfo main h1.pagetitle{
  margin: 100px 0;
  text-align: center;
  letter-spacing: 0.1em;
}
#recruit-banners{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#recruit-banners{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#recruit-banners li{
  margin: 0 10px 0 0;
}
#recruit-banners a{
  display: block;
  padding: 0 20px;
  color: #fff !important;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
}
#recruit-banners .top a{
  background: #e60012;
}
#recruit-banners .category a{
  background: #ff5c00;
}
#recruit-banners .btt a{
  position: relative;
  background: rgba(68,68,71,.7);
  text-indent: -10000px !important;
  overflow: hidden !important;
  padding: 0;
  width: 40px;
  height: 40px;
}
#recruit-banners .btt a::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}
#recruit-banners a,
body.home .block a{
  transition: .3s;
}
#recruit-banners a:hover,
body.home .block a:hover{
  transform: translateY(5px);
}
#recruit-banners .btt a:hover{
  height: 50px;
}












/* HOME
--------------------------------------*/
/*body#home #mainpic{
  margin: 0 0 60px 0;
  max-width: 100%;
}
body#home #mainpic .catch{
  margin: 0;
  background: url("../img/bg-home-mainpic.png") no-repeat scroll center center;
  background-size: cover;
}
*/
body#home main #mainpic{
  position: relative;
  margin: 0 0 40px 0;
  background: url("../img/bg-mainpic-career-idx.png") no-repeat scroll center center;
  background-size: cover;
  padding: 180px 0 0 0;
  max-width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
body#home main #mainpic .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 80px 0 30px 0;
  max-width: 1200px;
}
body#home main #mainpic #b-id{
  position: absolute;
  top: 200px;
  left: 20px;
  margin: 0;
  background: url("../img/bg-mainpic-career-b-id.svg") no-repeat scroll 0 0;
  background-size: 294px 44px;
  padding: 0 0 0 30px;
  font-size: 2.0rem;
  color: #0c0c0c;
  text-align: left;
  width: 294px;
  height: 44px;
  line-height: 44px;
}
body#home main .main-textarea{
  display: none;
}
body#home main #mainpic .main-textarea{
  display: block;
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
}
body#home main #mainpic .main-textarea br.sp{
  display: none;
}
body#home main #mainpic .image{
  position: relative;
  width: 40%;
}
body#home main #mainpic .main-textarea{
  width: calc(60% - 30px);
}
body#home main #mainpic p,
body#home main #mainpic .image,
body#home main #mainpic img{
  margin: 0;
}
body#home main #mainpic .main-textarea p{
  margin-bottom: 10px;
}
body#home main #mainpic .copy{
  position: absolute;
  right: 50px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  color: #fff;
  max-width: 100%;
  font-size: 1.4rem;
}
body#home main #mainpic .anime{
  position: absolute;
}
body#home main #mainpic .blue{
  top: 6.2%;
  left: 11.1%;
  width: 11%;
}
body#home main #mainpic .orange{
  top: 13.2%;
  left: 3.1%;
  width: 13%;
}
body#home main #mainpic .pink{
  bottom: 14.0%;
  right: 3.1%;
  width: 11%;
}
body#home main #mainpic .red{
  bottom: 4.6%;
  right: 7.5%;
  width: 13%;
}
body#home main #mainpic .pack{
  bottom: -0.3%;
  right: 25.7%;
  width: 20%;
}




@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
    to {
    transform: translateX(0%);
  }
}
.scroll .wrap {
  display: flex;
  overflow: hidden;
}
.scroll .list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll .list-left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.list-right{
  animation :infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll .item {
  width: calc(100vw / 6);
}
.scroll .item > img {
  width: 100%;
}
.catch{
  padding: 70px 20px 50px 20px;
}
body#home .block h2{
  width: 100%;
}
body#home .pu-ban{
  margin: 0 0 40px 0;
/*  margin: 60px auto;
  max-width: 1000px;*/
}
body#home .pu-ban:last-of-type{
  margin: 0;
}
/**/
body#home #category-area section{
  margin: 0 0 30px 0;
  padding: 30px;
  text-align: left;
  border-radius: 20px;
}
#interview-bs01 #mainpic .linkarea .job-01,
body#home #category-area .job-01{
  background: #CCE1EF;
}
#interview-bs01 #mainpic .linkarea .job-02,
body#home #category-area .job-02{
  background: #CCEFF1;
}
body#home #category-area .job-03{
  background: #FDF1CC;
}
body#home #category-area .job-04{
  background: #FADADF;
}
body#home #category-area h3{
  margin: 0;
  font-size: 1.8rem;
}
body#home #category-area h4{
  margin: 0;
  font-size: 1.6rem;
}
body#home #category-area .inner div{
  margin: 10px 0 0 0;
}
body#home #category-area .inner div a{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 40px 15px 15px;
  border-radius: 10px;
}
body#home #category-area .inner div p:last-child{
  margin: 0;
}
body#home #category-area .inner div p{
  color: #666;
}
#interview-bs01 #mainpic .linkarea div a::before,
body#home #category-area .inner div a::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**/
.recruitinfo #interview-area h2{
  width: 100%;
}
.recruitinfo #interview-area .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruitinfo #interview-area section{
  margin: 0 0 30px 0;
  width: calc(33.33% - 20px);
}
.recruitinfo #interview-area section a{
  display: block;
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  text-align: left;
  border-radius: 20px;
  height: 100%;
}
.recruitinfo #interview-area .inner::after{
  content:"";
  display: block;
  width: calc(33.33% - 20px);
}
.recruitinfo #interview-area .more{
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0 26px 0 0;
}
.recruitinfo #interview-area .pic img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.recruitinfo #interview-area .newspicks img{
  object-fit: contain !important;
}
.recruitinfo #interview-area .morebtn{
  text-align: center;
  width: 100%;
}
.recruitinfo #interview-area .morebtn a{
  position: relative;
  padding: 10px 50px;
  border-radius: 100vw;
	background: #00b0b9;
  color: #fff;
}
.recruitinfo #interview-area .morebtn a::after,
.recruitinfo #interview-area .more::before,
.recruitinfo #interview-area .more::after,
body#home .block .more::before,
body#home .block .more::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.recruitinfo #interview-area .more::before,
body#home .block .more::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #00b0b9;
}
.recruitinfo #interview-area .morebtn a::after,
.recruitinfo #interview-area .more::after,
body#home .block .more::after{
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recruitinfo #interview-area .morebtn a::after{
  right: 20px;
}
/**/
body#home .linkbtn{
  margin: 0 auto 20px auto;
  text-align: center;
  max-width: 1080px;
  height: 70px;
}
body#home .linkbtn a{
  display: block;
  margin: 0;
  border: 1px solid #000;
  padding: 0 20px;
  border-radius: 20px;
  line-height: 70px;
  height: 70px;
}
body#home .linkbtn a:hover{
  background: #F2F2F2;
}

/**/
body#home .other .inner{
  margin-top: 60px;
  border-top: 1px solid #000;
}
body#home .pitch h2,
body#home .other h2{
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}
body#home .other h2{
  margin: 0 0 40px 0;
}
body#home .job p br,
body#home .other h2 br{
  display: none;
}
body#home .other ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
body#home .other li{
  margin: 0 20px 20px 20px;
}
body#home .other li a{
  position: relative;
  display: block;
  padding: 20px 70px;
  border: 1px solid #000;
  border-radius: 20px;
}
body#home .other .title{
  margin: 0 0 5px 0;
  color: #e60000;
}
body#home .other p:last-child{
  margin-bottom: 0;
}
body#home .other a::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*
body#home .other li a::before,
body#home .other li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
body#home .other li a::before,
body#home .other li a::after{
    top: auto;
	bottom: 15px;
}
body#home .other li a::before,
body#home .picup div .more::before{
	right: 15px;
}
body#home .other li a::before{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
*/

#ban-area .link{
  margin: 0;
  border-radius: 100px; 
  text-align: center;
}
#ban-area .link a{
  display: inline-block;
  overflow: hidden;
  background: #fff;
  color: #262626;
  position: relative;
  z-index: 1;
  border: 1px solid #E60000;
  text-decoration: none;
  padding: 10px 60px;
  border-radius: 100px; 
  font-weight: bold;
}
#ban-area .link a::after {
  background: #E60000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#ban-area .link a:hover{
  color: #fff !important;
}
#ban-area .link a:hover::after {
  transform: scale(1, 1);
}
#ban-area .link span{
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
#ban-area .link span::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #E60000;
  border-right: 2px solid #E60000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ban-area .link a:hover span::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* 
--------------------------------------*/
.pagemenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 80px 0;
}
.pagemenu li{
  margin: 0 20px;
}
.pagemenu li a{
  position: relative;
  padding: 0 0 10px 0;
}
.pagemenu li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: translateX(-50%) rotate(135deg);
}
section.block .inner{
  margin: 0 auto;
  padding: 60px 0;
  border-top: 1px solid #000;
  max-width: 1080px;
}
#pitch_materials .inner{
  padding-top: 0;
  border: none;
}
section.block .inner h2{
  margin: 0 0 40px 0;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
}
#pitch_materials h2{
  text-align: left !important;
}
section.block .inner h2 span{
  background: linear-gradient(transparent 70%, #FCDE80 40%);
  padding-bottom: 1px;
}


/**/
body#guide-idx .recruit-menu{
  margin-top: 40px;
}
body#guide-idx #flow section{
  position: relative;
  margin: 0 0 50px 0;
  background: #fff;
  padding: 30px;
  border: 1px solid #000;
  text-align: left;
  border-radius: 20px;
}
body#guide-idx #flow section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 10px;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}
body#guide-idx #flow section.flow-01:before,
body#guide-idx #flow section:last-child:before{
  display: none;
}
body#guide-idx #flow h3,
body#guide-idx #flow section p:last-child{
  margin: 0;
}
body#guide-idx #flow h3{
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 2.0rem;
  border-bottom: 1px solid #000;
}
body#guide-idx #flow h3 span{
  margin: 0 20px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
}
body#guide-idx #flow h3 span em{ 
  font-size: 3.0rem;
}
body#guide-idx #faq a,
body#guide-idx #flow p a{
  position: relative;
  color: #e50012;
  text-decoration: underline;
}
body#guide-idx #flow p a{
  padding: 0 0 0 16px;
}
body#guide-idx #faq a:hover,
body#guide-idx #flow p a:hover{
  text-decoration: none;
}
body#guide-idx #flow p a::before{
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #e50012;
	border-right: 1px solid #e50012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#guide-idx #flow ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body#guide-idx #flow ul .tag{
  background: #0069b1;
  text-align: center;
  color: #fff;
  width: 60px;
  line-height: 30px;
  font-weight: 700;
}
body#guide-idx #flow ul .offline{
  background: #00b0b9;
}
body#guide-idx #flow ul .text{
  width: calc(100% - 80px);
}
body#guide-idx #flow .flow-04 ul{
  margin: 0 0 10px 0;
}
body#guide-idx #flow .flow-04 ul:last-of-type{
  margin: 0;
}
body#guide-idx #flow .flow-05{
  background: #e60000;
  border-radius: 100px;
}
body#guide-idx #flow .flow-05{
  padding: 20px;
}
body#guide-idx #flow .flow-05 h3{
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  color: #fff;
}
body#guide-idx #faq section{
  margin: 0 0 20px 0;
  padding: 30px;
  background: #ededed;
  border-radius: 20px;
}
body#guide-idx #faq h3{
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  text-align: left;
}
body#guide-idx #faq dl dt,
body#guide-idx #faq dl dd{
  position: relative;
  min-height: 55px;
  line-height: 1.6;
  text-align: left;
  border-radius: 10px;
}
body#guide-idx #faq dl dt{
  cursor: pointer;
  margin: 10px 0 0 0;
  background: #fff;
  padding: 14px 40px 14px 55px;
}
body#guide-idx #faq dl dd{
  margin: 2px 0 0 0;
  padding: 14px 14px 14px 55px;
  background: #f7f7f7;
  color: #666766;
}
body#guide-idx #faq dl span{
  position: absolute;
  margin: 0 10px 0 0;
  top: 8px;
  left: 20px;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}
body#guide-idx #faq dl dt span{
  top: 6px;
}
body#guide-idx #faq dl dd span{
  color: #E60000;
}
body#guide-idx #faq dl dt::after,
body#guide-idx #faq dl dt::before{
  position: absolute;
  content:"";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: #000;
  transition: .3s;
}
body#guide-idx #faq dl dt::after{
  width: 20px;
  height: 3px;
}
body#guide-idx #faq dl dt::before{
  right: 19px;
  width: 3px;
  height: 20px;
}
body#guide-idx #faq dl dt.active::before{
  width: 0;
  height: 0;
}


/*  policy
////////////////////////////////////////// */
body#policy-idx .block{
  text-align: left;
}
body#policy-idx .date{
  margin: 0 auto;
  padding: 0 0 20px 0;
  max-width: 1000px;
  text-align: right;
}
body#policy-idx .block h2{
  font-size: 3.0rem;
}
body#policy-idx .block h3{
  font-size: 2.0rem;
}
body#policy-idx .block ol{
  padding: 0 0 0 2em;
  list-style: decimal;
  margin-bottom: 1em;
}
body#policy-idx .block ul{
  padding: 0 0 0 20px;
  margin-bottom: 1em;
}
body#policy-idx .block li{
  margin: 0 0 0.5em 0;
  line-height: 1.8;
}
body#policy-idx .block ul li{
  position: relative;
  padding: 0 0 0 10px;
}
body#policy-idx .block ul li::before{
  position: absolute;
  content: "";
  background-color: #ff0000;
  left: 0;
  top: 0.8em;
  margin: auto;
  height: 5px;
  width: 5px;
}
body#policy-idx .block a{
  color: #ff0000;
}
body#policy-idx .block a:hover{
  text-decoration: underline;
}



/*  interview
////////////////////////////////////////// */
/**/
.interviews main section .inner{
  max-width: 1000px !important;
}
.interviews section h2,
.interviews section h3,
.interviews p{
  text-align: left;
}
.interviews section h2{
  margin: 60px 0 20px 0;
  font-size: 3.0rem;
}
.interviews section h3{
  margin: 40px 0 20px 0;
  font-size: 1.8rem;
}
.interviews #profile-area h3{
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.interviews .balloonarea .text-area h3{
  margin: 0 0 10px 0;
}
.interviews #mainpic h1.title,
.interviews #mainpic h1.title span{
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  height: auto;
  text-align: center;
  width: 100%;
  line-height: 1.6;
}
.interviews #mainpic h1.title{
  margin: 40px 0;
  font-size: 5.0rem;
}
.interviews #mainpic h1.title span{
  font-size: 4.0rem;
}
.interviews #mainpic h1.title br{
  display: none;
}
.interviews #mainpic p{
  width: auto;
  font-size: 1.6rem;
}
.interviews #mainpic .text{
  padding-top: 20px;
}
.interviews #mainpic .inner{
  border: none;
}
.interviews #mainpic .image{
  margin: 0;
  width: 100%;
}
.interviews #lead-area div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.interviews main section .inner{
  margin: 0 auto;
  max-width: 800px;
}
.interviews main section .inner .image{
  margin: 40px 0;
  text-align: center;
}
.interviews main section .yt{
  margin: 0 0 10px 0;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.interviews main section .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interviews main p em{
  font-weight: 700;
}
.interviews main p.weak a{
  text-decoration: underline;
}
.interviews #profile-area{
  padding: 0;
}
.interviews #profile-area section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #C6C9C6;
  border-radius: 20px;
  padding: 30px;
}
.interviews #profile-area .image{
  margin: 0;
  width: 180px;
}
.interviews #profile-area section div{
  width: calc(100% - 210px);
}
.interviews #profile-area p{
  color: #666766;
  font-size: 1.4rem;
}
#interview-bs01 .block p,
.interviews .balloonarea .text-area p{
  color: #666766;
}
.interviews .balloonarea .text-area p:last-child,
.interviews #profile-area p:last-child{
  margin: 0;
}
.interviews .balloonarea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.interviews #profile-area .profile-machida,
.interviews .balloonarea.machida{
  flex-direction: row-reverse;
}
.interviews .balloonarea .image{
  margin: 0 !important;
  width: 100px;
  height: 100px;
}
.interviews .balloonarea .text-area{
  position: relative;
  background: #fff;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 20px;
  width: calc(100% - 140px);
}
.interviews .balloonarea .text-area:before {
  content: "";
  position: absolute;
  top: 55px;
  margin-top: -14px;
  border: 10px solid transparent;
  z-index: 2;
}
.interviews .balloonarea .text-area:after {
  content: "";
  position: absolute;
  top: 55px;
  margin-top: -15px;
  border: 11px solid transparent;
  z-index: 1;
}
.interviews .balloonarea.machida .text-area:before {
  right: -23px;
  border-left: 14px solid #FFF;
}
.interviews .balloonarea.machida .text-area:after {
  right: -26px;
  border-left: 15px solid #000;
}
.interviews .balloonarea.teduka .text-area:before {
  left: -23px;
  border-right: 14px solid #FFF;
}
.interviews .balloonarea.teduka .text-area:after {
  left: -26px;
  border-right: 15px solid #000;
}
.interviews main section .inner .weak{
  text-align: right;
  color: #666;
  font-size: 1.4rem;
}
.interviews .inner .image.last{
  margin-bottom: 20px;
}
/**/
#interview-bs01 #mainpic h1.title span{
  font-size: 3.0rem;
}
#interview-bs01 #mainpic .pic{
  position: relative;
  margin: 0 0 40px 0;
}
#interview-bs01 #mainpic .pic .image{
  width: 650px;
}
#interview-bs01 #mainpic .pic .text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255,255,255,.9);
  padding: 0;
  width: 470px;
  height: 230px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
#interview-bs01 #profile-area{
  padding-bottom: 60px;
}
#interview-bs01 #mainpic .linkarea{
  margin-top: 40px;
}
#interview-bs01 #mainpic .linkarea h4,
#interview-bs01 #mainpic .linkarea h2{
  margin: 0;
  font-size: 1.6rem;
  text-align: left;
}
.interviews #profile-area h2{
  font-size: 2.4rem;
}
#interview-bs01 #mainpic .linkarea h2{
  margin: 0 0 20px 0;
}
#interview-bs01 #mainpic .linkarea p{
  margin: 0;
  font-size: 1.4rem;
}
#interview-bs01 #mainpic .linkarea section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 20px;
}
#interview-bs01 #mainpic .linkarea div{
  background: #fff;
  padding: 0;
  width: calc(50% - 5px);
  border-radius: 10px;
}
#interview-bs01 #mainpic .linkarea div a{
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
}
#interview-bs01 #mainpic .linkarea div a::before{
  right: 10px;
}
#interview-bs01 .profile-teduka{
  border: 1px solid #C6C9C6;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
#interview-bs01 .block h2{
  width: 100%;
}
#interview-bs01 .block .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#interview-bs01 #lv02-01 .inner,
#interview-bs01 #lv02-04 .inner{
  flex-direction: row-reverse;
}
#interview-bs01 .block .image{
  margin: 0 0 20px 0;
  width: 440px;
}
#interview-bs01 .block .text{
  width: calc(100% - 480px);
}
#interview-bs01 #lv02-05,
#interview-bs01 #lv02-05 .image{
  margin: 0;
  width: 100%;
  max-width: 100%;
}
#interview-bs01 #lv02-05 .image img{
  width: auto;
  max-width: 100%;
  border-style: none;
}
#interview-bs01 #lv02-05 .inner{
  position: relative;
  background: #fff;
  border: none;
  padding: 0 30px;
}
#interview-bs01 #lv02-05 .inner::before{
  position: absolute;
  content: "";
  top: -60px;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: auto;
}
#interview-bs01 #lv02-05 .text{
  width: 100%;
}
