@charset "utf-8";

:root{
  --font_noto:"Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font_mont:"Montserrat","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --color_main:#063e8d;
  --color_blue_l:#4482da;
  --color_gray:#8ea2bd;
  --color_gray_l:#e7ecf6;
  --color_black:#000000;
  --color_gray_l2:#c8d3e1;
}
#footer{
  z-index: 1;
  position: relative;
}
 main{
  position: relative;
 }
@media screen and (max-width :768px){
  main .inner{
    width: 92%;
  }
}
/* ===============================================
# 100周年サイト　インタビューコンテンツ
=============================================== */
#interview main{
  background: url(../../interview/img/bg_main.jpg)repeat;
}

.sec_kv{
  position: relative;
}
.sec_kv .wrap_bg_animation{
  width: 100%;
  overflow: hidden;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_kv .bg_animation{
  width: 1920px;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sec_kv .bg_animation image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#bg_animation_mask #mask_line{
  width: 1920px;
  stroke-dasharray:4300px;
  stroke-dashoffset: 0px;
  stroke: #fff;
  stroke-width: 50px;
  fill: none;
  stroke-miterlimit: 10;
  animation: anime-written 6s forwards ease;
  animation-delay: .8s;
  opacity: 0;
}
@keyframes anime-written {
  0% {
    stroke-dashoffset:4300px;
    opacity: 1;
  }
  100%{
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.sec_kv .bg_animation2{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height:1300px;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.sec_kv .is_show .bg_animation2{
  opacity: 1;
}
#bg_animation_mask2 #mask_line2{
  width: 100%;
  stroke-dasharray:10000px;
  stroke-dashoffset: 0px;
  stroke: #fff;
  stroke-width: 41px;
  fill: none;
  stroke-miterlimit: 10;
  animation: anime-written2 6s ease-in-out;
  animation-play-state: paused;
}
.is_show #bg_animation_mask2 #mask_line2{
  animation-play-state: running;
}
@keyframes anime-written2 {
  0% {
    stroke-dashoffset:-6600px;
  }
  100%{
    stroke-dashoffset: 0;
  }
}
.sec_kv #confetti_left{
  position: absolute;
  left: 15.625vw;
  top: 0px;
}
.sec_kv #confetti_right{
  position: absolute;
  right: 15.625vw;
  top: 0px;
}
.sec_kv .area_ttl{
  padding-top: 69px;
  position: relative;
  z-index: 1;
}
.sec_kv .area_ttl .ttl_main{
  max-width: 508px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 0px 7px rgba(255,255,255,1));
}
.sec_kv .area_ttl .ttl_main img{
  aspect-ratio: 244 / 93;
}
.sec_kv .area_ttl .ttl_main + .txt_lead{
  margin-top: 115px;
}
.sec_kv .area_ttl .txt_lead{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: var(--color_main);
  font-family: var(--font_noto);
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.111;
}
.sec_kv .area_ttl .txt_lead em{
  font-weight: 700;
  background-color: var(--color_main);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 4px 5px;
}
@media screen and (max-width :768px){
  .sec_kv{
    padding-top: 60px;
  }
  .sec_kv .bg_animation_sp{
    width: 100%;
    margin-top: 0;
    height: 74.2vw;
  }
  .sec_kv .bg_animation_sp image{
    width: 100%;
  }
  #bg_animation_mask_sp #mask_line_sp{
    width: 100%;
    stroke-dasharray:4300px;
    stroke-dashoffset: 0px;
    stroke: #fff;
    stroke-width: 50px;
    fill: none;
    stroke-miterlimit: 10;
    animation: anime-written 6s forwards;
  }
  @keyframes anime-written {
    0% {
      stroke-dashoffset:4300px;
    }
    100%{
      stroke-dashoffset: 0;
    }
  }
  .sec_kv .bg_animation2_sp{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height:860px;
    transition: opacity 0.5s ease;
    opacity: 0;
  }
  .sec_kv .is_show .bg_animation2_sp{
    opacity: 1;
  }
  #bg_animation_mask2_sp #mask_line2_sp{
    width: 100%;
    stroke-dasharray:10000px;
    stroke-dashoffset: 0px;
    stroke: #fff;
    stroke-width: 41px;
    fill: none;
    stroke-miterlimit: 10;
    animation: anime-written2 6s ease-in-out;
    animation-play-state: paused;
  }
  .is_show #bg_animation_mask2_sp #mask_line2_sp{
    animation-play-state: running;
  }
  @keyframes anime-written2 {
    0% {
      stroke-dashoffset:-6600px;
    }
    100%{
      stroke-dashoffset: 0;
    }
  }
  .sec_kv #confetti_left{
    left: 0;
    width: 30px;
    width: 8vw;
  }
  .sec_kv #confetti_right{
    right: 0;
    width: 30px;
    width: 8vw;
  }
  .sec_kv .area_ttl{
    padding-top: 65px;
  }
  .sec_kv .area_ttl .ttl_main{
    width: 80.666%;
    padding-right: 14px;
  }
  .sec_kv .area_ttl .ttl_main + .txt_lead{
    margin-top: 42px;
  }
  .sec_kv .area_ttl .txt_lead{
    font-size: 1.4rem;
    line-height: 2;
  }
  .sec_kv .area_ttl .txt_lead + .txt_lead{
    margin-top: 30px;
  }
  .sec_kv .area_ttl .txt_lead em{
    padding: 0px 2px 3px;
  }
}
@media screen and (max-width :600px){
  .sec_kv .bg_animation_sp{
    margin-top: 74px;
  }
}
.sec_interview{
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.sec_interview .inner{
  max-width: 1220px;
  padding-bottom: 160px;
}
.sec_interview .list_interview{
  display: flex;
  flex-wrap: wrap;
  gap: 48px 3.333%;
}
.sec_interview .list_interview li{
  width: 31.111%;
  position: relative;
}
.sec_interview .list_interview li::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--color_gray);
  border: 1px solid var(--color_main);
  border-radius: 8px;
  z-index: 0;
}
.sec_interview .list_interview li:nth-child(5n+1):before{
  background-color: #4482da;
}
.sec_interview .list_interview li:nth-child(5n+2):before{
  background-color: #efdc60;
}
.sec_interview .list_interview li:nth-child(5n+3):before{
  background-color: #2eaaac;
}
.sec_interview .list_interview li:nth-child(5n+4):before{
  background-color: #e58d3a;
}
.sec_interview .list_interview li:nth-child(5n+5):before{
  background-color: #f4a7bf;
}
.sec_interview .list_interview li::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid var(--color_main);
  border-radius: 8px;
  z-index: 0;
}
.sec_interview .list_interview li .item_inner{
  position: relative;
  z-index: 1;
  padding: 3.3vw 30px 26px 30px;
  padding-top: clamp(40px,3.3vw,64px);
}
.sec_interview .list_interview li .item_inner::before{
  content: "";
  display: block;
  width: 91.51%;
  height: 10px;
  background: url(../../interview/img/bg_interview_dots_bl.svg) no-repeat center/contain;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_interview .list_interview li .item_inner .modal_btn_interview{
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  width: 100%;
  height: 100%;
}
.sec_interview .list_interview li:nth-child(5n+1) .item_inner::before{
  background-image: url(../../interview/img/bg_interview_dots_bl.svg);
}
.sec_interview .list_interview li:nth-child(5n+2) .item_inner::before{
  background-image: url(../../interview/img/bg_interview_dots_ye.svg);
}
.sec_interview .list_interview li:nth-child(5n+3) .item_inner::before{
  background-image: url(../../interview/img/bg_interview_dots_gr.svg);
}
.sec_interview .list_interview li:nth-child(5n+4) .item_inner::before{
  background-image: url(../../interview/img/bg_interview_dots_or.svg);
}
.sec_interview .list_interview li:nth-child(5n+5) .item_inner::before{
  background-image: url(../../interview/img/bg_interview_dots_pi.svg);
}
.sec_interview .list_interview li img{
  border-radius: 500px;
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.sec_interview .list_interview li .tag,
.modal_interview_content .area_ttl .tag{
  display: flex;
  justify-content: center;
  margin-top: 36px;
  margin-top: 1.875vw;
  flex-wrap: wrap;
  gap: 8px;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.modal_interview_content .area_ttl .tag{
  justify-content: flex-start;
}
.sec_interview .list_interview li .tag span,
.modal_interview_content .area_ttl .tag span{
  display: inline-block;
  border: 1px solid var(--color_main);
  line-height: 1;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 1.3rem;
  min-width: 108px;
  text-align: center;
  color: var(--color_main);
  font-family: var(--font_noto);
  font-weight: 700;
}
.sec_interview .list_interview li .tag span::before,
.modal_interview_content .area_ttl .tag span::before{
  content: "#";
  font-family: var(--font_mont);
  font-weight: 600;
  color: var(--color_blue_l);
}
.sec_interview .list_interview li .ttl,
.modal_interview_content .area_ttl .ttl{
  font-size: 2rem;
  font-size: clamp(1.6rem,1.04vw,2rem);
  font-family: var(--font_noto);
  font-weight: 700;
  text-align: center;
  color: var(--color_main);
  line-height: 1.5;
  margin-top: 8px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.sec_interview .list_interview li .btn_more{
  border: none;
  padding: 0;
  background-color: var(--color_main);
  color: #fff;
  text-align: center;
  font-family: var(--font_mont);
  font-weight: 600;
  font-size: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 44px 7px 16px;
  border-radius: 8px;
  background-image:url(../../interview/img/ico_btn_modal.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 8px center;
  margin-top: 30px;
  margin-top: 1.5625vw;
  max-width: 155px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine){
  .sec_interview .list_interview li:hover{
    animation: card_image 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  }

  @keyframes card_image {
    30% {
        transform: rotate(4deg)
    }

    65% {
        transform: rotate(-2deg)
    }

    85% {
        transform: rotate(1deg)
    }

    100% {
        transform: rotate(0deg)
    }
  }
}

@media screen and (max-width :768px){
  .sec_interview{
    margin-top: 65px;
  }
  .sec_interview .inner{
    padding-bottom: 118px;
  }
  .sec_interview .list_interview{
    gap: 10px 4.98%;
    padding-right: 4px;
  }
  .sec_interview .list_interview li{
    width: 47.5%;
    height: 100%;
  }
  .sec_interview .list_interview li:nth-child(2n + 2){
    margin-top: 20px;
  }
  .sec_interview .list_interview li::before{
    top: 4px;
    left: 4px;
    border-radius: 5px;
  }
  .sec_interview .list_interview li::after{
    border-radius: 5px;
  }
  .sec_interview .list_interview li .item_inner{
    padding: 31px 17px 18px 17px;
    padding: 31px 4.53vw 18px 4.53vw;
  }
  .sec_interview .list_interview li .item_inner::before{
    height: 1.333vw;
    top: 8px;
    width: 89.5%;
    background: url(../../interview/img/bg_interview_dots_bl_sp.svg) no-repeat center/contain;
  }
  .sec_interview .list_interview li:nth-child(5n+1) .item_inner::before{
    background-image: url(../../interview/img/bg_interview_dots_bl_sp.svg);
  }
  .sec_interview .list_interview li:nth-child(5n+2) .item_inner::before{
    background-image: url(../../interview/img/bg_interview_dots_ye_sp.svg);
  }
  .sec_interview .list_interview li:nth-child(5n+3) .item_inner::before{
    background-image: url(../../interview/img/bg_interview_dots_gr_sp.svg);
  }
  .sec_interview .list_interview li:nth-child(5n+4) .item_inner::before{
    background-image: url(../../interview/img/bg_interview_dots_or_sp.svg);
  }
  .sec_interview .list_interview li:nth-child(5n+5) .item_inner::before{
    background-image: url(../../interview/img/bg_interview_dots_pi_sp.svg);
  }
  .sec_interview .list_interview li .tag{
    margin-top: 12px;
  }
  .sec_interview .list_interview li .tag span,
  .modal_interview_content .area_ttl .tag span{
    font-size: 1.1rem;
    padding: 4px 10px;
    min-width: 92px;
  }
  .sec_interview .list_interview li .ttl,
  .modal_interview_content .area_ttl .ttl{
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.357;
  }
  .sec_interview .list_interview li .btn_more{
    font-size: 9px;
    margin-top: 20px;
    width: 100%;
    border-radius: 4px;
    background-size: 13px 13px;
    padding: 7px 21px 7px 22px;
  }
}
.interview_pagination{
  margin-top: 90px;
  gap: 8px;
  display: flex;
  justify-content: center;
}
.interview_pagination li{
  display: flex;
  align-items: center;
}
.interview_pagination li a,
.interview_pagination li span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 40px;
  font-size: 1.6rem;
  color: var(--color_main);
  font-family: var(--font_mont);
  font-weight: 500;
  border: 1px solid var(--color_main);
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
}
.interview_pagination li.is_active a,
.interview_pagination li.is_active span{
  background: var(--color_blue_l);
  border-color: var(--color_blue_l);
  color: #fff;
}
.interview_pagination li.is_first::after{
  content: "⋯";
  font-family: var(--font_noto);
  font-weight: 500;
  color: var(--color_main);
  margin-left: 8px;
}
.interview_pagination li.is_last::before{
  content: "⋯";
  font-family: var(--font_noto);
  font-weight: 500;
  color: var(--color_main);
  margin-right: 8px;
}
@media (hover: hover) and (pointer: fine){
  .interview_pagination li a:hover,
  .interview_pagination li span:hover{
    background:var(--color_blue_l);
    border-color: var(--color_blue_l);
    color:#fff;
  }
}
@media screen and (max-width :768px){
  .interview_pagination{
    margin-top: 54px;
  }
  .interview_pagination li a,
  .interview_pagination li span{
    width: 42px;
    height: 42px;
  }
}

/* インタビューモーダル */
.modal_100th_interview{
  display: none;
}
.modal_interview_content{
  background: transparent;
}
.modal_interview_content::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0,0,0,.4);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
}
.modal_interview_content .tingle-modal__close{
  display: none;
}
.modal_interview_content .modal-close{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: transparent;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 24px;
  right: 24px;
  background: url(../../interview/img/ico_btn_modal_close.svg) no-repeat center/contain;
  z-index: 1;
}
.modal_interview_content .tingle-modal-box{
  border: 1px solid var(--color_main);
  border-radius: 8px;
  max-width: 768px;
  max-height: 94%;
  margin: 30px 0;
  box-shadow: 8px 8px 0px 0px #4482da;
}
.modal_interview_content .tingle-modal-box::-webkit-scrollbar{
  width:10px;
}
.modal_interview_content .tingle-modal-box::-webkit-scrollbar-track{
  background: #E3E3E3;
  border-radius: 50px;
}
.modal_interview_content .tingle-modal-box::-webkit-scrollbar-thumb{
  background: var(--color_main);
  border-radius: 50px;
} 
.modal_interview_content .tingle-modal-box__content{
  padding: 80px 60px;
}
.modal_interview_content .area_ttl{
  display: flex;
  gap: 0 5.26%;
  align-items: center;
}
.modal_interview_content .area_ttl .ttl{
  text-align: left;
}
.modal_interview_content .area_ttl .item_img{
  width: 50.153%;
}
.modal_interview_content .area_ttl .item_img img{
  border-radius: 500px;
}
.modal_interview_content .area_ttl .item_ttl{
  width: 41.141%;
  padding-bottom: 20px;
}
.modal_interview_content .area_txt{
  margin-top: 30px;
}
.modal_interview_content .area_txt p{
  color: var(--color_main);
  font-family: var(--font_noto);
  font-weight: 400;
  line-height: 1.875;
}
.modal_interview_content .area_txt p + p{
  margin-top: 30px;
}
.modal_interview_content .tingle-modal-box__footer{
  background-color: #fff;
  padding: 0;
  padding-bottom: 60px;
}
.modal_interview_content .modal-close-bottom{
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: var(--color_main);
  border-radius: 8px;
  color: #fff;
  font-family: var(--font_mont);
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 40px 7px 35px;
  border-radius: 8px;
  background-image: url(../../interview/img/ico_btn_modal_close.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 8px center;
}
@media screen and (max-width :768px){
  .modal_interview_content .modal-close{
    width: 27px;
    height: 27px;
    top: 15px;
    right: 15px;
  }
  .modal_interview_content .tingle-modal-box{
    margin: 30px 4.7%;
    max-height: 85%;
    box-shadow: 0px 5px 0px 0px #4482da;
  }
  .modal_interview_content .tingle-modal-box__content{
    padding: 40px 20px;
  }
  .modal_interview_content .area_ttl{
    flex-direction: column;
  }
  .modal_interview_content .area_ttl .item_img{
    width: 47.05%;
  }
  .modal_interview_content .area_ttl .item_ttl{
    margin-top: 20px;
    width: 100%;
    padding-bottom: 0;
  }
  .modal_interview_content .area_ttl .tag{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .modal_interview_content .area_ttl .ttl{
    font-size: 2rem;
  }
  .modal_interview_content .area_txt{
    margin-top: 20px;
  }
  .modal_interview_content .area_txt p + p{
    margin-top: 15px;
  }
  .modal_interview_content .tingle-modal-box__footer{
    padding-bottom: 30px;
  }
  .modal_interview_content .tingle-modal-box::-webkit-scrollbar{
    width:5px;
  }
}

/* ===============================================
絞り込み
=============================================== */
.btn_search_modal.open{
  position: fixed;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}
.btn_search_modal.open.is_absolute{
  position: absolute;
}
.btn_search_modal button{
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  width: 100%;
  padding: 30px 70px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 8px;
  background-image: url("../../interview/img/btn_modal_large.svg");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-color: rgba(0,64,152,0.7);
  backdrop-filter: blur(5px);
}
.btn_search_modal.close button{
  background-image: url("../../interview/img/btn_modal_large_close.svg");
  font-size: 1.8rem;
}
@media screen and (max-width :768px){
  .btn_search_modal.open{
    width: 88vw;
  }
  .btn_search_modal button{
    padding: 23px 45px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 4px;
    background-position: right 15px center;
    background-size: 30px auto;
    backdrop-filter: blur(3px);
  }
}
/*中身---------------------*/
.wrap_search{
  border-radius: 8px;
}
.wrap_search .area_main{
  padding: 20px 40px 10px;
  background: rgba(255,255,255,0.9);
  border-radius: 0 0 8px 8px;
}
.wrap_search .list_cate{
  flex-wrap: wrap;
  display: flex;
  gap: 16px 12px;
  justify-content: center;
}
.wrap_search .list_cate li:last-child{
  margin-right: 0;
}
.wrap_search .list_cate li >*{
  display:flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 12px 26px;
  border-radius: 21px;
  color: var(--color_main);
  background-color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  border:solid 1px var(--color_main);
  transition: all 0.5s ease;
}
.wrap_search .list_cate li >*::before{
  content: "#";
  display: block;
  color: var(--color_blue_l);
  font-family: var(--font_noto);
  font-weight: 700;
  line-height: 0.5;
  margin-right: 4px;
  transition: all 0.5s ease;
}
#search_modal .list_cate li >*{
  cursor: pointer;
}
.wrap_search .list_cate li input{
  display: none;
}
.wrap_search .list_cate li >*.is_active{
  background: var(--color_blue_l);
  color: #fff;
}
.wrap_search .list_cate li >*.is_active::before{
  color: #fff;
}
@media (hover: hover) and (pointer: fine){
  #search_modal .list_cate li >*:hover{
    background:var(--color_blue_l);
    color:#fff;
  }
  .wrap_search .list_cate li >*:hover::before{
    color:#fff;
  }
}
@media screen and (max-width :768px){
  .wrap_search{
    border-radius: 4px;
  }
  .wrap_search .list_cate{
    gap: 18px 9px;
  }
  .wrap_search .list_cate li >*{
    font-size: 1.2rem;
    padding: 11px 10px;
    min-width: 94px;
  }
}
/*モーダル----------------*/
#search_modal{
	display: none;
	content-visibility:hidden;
	opacity: 0;
}
#search_modal.is_active{
	display: block;
	opacity: 1;
	visibility: visible;
	content-visibility:visible;
}
#search_modal .wrap_search{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 96%;
	max-height: 95%;
  width: 80%;
  max-width: 1080px;
  z-index: 1000;
	transform: translate(-50%,-50%);
  overflow-y: auto;
}
#search_modal_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,40%);
  z-index: 950;
  opacity: 0;
  transition: opacity 1s ease;
	display: none;
	content-visibility:hidden;
}
#search_modal.is_active #search_modal_bg{
	display: block;
	opacity: 1;
	visibility: visible;
	content-visibility:visible;
  backdrop-filter: blur(5px);
}
#search_modal .area_main{
  padding: 35px 30px 40px 30px;
}
#search_modal .box_btn{
  max-width: 650px;
  margin: 36px auto 0;
  display:flex;
	justify-content: center;
  gap: 0 24px;
}
#search_modal .box_btn button{
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  width: 46.15%;
  max-width: 240px;
  padding: 17px 0 19px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font_noto);
  font-weight: 700;
  border-radius: 8px;
  background: var(--color_main);
  color: #fff;
}
#search_modal .box_btn button #txt_result{
  font-size: 24px;
  font-size: 2.4rem;
}
#search_modal .box_btn button#btn_reset{
  padding: 16px 0 16px;
  background: #fff;
  border: solid 1px var(--color_main);
  color: var(--color_main);
  font-size: 1.6rem;
}
@media screen and (max-width :768px){
  #search_modal .wrap_search{
    width: 92%;
  }
  #search_modal.is_active #search_modal_bg{
    backdrop-filter: blur(3px);
  }
  #search_modal .area_main{
    padding: 18px 15px 30px 15px;
    border-radius: 0 0 4px 4px;
  }
  #search_modal .box_btn{
    margin: 40px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
  #search_modal .box_btn button{
    font-size: 1.2rem;
    max-width: 280px;
    border-radius: 4px;
    width: 100%;
  }
  #search_modal .box_btn button#btn_reset{
    font-size: 1.2rem;
  }
}

/* 結果
----------------------------------------------- */
.sec_interview .area_result +*{
  margin-top: 60px;
}
.sec_interview .area_result dl{
  display: flex;
}
.sec_interview .area_result dl dt{
  background: rgba(0,64,152,0.7);
  color: #fff;
  font-family: var(--font_noto);
  font-weight: 600;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  width: 15vw;
  font-size: 1.8rem;
}
.sec_interview .area_result dl dd{
  background-color: rgba(255,255,255,0.9);
  /* width: calc(100% - 288px); */
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px 13px 24px;
  flex-grow: 1;
  gap: 16px;
}
.sec_interview .area_result dl dd .list_tag{
  display: flex;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.sec_interview .area_result dl dd .list_tag li >*{
  display: block;
  border: 1px solid var(--color_main);
  line-height: 1;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 1.3rem;
  min-width: 100px;
  text-align: center;
  color: var(--color_main);
  font-family: var(--font_noto);
  font-weight: 700;
}
.sec_interview .area_result dl dd .list_tag li >*::before{
  content: "#";
  font-family: var(--font_mont);
  font-weight: 600;
  color: var(--color_blue_l);
}
.sec_interview .area_result dl dd .btn_reset{
  display: flex;
  justify-content: center;
  font-size: 82%;
  align-items: center;
  background-color: #4ab2e6;
  color: #fff;
  border: none;
  cursor: pointer;
  appearance: none;
  font-family: var(--font_noto);
  font-weight: 600;
  border-radius: 8px;
  width: 180px;
  padding: 10px;
  line-height: 1;
}
@media screen and (max-width :768px){
  .sec_interview .area_result +*{
    margin-top: 20px;
  }
  .sec_interview .area_result dl{
    flex-direction: column;
  }
  .sec_interview .area_result dl dt{
    width: 100%;
    border-radius: 4px 4px 0 0;
    font-size: 1.5rem;
    padding: 12px;
  }
  .sec_interview .area_result dl dd{
    width: 100%;
    border-radius: 0 0 4px 4px;
    flex-direction: column;
    gap: 24px;
    padding: 24px 12px;
  }
  .sec_interview .area_result dl dd .list_tag{
    gap: 9px;
    justify-content: center;
  }
  .sec_interview .area_result dl dd .list_tag li >*{
    font-size: 1.2rem;
    min-width: 94px;
  }
  .sec_interview .area_result dl dd .btn_reset{
    font-size: 1.2rem;
    border-radius: 4px;
    padding: 14px;
    width: 230px;
  }
}