@charset "UTF-8";
/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
.cont_wrap .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cont_wrap .cont_inner.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_inner.left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .cont_wrap .cont_inner.right .cont_text h3 img {
    margin-right: 30px; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_inner.right .cont_text h3 img {
        margin-right: 10px; } }

.cont_wrap .cont_inner {
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_inner {
      margin-top: 40px; } }

.cont_wrap .cont_outer {
  padding-bottom: 80px;
  border-bottom: 1px solid #d8d8d8; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_outer {
      padding-bottom: 40px; } }

@media only screen and (max-width: 768px) {
  .cont_wrap .cont_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }




.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_wrap .cont_text .lead {
  background: #3bc3af;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_text .lead {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 20px; } }

.cont_wrap .cont_text h3 {
  margin-top: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #434343;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_text h3 {
      font-size: 16px;
      font-size: 1rem; } }

.cont_wrap .cont_text h3:first-child {
  margin-top: 30px; }

.cont_wrap .cont_text h3 img {
  margin-right: 30px;
  background-color: #d8d8d8;
  padding: 30px 10px; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_text h3 img {
      padding: 15px 8px;
      margin-right: 10px;
      background-size: 100%;
      width: 66px; } }

.cont_wrap .cont_text p {
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #434343;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_text p {
      width: 100%;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2; } }

.cont_wrap .cont_text p.note {
  font-size: 13px;
  font-size: 0.8125rem; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_text p.note {
      font-size: 14px;
      font-size: 0.875rem; } }

.cont_wrap .cont_img {
  position: relative; }
  @media only screen and (min-width: 769px) {
    .cont_wrap .cont_img {
      height: 810px; }
      .cont_wrap .cont_img.heightPlus {
        height: 1000px; } }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_img figure {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }
  .cont_wrap .cont_img.left figure {
    margin-right: 60px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img.left figure {
        margin-right: 0; } }
  .cont_wrap .cont_img.right figure {
    margin-left: 60px; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img.right figure {
        margin-top: 20px;
        margin-left: 0; } }
  @media only screen and (max-width: 768px) {
    .cont_wrap .cont_img figure img {
      width: 100%;
      padding-bottom: 90px; } }
  .cont_wrap .cont_img .profile {
    padding: 20px 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    display: block;
    width: 330px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile {
        padding: 10px;
        width: 240px; } }
  .cont_wrap .cont_img.left .profile {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-60%) translateY(0%);
    transform: translateX(-60%) translateY(0%);
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img.left .profile {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); } }
  .cont_wrap .cont_img.right .profile {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-40%) translateY(0%);
    transform: translateX(-40%) translateY(0%);
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img.right .profile {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); } }
  .cont_wrap .cont_img .profile.wide {
    width: 390px; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile.wide {
        width: calc(240 / 330 * 390px); } }
  .cont_wrap .cont_img .profile.verywide {
    width: 440px; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile.verywide {
        width: calc(240 / 330 * 440px); } }
  .cont_wrap .cont_img .profile .name {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile .name {
        font-size: 18px;
        font-size: 1.125rem; } }
  .cont_wrap .cont_img .profile .name span {
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile .name span {
        font-size: 16px;
        font-size: 1rem; } }
  .cont_wrap .cont_img .profile .naitei {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile .naitei {
        font-size: 16px;
        font-size: 1rem; } }
  .cont_wrap .cont_img .profile .naitei span {
    font-size: 16px;
    font-size: 1rem;
    margin-left: .5em; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile .naitei span {
        font-size: 14px;
        font-size: 0.875rem; } }
  .cont_wrap .cont_img .profile .img {
    margin-top: 20px;
    margin-bottom: 20px; }
  .cont_wrap .cont_img .profile p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile p {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 10px; } }
  .cont_wrap .cont_img .profile p .note {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .cont_img .profile p .note {
        font-size: 14px;
        font-size: 0.875rem; } }
  .cont_wrap .cont_img .profile01 {
    border: solid 3px rgba(117, 206, 193, 0.6); }
  .cont_wrap .cont_img .profile02 {
    border: solid 3px rgba(255, 181, 193, 0.6); }

.cont_wrap .step {
  border-radius: 15px;
  margin-top: 40px;
  padding: 25px 25px 30px 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .cont_wrap .step.profile01 {
    background: #bdeae7; }
  .cont_wrap .step.profile02 {
    background: #ffe8ec; }
  .cont_wrap .step h4 {
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    color: #434343;
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .cont_wrap .step h4 {
        font-size: 18px;
        font-size: 1.125rem; } }
  .cont_wrap .step h4::before {
    content: '';
    display: block;
    background: #bdbdbd;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin: auto 0;
    left: 0;
    top: 0;
    bottom: 0; }
  .cont_wrap .step .stepInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .cont_wrap .step .stepInner dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 55px 10px 15px; }
      .cont_wrap .step .stepInner dl dt {
        line-height: 1.1;
        -ms-flex-item-align: center;
        align-self: center;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        padding: 12px 10px 15px;
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem; }
        .cont_wrap .step .stepInner dl dt.none {
          display: none; }
      .cont_wrap .step .stepInner dl dd {
        margin-left: 20px;
        position: relative; }
        .cont_wrap .step .stepInner dl dd .event {
          font-weight: bold;
          font-size: 20px;
          font-size: 1.25rem;
          white-space: nowrap;
          margin-top: 5px; }
          .cont_wrap .step .stepInner dl dd .event span {
            background: #818181;
            color: #fff;
            line-height: 1;
            padding: 3px 10px;
            margin-right: 10px; }
        .cont_wrap .step .stepInner dl dd .text {
          font-size: 14px;
          font-size: 0.875rem;
          margin-top: 10px; }
      .cont_wrap .step .stepInner dl dd:nth-child(3) {
        margin-left: 40px; }
  .cont_wrap .step.profile01 .stepInner dl {
    background: #9ec5fc url("/admission/scene/img/issue/05/topics_01/step_prof01_bg02.png") no-repeat right; }
  .cont_wrap .step.profile01 .stepInner dl:first-child {
    background: #fff url("/admission/scene/img/issue/05/topics_01/step_prof01_bg01.png") no-repeat right; }
  .cont_wrap .step.profile02 .stepInner dl {
    background: #ffb6c2 url("/admission/scene/img/issue/05/topics_01/step_prof02_bg02.png") no-repeat right; }
  .cont_wrap .step.profile02 .stepInner dl:first-child {
    background: #fff url("/admission/scene/img/issue/05/topics_01/step_prof02_bg01.png") no-repeat right; }
  .cont_wrap .step.profile01 .stepInner dl dt {
    background: #3d82e5; }
  .cont_wrap .step.profile02 .stepInner dl dt {
    background: #ff657c; }
  .cont_wrap .step.flex {
    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;
    padding: 25px 25px; }
    .cont_wrap .step.flex figure {
      width: 100%;
      max-width: 360px;
      margin: 0 auto; }
  .cont_wrap .step .stepInner2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.67;
    width: 100%;
    max-width: 760px; }
    .cont_wrap .step .stepInner2 dl {
      padding: 0 20px;
      margin: 10px auto 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 380px; }
      .cont_wrap .step .stepInner2 dl dt {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 10px; }
      .cont_wrap .step .stepInner2 dl dd {
        font-size: 15px;
        font-size: 0.9375rem; }
  .cont_wrap .step.profile01 .stepInner2 dl dt span {
    color: #3d8881; }
  .cont_wrap .step.profile02 .stepInner2 dl dt span {
    color: #bd475c; }
  .cont_wrap .step .stepRight {
    float: right; }
  @media only screen and (max-width: 768px) {
    .cont_wrap .step {
      padding: 10px 15px; }
      .cont_wrap .step .stepInner {
        display: block; }
        .cont_wrap .step .stepInner dl {
          display: block;
          padding: 10px 15px 10%; }
          .cont_wrap .step .stepInner dl dt {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 14px;
            font-size: 0.875rem;
            width: 100%;
            padding: 5px;
            text-align: center;
            margin-bottom: 10px; }
            .cont_wrap .step .stepInner dl dt br {
              display: none; }
          .cont_wrap .step .stepInner dl dd:nth-child(n) {
            margin-left: 0; }
            .cont_wrap .step .stepInner dl dd:nth-child(n) .event {
              white-space: normal;
              font-size: 14px;
              font-size: 0.875rem; }
      .cont_wrap .step.profile01 .stepInner dl {
        background: #9ec5fc url("/admission/scene/img/issue/05/topics_01/step_prof01_bg02_sp.png") no-repeat bottom; }
      .cont_wrap .step.profile01 .stepInner dl:first-child {
        background: #fff url("/admission/scene/img/issue/05/topics_01/step_prof01_bg01_sp.png") no-repeat bottom; }
      .cont_wrap .step.profile02 .stepInner dl {
        background: #ffb6c2 url("/admission/scene/img/issue/05/topics_01/step_prof02_bg02_sp.png") no-repeat bottom; }
      .cont_wrap .step.profile02 .stepInner dl:first-child {
        background: #fff url("/admission/scene/img/issue/05/topics_01/step_prof02_bg01_sp.png") no-repeat bottom; }
      .cont_wrap .step.flex {
        padding: 15px 15px; }
      .cont_wrap .step .stepInner2 dl dt {
        font-size: 16px;
        font-size: 1rem; }
      .cont_wrap .step .stepInner2 dl dd {
        font-size: 14px;
        font-size: 0.875rem; } }

/*# sourceMappingURL=../../map/issue/04/topics_01.css.map */






.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: 360px;
  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; } }


.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 h2.banner {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 60px; }
  .cont_wrap h2.banner span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1; }
  .cont_wrap h2.banner::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    z-index: 0;
    margin: auto 0;
    top: 0;
    bottom: 0; }
  @media only screen and (max-width: 768px) {
    .cont_wrap h2.banner {
      margin-top: 30px; } }

.cont_wrap.student03 h2.banner {
  color: #02aea0; }
  .cont_wrap.student03 h2.banner::before {
    background: #02aea0; }


.cont_wrap.student03 .cont_text .flexbox{
display: flex;
flex-wrap: wrap;
width: 100%;
}

.cont_wrap.student03 .cont_text .flexbox dl{
width: 48%;
margin: 1%;
}

.cont_wrap.student03 .cont_text .flexbox .checkbox li{
font-size: 16px;
font-size: 1rem;
background: url("../../../img/issue/05/topics_01/icon_checkbox.png") no-repeat left 3px;
margin-top: 15px;
min-height: 22px;
padding-left: 30px;
}

.cont_wrap.student03 .cont_text .flexbox dl dt{
color: #02aea0;
background: #c2efe2;
padding: 5px;
text-align: center;
font-weight:bold;
font-size: 1.3em;
margin-bottom: 10px;
border-radius: 8px;
}

.cont_wrap.student03 .cont_text .flexbox dl dd{
padding: 10px;
}

.cont_wrap.student03 .cont_text .flexbox dl dd strong{
font-weight: bold;
}












/* student -01 */

.main_visual_wrap.even .main_visual_inner{
flex-flow: row-reverse;
}

.main_visual_wrap.even .main_visual_inner .main_profile{
left: auto;
right: 0;
}

.main_visual_wrap.even .main_visual_inner .main_visual .logo{
right: auto;
left: 27px;
}

.main_visual_wrap.even .main_visual_inner .main_visual .lead{
left: auto;
right: 35px;
top: 180px;
}

.main_visual_wrap.even .main_visual_inner .main_visual .head{
left: 0;
right: auto;
/*
left: auto;
right: 1px;
*/
}





section.interview{
border-bottom: 1px solid #b3b3b3;
padding-bottom: 50px;
margin-bottom: 50px;
}

.interview_ttl{
background: #efe8cf;
padding: 6px 16px;
font-size: 1.2em;
margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
.interview_ttl{
font-size: 0.8em;
}
}

.interview_ttl h1{
background: url(/admission/tobe/img/index05/banner_01_en.png) no-repeat right center;
}

@media only screen and (max-width: 768px) {

.interview_ttl h1{
padding-right: 130px;
}

}

.interview_ttl .number{
font-weight: bold;
margin-right: 1em;
}


.interview_ttl strong{
font-weight: bold;
font-size: 1.2em;
}

.interview_catch{
display:flex;
align-items: center;
padding: 0 0 2em 1em;
}

@media only screen and (max-width: 768px) {

.interview_catch figure{
margin-top: 20px;
}

}


.note{
font-size: 0.8em;
}


@media only screen and (max-width: 768px) {

.interview_ttl .number,
.interview_ttl strong{
display: block;
margin: 0;
}

.interview_catch{
display: flex;
flex-direction: column;
flex-wrap: wrap;
padding: 0;
}


.main_visual_wrap.even .main_visual_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.main_visual_wrap.even .main_visual_inner .main_visual {
        width: 100%;
        height: auto;
        margin-top: 10px;
        overflow: hidden;
}


.main_visual_wrap.even .main_visual_inner .main_visual .head img {
max-width: 188px;
}

.main_visual_wrap.even .main_visual_inner .main_visual > img {
width: 100%;
height: auto;
}

.main_visual_wrap.even .main_visual_inner .main_visual .logo {
bottom: 10px;
right: 10px;
left: auto;
}

.even .main_visual_inner .main_visual .logo img {
width: 100px;
}

.main_visual_wrap.even .main_visual_inner .main_lead {
position: relative;
bottom: 0;
margin-top: 10px;
}

.main_visual_inner .main_visual .logo{
/*
bottom: 17px;
*/
}

.main_visual_wrap.even .main_visual_inner .main_visual .lead {
    font-size: 14px;
    font-size: 0.875rem;
    top: 50%;
    top: auto;
    left: 10px;
    bottom: 10px;
}

.cont_wrap.student03 .cont_text .flexbox{
flex-direction: column;
}

.cont_wrap.student03 .cont_text .flexbox dl{
width: 100%;
}

}


/*********************************************************/
.detail.box{
padding: 40px;
margin-top: 30px;
}

@media only screen and (max-width: 768px) {
.detail.box{
padding: 20px;
}
}

.detail.box p{
margin-bottom: 1em;
}

.detail.box strong{
background: #ff0;
}

.student01.detail.box{
background: #d2edf7;
}

.student02.detail.box{
background: #d1f1e0;
}

.detail.box ul{
display: flex;
justify-content: space-between;
background: #fff;
padding: 10px;
}

@media only screen and (max-width: 768px) {
.detail.box ul{
display: block;
}
}

.detail.box ul li{
text-indent: -1em;
padding: 10px 10px 10px 2em;
border-right: 1px solid #b3b3b3;
width: 100%;
}
@media only screen and (max-width: 768px) {
.detail.box ul li{
border: 0;
width: calc(100% - 2em );
}
}


.detail.box ul li:last-child{
border: 0;
}

.detail.box ul li:before{
content:'●';
}

.student01.detail.box ul li:before{
color: #4cbad0;
}

.student02.detail.box ul li:before{
color: #4cbad0;
}




.interview .support{
display: flex;
justify-content: space-between;
padding: 30px 60px;
background: #fbf7e8;
margin-top: 50px;
}
@media only screen and (max-width: 768px) {
.interview .support{
display: block;
padding: 20px;
margin-top: 50px;
}
}

.interview .support dt{
margin-bottom: 20px;
}

.interview .support dt span{
font-weight: bold;
font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
.interview .support dt span{
font-size: 1rem;
}
}

.interview .support div:first-child{
border-right: 1px solid #b2a575;
padding-right: 50px;
margin-right: 50px;
}

@media only screen and (max-width: 768px) {
.interview .support div:first-child{
border: 0;
padding: 0;
margin: 0;

border-bottom: 1px solid #b3b3b3;
padding-bottom: 20px;
margin-bottom: 20px;
}
}

.interview .support div:last-child dd{
/*
display: flex;
justify-content: space-between;
*/
}
@media only screen and (max-width: 768px) {
.interview .support div:last-child dd{
display: block;
}
}

.interview .support div{
width: 50%;
}

@media only screen and (max-width: 768px) {
.interview .support div{
width: auto;
}
}


.interview .support dt span{
border-bottom: 5px solid #ff0;
}

.interview .support div:last-child dt span{
background: #ff0;
border: 1px solid #000;
border-radius: 20px;
padding: 5px 20px;
}

.interview .support dd{
font-size: 0.9rem;
}