*------------------------------------------------------------ common ------------------------------------------------------------*/ body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

#message  {
  font-size: min(13px,3.47vw);
  font-weight: 500;
  color: #072C40;
}

/* #message picture {
  display: block;
} */

#message section {
  z-index: 1;
  position: relative;
}

#message * {
  box-sizing: border-box;
}

#message a {
  transition: opacity 0.3s;
}

#message a[href^="tel:"] {
  display: inline-block;
  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;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#message .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#message .pc-br {
  display: none;
}

#message .sp-br {
  display: inline;
}

#message {
  position: relative;
  overflow: hidden;
}

#message .inner {
  width: calc(100% - 24px);
  margin: 0 auto;
  max-width: 600px;
}

#message .interview {
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}

#message .purpose {
  margin-bottom: 20px;
}

#message .purpose-text {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 31px;
  padding-top: 30px;
}


#message .fa-caret-down {
  width: 8px;
}


#message .interview__heading {
  margin-bottom: 28px;
  text-align: center;
}

#message .interview__heading .interview__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
  padding-top: 23px;
}

#message .interview__heading .interview__heading__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #072C40;
}

#message .interview-card {
  background: #fff;
  border-radius: 5px;
  padding: 30px min(25px,5vw) 41px min(25px,5vw);
  margin-bottom: 41px;
  box-shadow: 
  2px -4px 10px 0px rgba(0, 0, 0, 0.05), 
  0px 4px 4px 0px rgba(0, 0, 0, 0.1);    
}

#message .interview-card__top {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#message .interview-card__mainImage img,
#message .interview-card__subImage img {
  width: 100%;
  border-radius: 6px;
}

#message .interview-card__category {
  display: block;
  font-size: min(13px,3.47vw);
  color: #072C40;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
}

#message .interview-card__nameRow {
  display: flex;
  align-items: center;
  gap: 6px;
}

#message .interview-card__nameRow h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #072C40;
}

#message .interview-card__nameRow span {
  font-size: min(13px,3.47vw);
  font-weight: 500;
  line-height: 1.4;
  color: #072C40;
}

#message .interview-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

#message .interview-card__tags span {
  padding: 0px 5px;
  border-radius: 2px;
  background: #3FBDE2;
  color: #fff;
  font-weight: bold;
  font-size: min(13px,3.47vw);
}

#message .interview-card__catch {
  margin-top: 6px;
  font-size: min(14px,3.73vw);
  background: linear-gradient(90deg, #2C8CD7 0%, #5BA7A2 27%, #47B08B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

#message .interview-card__content {
  margin-top: 21px;
}

#message .interview-card__subImage {
  margin-bottom: 14px;
}

#message .interview-card__text p {
  font-size: min(13px,3.47vw);
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  top: 2px;
  text-align: justify;
}

#message .interview-card__staff {
  display: flex;
  flex-direction: column;
}

#message .interview-card__staffImage {
  max-width: 100%;
  text-align: center;
  padding-top: 23px;
}

#message .interview-card__staffImage img {
  border-radius: 50%;
  width: 142px;
}

#message .interview-card__staffText {
  padding-top: 21px;
  line-height: 1.6;
}

#message .interview-card__staffText .interview-card__staffText_title {
  font-size: min(14px, 3.73vw);
  color: #072C40;
  font-weight: 500;
}

#message .interview-card__staffText h5 {
  font-size: min(14px,3.73vw);
  color: #072C40;
  font-weight: 500;
}

#message .interview-card__staffText .interview-card__staffText_content {
  display: block;
  margin-top: 11px;
  font-size: min(13px,3.47vw);
}

#message .interview-card__staffText p {
  font-size: 11px;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

#message .interview-card-4-sp {
  position: relative;
  top: -2px;
  padding-bottom: 21px;
}

#message .sp-only {
  display: inline;
}

#message .pc-only {
  display: none;
}

#message .advice {
  position: relative;
  margin-bottom: 2px;
}

#message .advice__heading {
  margin-bottom: 28px;
  text-align: center;
}

#message .advice__heading .advice__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
  padding-top: 26px;
}

#message .advice__heading .advice__heading__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #072C40;
}

#message .advice-card {
  background: #fff;
  border-radius: 5px;
  padding: 30px min(25px,5vw) 41px min(25px,5vw);
  margin-bottom: 40px;
  box-shadow: 
  2px -4px 10px 0px rgba(0, 0, 0, 0.05), 
  0px 4px 4px 0px rgba(0, 0, 0, 0.1);   
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-bottom: 29px;
}

#message .advice-card__top {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#message .advice-card__catch {
  text-align: center;
  font-size: 16px;
  background: linear-gradient(90deg, #2C8CD7 0%, #5BA7A2 27%, #47B08B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 4px;
}

#message .advice-card__top p {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
}

#message .advice::after {
  content: "";
  position: absolute;
  top: -6.5%;
  left: 50%;
  right: 0;
  width: 100%;
  transform: translateX(-50%);
  height: 400vh;
  background-image: url(../images/contentBox/message/brg-2-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}



@media print,
screen and (min-width: 768px) {
  #message .sp-br {
    display: none;
  }

  #message .pc-br {
    display: inline;
  }



  #message .inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  #message .interview {
    margin-bottom: 0px;
  }

  #message .purpose {
    margin-bottom: 60px;
  }

  #message .purpose-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 80px;
    padding-top: 100px;
  }


  #message .fa-caret-down {
    width: 17px;
    height: auto;
  }

  #message .interview__heading .interview__heading__title {
    font-size: 70px;
    padding-top: 51px;
  }

  #message .interview__heading {
    margin-bottom: 44px;
  }

  #message .interview__heading .interview__heading__subtitle {
    font-size: 26px;
    font-weight: bold;
  }

  #message .interview-card {
    margin-top: 28px;
    padding: 59px min(80px,4.17vw);
    border-radius: 12px;
    margin-bottom: 80px;
  }

  #message .interview-card__top {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
    flex-flow: row-reverse;
  }

  #message .interview-card__top-4 {
    gap: 30px;
  }

  #message .interview-card__nameRow {
    gap: 8px;
  }

  #message .interview-card__info {
    width: 50%;
  }

  #message .interview-card__info-4 {
    width: 54%;
  }

  #message .interview-card__mainImage {
    max-width: 450px;
  }

  #message .interview-card__category {
    font-size: 18px;
  }

  #message .interview-card__nameRow h3 {
    font-size: 30px;
    font-weight: 500;
  }

  #message .interview-card__nameRow span {
    padding: 11px 0 5px 3px;
    font-size: 20px;
  }

  #message .interview-card__tags {
    margin-top: 18px;
    gap: 10px;
  }

  #message .interview-card__tags span {
    padding: 4px 10px 4px 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
  }

  #message .interview-card__catch {
    margin-top: 28px;
    font-size: 26px;
    line-height: 1.8;
  }

  #message .interview-card-catch-4 {
    color: #47B08B;
  }

  #message .interview-card__content {
    margin-top: 50px;
    display: flex;
    gap: 41px;
  }

  #message .interview-card__subImage {
    width: 449px;
    margin-bottom: 0;
  }

  #message .interview-card__text {
    flex: 1;
  }

  #message .interview-card__text p {
    font-size: 18px;
    line-height: 1.8;
    color: #072C40;
    letter-spacing: 0;
    position: unset;
    top: unset;
  }

  #message .interview-card__staffImage-2 {
    position: relative;
    top: -6px;
  }

  #message .interview-card__text .interview-card-text-staff-2 {
    position: relative;
    top: -4px;
  }

  #message .interview-card-text-staff-3 {
    position: relative;
    top: -5px;
  }

  #message .interview-card__staff {
    flex-direction: row;
    flex-flow: row-reverse;
    justify-content: space-between;
    gap: unset;
  }

  #message .interview-card__staffImage {
    max-width: 720px;
    padding-top: 52px;
    text-align: unset;
  }

  #message .interview-card__staffImage img {
    border-radius: 50%;
    width: 280px;
  }

  #message .interview-card__staffText {
    max-width: 720px;
    padding-top: 50px;
    line-height: 1.8;
  }

  #message .interview-card__staffText .interview-card__staffText_title {
    font-size: 18px;
    color: #072C40;
    font-weight: 500;
  }

  #message .interview-card__staffText h5 {
    font-size: 24px;
    color: #072C40;
    font-weight: 500;
  }

  #message .interview-card__staffText .interview-card__staffText_content {
    display: block;
    margin-top: 11px;
    font-size: 18px;
  }

  #message .interview-card-4-sp {
    position: unset;
    top: 0;
  }

  #message .interview-card-4-pc {
    position: relative;
    top: 2px;
  }

  #message .advice__heading .advice__heading__subtitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 53px;
  }

  #message .advice__heading .advice__heading__title {
    font-size: 70px;
    color: #47B08B;
    padding-top: 37px;
  }

  #message .advice__heading .advice__heading__note span {
    font-size: 18px;
    line-height: 1.8;
  }

  #message .advice-card {
    display: flex;
    flex-direction: row;
    gap: 21px;
    margin-bottom: 60px;
  }

  #message .advice-card-2 {
    flex-direction: row-reverse;
    padding-bottom: 0;
    position: relative;
    top: -1px;
  }

  #message .advice-card-2 .advice-card__top {
    padding-left: 18px;
  }

  #message .advice-card__catch {
    text-align: left;
    font-size: 30px;
  }

  #message .advice-card__top p {
    font-size: 18px;
    position: relative;
    top: 4px;
  }

  #message .advice-card__top {
    width: 674px;
    padding: 21px 0px 52px min(55px,2.86vw);
  }

  #message .advice-card__mainImage {
    display: flex;
    align-items: center;
  }

  #message .advice-card__mainImage img {
    width: 400px;
    border-radius: 9px;
  }

  #message .advice-card-2 .advice-card__mainImage {
    position: relative;
    top: -18px;
  }

  #message .advice-card-3 {
    padding: 25px 0 4px 25px;
  }

  #message .advice-card-3 .advice-card__mainImage {
    align-items: unset;
  }

  #message .advice-card-3 .advice-card__mainImage img {
    align-items: unset;
    position: relative;
    top: 23px;
  }

  #message .advice {
    position: relative;
    margin-bottom: 118px;
  }

  #message .advice::after {
    content: none;
  }

  #message .advice::before {
    content: none;
  }

  #message .interview::after {
    content: "";
    position: absolute;
    top: 45.6%;
    width: 100%;
    height: 400vh;
    background-image: url(../images/contentBox/message/brg-1-pc.png);
    background-repeat: no-repeat;
    z-index: -2;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
  }



  #message .advice::after {
    content: "";
    position: absolute;
    top: 12.6%;
    left: 50%;
    right: 0;
    width: 100%;
    transform: translateX(-50%);
    height: 400vh;
    background-image: url(../images/contentBox/message/brg-2-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
  }



  #message .sp-only {
    display: none;
  }

  #message .pc-only {
    display: inline;
  }

  #message .pc-pt45 {
    padding-top: 45px;
  }

  #message .pc-pb78 {
    padding-bottom: 78px;
  }

  #message .pc-pb54 {
    padding-bottom: 54px;
  }

  #message .pc-pb79 {
    padding-bottom: 79px;
  }
}

@media print,
screen and (max-width: 1836px) and (min-width: 768px) {
  #message .advice::before {
    right: -3%;
    left: auto;
  }

  #message .interview::before {
    right: auto;
    left: 5%;
  }
}





#message  .list-tab .item-tab {
  background: #47B08B;
  color: white;
  font-size: 14px;
  font-weight: 500;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-right: 20px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 9;
}
#message  .list-tab .item-tab a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
 
}

#message  .list-tab .item-tab:hover {
 background: #7CC5AB;
 color: white;
 border-radius: 10px;
}
#message  .list-tab .item-tab::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #47B08B;
  top:0px;
  left: 0px;
  border-radius: 10px;
  z-index: -1;
}
#message  .list-tab .item-tab:hover svg {
  transform: translateY(5px) scale(0.6);
}

#message  .list-tab .item-tab svg {
  position: absolute;
  right: 8px;
  top: 14px;
  transform: scale(0.6) rotate(0deg);
}



@media print, screen and (min-width: 768px) {
  
  #message  .list-tab {
    display: flex;
    justify-content: space-between;
    max-width: 580px;
    margin: auto;
  }

  #message  .list-tab .item-tab {
    font-size: 22px;
    width: auto;
    height: 70px;
    line-height: 55px;
    padding-right: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    width: calc(100% / 2 - 20px);
  }

  #message  .list-tab .item-tab svg {
    position: absolute;
    right: calc(50% - 10px);
    top: unset;
    bottom: 12px;
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease;
  }
  #message  .list-tab .item-tab:hover svg {
    transform: translateY(5px) scale(1);
  }

}
