@charset "utf-8";
.message_inner {
  margin: 50px 0 0;
  padding: 50px 0 0;
}
.message_box {
  position: relative;
  height: 200px;
  margin: 0 0 0 20px;
  border-radius: 100px 0 0 100px;
}
.message_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.message_list_link {
  display: block;
  height: 100%;
  padding: 0 0 14px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  border: solid #E9E9E7 3px;
	overflow: hidden;
}
.message_list_img {
  margin: 0 0 10px;
}
.message_list_img img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  transition: all .3s ease-in-out;
  aspect-ratio: 370 / 250;
}
.message_name {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 3.5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.message_name::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 9px;
  background: #F0F0EB;
  border-radius: 9px;
}
.message_name_inner {
  position: relative;
  z-index: 2;
}
.message_name span {
  font-size: 12px;
  font-weight: bold;
}
.message_affiliation {
  margin: 10px 0 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: normal;
}
.message_affiliation span {
  font-size: 12px;
}
.page-template-message #lightcase-overlay {
  background: rgba(34, 34, 34, 0.4);
}
@media only screen and (min-width: 576px) {
  .message_box {
    height: 300px;
    border-radius: 150px 0 0 150px;
  }
}
@media only screen and (min-width: 768px) {
  .message_inner {
    margin: 80px 0 0;
    padding: 110px 0 0;
  }
  .message_name {
    font-size: clamp(16px, 2.34vw, 30px);
  }
  .message_name span {
    font-size: clamp(12px, 1.4vw, 18px);
  }
  .message_name::before {
    height: 13px;
  }
  .message_affiliation {
    font-size: clamp(13px, 1.56vw, 20px);
  }
  .message_affiliation span {
    font-size: clamp(12px, 1.4vw, 18px);
  }
  .message_list_link {
    border-radius: 20px;
    border: solid #E9E9E7 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .message_inner {
    margin: 60px 0 0;
    padding: 193px 0 0;
  }
  .message_box {
    height: 440px;
    margin: 0;
    border-radius: 220px 0 0 220px;
  }
  .message_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 48px;
  }
  .message_list_link {
    padding: 0 0 43px;
    text-align: left;
    overflow: hidden;
  }
  .message_list_img {
    margin: 0 0 30px;
  }
  .message_list_link:hover .message_list_img img {
    transform: scale(1.1);
  }
  .message_name {
    margin: 0 0 0 35px;
    padding: 0 12px 8px 19px;
    font-size: 30px;
  }
  .pop_box_message .message_name {
    margin: 0 0 0 10px;
    font-size: 36px;
  }
  .message_name span {
    font-size: 18px;
  }
  .message_name::before {
    height: 17px;
  }
  .message_affiliation {
    margin: 12px 0 0;
    padding: 0 20px 0 35px;
    font-size: 20px;
  }
  .message_affiliation span {
    font-size: 18px;
  }
  .pop_box_message .message_affiliation {
    padding: 0 20px 0 10px;
  }
}
/* インタビューポップ */
#lightcase-case {
  width: 100% !important;
	padding: 0 !important;
  text-shadow: none !important;
}
.pop_box {
  width: 100%;
  height: 100vh;
}
.pop_box_contents_wrap {
  width: 100%;
  height: 100%;
}
.pop_box_ttl_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  gap: 0;
  align-items: center;
  width: 100%;
  padding: 6px 0 4px 37px;
  background: #fff;
  border-bottom: solid #E9E9E7 1px;
}
#lightcase-content p.pop_box_ttl_en {
  font-size: 25px;
  font-weight: bold;
  color: #BFBFBD;
  white-space: nowrap;
}
#lightcase-content p.pop_box_ttl_ja {
  font-size: 12px;
  font-weight: bold;
  color: #BFBFBD;
  white-space: nowrap;
}
.pop_box_contents {
  margin: 50px 0 0;
}
.pop_box_img {
  padding: 40px 37px 0;
  text-align: center;
}
.pop_box_img img {
  width: 100%;
  max-width: 300px;
  border-radius: 29px;
  border: solid #E9E9E7 5px;
  object-fit: cover;
  aspect-ratio: 300 / 435;
}
.pop_box_message {
  margin: 20px 0 0;
  padding: 0 37px 60px;
}
.pop_box_message_scroll_wrap {
  width: 100%;
  max-width: 784px;
  height: 100%;
  overflow: hidden;
}
.pop_box_message_inner {
  width: calc(100% + 17px);
  height: 85%;
  padding: 25px 17px 40px 0;
  overflow-y: scroll;
}
.pop_box_message .message_faculty {
  margin: 12px 0 0;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
.pop_box_bubble {
  position: relative;
  margin: 59px 0 0;
  padding: 20px;
  border-radius: 10px;
  background: #F0F0EB;
  font-size: 13px;
  line-height: 2;
}
.pop_box_message .pop_box_bubble {
  line-height: 1.5;
}
.bubble {
  display: none;
}
.pop_box_message_txt_wrap {
  margin: 32px 0 0;
}
#lightcase-content p.pop_box_message_ttl {
  font-size: 15px;
  color: #222;
}
#lightcase-content p.pop_box_message_txt {
  font-size: 13px;
  font-weight: normal;
  color: #222;
  line-height: 2;
}
p.pop_box_message_txt {
  margin: 30px 0 0;
}
.interview_nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 2003;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: calc(100% - 212px);
  height: 60px;
  text-align: center;
  cursor: pointer;
}
.interview_nav_back {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
.page-template-message #lightcase-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2002;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: solid #E9E9E7 1px;
  background: #fff;
}
.page-template-message a[class*='lightcase-icon-'] {
  display: grid;
  place-items: center;
  width: 106px;
  height: 59px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  color: #222 !important;
}
.page-template-message a[class*='lightcase-icon-'].lightcase-icon-prev {
  position: relative;
  left: auto;
  right: 0;
  bottom: 0;
  border-right: solid #E9E9E7 1px;
}
.page-template-message #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev span {
  display: inline-flex;
  align-items: center;
  height: 21px;
  padding: 0 0 0 29px;
  background: url('../images/for_woman/lightcase-icon-prev.svg') left center/21px 21px no-repeat;
}
.page-template-message a[class*='lightcase-icon-']:hover {
  color: #222;
  text-shadow: none;
}
.page-template-message a[class*='lightcase-icon-'].lightcase-icon-next {
  position: relative;
  right: 0;
  bottom: 0;
  border-left: solid #E9E9E7 1px;
}
.page-template-message #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next span {
  display: inline-flex;
  align-items: center;
  height: 21px;
  padding: 0 29px 0 0;
  background: url('../images/for_woman/lightcase-icon-next.svg') right center/21px 21px no-repeat;
}
@media only screen and (min-width: 576px) {
  .pop_box_img img {
    max-width: 400px;
  }
  .pop_box_message {
    width: 400px;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .pop_box_ttl_wrap {
    position: unset;
    width: auto;
    border-bottom: none;
  }
  #lightcase-content p.pop_box_ttl_en {
    font-size: calc(25px, 3.82vw, 49px);
  }
  #lightcase-content p.pop_box_ttl_ja {
    font-size: calc(12px, 1.875vw, 24px);
  }
  .pop_box_contents_wrap {
    height: 100vh;
    padding: 0 49px 0 0;
  }
  .pop_box_contents {
    margin: 0;
    border-top: solid #E9E9E7 1px;
  }
  .pop_box_contents_inner {
    display: flex;
    height: calc(100vh - 48px);
    border-right: solid #E9E9E7 1px;
  }
  .pop_box_img {
    max-width: 693px;
    width: calc(100% - 400px);
    padding: 57px 20px 40px 37px;
    border-right: solid #E9E9E7 1px;
  }
  .pop_box_img img {
    max-width: 551px;
    max-height: 800px;
    height: calc(100vh - 150px);
  }
  .pop_box_message {
    width: 400px;
    margin: 0;
    padding: 57px 20px 0 25px;
  }
  .pop_box_message .message_faculty {
    font-size: calc(11px, 1.3vw, 17px);
  }
  .pop_box_bubble {
    margin: 59px 0 0 20px;
  }
  .bubble {
    position: absolute;
    top: 13px;
    left: -21px;
    display: block;
  }
  .page-template-message #lightcase-nav {
    right: 50px;
    width: 400px;
  }
  .interview_nav {
    right: 156px;
    left: auto;
    transform: none;
    width: calc(400px - 212px);
    height: 60px;
  }
}
@media only screen and (min-width: 950px) {
  .pop_box_img {
    width: calc(100% - 560px);
  }
  .pop_box_message {
    width: 560px;
  }
  .page-template-message #lightcase-nav {
    width: 560px;
  }
  .interview_nav {
    width: calc(560px - 212px);
  }
}
@media only screen and (min-width: 1280px) {
  #lightcase-content p.pop_box_ttl_en {
    font-size: 49px;
  }
  #lightcase-content p.pop_box_ttl_ja {
    font-size: 24px;
  }
  .pop_box_contents_wrap {
    padding: 23px 99px 0 0;
  }
  .pop_box_contents_inner {
    height: calc(100vh - 101px);
  }
  .pop_box_img {
    width: calc(100% - 600px);
    padding: 57px 41px 40px 100px;
  }
  .pop_box_img img {
    height: calc(100vh - 210px);
  }
  .pop_box_message {
    width: 600px;
    padding: 57px 36px 0 42px;
  }
  .pop_box_message_inner {
    padding: 45px 0 60px;
  }
  .pop_box_message .message_faculty {
    font-size: 17px;
  }
  .pop_box_ttl_wrap {
    gap: 0 27px;
    padding: 0 0 4px 110px;
  }
  .page-template-message #lightcase-nav {
    right: 100px;
    width: 600px;
  }
  .pop_box_bubble {
    padding: 25px 38px 27px 42px;
    font-size: 30px;
  }
  .pop_box_message_txt_wrap {
    margin: 40px 0 0;
  }
  #lightcase-content p.pop_box_message_ttl {
    font-size: 20px;
  }
  #lightcase-content p.pop_box_message_txt {
    font-size: 18px;
  }
  .page-template-message a[class*='lightcase-icon-'] {
    width: 181px;
    height: 120px;
    font-size: 18px;
  }
  .page-template-message #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev span {
    height: 30px;
    padding: 0 0 0 50px;
    background: url('../images/for_woman/lightcase-icon-prev.svg') left center/30px 30px no-repeat;
  }
  .page-template-message #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next span {
    height: 30px;
    padding: 0 50px 0 0;
    background: url('../images/for_woman/lightcase-icon-next.svg') right center/30px 30px no-repeat;
  }
  .interview_nav {
    right: 281px;
    width: 245px;
    height: 122px;
  }
  .interview_nav_back {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1550px) {
  .pop_box_img {
    width: calc(100% - 785px);
  }
  .pop_box_message {
    width: 785px;
  }
  .page-template-message #lightcase-nav {
    width: 785px;
  }
  .interview_nav {
    width: 423px;
  }
}
@media only screen and (min-width: 1650px) {
  #lightcase-case {
    width: auto !important;
  }
  .pop_box {
    width: 1578px;
  }
  .pop_box_img img {
    height: 100%;
  }
}
/* lightcase打消し */
html[data-lc-type=inline] .page-template-message #lightcase-content, html[data-lc-type=ajax] .page-template-message #lightcase-content, html[data-lc-type=error] .page-template-message #lightcase-content {
  background: #fff !important;
}
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner, html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner, html[data-lc-type="error"] #lightcase-content .lightcase-contentInner {
  padding: 0 !important;
}
#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
  color: #222;
  text-shadow: none;
}
.page-template-message a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url('../images/message/pop_close.svg') center center/50px no-repeat;
}
.page-template-message #lightcase-case {
  top: 0;
  left: auto;
  right: 0;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  background: #fff;
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
  height: 100% !important;
}
html:not([data-lc-type=error]) .page-template-message #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 0;
  height: 100% !important;
  max-height: none !important;
  overflow: unset;
}
.page-template-message #lightcase-nav a[class*='lightcase-icon-'] > span {
  text-indent: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-message #lightcase-case {
    max-width: 90% !important;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-message a[class*='lightcase-icon-'].lightcase-icon-close {
    width: 100px;
    height: 100px;
    background: url('../images/message/pop_close.svg') center center/100px no-repeat;
  }
}
@media only screen and (min-width: 1650px) {
  .page-template-message #lightcase-case {
    max-width: 1578px !important;
  }
}