/****************************** PC *************************/

/*共通*/
/****** 共通 ******/
@media screen and (min-width: 800px){
  #user .widthFix{
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 799px){
  #user .widthFix{
    padding-left: 15px;
    padding-right: 15px;
  }
}

#user{
  overflow: hidden;
}
#user .topImage {
  margin-bottom: 0;
}
#user section h2 {
  font-size: 36px;
  text-align: center;
  color: #1B435D;
  margin: 0 0 50px 0;
}
#user section h2 span{
  font-size: 20px;
}
.br-pc {
  display: none
}



#user .pageTitle{
  color: #1b435d;
  background-color: #f5f7fb;
}
#user .pageTitle .quote{
  position: relative;
  z-index: 0;
}

/* inline version */
/*#user .pageTitle .quote:after,
#user .pageTitle .quote:before{
  line-height: 1;
  position: relative;
  
  font-family: "FontAwesome"; 
}
#user .pageTitle .quote:before{
  content: "\f10d";
  margin-right: 1em;
  vertical-align: top;
  top: -.25em;
}
#user .pageTitle .quote:after{
  content: "\f10e";
  margin-left: 1em;
  vertical-align: bottom;
  bottom: -.25em;
}*/

/* block version */
#user .pageTitle .quote{
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#user .pageTitle .quote:after,
#user .pageTitle .quote:before{
  line-height: 1;
  position: absolute;
  font-family: "FontAwesome"; 
}
#user .pageTitle .quote:before{
  content: "\f10d";
  top: -.5em;
  left: 0;
}
#user .pageTitle .quote:after{
  content: "\f10e";
  right: 0;
  bottom: -.5em;
}
@media screen and (max-width: 799px){
  #user .pageTitle{
    font-size: 5vw;
  }
  #user .pageTitle .quote{
    padding-left: 2em;
    padding-right: 2em;
  }
  #user .pageTitle .quote:before{
    left: 15px;
  }
  #user .pageTitle .quote:after{
    right: 15px;
  }
}



.breadcrumb{
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #f5f7fb;
}
.breadcrumb > ol{
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > ol > li{
  
}
.breadcrumb > ol > li:not(:last-child):after{
  content: ">";
  margin-left: .75em;
  margin-right: .75em;
}
.breadcrumb > ol > li > a{
  color: inherit;
}
.breadcrumb > ol > li > a:hover{
  text-decoration: underline;
}
.breadcrumb > ol > li > a.home{
  
}








/******  Q&A  PC ******/
#user .secFaq {
  padding: 50px 0 100px 0;
}
#user .secFaq ul {
  max-width: 930px;
  margin: 0 auto;
}
#user .secFaq li {
  border-bottom: #CCCCCC 1px solid;
}
#user .secFaq li:first-child {
  border-top: #CCCCCC 1px solid;
}
#user .secFaq dt {
  padding: 30px 35px 25px 70px;
  position: relative;
  min-height: 60px;
  cursor: pointer;
}
#user .secFaq dt:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}
#user .secFaq dt.fapOpen:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#user .secFaq dt.fapOpen+dd {
  display: block;
}
#user .secFaq dt span {
  position: absolute;
  left: 0;
  top: 15px;
  color: #78BBE6;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #78BBE6 1px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 0 20px 0 0;
}
#user .secFaq dd {
  display: none;
  padding: 15px 35px 30px 70px;
  position: relative;
  min-height: 60px;
}
#user .secFaq dd span {
  position: absolute;
  left: 0;
  top: 0;
  color: #F99F48;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #F99F48 1px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 0 20px 0 0;
}








/****************************** SP *************************/

@media screen and (max-width: 799px) {
  
  
  
  /*共通*/
  #user {
    font-size: 14px;
    line-height: 1.4;
  }
  #user section h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
  #user section h2 span{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
  }
  .br-pc {
    display: inherit;
  }
  .br-sp {
    display: none
  }



  /******  Q&A  SP******/
  #user .secFaq {
    padding: 30px 0 30px 0;
  }

  #user .secFaq ul {
    margin: 0 auto 30px;
  }
  
  
  
}



/****** profile ******/
.profile{
  margin-left: 3.125em;
  margin-right: 3.125em;
}
.profileImage,
.profileBody{
  box-sizing: border-box;
}
.profileImage{
  
}
.profileBody{}
.profileClip{
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 75px;
  
  margin-left: auto;
  margin-right: auto;
}
.profilePortrait{
  width: 100%;
  height: auto;
}
.profileName{
  font-size: 20px;
  font-weight: 700;
  color: #1b435d;
  margin-bottom: 20px;
}
.profileName > small{
  font-size: .75em;
  font-weight: normal;
}
.profileNote{
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 800px){
  .profile{
    display: flex;
    align-items: center;
  }
  .profileImage{
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 3.125em;
  }
  .profileBody{
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 799px){
  .profileImage{
    margin-bottom: 1.5625em;
  }
  .profileName{
    font-size: 5vw;
    text-align: center;
  }
}







/****** interview ******/
.interview{
  margin-top: 50px;
  margin-bottom: 50px;
}
.interviewTitle{
  border-left: 5px solid #78bbe6;
  padding-left: .5em;
  
  color: #1b435d;
  font-size: 20px;
  font-weight: bold;
}
.interviewNote{
  margin-top: 1em;
}
.interviewLandscape{
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.interviewLandscape > img{
  max-width: 100%;
}









/****** voice menu ******/
#aside .secVoice {
  padding: 50px 0 100px 0;
  background-color: #f5f7fb;
}

#aside .secVoice .wrap {
  max-width: 1230px;
  margin: 0 auto 0 auto;
}

#aside .secVoice ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#aside .secVoice li {
  width: 23.5%;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  
  position: relative;
  z-index: 0;
}
#aside .secVoice li:after{
  content: "";
  display: block;
  
  position: absolute;
  z-index: ;
  right: 5px;
  bottom: 5px;
  
  width: 0;
  height: 0;
  
  border: 10px solid transparent;
  border-right-color: #78bbe6;
  border-bottom-color: #78bbe6;
}
#aside .secVoice li:not(:last-child) {
  margin-right: 2%;
}
#aside .secVoice li a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#aside .secVoice li .name {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #1b435d;
  font-weight: 700;
  text-align: center;
}
#aside .secVoice li .name small{
  font-size: 15px;
}

#aside .secVoice img {
  width: 100%;
  height: 100px;
  display: block;
  margin: 0 auto;
}

#aside .secVoice img {
  width: 100%;
  height: auto;
}
#aside .secVoice .txt {
  padding: 0 20px 30px;
  color: #333;
}
#aside .secVoice .wrap .btnVoice {
  margin-bottom: 30px;
}

#aside .secVoice .img{
  overflow: hidden;
  margin-bottom: 30px;
}
#aside .secVoice .img img {
  transition: 1.0s;
  transform: scale(1.0);
}
#aside .secVoice .wrap a:hover img{
  transform: scale(1.1);
}

@media screen and (max-width: 799px) {
  #aside .secVoice {
      padding: 30px 0 60px 0;
  }

  #aside .secVoice .wrap {
      max-width: none;
      padding: 0 15px;
  }

  #aside .secVoice ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px;
  }

  #aside .secVoice li {
      width: 49%;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      margin-bottom: 15px;
  }
  #aside .secVoice li:nth-child(odd) {
      margin-right: 2% !important;
  }
  #aside .secVoice li:not(:last-child) {
  margin-right: inherit;
  }
  #aside .secVoice li .name {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 5vw;
  color: #1b435d;
  font-weight: 700;
  }
  #aside .secVoice li .name small{
      font-size: 4vw;
  }

  #aside .secVoice p {
      font-size: 14px;
  }


  #aside .secVoice img {
  width: 100%;
  height: 100px;
  display: block;
  margin: 0 auto 20px;
  }
  #aside .secVoice .txt {
  padding: 0 15px 25px;
  color: #333
  }

  #aside .secVoice .wrap .btnVoice {
      margin-bottom: 20px;
  }
}













@media screen and (min-width: 800px){}
@media screen and (max-width: 799px){}