/*-----------------------------------------------------------------------------
メディアクエリ
---------------------------------------------------------------------------*/
.pc860 {

}
@media (max-width: 860px) {
  .pc860 {
    display: none;
  }
}

.sp860 {
  display: none;
}
@media (max-width: 860px) {
  .sp860 {
    display: block;
  }
}

.pc680 {

}
@media (max-width: 680px) {
  .pc680 {
    display: none;
  }
}

.sp680 {
  display: none;
}
@media (max-width: 680px) {
  .sp680 {
    display: block;
  }
}
.pc580 {

}
@media (max-width: 580px) {
  .pc580 {
    display: none;
  }
}

.sp580 {
  display: none;
}
@media (max-width: 580px) {
  .sp580 {
    display: block;
  }
}
.pc480 {

}
@media (max-width: 480px) {
  .pc480 {
    display: none;
  }
}

.sp480 {
  display: none;
}
@media (max-width: 480px) {
  .sp480 {
    display: block;
  }
}

.sp430 {
  display: none;
}
@media (max-width: 430px) {
  .sp430 {
    display: block;
  }
}
/*-----------------------------------------------------------------------------
hajimete　main01
---------------------------------------------------------------------------*/
.hajimete p{
  line-height: 2;
  margin-top: 2.5rem;
  letter-spacing: .08em;
  font-size: 14px;
}
.hajimete h2{
  font-family: "Shippori Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.82;
}
.hajimete .main01{
  background: url(../img/hajimete/main.jpg) top left no-repeat;
  background-size: cover;
  height: 550px;
}
.hajimete .main01 .inner{
  position: relative;
  width: 100%;
  height: 100%;
}
.hajimete .main01 .waku-txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.hajimete .main01 .waku-txt h2{
  background: rgba(256,256,256,.6);
  padding: 30px;
  white-space: nowrap
}
.hajimete h3{
  text-align: center;
  font-size: .8rem;
  line-height: 1.82;
  position: relative;
  padding: 10px 0;
  margin-bottom: 50px;
  font-family: 'Libre Baskerville', serif;
}
.hajimete h3::after {
  content: '';
  width: 110px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 55px);
}

.hajimete .main02 .waku-txt{
  outline: 3px solid black;
  outline-offset: 10px;
  border: 1px solid black;
  margin: 20px;
  padding: 30px;
  font-family: "Shippori Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.hajimete .main02 .inner{
width: 100%;
  max-width: 680px;
  margin: 80px auto;
}

.hajimete .main03 .inner{

  padding: 4rem;
}
.hajimete .main03 ul{
display: flex;
justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.hajimete .main03 li a{
position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hajimete .main03 li{
  width: 20%;
  padding: 35px 10px;
  background: #fff;
  box-shadow: 2px 2px 4px #b9b9b9;
  counter-increment: point;
  position: relative;
  transition: 0.3s;
  border: 1px solid black;
  margin: 0 5px 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
}
.hajimete .main03 li::before{
  color: rgb(0, 0, 0);
  font-size: 16px;
  content: "0" counter(point);
  font-family: 'Libre Baskerville', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: -25px;
  margin-bottom: 10px;
}
.hajimete .main03 li span{
  margin-top: 30px;
  display: block;
}
.hajimete .main03 li:hover{
  transform: translateY(0);
   box-shadow:
     0 0 10px #ccc,
     -5px 0 10px #ccc,
     5px 0 10px #ccc;
 }
 .hajimete .main03 li::after{
  content: "";
  display: block;
  width: 1vw;
  right: -1vw;
position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  margin: auto;
  border:1px solid #000;
  z-index: -1;
 }
 .hajimete .main03 li:last-of-type::after{
  display:none;
}



/*-----------------------------------------------------------------------------
hajimete　erabu
---------------------------------------------------------------------------*/
.hajimete .erabu{
  background: #F4F4F5;
  padding: 50px 0;
}
.hajimete .erabu .inner{
  max-width: 980px;
  width: 95%;
  margin:0 auto;
}
.hajimete .erabu ul{
display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.hajimete .erabu li{
border: 1px solid #ccc;
width: 32%;
display: flex;
position: relative;
}
.hajimete .erabu li img{
vertical-align:top;

}

.hajimete .erabu li div{
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 45%;
  right: .8vw;
  bottom: 2vw;
}
.hajimete .erabu li div span:first-of-type{
margin-bottom: 10px;
}

@media (max-width: 680px) {
.hajimete .erabu ul {
  flex-wrap: wrap;
}
.hajimete .erabu li {
  width: 80%;
  margin: 0 auto 30px;
}
}
@media (max-width: 680px) {
  .hajimete .erabu li {
    width: 100%;
  }   
}
/*-----------------------------------------------------------------------------
hajimete　flow
---------------------------------------------------------------------------*/
.hajimete .flow01{
  background: url(../img/hajimete/flow01.jpg) bottom left no-repeat;
background-size: cover;
height: 550px;
}
.hajimete .flow01 .inner{
  width: 100%;
  height: 100%;
  position: relative;
}
.hajimete .flow01 .waku{
  width: 40%;
  font-family: "Shippori Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  margin: auto;
  padding-right: 30px;
}
.hajimete .flow02 .hako{
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
.hajimete .flow02 .hako figure{
  width: 45%;
}
.hajimete .flow02 .hako .waku{
  margin: 0 auto;
  width: 55%;
  padding: 0 30px;
}
.hajimete .flow02:nth-of-type(2n+1) figure {
  order: 2;
}

@media (max-width: 980px) {
  .hajimete h3 {
    font-size: .6rem;
  }
  .hajimete .flow01 .waku {
    top: 5vw;
    transform: unset;
  }
  }
  
  @media (max-width: 860px) {
  .hajimete .main01 {
    background: url(../img/hajimete/main.jpg) top center no-repeat;
    background-size: cover;
    height: 53vw;
  }
  .hajimete .main03 .inner {
    padding: 30px 10px;
  }
  .hajimete h2 {
    font-size: 1.2rem;
  }

.hajimete .main03 li::after {
  right: -2vw;
  width: 2vw;
}
  }
  @media (max-width: 780px) {
    .hajimete .flow01 .waku {
      width: 100%;
      position: unset;
      transform: unset;
      padding: 30px;
    }
  }
  @media (max-width: 680px) {
    .hajimete .main01 {
  height: 400px;
  }
  .hajimete .flow01 {
    background: none;
    height: unset;
  }
  .hajimete .flow01 .hako figure {
  width: 75%;
  margin: 0 auto;
}
  .hajimete .flow02 .hako {
    flex-wrap: wrap;
  }
  .hajimete .flow02:nth-of-type(2n+1) figure {
    order: unset;
  }
  .hajimete .flow02 .hako figure {
    width: 75%;
    margin: 0 auto;
  }
  .hajimete .flow02 .hako .waku {
    width: 100%;
    padding: 30px;
  }
  
  }
  @media (max-width: 480px) {
  .hajimete .main03 li::after {
    right: -2.7vw;
  }
}
/*-----------------------------------------------------------------------------
hajimete　kaiyu
---------------------------------------------------------------------------*/

  .hajimete .kaiyu{
    display: flex;
  justify-content: space-between;
  margin: 2rem auto;
  }
  .hajimete .kaiyu li{
    width: 24%;
}
.hajimete .kaiyu li a{
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px;
  position: relative;
  box-shadow: 2px 2px 4px #b9b9b9;
  transition-duration: 0.3s;
}

.hajimete .kaiyu li a:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hajimete .kaiyu li a{
  display:block;
  position:relative;
  text-decoration:none;
  text-align:center;
  transition:0.5s;
background:linear-gradient(#f2f2f2,#fff 50px,#f2f2f2 250px,#f2f2f2);
background-size:200px 300px;
}
.hajimete .kaiyu li a:hover{
  background-position:0 300%;
}
.hajimete .kaiyu li div{
display: flex;
  flex-direction: column;
  align-items: center;
}
.hajimete .kaiyu li figure{
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hajimete .kaiyu li img{
  width: 20px;
}
.hajimete .kaiyu h4{
  font-size: 13px;
  margin: 10px auto 20px;
  text-align: center;
} 
.hajimete .kaiyu h4 span{
font-family: 'Hind Siliguri', sans-serif;
  font-weight: bold;
  display: block;
  font-size: 8px;
  margin-top: 10px;
} 
.hajimete .kaiyu-yoyaku{
  width: 93%;
  max-width: 680px;
  margin: 0 auto 50px;
} 

.hajimete .kaiyu-yoyaku a{
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  background: linear-gradient(#f2f2f2,#fff 50px,#f2f2f2 250px,#f2f2f2);
    background-size: auto;
  background-size: 200px 300px;
  height: 100%;
  width: 100%;
  padding: 15px;
  position: relative;
  box-shadow: 2px 2px 4px #b9b9b9;
  transition-duration: 0.3s;
  outline: 2px solid black;
  outline-offset: 5px;
  border: 1px solid black;
}
.hajimete .kaiyu-yoyaku a:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hajimete .kaiyu-yoyaku a:hover{
  background-position:0 300%;
}
.hajimete .kaiyu-yoyaku div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hajimete .kaiyu-yoyaku h4 {
  font-size: 13px;
  margin: 10px auto 20px;
  text-align: center;
}
.hajimete .kaiyu-yoyaku h4 span {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: bold;
  display: block;
  font-size: 8px;
  margin-top: 10px;
}
.hajimete .kaiyu-yoyaku figure {
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hajimete .kaiyu-yoyaku img {
  width: 20px;
}
@media (max-width: 680px) {
.hajimete .kaiyu {
  flex-wrap: wrap;
  width: 80%;
  margin: 2rem auto 5px;
}
.hajimete .kaiyu li {
  width: 46%;
  margin-bottom: 15px;
}
}

@media (max-width: 480px) {
  .hajimete .kaiyu {
    width: 96%;
}
}

/*-----------------------------------------------------------------------------
monitor
---------------------------------------------------------------------------*/
.monitor h2 span{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.82;
  position: relative;
  margin-bottom: 40px;
  display: block;
}
.monitor h2 span::after {
  content: '';
  width: 110px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 55px);
}
.monitor p{
  line-height: 1.6;
    font-size: 14px;
}
.monitor p em{
  color: #ca0000;
  }
#toc_container {
  display: none !important;
}
.pankuzu {
  margin: 0px auto 10px;
}
.monitor .fv{
  position: relative;
  background: url("//the-roppongi-clinic.com/wp/wp-content/themes/trc/img/recruit/recruit-mv-img-pc.jpg") no-repeat scroll 0px -40px;
  height: 510px;
  background-size: cover;
}
.monitor .fv .con{
  position: absolute;
  right: 50px;
  width: 46%;
  top: 50px;
  background: rgba(256,256,256,.6);
  padding: 30px;
}
.monitor .fv .con h2{
  font-size: 24px;
  margin: 0 auto 20px;
}
.monitor .fv .con p{
  font-size: 14px;
  line-height: 1.8;
}

.monitor .greeting .inner{
  width: 100%;
  max-width: 680px;
  margin: 80px auto;
}
.monitor .greeting .waku{
  outline: 3px solid black;
  outline-offset: 10px;
  border: 1px solid black;
  margin: 20px;
  padding: 30px;
}
.monitor .about{
  background: #f2f2f2;
}
.monitor .about ul{
  width: 100%;
  max-width: 680px;
  margin: 50px auto 30px;
  padding: 30px 30px 20px;
}
.monitor .about li{
position: relative;
  list-style: circle;
  margin-bottom: 20px;
}
.monitor .about .inner{
  padding: 30px;
}
.monitor .conditions .inner{
  width: 95%;
  max-width: 680px;
  margin: 50px auto;
}
.monitor .conditions ul{
  margin: 30px 20px;
}
.monitor .conditions li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.monitor .conditions li::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 15px;
  height: 15px;
  background: url("//the-roppongi-clinic.com/wp/wp-content/themes/trc/img/common/arrow-gray.svg") no-repeat ;
  margin-left: -15px;
  padding-left: 5px;
}
.monitor .conditions h4{
  border: none;
  text-indent: 0;
  text-align: center;
}
.monitor .conditions .waku{
  border: 5px solid #cccccc70;
  padding: 10px 20px 20px;
  }

  .monitor .bosyu{
    background: #f2f2f2;
  }
  .monitor .bosyu .inner{
    width: 95%;
  max-width: 680px;
  margin: 50px auto;
  padding: 50px 0;
}
  .monitor .bosyu h2{
  width: 100%;
}
  .monitor .bosyu .waku{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 30px;
  }
  .monitor .bosyu .waku figure{
  width: 35%;
}
.monitor .bosyu .waku .hako{
  width: 65%;
  margin-top: 30px;
  padding-left: 20px;
}
.monitor .bosyu .waku .hako > span{
font-size: 11px;
}
.monitor .bosyu .waku .hako h3{
  font-size: 18px;
}
.monitor .bosyu .waku .hako h4{
  border: none;
  text-indent: 0;
}
.monitor .bosyu .waku .hako h5{
background: #eee;
  padding: 20px;
}
.monitor .bosyu .waku .hako2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  }
  .monitor .bosyu .waku .hako2 h4{
    border: none;
    text-indent: unset;
      text-align: center;
      position: relative;
      margin-bottom: 40px;
      display: block;
      width:100%;
    }
    .monitor .bosyu .waku .hako2 h4::after {
      content: '';
      width: 110px;
      height: 1px;
      display: inline-block;
      background-color: #000;
      position: absolute;
      bottom: -5px;
      left: calc(50% - 55px);
    }
    .monitor .bosyu .waku .hako2 dl{
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .monitor .bosyu .waku .hako2 dt figure{
  width: 95%;
  display: flex;
}
.monitor .bosyu .waku .hako2 dd{
width: 95%;
  background: #f0f0f0;
  padding: 20px;
  font-size: 12px;
}
.monitor .motto{
  margin: 30px auto;
}
.monitor .motto a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.monitor .motto a img{
width: 15px;
margin-right: 5px;
}
.monitor .otoiawase .inner{
  width: 100%;
  max-width: 680px;
  margin: 50px auto;
  padding: 50px 0;
}
.monitor .otoiawase  h3{
  text-align: center;
    font-size:16px;
    font-weight:bold;
    margin-top:30px;
  }
  .monitor .otoiawase  h3 + p {
    text-align: center;
    font-size:12px;
    margin-bottom:10px;
    }
  .monitor .otoiawase  h4{
  border: none;
  text-indent: unset;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 15px;
}
.monitor .otoiawase .waku{
  border: 1px solid #ccc;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  font-size:12px;
}
.monitor .otoiawase .hako{
width: 50%;
padding-right: 20px;
}
.monitor .otoiawase .hako p{
font-size:12px;
  }
.monitor .otoiawase .hako dl{
  margin: 10px auto 0;
display: flex;
  justify-content: space-between;
}
.monitor .otoiawase .hako dt{
width: 30%;
}
.monitor .otoiawase .hako dd{
  width: 70%;
  }
  .monitor .otoiawase .hako dd span{
  position: relative;
  display: block;
  padding-left: 15px;
}
.monitor .otoiawase .hako dd span::before{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("//the-roppongi-clinic.com/wp/wp-content/themes/trc/img/common/toho.svg") no-repeat ;
  left: 0;
}
.monitor .otoiawase iframe{
  width: 100%;
  height: 400px;
  }
  .monitor .btn-tel{
    margin-top: 30px;
  }
  .monitor .btn-tel a::before{
    width: 12px;
    height: 20px;
    position: unset;
    display: inline-block;
}
.ntel {
  margin-left: 10px;
}
.monitor .qa{
  padding-bottom: 50px;
  }
.monitor .qa .inner{
  max-width: 680px;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 980px) {
.monitor .fv{
  background: url("//the-roppongi-clinic.com/wp/wp-content/themes/trc/img/recruit/recruit-mv-img-pc.jpg") no-repeat scroll -30px 0;
  background-size: cover;
}
.monitor h2 span{
  font-size: 20px;
  margin: 0 auto 20px;
}
.monitor .fv .con {
  top: 30px;
  right: 30px;
  width: 48%;
}
.monitor .fv .con p {
  line-height: 1.6;
}
}

@media (max-width: 860px) {
.monitor .fv {
  background: url("//the-roppongi-clinic.com/wp/wp-content/themes/trc/img/recruit/recruit-mv-img-pc.jpg") no-repeat scroll -30px 0;
  background-size: 120%;
  height: 440px;
}
.monitor .fv .con {
  width: 55%;
  padding: 20px;
}
.monitor h2 span{
    font-size: 1.2rem;
  }

}
@media (max-width: 680px) {
.monitor .fv {
  background: url("//the-roppongi-clinic.com/wp/wp-content/themes/trc/img/monitor/fv-sp") no-repeat scroll center bottom;
  background-size: cover;
  height: 630px;
  padding: 30px;
}
.monitor .fv .con {
  width: 100%;
  padding: 20px;
  position: unset;
}
.monitor .otoiawase .waku {
  margin: 0 15px;
}
}
@media (max-width: 600px) {
.aco_cont {
  font-size: 14px;
  line-height: 1.6;
}
}
@media (max-width: 580px) {
.monitor .fv {
  padding: 30px 15px;
}
.monitor .about ul {
  margin: 30px auto 0px;
  padding: 30px 30px 10px;
}
.monitor .conditions .waku {
  margin: 0 15px;
}
.monitor .bosyu .waku {
  padding: 30px 20px;
  margin: 0 15px 30px;
  border-radius: 20px;
}
.monitor h2 span {
  font-size: 18px;
}
.monitor .bosyu .waku figure {
  width: 55%;
  margin: 20px auto 0;
}
.monitor .bosyu .waku .hako {
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
}
.monitor .bosyu .waku .hako2 dl {
  width: 100%;
  margin-bottom: 30px;
}
.monitor .bosyu .waku .hako2 dt figure {
  display: flex;
  width: 100%;
}
.monitor .bosyu .waku .hako2 dd {
  width: 100%;
}
.monitor .motto {
  margin: 10px auto 30px;
}
.monitor .otoiawase .waku {
  flex-wrap: wrap;
}
.monitor .otoiawase .hako {
  width: 100%;
  padding-right: 0;
  margin-bottom: 30px;
}
.monitor .otoiawase .hako2 {
width: 100%;
}
.monitor .otoiawase iframe {
  height: 320px;
}
}