@charset "utf-8";
img { image-rendering: -webkit-optimize-contrast; }

.mainimage {
  height: 450px;
  background-image: url("../img/interviewmain.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.mainimage .inner h2 {
    font-size: 65px;
    position: absolute;
    bottom: 0px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 130px;
    text-shadow: 1px 1px #000000;
}
.inner h3  {
    font-size: 80px;
    /* [disabled]line-height: 54px; */
    /* [disabled]margin-top: 20px; */
}
.inner h3 img {
  float: left;
  padding-right: 10px;
}
.topmessage {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.inner .topmessage p {
  margin-bottom: 10px;
  padding-bottom: 20px;

}

.profile .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.profile .inner .box1 {
    display: flex;
}
.boxarea p img {
    /* [disabled]margin-right: 5px; */
}
.inner .box2 h4 {
    /* [disabled]padding-bottom: 20px; */
}
.inner .box2 h4::before {
  color: #92bfbb;
  content: "■";

}
.inner .box2 h4  img {
    float: left;
    margin-right: 5px;
}
.faglist .inner {
  margin: 0 auto;
}
.faglist .faq {
  border: 2px solid #92bfbb;
  border-radius: 20px;
  margin-bottom: 40px;
}
.inner .faq dt {
  background-color: #92bfbb;
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 25px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  font-size: 18px;
  color: #FEFBFB;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.inner .faq dt p {
  font-size: 20px;
  font-weight: bold;
}
.inner .faq dd {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    display: none;
}
.subpage-inner {
    margin: 0 auto;
    width: 1000px;
}
.subpage-inner .item-img {
    position: relative;
    width: 1000px;
}
.subpage-inner .item-img .number    {
    position: absolute;
    right: 30px;
    top: 30px;
    bottom: auto;
}
.subpage-inner .item-img .number2  {
    position: absolute;
    top: 130px;
    right: 30px;
    bottom: auto;
    margin-top: 30px;
}


.subpage-inner .item-img .pc {
    position: absolute;
    left: 30px;
    color: #FCFCFC;
    bottom: 9%;
    font-size: large;
    text-shadow: 2px 2px #000000;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    /* [disabled]border-radius: 10px; */
}
.subpage-inner .topmessage {
    clear: both;
}
.item-img .number ul {
    list-style-type: none;
}
.item-img .number a:hover img {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.5);
    transform: translateY(-5px);
}


/*ホバーきらり　いらない？
.figure {
  width: 400px;
  height: 300px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
*/

/*ホバーマスク
.back {
    background-color: rgba(0,0,0,0.8);
    height: 500px;
}
*/
/*ホバーマスク ホバーされない？*/
.figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}
.figcaption {
  position: absolute;
  bottom: -0px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: rgba(0,0,0,.3);
  -webkit-transition: .3s;
  transition: .3s;
}
.figure:hover figcaption {
  bottom: 0;
}

/*グラデーション　画像の上の文字見やすく*/
.card__content {
    position: absolute;
    /* other styles (left, top, right, and padding) */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(80, 80, 0, 0.3), transparent);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.card__content2 {
  position: absolute;
  padding-top: 60px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    padding-left: 40px;
    /*padding-right: 50px;*/
    padding-bottom: 30px;
    margin-left: -30px;
    margin-bottom: -50px;
    width: 96%;
}

/*画像をズーム*/
.img_zoom{
/*  border: 1px solid #ddd;
  width: 400px;
  height: 300px;
  margin: 0 auto;*/
  overflow: hidden;
/*  cursor: pointer;*/
}
.img_zoom img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_zoom:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

/* ボタン　プロフィール公式サイトへ */
a.btn_prof-official {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #92bfbb;
}

a.btn_prof-official span {
  position: relative;
}

a.btn_prof-official:before {
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background-color: #0E264C;
}

a.btn_prof-official:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* 2 */
.btn_prof-official2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #92bfbb;
  transition: 0.3s;
}

.btn_prof-official2 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.btn_prof-official2 a:hover {
  text-decoration: none;
  background-color: #0E264C;
}

.margin_btm{
    margin-bottom: 20px;
}

.yumenavi{
    padding: 10px;
    width: 180px;
    text-align: center;
    background-color: #9DC814;
    border-radius: 3px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.yumenavi a{
    color: #FFFFFF;
    font-weight: bold;
}
.yumenavi p:after {
    content: "　\0bb";
    color: #FFFFFF;
    font-size: larger;
}
.yumenavi:hover{
    background-color: #92bfbb;    /*#1D5808*/
}

@media screen and (max-width:1040px){
img {
  max-width: 100%;
  height: auto;
}
.inner {
    width: 95vw;
    height: auto;
}
.inner .topmessage {
  width: 90vw;
}
.inner h3 {
  width: 95%;
}
.subpage-inner .item-img {
    max-width: 100%;
    height: auto;
}


.profile .inner {
  width: 95%;
  flex-direction: column;
}

.faglist .faq {
    /* [disabled]width: 90vw; */
}
.inner .sensei .box {
    width: 98%;
    height: auto;
    padding-bottom: 10px;
    padding-right: 0px;
}
.all #main .slide-area {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
}




#footer  {
    width: 100%;
    height: auto;
}
.oritatami-list {
    display: inline-block;
    width: 95%;
}

.btn_prof-official2 a {
  margin: 0;
}

}

body {
  min-width: 1040px;
}

@media screen and (max-width:600px){
body {
    min-width: initial;
  }
.box1, .box2 {
  width: 100%;
}

.pc {
    display: none;
}
.sp {
    display: block;
}

.inner .banner {
    width: 60%;
    height: auto;
}


.mainimage {
    height: 230px;
    background-image: url("../img/interviewmain_sp.jpg");
    margin-top: 30px;
}
.mainimage .inner {
  height: 230px;
  position: relative;
}
.mainimage .inner h2 {
    display: block;
    position: absolute;
    bottom: 0px;
    font-size: 30px;
    margin-left: 0px;
    left: 20px;
}


.inner h3{
    font-size: 22px;
}
img {
    width: 100%;
    height: auto;
}

.subpage-inner {
    width: 90vw;
    height: auto;
}
.subpage-inner .item-img {
    width: 100%;
    height: auto;
    position: relative;
}

.item-img p .number {
    position: absolute;
    /* [disabled]top: -10x; */
    height: auto;
    margin-top: 0px;
    width: 20px;
    right: -60px;
}
.number ul li {
    width: 25%;
    margin-top: -10px;
    text-indent: 100px;
    margin-right: -40px;
}

.subpage-inner .item-img .number2  {
    height: auto;
    background-color: #F9060A;
    width: 20%;
    position: absolute;
}


.subpage-inner .item-img .sp {
    position: absolute;
    /*top: 40%;*/
    bottom: 50px;
    font-size: small;
    margin-left: 10px;
    /*margin-left: 0px;*/
    color: #F9F9F9;
    text-shadow: 2px 2px #000000;
}

.subpage-inner.item-img p:last-child {
    width: 15vw;
}

.card__content2 {
  position: absolute;
  padding-top: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.50), transparent);
    padding-left: 10px;
    /*padding-right: 50px;*/
    padding-bottom: 9px;
    margin-left: 0px!important;
    margin-bottom: -50px;
}
/* スマホ用　トップ画像文字　5行になる場合 */
.card__content5 {
  position: absolute;
  padding-top: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.50), transparent);
    padding-left: 10px;
    /*padding-right: 50px;*/
    padding-bottom: 9px;
    margin-left: 0px!important;
    margin-bottom: -50px;
}

    
.subpage-inner .item-img .sp  {
    width: 97%!important;
}


    
.box2 h4 img {
    width: 3vw;
    height: auto;
}
#main {
    overflow: hidden;
}
#fuuter {
    overflow: hidden;
}
.faglist .inner  {
    width: 95%;
    height: auto;
}
.faglist .inner .faq {
    width: 90vw;
}
.sensei .box a .interview_title h3 {
    font-size: 14px;
}

.interview .inner .sensei {
    display: block;
    width: 95vw;
    height: auto;
}


.inner .sensei .box {
    width: 90vw;
    height: auto;
    display: block;
}
.inner .screen .box img {
    width: 30%;
    height: auto;
}
.sensei .box a {
    display: block;
}
.sensei .box a .photo {
    float: none;
    width: 70vw;
}

.sensei .box a .text {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;

}
.sensei .box a .text .number img {
    float: left;
    width: 10vw;
    height: auto;
}
#main .slide-area {
    height: 30vw;
    line-height: 0;
}

.inner .sensei h2 {
    font-size: smaller;
}

.onsp {
    font-size: 4vw;
}

.subpage-inner .item-img .number {
    right: 10px;
}

.btn_prof-official2 a {
  width: 80%;
}


.moji_l{
    font-size: larger;
}


}
