/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#message {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  background: #fff;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
}

#message * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    padding: 0;
   margin: 0;
}

#message a {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

#message a[href^="tel:"] {
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#message a:hover {
  text-decoration: none;
}

#message a:focus-visible {
  outline: none;
}

#message img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#message .js-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#message .scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#message .pc-br {
  display: none;
}

#message .sp-br {
  display: inline;
}

#message .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}

@media print,
screen and (min-width: 768px) {

  #message .sp-br {
    display: none;
  }

  #message .pc-br {
    display: inline;
  }

}


/*
font-family: "Roboto Condensed", sans-serif;
font-family: "Homemade Apple", cursive;
font-family: "ten-mincho", serif;
font-family: "noto-sans-cjk-jp", sans-serif;
font-family: "adobe-handwriting-ernie", sans-serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "futura-pt", sans-serif;
*/
#message .banner .banner_text span {
  display: block;
  line-height: 1;
}

#message .banner .banner_text .en {
  font-size: 35px;
  color: #316BB4;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1.9px;
}

#message .banner .banner_text .jp {
  color: #1C2C43;
  font-weight: 500;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

#message .banner {
  background: #F4F4F5;
  position: relative;
  z-index: 1;
  padding-bottom: 59px;
}

#message .banner .banner_text {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  left: 20px;
}


#message .interview {
  padding-top: 44px;
  position: relative;
  z-index: 1;
}

#message .interview .inner {
  padding-left: 0;
  padding-right: 0;
}

#message .interview .image picture {
  margin-right: 25px;
  display: block;
}

#message .interview .inteview_text {
  background-color: #316BB4;
  color: #fff;
  padding-left: 40.5px;
  padding-right: 9px;
  padding-top: 74.5px;
  margin-top: -43px;
  margin-left: 86px;
  padding-bottom: 5px;
  max-width: 289px;
  margin-left: auto;
}


#message .interview .inteview_text:after {
    content: '';
    width: 230px;
    height: 153px;
    background: #EBF4F9;
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    left: 0;
    top: 41.5%;
}

#message .interview .inteview_text .jp p {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  font-family: "ten-mincho", serif;
  text-shadow: 2px 2px #25252582;
  letter-spacing: 2px;
  margin-right: -3px;
}

#message .interview .inteview_text .jp span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: end;
  margin-bottom: 7.5px;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

#message .interview .inteview_text .en {
  font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  opacity: 0.1;
  line-height: 0.5;
  font-weight: 700;
  margin-left: -25px;
}

#message .interview .inteview_text .jp p:nth-child(2) {
  letter-spacing: 0px;
  margin-left: 0;
  margin-bottom: 3px;
}

#message .interview .square {
    display: none;
  width: 230px;
  height: 153px;
  background: #EBF4F9;
  position: absolute;
  opacity: 0.6;
  z-index: -1;
  left: 0;
  top: 41.5%;
}

#message .section_heading .title {
  font-size: 17px;
  color: #00A7AE;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
  margin-bottom: 4px;
}

#message .section_heading .desc {
  font-size: 20px;
  font-weight: 500;
  color: #1C2C43;
  text-align: center;
  letter-spacing: -0.25px;
}

#message .about .content {
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP";
}

#message .about .content p {
    font-weight: 500;
}

#message .about {
  padding-top: 28px;
  padding-bottom: 30px;
}

#message .about .section_heading {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

#message .human {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}

#message .human .section_heading {
  margin-bottom: 15px;
}

#message .human .human_content {
  font-size: 15px;
  margin-bottom: 32px;
  color: #1C2C43;
}
#message .human .human_content p {
    font-weight: 400;
}
#message .human .image picture {
  margin-left: 18px;
  margin-right: 18px;
  display: block;
}

#message .human .human_steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#message .human .human_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 367px;
  height: auto;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#message .human .human_steps .human_step .number {
  font-size: 24px;
  display: block;
  opacity: 0.5;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  font-weight: 600;
}

#message .human .human_steps .human_step .text {
  font-size: 13px;
  font-weight: 700;
}

#message .human .human_steps .human_step {
  text-align: center;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/3);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}

#message .human .human_steps .human_step_1 {
  background: #00A9E5;
  background: -webkit-gradient(linear, left top, right top, from(#00a9e5), color-stop(50%, #316bb4));
  background: -o-linear-gradient(left, #00a9e5 0%, #316bb4 50%);
  background: linear-gradient(90deg, #00a9e5 0%, #316bb4 50%);
  color: #00A9E5;
}

#message .human .human_steps .human_step_2 {
  background: #316BB4;
  background: -webkit-gradient(linear, left top, right top, from(#316bb4), color-stop(50%, #316bb4));
  background: -o-linear-gradient(left, #316bb4 0%, #316bb4 50%);
  background: linear-gradient(90deg, #316bb4 0%, #316bb4 50%);
  color: #316BB4;
  margin: 0 -6px;
}

#message .human .human_steps .human_step_3 {
  background: #316BB4;
  background: -webkit-gradient(linear, left top, right top, from(#316bb4), color-stop(50%, #00a7ae));
  background: -o-linear-gradient(left, #316bb4 0%, #00a7ae 50%);
  background: linear-gradient(90deg, #316bb4 0%, #00a7ae 50%);
  color: #00A7AE;
}

#message .human .human_steps .human_step .cricle {
  position: absolute;
  inset: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#message .human .human_steps .human_step_1 .cricle {
  background-image: url(../images/message/cc1.png);
}

#message .human .human_steps .human_step_2 .cricle {
  background-image: url(../images/message/cc2.png);
}

#message .human .human_steps .human_step_3 .cricle {
  background-image: url(../images/message/cc3.png);
}

#message .environment .content {
  font-size: 15px;
  margin-bottom: 55px;
  color: #1C2C43;
  letter-spacing: 0.5px;
}

#message .reverse .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}


#message .environment .content p {
    font-weight: 400;
}

#message .environment .section_heading {
  margin-bottom: 16px;
}

#message .environment {
  position: relative;
  z-index: 1;
}

#message .environment .image picture {
  display: block;
  margin-left: 12px;
  margin-right: 12px;
}

#message .human:after {
  top: 29%;
  right: 0;
}

#message .environment:after {
  top: 76%;
  right: unset;
  left: 0;
}

#message .message:after {
  top: 70%;
  right: 0;
}

/*#message .human:after,*/
/*#message .message:after,*/
/*#message .environment:after {*/
/*  content: '';*/
/*  width: 277.5px;*/
/*  height: 190px;*/
/*  background: #F4F4F5;*/
/*  position: absolute;*/
/*  display: block;*/
/*  z-index: -1;*/
/*  pointer-events: none;*/
/*}*/

#message .human picture {
    position: relative;
}
#message .human picture:before {
    content: "";
    position: absolute;
    width: 895px;
    height: 490px;
    background: #F4F4F5;
    display: block;
    z-index: -1;
    pointer-events: none;
    left: 20%;
    top: 20px;
}

#message .message picture {
    position: relative;
}

#message .message picture:before {
    content: "";
    position: absolute;
    width: 895px;
    height: 490px;
    background: #F4F4F5;
    display: block;
    z-index: -1;
    pointer-events: none;
    left: 22%;
    top: -70px;
}

#message .environment picture {
    position: relative;
}


#message .environment picture:before {
    content: "";
    position: absolute;
    width: 895px;
    height: 490px;
    background: #F4F4F5;
    display: block;
    z-index: -1;
    pointer-events: none;
    left: -99%;
    top: 35px;
}



@media (min-width: 600px) and (max-width: 1199px) {
    #message .human picture:before {
        content: "";
        position: absolute;
        width: 895px;
        height: 410px;
        background: #F4F4F5;
        display: block;
        z-index: -1;
        pointer-events: none;
        left: 22%;
        top: 30px;
    }

    #message .environment picture:before {
        content: "";
        position: absolute;
        width: 900px;
        height: 483px;
        background: #F4F4F5;
        display: block;
        z-index: -1;
        pointer-events: none;
        right: 0;
        top: 31px;
    }

    #message .message picture:before {
        content: "";
        position: absolute;
        width: 895px;
        height: 490px;
        background: #F4F4F5;
        display: block;
        z-index: -1;
        pointer-events: none;
        left: 22%;
        top: -75px;
    }


}

@media (max-width: 767px) {
    #message .human picture:before {
        content: "";
        position: absolute;
        width: clamp(280px, 88vw, 895px);
        height: clamp(170px, 52vw, 895px);
        background: #F4F4F5;
        display: block;
        z-index: -1;
        pointer-events: none;
        left: 16%;
        top: -24px;
    }

    #message .environment picture:before {
        content: "";
        position: absolute;
        width: clamp(280px, 163vw, 1080px);
        height: clamp(170px, 55vw, 1080px);
        background: #F4F4F5;
        display: block;
        z-index: -1;
        pointer-events: none;
        right: 43px;
        top: -25px;
    }

    #message .message picture:before {
        content: "";
        position: absolute;
        width: clamp(280px, 88vw, 895px);
        height: clamp(170px, 52vw, 895px);
        background: #F4F4F5;
        display: block;
        z-index: -1;
        pointer-events: none;
        left: 20%;
        top: -24px;
    }

}




#message .message .image picture {
  display: block;
  margin-right: 18px;
  margin-left: 18px;
}

#message .message {
  padding-top: 45px;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}

#message .message .content {
  font-size: 15px;
  margin-bottom: 55px;
  color: #1C2C43;
}

#message .message .content p {
    font-weight: 400;
}

#message .message .section_heading {
  margin-bottom: 15px;
}

#message .recruit {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/message/message_recruitarea_sp.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

#message .recruit .recruit_title {
  color: #00A7AE;
  font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: -46px;
  letter-spacing: 2px;
  line-height: 1.5;
}

#message .recruit .recruit_desc {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #00A7AE;
  margin-bottom: 8px;
}

#message .recruit .box {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.87);
  padding: 18px 18px 25px 18px;
}

#message .recruit .box .recruit_content {
  font-size: 15px;
  color: #1C2C43;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#message .recruit .box .recruit_link {
  background: #00A7AE;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "noto-sans-cjk-jp", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 2.5px;
  -webkit-transition: 0.3s all 0s;
  -o-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
}

#message .recruit .box .recruit_link:hover {
  opacity: 0.8;
}

#message .recruit .box picture img {
  display: block;
  margin: auto;
}

#message .recruit .box .recruit_link svg {
  width: 8px;
  height: auto;
  margin-left: 7px;
    transition: transform 0.3s ease;
}

#message .recruit .box .recruit_link:hover svg {
    transform: translateX(10px);
}

@media (max-width: 325px) {
  #message .human .human_steps .human_step .text {
    font-size: 10px;
  }

  #message .recruit .box .recruit_content {
    font-size: 13px;
  }

  /*#message .section_heading .title {*/
  /*  font-size: 17px;*/
  /*}*/

  #message .section_heading .desc {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #message {
    /*about*/
    /*human*/
    /*human*/
    /*enviroment,message*/
    /*enviroment,message*/
    /*recrui*/
    /*recrui*/
  }

  #message .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }

  #message .banner picture {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
  }

  #message .banner img {
    width: 100%;
  }

  #message .banner .banner_text {
    position: relative;
    z-index: 1;
    background: #F4F4F5;
    max-width: 37.5%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 140px;
    left: 0;
    width: 100%;
    padding-top: 64px;
  }

    #message .banner picture {
        position: relative;
    }

    #message .banner picture::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(45% 45% at 100% 100%, rgba(0, 167, 174, 0.4) 0%, rgba(0, 167, 174, 0.0) 100%);
        z-index: 1;
    }

    #message .banner picture::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(45% 45% at 0% 0%, rgba(49, 107, 180, 0.4) 0%, rgba(49, 107, 180, 0.0) 100%);
        z-index: 1;
    }


  #message .banner .banner_text .en {
    font-size: 100px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }

  #message .banner .banner_text .jp {
    font-size: 26px;
  }

  #message .banner .banner_text * {
    width: 100%;
  }

  #message .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #message .interview .inteview_text {
    background: transparent;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
    margin: 0;
    padding-right: 124px;
  }

  #message .interview .inteview_text .jp p {
    font-size: 38px;
    line-height: 1.43;
    letter-spacing: 3px;
  }

  #message .interview:after {
    background-color: #316BB4;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62.5%;
    height: 618px;
    z-index: -1;
  }

  #message .interview:before {
    background-color: #EBF4F9;
    content: '';
    position: absolute;
    bottom: -325px;
    left: 0;
    width: 50%;
    height: 78.85%;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
  }

  #message .interview .square {
    display: none;
  }

  #message .interview .inteview_text .en {
    font-size: 160px;
    line-height: 1;
    display: inline-block;
    margin-left: 51px;
    letter-spacing: 8px;
  }

  #message .interview .inteview_text .jp span {
    font-size: 18px;
    margin-right: -69px;
    letter-spacing: 0.75px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    text-align: left;
    margin-bottom: 88px;
  }

  #message .interview .inteview_text .jp p:nth-child(2) {
    margin-bottom: 30px;
  }


    #message .interview .inteview_text:after {
        display: none;
    }

  #message .interview .image picture,
  #message .interview .image,
  #message .interview .image img {
    max-width: 966px;
    width: 100%;
    margin-right: 0;
  }

  #message .interview .text {
    position: absolute;
    top: 44%;
    right: 3.5%;
    z-index: 1;
    width: 65%;
  }

  #message .interview .inner {
    position: relative;
    z-index: 1;
    max-width: 1390px;
  }

  #message .interview {
    padding-top: 145px;
    padding-bottom: 180px;
  }

  #message .interview .inteview_text .jp {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #message .section_heading .title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 3px;
  }

  #message .section_heading .desc {
    font-size: 30px;
    letter-spacing: 1px;
  }

  #message .about .content {
    font-size: 16px;
    max-width: 900px;
    margin: auto;
    line-height: 2;
    position: relative;
    z-index: 1;
  }

  #message .about {
    padding-top: 63px;
    padding-bottom: 138px;
  }

  #message .about .section_heading {
    margin-bottom: 31px;
  }

  #message .human .title,
  #message .human .desc {
    text-align: left;
  }

  #message .human .human_content {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px;
  }

  #message .human .text {
    max-width: 640px;
  }

  #message .human .flexBox {
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #message .human .human_steps {
    max-width: 665px;
    margin-left: 0;
    margin-right: 0;
  }

  #message .human .human_steps .human_step .number {
    font-size: 48px;
  }

  #message .human .human_steps .human_step .text {
    font-size: 20px;
  }

  #message .human .human_steps .human_step .cricle {
    inset: 15px;
  }

  #message .human .image picture {
    padding-top: 94px;
    margin-left: 0;
    margin-right: 0;
  }

  #message .human:after,
  #message .message:after,
  #message .environment:after {
    width: 37.5%;
    height: 73.25%;
  }

  #message .human:after {
    top: 12%;
  }

  #message .human {
    padding-bottom: 84px;
  }

  #message .environment {
    padding-bottom: 100px;
  }

  #message .environment .content,
  #message .message .content {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
  }

  #message .environment .section_heading,
  #message .message .section_heading {
    margin-bottom: 31px;
  }

  #message .environment .section_heading *,
  #message .message .section_heading * {
      text-align: left;
      position: relative;
      z-index: 1;
  }

  #message .environment .flexBox,
  #message .message .flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 59px;
  }

  #message .environment .text,
  #message .message .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #message .environment .image,
  #message .message .image picture {
    max-width: 500px;
    width: 100%;
    margin: 0;
  }

  #message .environment:after {
    top: unset;
    bottom: 11px;
  }

  #message .message:after {
    bottom: 11px;
    top: unset;
  }

  #message .message {
    padding-bottom: 0;
    margin-bottom: 200px;
  }

  #message .recruit {
    padding-top: 159px;
    padding-bottom: 100px;
  }

  #message .message {
    padding-bottom: 0;
    padding-top: 49px;
  }

  #message .recruit .recruit_title {
    font-size: 100px;
    line-height: 1;
    margin-top: -100px;
    letter-spacing: 5px;
    margin-bottom: 4px;
  }

  #message .recruit .recruit_desc {
    font-size: 26px;
    margin-bottom: 26px;
  }

  #message .recruit .box {
    padding: 50px;
  }

  #message .recruit .box .recruit_content {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 39px;
    letter-spacing: 0.2px;
  }

  #message .recruit .box .recruit_link {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    height: 60px;
  }

  #message .recruit .box .recruit_link svg {
    width: 10px;
    margin-left: 16px;
  }

  #message .inner {
    max-width: 1224px;
  }

  #message .human .section_heading {
    margin-bottom: 32px;
  }

  #message .human .human_steps .human_step_2 {
    margin: 0 -7px;
  }

  #message .human .human_steps__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  #message .environment .image picture {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  #message .banner .banner_text .en {
    font-size: 60px;
  }
}



@media (max-width: 360px)  {
    #message .about .content p {

    }
}


@media (min-width: 600px) and (max-width: 1199px) {
    #message .inner, #message .interview .inner {
        padding-left: 40px;
        padding-right: 40px;
    }

}


@media (min-width: 768px) and (max-width: 1658px) {
    #message .interview .inteview_text .en {
        font-size: 145px;
        margin-left: 95px;
    }
}
