@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : support.css                                  */
/* update : 2024                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 80px;
}

#breadCrumb {
  display: none;
}

.request {
  display: none;
}

.footer {
  margin-top: 0;
  padding: 80px 0 100px;
}

.page-mv {
  background: #3F3F3F;
  position: relative;
}
.page-mv .h2_box {
  width: 26.8%;
  position: absolute;
  left: 125px;
  top: 40%;
}
.page-mv .h2_box h2 {
  width: 100%;
}
.page-mv .h2_box h2 img {
  width: 100%;
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.page-mv .img_box {
  width: 100%;
}
.page-mv .img_box img {
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.page-mv-sp {
  display: none;
}

main {
  padding: 80px 0 120px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #494949;
}
main .main_img_top {
  position: absolute;
  right: 0;
  top: 0;
  width: 47%;
  max-width: 800px;
  z-index: -1;
}
main .main_img_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47%;
  max-width: 800px;
  z-index: -1;
}
main.detail {
  padding-top: 220px;
}
main.detail .inner {
  max-width: 930px;
}

.search_box {
  padding: 30px;
  position: relative;
  border: solid 1px #494949;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 100px;
}
.search_box .title {
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 24px;
  top: -24px;
}
.search_box .title span {
  display: inline-block;
  background: #FFF;
  padding: 0 24px;
}
.search_box .list_btn {
  display: flex;
  justify-content: center;
  gap: 0 0.875%;
  margin-bottom: 20px;
}
.search_box .list_btn li {
  width: 19.3%;
  text-align: center;
  font-size: clamp(12px, 1.25vw, 20px);
  font-weight: 500;
  background: #FFF;
  border: solid 1px #494949;
  border-radius: 5px;
  padding: 4px 0;
  cursor: pointer;
}
.search_box .list_btn li.select {
  background-color: #3F3F3F;
  color: #FFF;
}
.search_box .list_check dt {
  font-size: 14px;
  font-weight: 700;
}
.search_box .list_check dd {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 10px;
}
.search_box .list_check dd .visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search_box .list_check dd .checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
}
.search_box .list_check dd .checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  font-size: 15px;
}
.search_box .list_check dd input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
.search_box .list_check dd .checkbox-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: 1px solid #959595;
  border-radius: 2px;
}
.search_box .list_check dd .checkbox-text::after {
  content: "";
  display: block;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #959595;
  border-bottom: 2px solid #959595;
  opacity: 0; /* 透明 */
}
.search_box .list_check dd:last-child {
  margin-bottom: 0;
}
.search_box .btn01 {
  text-align: center;
  margin-top: 40px;
}
.search_box .btn01 button {
  cursor: pointer;
  width: 33.8%;
  background: #494949;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  padding: 13px 0;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.search_box .btn01 button span {
  position: relative;
}
.search_box .btn01 button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #494949;
  transform: scaleX(1);
  transform-origin: left;
  transition: all 0.3s ease;
  transition-property: transform;
  border-radius: 50px;
  border: solid 2px #494949;
  box-sizing: border-box;
}
.search_box .btn01 button:hover {
  color: #494949;
  background: #FFF;
}
.search_box .btn01 button:hover::before {
  transform: scaleX(0);
  transform-origin: right;
}

.intro_txt {
  mix-blend-mode: plus-lighter;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 150px;
}

.view_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 100px 6.5%;
  margin-bottom: 100px;
}
.view_list li {
  width: 29%;
  position: relative;
}
.view_list li a {
  display: block;
}
.view_list li a:hover .btn01 {
  color: #494949;
  background: #FFF;
}
.view_list li a:hover .btn01::before {
  transform: scaleX(0);
  transform-origin: right;
}
.view_list li .pic_wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.view_list li .pic_wrap .pic_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: url(/interview/img/bg_pic.png) no-repeat center center/100% auto;
}
.view_list li .pic_wrap .pic_box .pic_tag {
  background: #FFF;
  position: absolute;
  left: 15px;
  bottom: 25px;
  font-size: clamp(7px, 0.75vw, 12px);
  padding: 6px 12px;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.3;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
}
.view_list li .pic_wrap .pic_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.view_list li .txt_wrap {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.25vw, 20px);
  padding: 10px 15px 10px;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  margin: 10px 0 15px;
}
.view_list li .txt_wrap p {
  display: inline;
  background: linear-gradient(transparent 75%, #FFF2D0 75%);
}
.view_list li .btn01 {
  display: block;
  background: #494949;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  padding: 7px 0;
  border: solid 2px #494949;
  transition: color 0.3s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.view_list li .btn01 .text01 {
  position: relative;
}
.view_list li .btn01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #494949;
  transform: scaleX(1);
  transform-origin: left;
  transition: all 0.3s ease;
  transition-property: transform;
  border-radius: 50px;
  border: solid 2px #494949;
  box-sizing: border-box;
}

.view_list02 {
  max-width: 1000px;
  margin: 0 auto 100px;
}
.view_list02 li {
  margin-bottom: 50px;
}
.view_list02 li:last-child {
  margin-bottom: 0;
}
.view_list02 li a {
  display: block;
  overflow: hidden;
}
.view_list02 li a img {
  transition: all 0.8s;
}
.view_list02 li a:hover img {
  opacity: 1;
  transform: scale(1.1, 1.1);
  transition: all 0.8s;
}
.view_list02 li.first_person {
  position: relative;
  margin-bottom: 200px;
}
.view_list02 li.first_person .txt_top {
  font-family: "Noto Serif Georgian", serif;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -2.5em;
  line-height: 1.8;
}
.view_list02 li.first_person .txt_top span {
  color: #DDC58A;
}
.view_list02 li.first_person .txt_bottom {
  font-family: "Noto Serif Georgian", serif;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: -5em;
  width: 100%;
  text-align: right;
  line-height: 1.8;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.pager li {
  width: 40px;
  height: 40px;
}
.pager li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 700;
  background: #3F3F3F;
  transition: 0.3s;
}
.pager li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.pager li.select a {
  color: #3F3F3F;
  background: #FFF;
}
.pager li.select a:hover {
  opacity: 1;
}
.pager li.prev, .pager li.next {
  width: auto;
}
.pager li.prev a, .pager li.next a {
  background: transparent;
  color: #3F3F3F;
  padding: 0 15px;
}

/* -------------------詳細------------------------------- */
.detail_title {
  margin-bottom: 20px;
}
.detail_title .sub_tit {
  font-family: "Noto Serif Georgian", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C3065;
  line-height: 1.5;
}
.detail_title .main_tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.intro {
  margin-bottom: 80px;
}
.intro .pic_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.intro .pic_wrap .pic_box {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}
.intro .tag {
  color: #1C3065;
  font-size: 24px;
}
.intro .txt_wrap {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 1.7;
  margin: 10px 0 15px;
  letter-spacing: -0.04em;
}
.intro .txt_wrap p {
  display: inline;
  background: linear-gradient(transparent 75%, #FFF2D0 75%);
}

.detail_contents {
  margin-bottom: 100px;
}
.detail_contents .contents_tit {
  color: #1C3065;
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  margin-top: 20px;
  line-height: 1.5;
}
.detail_contents .contents_txt {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 10px;
}
.detail_contents .contents_link {
  margin-top: 20px;
}
.detail_contents .contents_link li {
  margin-bottom: 15px;
}
.detail_contents .contents_link li a {
  display: block;
  border-bottom: solid 1px #1C3065;
  position: relative;
  padding-bottom: 5px;
  color: #1C3065;
}
.detail_contents .contents_link li a::before {
  content: "";
  display: block;
  background: url(/interview/img/arrow.svg) no-repeat center center/11px auto;
  width: 11px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.detail_contents .contents_link li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.detail_contents .contents_link li:last-child {
  margin-bottom: 0;
}

.message {
  background: url(/interview/img/bg_message.jpg) no-repeat center top/cover;
  padding: 48px;
  margin-bottom: 100px;
}
.message .message_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.message .message_tit .txt {
  color: #FFF2D0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  margin-left: 10px;
}
.message .box {
  color: #FFF;
  clear: both;
}
.message .box .box_img {
  float: right;
  padding: 0 0 0 20px;
  width: 350px;
}
.message .box .box_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.message .box .box_txt {
  font-size: 16px;
  line-height: 2.5;
}
.message .box .box_txt .tit {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  margin-bottom: 15px;
}

.gallery .gallery_tit {
  text-align: center;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.gallery .gallery_tit::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: dashed 1px #1C3065;
  position: absolute;
  left: 0;
  top: 50%;
}
.gallery .gallery_tit span {
  display: inline-block;
  background: #FFF;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.gallery .gallery_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 2.26%;
}
.gallery .gallery_list li {
  width: 23.3%;
}
.gallery .gallery_list li a {
  display: block;
}
.gallery .gallery_list li .pic_wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.gallery .gallery_list li .pic_wrap .pic_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery .gallery_list li .pic_wrap .pic_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery .gallery_list li .txt_wrap {
  margin-top: -18px;
  position: relative;
  z-index: 2;
}
.gallery .gallery_list li .txt_wrap .tag span {
  display: inline-block;
  background: #FFF;
  color: #1C3065;
  font-size: 16px;
  font-style: italic;
  padding: 3px 5px;
  font-weight: 400;
  line-height: 1.3;
  max-width: calc(100% - 20px);
}
.gallery .gallery_list li .txt_wrap .txt {
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.7);
}

.back_btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 4;
}
.back_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #3F3F3F;
  color: #FFF2D0;
  font-size: 14px;
}
.back_btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sf .detail_title .sub_tit {
  font-size: 24px;
}
.sf .detail_title .main_tit {
  font-size: 24px;
}
.sf .intro .tag {
  font-size: 18px;
}
.sf .intro .txt_wrap {
  font-size: 40px;
}
.sf .detail_contents .contents_tit {
  font-size: 28px;
}
.sf .detail_contents .contents_txt {
  font-size: 15px;
}
.sf .detail_contents .contents_link li a {
  font-size: 16px;
}
.sf .message .message_tit .txt {
  font-size: 24px;
}
.sf .message .box .box_txt {
  font-size: 15px;
}
.sf .message .box .box_txt .tit {
  font-size: 24px;
}
.sf .gallery .gallery_tit {
  font-size: 32px;
}
.sf .gallery .gallery_list li .txt_wrap .tag span {
  font-size: 16px;
}
.sf .gallery .gallery_list li .txt_wrap .txt {
  font-size: 12px;
}
.sf .back_btn {
  position: fixed;
}
.sf .back_btn a {
  font-size: 12px;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1220px) {
  .footer {
    padding: 80px 0 calc(100px + 15vw);
  }
}
@media screen and (max-width: 1176px) {
  .header {
    padding: 10px 20px;
  }
  .page-mv .h2_box {
    position: absolute;
    left: 45px;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .header {
    padding: 19px 20px;
  }
  .header_logo {
    margin: 0 auto;
  }
  .footer {
    margin-top: 0;
    padding: 80px 0 calc(100px + 10vw);
  }
  .page-mv {
    margin-top: 0;
    display: block;
  }
  .page-mv .h2_box {
    width: 100%;
    top: 195px;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .page-mv .h2_box h2 {
    width: 82%;
  }
  .page-mv .img_box {
    width: 100%;
  }
  main {
    padding: 60px 0 100px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: #494949;
  }
  main .main_img_top {
    width: 42.6%;
  }
  main .main_img_bottom {
    width: 42.6%;
    max-width: inherit;
  }
  main.detail {
    padding-top: 110px;
  }
  main.detail .inner {
    max-width: inherit;
  }
  .search_box {
    padding: 20px 15px;
    margin-bottom: 50px;
  }
  .search_box .title {
    font-size: 14px;
    left: 12px;
    top: -16px;
  }
  .search_box .title span {
    padding: 0 12px;
  }
  .search_box .list_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 1.4%;
    margin-bottom: 15px;
  }
  .search_box .list_btn li {
    width: 32.4%;
    font-size: 15px;
    padding: 2px 0;
  }
  .search_box .check_tit {
    border-bottom: solid 1px #000;
    position: relative;
    cursor: pointer;
    font-weight: 700;
  }
  .search_box .check_tit::before {
    content: "";
    display: block;
    background: url(/interview/img/arrow02.svg) no-repeat center center/21px auto;
    width: 21px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3.5px;
    transition: 0.3s;
  }
  .search_box .check_tit.active::before {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  .search_box .checkbox-group {
    display: none;
    margin-top: 15px;
  }
  .search_box .list_check dd {
    display: block;
  }
  .search_box .list_check dd .visibility-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .search_box .list_check dd .checkbox-text {
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
  }
  .search_box .list_check dd .checkbox-text {
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    font-size: 15px;
  }
  .search_box .list_check dd input[type=checkbox]:checked + .checkbox-text::after {
    opacity: 1;
  }
  .search_box .list_check dd .checkbox-text::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    border: 1px solid #959595;
    border-radius: 2px;
  }
  .search_box .list_check dd .checkbox-text::after {
    content: "";
    display: block;
    width: 5px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: rotate(35deg) skewY(16deg) translateY(-50%);
    transform-origin: center right;
    border-right: 2px solid #959595;
    border-bottom: 2px solid #959595;
    opacity: 0; /* 透明 */
  }
  .search_box .list_check dd:last-child {
    margin-bottom: 0;
  }
  .search_box .btn01 {
    text-align: center;
    margin-top: 20px;
  }
  .search_box .btn01 button {
    width: 100%;
    font-size: 16px;
    padding: 7px 0;
  }
  .intro_txt {
    margin-bottom: 75px;
    letter-spacing: -0.04em;
  }
  .view_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 4%;
    margin-bottom: 50px;
  }
  .view_list li {
    width: 48%;
  }
  .view_list li .pic_wrap .pic_box {
    padding: 8px;
  }
  .view_list li .pic_wrap .pic_box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .view_list li .pic_tag {
    margin-top: 10px;
    position: static;
    font-size: 10px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.5;
  }
  .view_list li .txt_wrap {
    font-size: 15px;
    padding: 0;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    margin: 10px 0;
  }
  .view_list li .btn01 {
    font-size: 14px;
    padding: 4px 0;
  }
  .view_list02 {
    max-width: inherit;
    margin: 0 0 50px;
  }
  .view_list02 li {
    margin-bottom: 25px;
  }
  .view_list02 li:last-child {
    margin-bottom: 0;
  }
  .view_list02 li.first_person {
    position: relative;
    margin-bottom: 100px;
  }
  .view_list02 li.first_person .txt_top {
    font-size: 16px;
    top: -2em;
    line-height: 1.8;
  }
  .view_list02 li.first_person .txt_bottom {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: -4em;
    width: 100%;
  }
  .pager {
    display: flex;
    justify-content: center;
    gap: 0 10px;
  }
  .pager li {
    width: 20px;
    height: 20px;
  }
  .pager li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-weight: 700;
    background: #3F3F3F;
    transition: inherit;
  }
  .pager li a:hover {
    opacity: 1;
    transition: inherit;
  }
  .pager li.prev, .pager li.next {
    width: auto;
  }
  .pager li.prev a, .pager li.next a {
    padding: 0 10px;
  }
  /* -------------------詳細------------------------------- */
  .detail_title {
    margin-bottom: 10px;
  }
  .detail_title .sub_tit {
    font-size: 15px;
  }
  .detail_title .main_tit {
    font-size: 15px;
  }
  .intro {
    margin-bottom: 40px;
  }
  .intro .pic_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .intro .tag {
    font-size: 14px;
  }
  .intro .txt_wrap {
    font-size: 20px;
    margin: 5px 0 10px;
  }
  .intro .txt_wrap p {
    display: inline;
    background: linear-gradient(transparent 75%, #FFF2D0 75%);
  }
  .detail_contents {
    margin-bottom: 50px;
  }
  .detail_contents .contents_tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .detail_contents .contents_txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
  }
  .detail_contents .contents_link {
    margin-top: 10px;
  }
  .detail_contents .contents_link li {
    margin-bottom: 10px;
  }
  .detail_contents .contents_link li a {
    padding-bottom: 5px;
  }
  .detail_contents .contents_link li a:hover {
    opacity: 1;
    transition: inherit;
  }
  .detail_contents .contents_link li:last-child {
    margin-bottom: 0;
  }
  .message {
    background: url(/interview/img/bg_message.jpg) no-repeat center top/cover;
    padding: 20px 15px;
    margin-bottom: 50px;
  }
  .message .message_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .message .message_tit .txt {
    color: #FFF2D0;
    font-size: 16px;
    margin-left: 5px;
  }
  .message .message_tit .icon img {
    width: auto;
    height: 20px;
  }
  .message .box {
    color: #FFF;
    clear: inherit;
  }
  .message .box .box_img {
    float: none;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .message .box .box_txt {
    font-size: 14px;
    line-height: 2;
  }
  .message .box .box_txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gallery .gallery_tit {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .gallery .gallery_tit span {
    display: inline-block;
    background: #FFF;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }
  .gallery .gallery_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 4%;
  }
  .gallery .gallery_list li {
    width: 48%;
  }
  .gallery .gallery_list li .txt_wrap {
    margin-top: 5px;
    position: relative;
    z-index: 2;
  }
  .gallery .gallery_list li .txt_wrap .tag span {
    display: inline-block;
    background: #FFF;
    font-size: 13px;
    font-style: italic;
    padding: 3px 5px;
    font-weight: 400;
    line-height: 1.3;
    max-width: inherit;
  }
  .gallery .gallery_list li .txt_wrap .txt {
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.7);
  }
  .back_btn {
    position: fixed;
    right: 20px;
    bottom: 90px;
  }
  .back_btn a {
    width: 50px;
    height: 50px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }
  .back_btn a:hover {
    opacity: 1;
    transition: inherit;
  }
  .sf .detail_title .sub_tit {
    font-size: 15px;
  }
  .sf .detail_title .main_tit {
    font-size: 15px;
  }
  .sf .intro .tag {
    font-size: 12px;
  }
  .sf .intro .txt_wrap {
    font-size: 18px;
  }
  .sf .detail_contents .contents_tit {
    font-size: 14px;
  }
  .sf .detail_contents .contents_txt {
    font-size: 12px;
  }
  .sf .detail_contents .contents_link li a {
    font-size: 12px;
  }
  .sf .message .message_tit .txt {
    font-size: 16px;
  }
  .sf .message .box .box_txt {
    font-size: 12px;
  }
  .sf .message .box .box_txt .tit {
    font-size: 14px;
  }
  .sf .gallery .gallery_tit {
    font-size: 16px;
  }
  .sf .gallery .gallery_list li .txt_wrap .tag span {
    font-size: 11px;
  }
  .sf .gallery .gallery_list li .txt_wrap .txt {
    font-size: 10px;
  }
  .sf .back_btn a {
    font-size: 9px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=interview.css.map */