@charset "UTF-8";
/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
.cont_wrap + .main_visual_wrap,
.exam_wrap + .main_visual_wrap {
  margin-top: 60px;
  border-top: 1px solid #b3b3b3;
  padding-top: 90px; }
  @media only screen and (max-width: 768px) {
    .index05 img{
      max-width:100%;
    }
    .cont_wrap + .main_visual_wrap,
    .exam_wrap + .main_visual_wrap {
      margin-top: 30px;
      padding-top: 30px; } }

.main_visual_inner .main_ttl h2 img{
  margin-bottom:2em;
}
@media only screen and (max-width: 768px) {
  .main_visual_inner .main_ttl h1 img {
    max-width: 180px; } }

.main_visual_inner .main_lead {
  position: absolute;
  z-index: 3;
  display: block;
  color: #231815;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.0;
  top: 140px;
  left: 0;
  bottom: auto;
  font-weight: bold; }
  .main_visual_inner .main_lead span {
    display: inline-block;
    background: #fff;
    padding: 0 10px 0 0;
    margin-bottom: 6px; }
  @media only screen and (min-width: 769px) {
    .main_visual_inner .main_lead span.plus {
      padding-right: 1em; } }
  @media only screen and (max-width: 768px) {
    .main_visual_inner .main_lead {
      font-size: 22px;
      font-size: 1.375rem;
      position: relative;
      top: 0;
      line-height: 1.6; }
      .main_visual_inner .main_lead span {
        display: inline;
        padding: 0; } }

.main_visual_inner .main_profile {
  position: absolute;
  bottom: 30px;
  left: 0; }
  .main_visual_inner .main_profile p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: bold; }
  .main_visual_inner .main_profile .name {
    font-size: 30px;
    font-size: 1.875rem; }
    .main_visual_inner .main_profile .name small {
      font-size: 24px;
      font-size: 1.5rem; }
  .main_visual_inner .main_profile .img {
    margin-bottom: 5px; }
  .main_visual_inner .main_profile .indent-1.half {
    text-indent: -.5em;
    margin-left: .5em; }
  @media only screen and (max-width: 768px) {
    .main_visual_inner .main_profile {
      position: relative;
      bottom: 0;
      margin-top: 20px;
      text-align: center; }
      .main_visual_inner .main_profile p {
        font-size: 14px;
        font-size: 0.875rem; }
      .main_visual_inner .main_profile .name {
        font-size: 20px;
        font-size: 1.25rem; }
        .main_visual_inner .main_profile .name small {
          font-size: 16px;
          font-size: 1rem; }
      .main_visual_inner .main_profile .img img {
        max-width: 208px; } }
  @media only screen and (max-width: 414px) {
    .main_visual_inner .main_profile .img img {
      max-width: 135px; } }

.main_visual_inner .main_visual .lead {
  font-size: 22px;
  font-size: 1.375rem;
  top: 200px;
  left: 35px; }
  .main_visual_inner .main_visual .lead span {
    padding: 4px .5em;
    margin-bottom: 2px;
    line-height: 1.2;
    letter-spacing: .2em; }
  @media only screen and (max-width: 768px) {
    .main_visual_inner .main_visual .lead {
      font-size: 14px;
      font-size: 0.875rem;
      top: 50%;
      top: auto;
      left: 10px;
      bottom: 10px; } }

.main_visual_inner .main_visual .head {
  position: absolute;
  top: 1px;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .main_visual_inner .main_visual .head img {
      max-width: 188px; } }


.cont_wrap:after {
  content: "";
  display: block;
  clear: both; }

.cont_wrap h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #434343;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 80px; }
  .cont_wrap h2 span {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 10px;
    position: relative; }
    .cont_wrap h2 span:last-child {
      margin-bottom: 0; }
    .cont_wrap h2 span.marker {
      font-weight: bold !important;
      background: #fef7ef; }
      .cont_wrap h2 span.marker::after {
        content: '';
        display: block;
        width: calc(100% + 10px);
        height: 0;
        position: relative;
        bottom: 0;
        left: -5px;
        border-bottom: 3px solid #f68b7c; }
  @media only screen and (max-width: 768px) {
    .cont_wrap h2 {
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 40px; }
      .cont_wrap h2 span {
        margin-bottom: 5px; }
        .cont_wrap h2 span.marker::after {
          border-bottom: 2px solid #f68b7c; } }
  .cont_wrap h2 sup {
    font-size: .5em;
    position: relative;
    vertical-align: top; }


.cont_col2{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  background:#fff4e4;
  padding:20px;
  margin-top:2em;
}
.cont_col2 > .interview_box{
  width:50%;
  padding:20px;
  border-right:solid 1px #888;
  box-sizing: border-box;
}
.cont_col2 > .interview_box:nth-of-type(even){
  border-right:none;
}
.cont_col2 > hr{
  width:96%;
  border-top: 1px solid #888;
}

.interview_a{
  font-weight:bold;
  border-top:solid 1px #300000;
  border-bottom:solid 1px #300000;
  padding:1em 0;
  margin-bottom:1em;
  font-size:18px;
}
.profileInner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profileInner h3{
  position: relative;
}
.profileInner h3 span{
  margin-top:10px;
  display:block;
  font-weight:bold;
  position: absolute;
  bottom:5px;
  left:3em;
}

@media only screen and (max-width: 768px) {
  .cont_col2{
    padding:0 15px;
  }
  .profileInner{
    flex-direction: column;
    margin-top: 15px;
    padding-top: 15px;
    border-top:solid 1px #000;
  }
  .cont_col2 > .interview_box{
    width:100%;
    border-right:none;
    padding:0;
  }
  .cont_col2 > hr{
    display: none;
  }
  .profileInner h3 span{
    bottom:15px;
    left:50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .profileInner img{
    width:85%;
    margin:15px auto 20px;
  }
}
.cont_wrap{
  margin-bottom:3em;
}
.student01 .interview_q{
  color:#0086cd;
  padding:1em 0;
  font-weight:bold;
  font-size:18px;
}
.student02 .interview_q{
  color:#6bbc6e;
  padding:1em 0;
  font-weight:bold;
  font-size:18px;
}


.exam_wrap {
  width: 100%;
  padding: 60px 35px 35px;
  position: relative;
  z-index: 0;
  margin-top: 95px;
  background: #bae3f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .exam_wrap {
    padding: 30px 15px 15px;
    margin-top: 30px;
  }
}
.exam_wrap h3{
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 20px;
  right: 0;
  top: -21px;
  font-size:2em;
  color:#00a4bc;
  font-weight:bold;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media only screen and (max-width: 768px) {
  .exam_wrap h3{
    top: -14px;
    font-size:1.5em;
    position:initial;
    line-height: 1.3;
    margin-bottom:1em;
  }
}
.exam_wrap  * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.exam_wrap .topics_01_exam {
  background: #fff;
  padding: 2em;
  display:flex;
  margin:2em 0;
  justify-content: space-between;
}
.exam_wrap .topics_01_exam .topics_01_exam_l h4{
  font-weight:bold;
  font-size:20px;
  margin-bottom:15px;
}
.exam_wrap .topics_01_exam .topics_01_exam_r{
  border:solid 2px #00a4bc;
  padding:1.5em 2em;
  color:#00a4bc;
  width: 100%;
  max-width: 480px;
}
.exam_wrap .topics_01_exam .topics_01_exam_r ul li::before{
  content:"●";
  display:inline-block;
  margin-right:5px;
}
    
@media only screen and (max-width: 768px) {
  .exam_wrap .topics_01_exam{
    flex-direction: column;
    padding:1rem;
  }
  .exam_wrap .topics_01_exam .topics_01_exam_r{
    max-width:100%;
    margin-top:20px;
    padding:1rem;
  }
}
  
.note {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    .note {
      font-size: 14px;
      font-size: 0.875rem; } }

span.marker {
  background: -o-linear-gradient(transparent 55%, #c4ebff 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #c4ebff));
  background: linear-gradient(transparent 55%, #c4ebff 0%); }

.indent {
  margin-left: 1em;
  text-indent: -1em; }

.indent-3 {
  margin-left: 2.6em;
  text-indent: -2.6em; }

.red {
  color: #ff2400; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }
  .ocamsMember {
    background: #fff;
}
  #topics02 .ocamsMember {border-top:dotted 15px #b1d349;}
    @media only screen and (max-width: 768px) {
      .ocamsMember {
        margin-top: 40px;
        }
        .ocamsMember p img {
          width: auto;
          max-width: 90%; }
        .ocamsMember h3 img {
          width: auto;
          max-width: 80%; } }
    .ocamsMember .ocamsMemberInner {
      width: 1280px;
      margin: 0 auto;
      margin-top: 30px;
      padding-top:30px;
      margin-bottom:30px;
      padding-bottom:10px;
      border-top:solid 1px #009dda;
      border-bottom:solid 1px #009dda;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        .ocamsMember .ocamsMemberInner {
          margin-top: 15px;
          width:100%;
      } }
      .ocamsMember .ocamsMemberInner .profile {
        padding: 20px;
        margin-bottom: 20px;
        display: block;
        width: 40%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .specialist_head{
      width:100%;
      position: relative;
      font-size:18px;
      font-weight:bold;
    }
    .specialist_head::after{
      content:"";
      position: absolute;
      right:0;
      top:45%;
      height:1px;
      width:50%;
      background:#999;
    }
    .specialist_ipe dd{
      font-size:22px;
      color:#3cc1ce;
      font-weight:bold;
    }
    #topics02 .specialist_ipe dd{
      color:#b1d349;
    }
    .Specialist_column >*{
      width:60%;
      padding:5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .Specialist_column > img{
      width:40%;
    }
        .ocamsMember .ocamsMemberInner .profile:nth-child(2n-1) {
          border-right: 1px solid #a9a9a9; 
        width:60%;}
        .ocamsMember .ocamsMemberInner .profile figure {
          padding: 4px;
        }
        .ocamsMember .ocamsMemberInner .profile .profileInner {
          display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
        }
        .ocamsMember .ocamsMemberInner .profile .profileInner h3 span{
          margin-top:10px;
          display:block;
          font-weight:bold;
          color:#009dda;
        }
        .ocamsMember .ocamsMemberInner .profile .name {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 600;
          margin-top: 10px; }
          @media only screen and (max-width: 768px) {
            .ocamsMember .ocamsMemberInner .profile .name {
              margin-top: 0;
              font-size: 18px;
              font-size: 1.125rem; } }
          .ocamsMember .ocamsMemberInner .profile .name span {
            font-size: 18px;
            font-size: 1.125rem; }
            @media only screen and (max-width: 768px) {
              .ocamsMember .ocamsMemberInner .profile .name span {
                font-size: 16px;
                font-size: 1rem; } }
        .ocamsMember .ocamsMemberInner .profile .prof_name{
          margin-left:10px;
        }
        .ocamsMember .ocamsMemberInner .profile .campus {
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 600;
          margin-top: 10px; }

          .ocamsMember .ocamsMemberInner .profile .campus span {
            display: inline-block; }
        .ocamsMember .ocamsMemberInner .profile p {
          line-height: 1.5;
          font-size: 14px;}
        @media only screen and (max-width: 768px) {
          .ocamsMember .ocamsMemberInner .profile {
            width: 100%;
            margin: 10px 0;
            padding: 0 0 10px;
            border-bottom: 1px solid #a9a9a9; }
            .ocamsMember .ocamsMemberInner .profile:nth-child(2n-1) {
              border-right: none;
            width:100%;}
            .ocamsMember .ocamsMemberInner .profile:last-of-type {
              border-bottom: none;
              padding: 0;
              margin: 0; }
            .ocamsMember .ocamsMemberInner .profile figure {
              width:155px;
            }
            .ocamsMember .ocamsMemberInner .profile .profileInner {
              width: 100%;
              margin-top: 0;
              text-align: left;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;}
          .ocamsMember .ocamsMemberInner .profile .prof_name{
            width:calc(100% - 175px);
            z-index:2;
            margin-left:2%;
          }
          .ocamsMember .ocamsMemberInner .profile .profileInner > img{
           margin:15px auto;
          }
          .Specialist_column >*{
            width:100%;
          }
            .ocamsMember .ocamsMemberInner .profile p {
              font-size: 14px;
              font-size: 0.875rem; }
  }
  .specialist_con{
    display: flex;
    flex-wrap: wrap;
  }
  .specialist_con dd{
    width:100%;
    color:#009dda;
    margin-bottom: 10px;
  }
  .specialist_con .specialist_con_txt{
    flex:1;
  }
  .specialist_con_data{
    background:#e3eff6;
    padding:10px;
    width:auto;
    align-self: flex-start;
    margin-left:10px;
  }
  @media only screen and (max-width: 768px) {
    .specialist_con_data{margin-left:0;}
    .specialist_con .specialist_con_txt,.specialist_con_data{width:100%;flex:auto;}
  }
  .specialist_con_data p{
    border:solid 1px #fff;
    padding:10px;
    margin:0;
  }
  .specialist_con_data p span{
    color:#009dda;
  }
  .ocamsBox {
    margin-top: 90px;
    border:solid 2px #009dda;
    position: relative; }
    .ocamsBox .ocamsBoxSub {
      position: relative; }
      .ocamsBox .ocamsBoxSub::after, .ocamsBox .ocamsBoxSub::before {
        content: '';
        display: block;
        background: #aeaeae;
        position: absolute;
        z-index: 1; }
      .ocamsBox .ocamsBoxSub::after {
        width: 100%;
        height: 1px;
        bottom: 16px; }
      .ocamsBox .ocamsBoxSub::before {
        width: 1px;
        height: 100%;
        right: 16px; }
    .ocamsBox .ocamsBoxInner {
      margin: 0 auto;
      padding: 48px 40px;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 768px) {
        .ocamsBox .ocamsBoxInner {
          width: 100%;
          padding: 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .ocamsBox .ocamsBoxInner > * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .ocamsBox .ocamsBoxInner > * h3 {
          font-size: 28px;
          font-size: 1.75rem;
          font-weight: 600;
          line-height: 1;
          margin-bottom: 25px;
          padding:0 15px;
          background: #dfdfdf;
          display: inline-block;
          position: relative;
          color: #343434;}
          @media only screen and (max-width: 768px) {
            .ocamsBox .ocamsBoxInner > * h3 {
              font-size: 20px;
              font-size: 1.25rem; }
              .ocamsBox .ocamsBoxInner > * h3 img {
                width: auto;
                max-width: 100%; } }
        .ocamsBox .ocamsBoxInner > * h4 {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 500;
          margin-bottom: 20px;
          background:#606060;
          color:#fff;
          text-align: center;
          padding:5px;
        }
          @media only screen and (max-width: 768px) {
            .ocamsBox .ocamsBoxInner > * h4 {
              font-size: 16px;
              font-size: 1rem;
              margin-bottom: 10px; } }
        .ocamsBox .ocamsBoxInner > * p {
          font-size: 16px;
          font-size: 1rem;
          margin-bottom:15px;
        }
          @media only screen and (max-width: 768px) {
            .ocamsBox .ocamsBoxInner > * p {
              font-size: 12px;
              font-size: 0.75rem; } }
        .ocamsBox .ocamsBoxInner > * p + figure {
          margin-top: 20px; }
        .ocamsBox .ocamsBoxInner > * .imgR {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .ocamsBox .ocamsBoxInner > * .imgR > * {
            width: 50%; }
          .ocamsBox .ocamsBoxInner > * .imgR > figure {
            text-align: right;
            margin-top: 10px; }
          .ocamsBox .ocamsBoxInner > * .imgR:last-child {
            margin-top: 40px; }
        .ocamsBox .ocamsBoxInner > * dl {
          margin-top: 30px;
          margin-top: 0;
          line-height: 1.6; }
          .ocamsBox .ocamsBoxInner > * dl dt {
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 500; }
          .ocamsBox .ocamsBoxInner > * dl dd {
            font-size: 14px;
            font-size: 0.875rem;
            margin-top: 20px; }
        .ocamsBox .ocamsBoxInner > * figure img {
          width: 100%; }
    @media only screen and (max-width: 768px) {
      .ocamsBox {
        margin-top: 30px; }
        .ocamsBox::after {
          top:38px; }
        .ocamsBox::before {
          left: 15px; }
        .ocamsBox .ocamsBoxSub::after {
          bottom: 8px; }
        .ocamsBox .ocamsBoxSub::before {
          right: 8px; }
          .ocamsBox .ocamsBoxInner > * {
            width: 100%; }
            .ocamsBox .ocamsBoxInner > * dl {
              margin-top: 15px;
              margin-top: 0; }
              .ocamsBox .ocamsBoxInner > * dl dt {
                font-size: 16px;
                font-size: 1rem; }
              .ocamsBox .ocamsBoxInner > * dl dd {
                font-size: 14px;
                font-size: 0.875rem;
                margin-top: 10px; }
            .ocamsBox .ocamsBoxInner > * p + figure {
              margin-top: 20px; }
          .ocamsBox .ocamsBoxInner figure {
            margin-top: 20px;
            text-align: center; } }
.keyword_column figure{max-width:500px;margin: auto;}
.keyword_column:nth-of-type(2) figure{max-width:300px;margin: auto;}
@media only screen and (max-width: 768px) {
.keyword_column{margin:10px 0;}
}