/* Common CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 781px) {
  main {
    overflow-x: hidden;
  }

  #content {
    position: relative;
    z-index: 0;
  }

  #intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #intro .img_wrap {
    width: 56.94%;
    position: relative;
  }
  #intro .img_wrap .main_img {
    width: 100%;
    height: auto;
  }
  #intro .img_wrap .intro_screw {
    width: 14.02vw;
    height: auto;
    position: absolute;
    top: 3.54vw;
    right: 11.59vw;
  }
  #intro .text_wrap {
    margin-left: 3.19vw;
    position: relative;
    z-index: 1;
  }
  #intro .text_wrap h2 {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  #intro .text_wrap h2 span {
    font-weight: 700;
    color: #F24E35;
  }
  #intro .text_wrap .name_wrap {
    margin-top: 30px;
    margin-left: 40px;
  }
  #intro .text_wrap .name_wrap .dept {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #intro .text_wrap .name_wrap .name {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  #intro .text_wrap .name_wrap .name strong {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-right: 1px solid #222222;
    vertical-align: middle;
    padding-right: 12px;
    margin-right: 12px;
  }
  #intro .intro_bg_text {
    font-family: "Lato", serif;
    color: #FCF7F0;
    font-weight: 700;
    font-size: 10.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: absolute;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    rotate: -90deg;
    right: -120px;
    top: 90px;
    z-index: 0;
  }

  .sec_connect {
    position: relative;
    z-index: 0;
    top: -190px;
  }
  .sec_connect img {
    width: 100%;
    height: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }

  .bg_wrap {
    background-color: #F24E35;
  }

  .q_wrap {
    background-color: #FCF7F0;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    border-radius: 0 0 80px 0;
  }

  .q_cont {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 90px;
  }
  .q_cont .text_wrap .head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .q_cont .text_wrap .head_wrap h3 {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #959595;
  }
  .q_cont .text_wrap .head_wrap p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .q_cont .text_wrap .head_wrap p::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 22px;
    background-color: #959595;
    vertical-align: super;
    margin: 0 10px;
  }
  .q_cont .text_wrap .q_lead {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #F24E35;
    margin-bottom: 20px;
  }
  .q_cont .text_wrap .f_text {
    color: #695F5F;
    line-height: 2.4;
    letter-spacing: 0.05em;
  }

  #q1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: none;
    padding: 120px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  #q1 .text_wrap {
    width: 580px;
    margin-right: 80px;
    margin-left: 40px;
  }
  #q1 .img_wrap {
    width: 616px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -110px;
  }
  #q1 .img_wrap .q1_img {
    width: 100%;
  }
  #q1 .img_wrap .q1_screw {
    width: 261px;
    height: auto;
    position: absolute;
    right: -20px;
    top: -139px;
  }

  #q2 .img_wrap {
    width: 100%;
    aspect-ratio: 900/320;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin-top: 40px;
  }
  #q2 .img_wrap img {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  #q2 .img_wrap img.ds {
    top: 80%;
  }

  #q4 {
    margin-bottom: 0;
    padding-bottom: 140px;
  }

  #foryou {
    background-color: #FCF7F0;
    position: relative;
    z-index: 0;
  }
  #foryou .foryou_screw {
    width: 291px;
    height: auto;
    position: absolute;
    top: -102px;
    right: -40px;
    z-index: 1;
  }
  #foryou .foryou_wrap {
    background-color: #F24E35;
    border-radius: 80px 0 0 0;
    padding: 60px 80px 0;
  }
  #foryou .foryou_wrap h2 {
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
  }
  #foryou .foryou_wrap h2::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 20px;
  }
  #foryou .foryou_wrap .foryou_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    max-width: 1300px;
    position: relative;
    z-index: 2;
  }
  #foryou .foryou_wrap .foryou_cont .img_wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 31%;
  }
  #foryou .foryou_wrap .foryou_cont .img_wrap img {
    width: auto;
    height: 550px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #000;
    padding: 60px;
    margin-left: 80px;
    position: relative;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    margin-top: 40px;
    margin-bottom: 100px;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: -43px;
    border: 16px solid transparent;
    border-right: 29px solid #fff;
    z-index: 2;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap::after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: -45px;
    border: 16px solid transparent;
    border-right: 29px solid #222;
    z-index: 1;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap .foryou_lead {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #F24E35;
    margin-bottom: 20px;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap .foryou_text {
    font-size: 1.6rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
    background-color: #fff;
    background-image: linear-gradient(180deg, #cccccc 1px, rgba(0, 0, 0, 0) 1px);
    background-size: 100% 2.6em;
    background-position-y: 2.5em;
    padding: 0 0.3em;
  }
  #foryou .foryou_wrap .foryou_acce01 {
    width: 25.05%;
    max-width: 361px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #foryou .foryou_wrap .foryou_acce02 {
    width: 44.23%;
    max-width: 637px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  #others {
    background-color: #F36049;
  }
  #others .others_screw {
    width: 221px;
    height: auto;
    position: absolute;
    left: 30px;
    top: -72px;
  }
  #others .others_inner {
    background-color: #FCF7F0;
    border-radius: 80px 0 0 0;
    padding-top: 120px;
    padding-bottom: 207px;
  }
  #others h2 {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
  }
  #others .interview_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 100px;
  }
  #others .interview_list .interview_item {
    width: 362px;
  }
  #others .interview_list .interview_item a {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  #others .interview_list .interview_item a::after {
    content: "";
    background-image: url(../img/common/icon_arrow_circ.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 40px;
    right: 30px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #others .interview_list .interview_item a:hover::after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  #others .interview_list .interview_item a:hover .man_text {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-animation: bound 0.3s ease-in-out infinite alternate;
            animation: bound 0.3s ease-in-out infinite alternate;
  }
  @-webkit-keyframes bound {
    0% {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes bound {
    0% {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  #others .interview_list .interview_item a .man_text {
    height: 100px;
    width: auto;
  }
  #others .interview_list .interview_item a .man_img {
    width: 100%;
  }
  #others .interview_list .interview_item a .name_wrap {
    position: absolute;
    right: -30px;
    top: 140px;
  }
  #others .interview_list .interview_item a .name_wrap .dept {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #others .interview_list .interview_item a .name_wrap .name {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  #others .interview_list .interview_item a .name_wrap .name strong {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-right: 1px solid #222222;
    vertical-align: middle;
    padding-right: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1200px) {
  #intro .img_wrap {
    width: 60%;
    max-width: 820px;
  }
  #intro .text_wrap h2 {
    font-size: 4rem;
  }
  #intro .intro_bg_text {
    font-size: 8rem;
    right: -80px;
    top: 40px;
  }

  #q1 .text_wrap {
    width: 100%;
    margin-left: 40px;
    margin-right: 20px;
  }
  #q1 .img_wrap {
    width: 40%;
    margin-left: auto;
  }

  #foryou .foryou_wrap {
    padding: 60px 40px 0;
  }
  #foryou .foryou_wrap .foryou_cont .img_wrap {
    position: relative;
    width: 20%;
  }
  #foryou .foryou_wrap .foryou_cont .img_wrap img {
    position: absolute;
    bottom: 0;
    height: 330px;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 40px;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap::before, #foryou .foryou_wrap .foryou_cont .text_wrap::after {
    top: 55%;
  }
  #foryou .foryou_wrap .foryou_acce02 {
    max-width: 450px;
  }

  #others .interview_list {
    gap: 50px;
  }
  #others .interview_list .interview_item {
    width: 40%;
    max-width: 362px;
  }
  #others .interview_list .interview_item a .man_text {
    height: 80px;
  }
}
@media screen and (min-width: 1500px) {
  #q1 .img_wrap {
    width: 40%;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  main {
    overflow-x: hidden;
  }

  #intro {
    position: relative;
  }
  #intro .img_wrap {
    width: 83.07692vw;
    position: relative;
  }
  #intro .img_wrap .main_img {
    width: 100%;
    height: auto;
  }
  #intro .img_wrap .intro_screw {
    display: none;
  }
  #intro .text_wrap {
    position: relative;
    margin-left: 5.12821vw;
    margin-top: -15.38462vw;
    z-index: 1;
  }
  #intro .text_wrap h2 {
    font-size: 7.69231vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 1.53846vw white;
  }
  #intro .text_wrap h2 span {
    font-weight: 700;
    color: #F24E35;
  }
  #intro .text_wrap .name_wrap {
    margin-left: 5.12821vw;
    margin-top: 5.12821vw;
  }
  #intro .text_wrap .name_wrap .dept {
    font-weight: 700;
    font-size: 4.61538vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #intro .text_wrap .name_wrap .name {
    font-weight: 700;
    font-size: 3.33333vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #intro .text_wrap .name_wrap .name strong {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 6.15385vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
    border-right: 1px solid #222222;
    vertical-align: middle;
    padding-right: 3.07692vw;
    margin-right: 3.07692vw;
  }
  #intro .intro_bg_text {
    font-family: "Lato", serif;
    color: #FCF7F0;
    font-weight: 700;
    font-size: 14.87179vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: absolute;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    rotate: -90deg;
    right: -17.94872vw;
    top: 7.69231vw;
  }

  .sec_connect {
    position: relative;
    z-index: 0;
    top: -41.02564vw;
  }
  .sec_connect img {
    width: 100%;
    height: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }

  .bg_wrap {
    background-color: #F24E35;
  }

  .q_wrap {
    background-color: #FCF7F0;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    border-radius: 0 0 10.25641vw 0;
  }

  .q_cont {
    width: 89.74359vw;
    margin: 0 auto 10.25641vw;
  }
  .q_cont .text_wrap .head_wrap {
    margin-bottom: 5.12821vw;
  }
  .q_cont .text_wrap .head_wrap h3 {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 4.10256vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 2.5641vw;
    color: #959595;
  }
  .q_cont .text_wrap .head_wrap h3::after {
    content: "";
    display: inline-block;
    height: 0.25641vw;
    width: 5.64103vw;
    background-color: #959595;
    vertical-align: super;
    margin: 0 1.28205vw;
  }
  .q_cont .text_wrap .head_wrap p {
    font-size: 4.61538vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .q_cont .text_wrap .q_lead {
    font-size: 5.64103vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #F24E35;
    margin-bottom: 2.5641vw;
  }
  .q_cont .text_wrap .f_text {
    color: #695F5F;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }

  #q1 {
    width: 100%;
    padding: 15.38462vw 0 46.15385vw;
    position: relative;
    z-index: 2;
  }
  #q1 .text_wrap {
    width: 89.74359vw;
    margin: 0 auto;
  }
  #q1 .img_wrap .q1_screw {
    width: 37.69231vw;
    height: auto;
    position: absolute;
    right: 0;
    top: -17.94872vw;
  }

  #q2 {
    position: relative;
  }
  #q2 .q1_img {
    width: 69.23077vw;
    position: absolute;
    right: -5.12821vw;
    top: -60.25641vw;
    z-index: 1;
  }
  #q2 .text_wrap {
    position: relative;
    z-index: 2;
  }
  #q2 .img_wrap {
    width: 89.74359vw;
    height: 51.28205vw;
    overflow: hidden;
    border-radius: 5.12821vw;
    position: relative;
    margin-top: 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #q4 {
    margin-bottom: 0;
    padding-bottom: 15.38462vw;
  }

  #foryou {
    background-color: #FCF7F0;
    position: relative;
  }
  #foryou .foryou_screw {
    width: 45.12821vw;
    height: auto;
    position: absolute;
    bottom: 20.51282vw;
    right: 0;
    z-index: 3;
  }
  #foryou .foryou_wrap {
    background-color: #F24E35;
    border-radius: 10.25641vw 0 0 0;
    padding: 15.38462vw 5.12821vw 43.58974vw;
  }
  #foryou .foryou_wrap h2 {
    font-size: 5.12821vw;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-left: 9.23077vw;
    line-height: 1.5;
  }
  #foryou .foryou_wrap h2::before {
    content: "";
    display: block;
    width: 3.58974vw;
    height: 3.58974vw;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
  #foryou .foryou_wrap .foryou_cont {
    margin-top: 10.25641vw;
  }
  #foryou .foryou_wrap .foryou_cont .img_wrap {
    position: absolute;
    bottom: -43.58974vw;
    left: 0.76923vw;
    z-index: 1;
  }
  #foryou .foryou_wrap .foryou_cont .img_wrap img {
    width: auto;
    height: 51.53846vw;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap {
    background-color: #fff;
    border-radius: 5.12821vw;
    border: 1px solid #000;
    padding: 10.25641vw 7.69231vw;
    position: relative;
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap::before {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8.71795vw;
    left: 35%;
    border: 3.58974vw solid transparent;
    border-top: 5.64103vw solid #fff;
    z-index: 2;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap::after {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -9.23077vw;
    left: 35%;
    border: 3.58974vw solid transparent;
    border-top: 5.64103vw solid #222;
    z-index: 1;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap .foryou_lead {
    font-size: 5.64103vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #F24E35;
    margin-bottom: 2.5641vw;
  }
  #foryou .foryou_wrap .foryou_cont .text_wrap .foryou_text {
    font-size: 3.84615vw;
    line-height: 2.4;
    letter-spacing: 0.1em;
    background-color: #fff;
    background-image: linear-gradient(180deg, #cccccc 1px, rgba(0, 0, 0, 0) 1px);
    background-size: 100% 2.4em;
    background-position-y: 2.3em;
    padding: 0 0.3em;
  }
  #foryou .foryou_wrap .foryou_acce01 {
    width: 46.92308vw;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #foryou .foryou_wrap .foryou_acce02 {
    width: 48.71795vw;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  #others {
    background-color: #F24E35;
  }
  #others .others_screw {
    width: 221px;
    height: auto;
    position: absolute;
    left: 30px;
    top: -72px;
  }
  #others .others_inner {
    background-color: #FCF7F0;
    border-radius: 10.25641vw 10.25641vw 0 0;
    padding-top: 15.38462vw;
    padding-bottom: 38.46154vw;
  }
  #others h2 {
    font-size: 7.17949vw;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
  }
  #others .interview_list {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10.25641vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10.25641vw;
  }
  #others .interview_list .interview_item {
    width: 89.74359vw;
  }
  #others .interview_list .interview_item a {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  #others .interview_list .interview_item a::after {
    content: "";
    background-image: url(../img/common/icon_arrow_circ.svg);
    display: block;
    width: 12.82051vw;
    height: 12.82051vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10.25641vw;
    right: 7.69231vw;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #others .interview_list .interview_item a .man_text {
    height: 23.07692vw;
    width: auto;
  }
  #others .interview_list .interview_item a .man_img {
    width: 79.48718vw;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 5.12821vw;
  }
  #others .interview_list .interview_item a .name_wrap {
    position: absolute;
    right: 3.84615vw;
    top: 28.20513vw;
  }
  #others .interview_list .interview_item a .name_wrap .dept {
    font-weight: 700;
    font-size: 3.33333vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #others .interview_list .interview_item a .name_wrap .name {
    font-weight: 700;
    font-size: 3.07692vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  #others .interview_list .interview_item a .name_wrap .name strong {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 5.12821vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-right: 1px solid #222222;
    vertical-align: middle;
    padding-right: 3.07692vw;
    margin-right: 3.07692vw;
  }
}
