@charset "utf-8";

/* 共通 */
.scroll-fade-up,
.scroll-fade-right,
.scroll-fade-left {
  opacity: 0;
  transition: all 1s ease;
}

/* 下から */
.scroll-fade-up {
  transform: translateY(30px);
}
.scroll-fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* 右から */
.scroll-fade-right {
  transform: translateX(30px);
}
.scroll-fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* 左から */
.scroll-fade-left {
  transform: translateX(-30px);
}
.scroll-fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

body {
  overflow-x: hidden;
}

main {
  margin-top: 150px;
}


.main_logo img {
  width: 40px;
  margin: 0 auto 15px;
}

.main_logo {}



.top_l_txt {
  width: 350px;
  position: absolute;
  text-align: center;
  left: 5%;
  top: 10%;
  z-index: 1;
}

.animation_container {
  position: relative;
  overflow: hidden;
}


.main_img {
  width: 600px;
  margin: 50px auto;
}

.big_txt {
  font-size: 196px;
  transition: color 0.3s;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: scrollText 10s linear infinite;


}

.big_txt span {

  font-weight: 700;
  font-family: 'Plain';
}

.big_txt[data-blend="default"] {
  color: #76C1C4;
  /* 通常時の色 */
}

.big_txt[data-blend="overlay"] {
  color: rgba(118, 193, 196, 0.5);
  /* 重なったときの色 */
}

@keyframes moveText {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.transparent-text {
  color: rgba(255, 255, 255, 0.5);
}

.big_txt {
  position: absolute;
  white-space: nowrap;
  animation: moveText 15s linear infinite;
}


.top_l_txt002 {
  width: 450px;
  position: absolute;
  text-align: center;
  left: 5%;
  top: 80%;
  text-align: left;
}

.top_topics {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: url('../img/topic_bg.png') no-repeat top left;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 170px;
  background-size: 100%;
  margin-right: 0;
  height: 250px;
}

.top_topics .topi_title {
  position: relative;
  padding-right: 15px;
}

.top_topics .topi_title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 5px;
  width: 18px;
  height: 18px;
  background-image: url('../img/topi_more.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.top_topics .swiper-slide {
  padding: 15px 0px 15px 15px !important;
}

.top_fle {
  justify-content: flex-start;
  margin-bottom: 13px;
}


.swiper-slide {
  position: relative;
  padding: 15px;
}

.swiper-slide a {
  display: flex;
  flex-direction: column;
  color: #333;
  text-decoration: none;
}

.swiper-slide .dmy {
  font-size: 14px;
  margin-bottom: 5px;
  width: 70px;
}

.swiper-slide .cate {
  display: inline-block;
  padding: 2px 5px 3px;
  background-color: #FFDA63;
  /* お知らせの背景色 */
  color: #333;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 102px;
  text-align: center;
}

.swiper-slide h2 {
  font-size: 16px;
  font-weight: normal;
}

.top_kyujin_sisetu .kyujin_pink {
  width: 60%;
  padding: 3%;
}

.pink_tit {
  width: 80%;
}

.top_kyujin_sisetu .sisetu_yellow {
  width: 30%;
}

.mgr60 {
  margin-right: 6%;
}

.b_radi_10 {
  border-radius: 10px;
}

.b_radi_20 {
  border-radius: 20px;
}

.b_radi_40 {
  border-radius: 40px;
}

.kyujin_3btn {
  background: #fff;
  padding: 0%;
  margin-top: 60px;
  justify-content: space-between;
  align-items: center;
}

.kyujin_3btn li {
  padding: 4% 3%;
}

.kyujin_3btn a {
  display: inline-block;
  font-size: 20px;
}

.kyujin_3btn li:hover {
  background: #FFCF48;
  border-radius: 40px;
}

.blue_tit {
  color: #76C1C4;
  margin-right: auto;
  font-size: 134px;
  font-family: 'PlainIta';
  font-weight: 900;
}

.abu_tit {
  position: absolute;
  top: -20%;
  left: -3%;
}

.had_padl5 {
  padding-left: 5%;
}

.had_padr5 {
  padding-right: 5%;
}


.highlight-list li {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.highlight-list li span {
  display: inline-block;
  background: linear-gradient(transparent 50%, #B1DEE0 50%);
  line-height: 32px;
  padding: 9px 5px;
}

.flex02 li ul {
  flex: unset;
}

.highlight-list li {
  display: inline-block;
}

.topjb_flex .had_padr5 {
  margin-left: 5%;

}

.topjb_flex .had_padl5 {
  width: 45%;
}

.topjb_flex .had_padr5 {
  width: 49%;
}

.btn_style {
  text-align: center;
}

.btn_style p {
  text-align: center;
  border-radius: 40px;
  padding: 15px;
  margin: 0 auto;
}

.width550 {

  width: 550px;
}

@media (max-width: 768px) {
  .width550 {

    width: 100%;
  }
}

.right_y {
  width: 20px;
  display: inline-block;
  margin-left: 5px;
  padding-bottom: 3px;
}

.has_border_b_r {
  font-size: 50px;
  font-family: plainIta;
  font-weight: 900;
  border-bottom: 1px solid;
  border-right: 1px solid;
  line-height: 1em;
  margin-bottom: 20px;
  display: inline;
  padding: 0 19px 0 0;
}

.mgl10 {
  margin-left: 10px;
}

.top_iv_tit {
  min-height: 4.25em;
}

.top_ivpd {
  padding: 5% 0;
}

.swiper-container, .top_ivpd {
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-container::-webkit-scrollbar {
  display: none;
}

.top_ivpd {
  margin-left: 5%;
}

.top_ivpd {
  margin-left: 5%;
  padding-left: 5%;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 1px 10px rgba(200, 200, 200, 0.75);
}

.iv_bg {
  padding: 1px 5px;
}

.mgl15 {
  margin-left: 15%;
}

.b_radi_5 {
  border-radius: 5px;
}

.top_iv_img {
  height: 230px;
  object-fit: cover;
}

.in_tit {
  min-height: 150px;
}

.no_flex {
  justify-content: space-between;
  align-items: end;
}

.no_flex .has_no {
  width: 31%;
}

.no_flex .no_no {
  width: 66%;
}

.s_pd {
  padding: 15px 10px;
}

.big_no {
  font-size: 135px;
}


.han_radi {
  border-radius: 50px 0 0 50px;
  padding: 4%;
}

.fnt90 {
  font-size: 90px;
}

.bg_long {
  position: relative;
}

.bg_long::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100vw;
  background: inherit;
  z-index: -1;
  border-radius: inherit;
}

.pv {
  width: 90%;
  margin-right: auto;
}

.en_ja_border span {
  display: inline-block;
  border-bottom: 1px solid;

  letter-spacing: 0.1em;
}


.en_ja_border {
  line-height: 0.75em;
}

.messe_li .m_img {
  margin-left: -7%;
}

.rec_li .m_img {
  margin-left: 7%;
}

.en_ja_border .plainIta {
  border: none;
  letter-spacing: 0em;
}

.rec_info .kyujin_3btn li {
  padding: 2% 10%;
}

.fnt225 {
  font-size: 225px;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1em;
}

footer {
  border-bottom: 50px solid #76C1C4;
  padding-bottom: 100px;
}

footer .f_logo {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

footer .h_h1 {
  font-size: 30px;
  text-align: center;
}

footer .h_h1 .fnt15 {
  font-size: 22px;
}

footer li {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.5em;
}

.mgl50 {
  margin-left: 50px;
}

.f_3_flex {}

.sub_tit {
  font-size: 134px;
  margin-left: -0.75%;
}

.sub_tit_ja {
  display: inline-block;

}

.messege .topjb_flex .had_padl5 {
  width: 40%;
  padding-left: 0%;
}

.messege .had_padr5 {
  padding-right: 0%;
}

.flex02 li.width52 {
  width: 52%;
}

.flex02 li.width44 {
  width: 44%;
}

.point_3_ol {}

.point_3_ol li {
  padding: 3% 2%;
  text-align: center;
}

.point_3_ol li .fnt18 {
  min-height: 7em;
}

.point_3_ol li .tit3 {
  color: #EDCAD0;
}

.point_3_ol li.bg_yellow {
  background: #FFCF48;
}

.point_3_ol li.bg_yellow .tit3 {
  color: #F8DF99;
}

.point_3_ol li.bg_blue {
  background: #76C1C4;
}

.point_3_ol li.bg_blue .tit3 {
  color: #96D2D5;
}

.pink_en_ja span {
  vertical-align: middle;
  margin-right: 2%;
}

.qualification-list {}

.qualification-list ul {
  list-style-type: none;
  list-style-type: disc;
}

.qualification-list li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 5px;
}

.qualification-list li:first-child {
  padding-top: 0px;
}

.qualification-list li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #76C1C4;
  color: #76C1C4;
}

.qualification-list .tit {
  flex: 0 0 230px;
  color: #76C1C4;
  font-weight: bold;
  margin-right: 20px;
}

.qualification-list .tit::before {
  content: '・';
  width: 5px;
  color: #76C1C4;
}

.qualification-list .description {
  flex: 1;
  color: #000;
}

.qualification-list {
  width: 800px;
  margin: 50px auto;
}

.etw .b_radi_20 {
  padding: 1% 1.5%;
}

.etw ul li, .etw li {
  line-height: 2em;
  font-size: 16px;
}

.item_stretchi {
  align-items: stretch;
}

.gfo .flex {
  align-items: inherit;
  justify-content: flex-start;
}

.gfo {
  margin-bottom: 30px;
}

.gfo:last-child {
  margin-bottom: 0px;
}

.gfo p.plainIta {
  width: 210px;
  margin-right: 30px;
  line-height: 1em;
}

.has_down {}

.blue_icon {
  padding: 1.5% 1%;
  display: inline-block;
  min-width: 164px;
  text-align: center;
}

.common_bg {
  padding: 1% 2%;
  margin-bottom: 0px;
  margin-left: 5%;
  width: 80%;
}

.has_down {
  background: url('../img/down.svg') no-repeat top left;
  background-size: contain;
  background-position-x: 2%;
  padding-bottom: 30px;
}

.has_down002 {
  background: url('../img/down002.svg') no-repeat top left;
  background-size: contain;
  background-position-x: 2%;
}

.saiiyou_ico {
  width: 15px;
  display: inline-block;
  max-width: 15px;
  margin-right: 5px;
  vertical-align: middle;
  padding-bottom: 4px;
}

.job {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #76C1C4;
  color: #fff;
  text-align: center;
  padding: 1% 2%;
  border-radius: 20px 0 20px 0;
}

.interview_new {
  justify-content: space-between;
}

.iv_img {
  width: 40%;
}

.iv_img img {
  border-radius: 20px;
}

.iv_txt {
  width: 55%;
}

.iv_more {
  width: 176px;
}

.pic {
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}

.interview_slider li.has_slider {
  width: 60%;
  margin-right: auto;
  overflow: hidden;
  min-height: 650px;
}

.interview_slider .interview_ft {
  position: absolute;
  z-index: 2;
  right: 3vw;
  width: 50%;
}

.interview_slider .swiper-backface-hidden .swiper-slide {
  width: 250px !important;
  margin: 3% 4%;
}

.single_iv .iv_txt {
  width: 45%;
  position: absolute;
  left: 0;
  top: 5%;
  border-radius: 0 40px 40px 0;
  background: #FFFBF2;
  padding: 5% 2% 5% 5%;
}

.single_iv .iv_img {
  width: 80%;
  margin-left: auto;
  border-radius: unset;
}

.single_iv .iv_img img {
  border-radius: unset;
}

.s_iv_name {
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
  width: 60%;
  align-items: center;
}

.s_iv_name span {
  background: #76C1C4;
  color: #fff;
  border-radius: 19px;
  padding: 7px 15px;
  text-align: center;
  height: 32px;
}

.common_qa {
  padding: 4%;
}

.q1 {
  border-radius: 0 0px 40px 40px;
}

.q2, .q4 {
  width: 70%;
  margin-right: auto;
}

.q3, .q5 {
  width: 70%;
  margin-left: auto;
}

.width246 {
  width: 246px;
  margin: 0 auto 10px;
}

.shisethu p {
  width: 150px;

}

.graph .shisethu {
  background: url('../img/guide_graph.svg') no-repeat;
  background-size: contain;
  height: 412px;
}

.satisfaction {
width: 312px;
  margin-top: 30px;
  margin-left: 44px;
}

.has_b_pink {
  border-bottom: 1px solid #EDCAD0;
  padding-bottom: 10px;
}

.guide .blue_tit {
  font-size: 75px;
}

.guide .abu_tit {
  position: absolute;
  top: -15%;
  left: auto;
  right: 3%;
}

.guide_flex {
  justify-content: space-between;
}

.guide_flex li {
  width: 25%;
}

.guide_flex li:last-child {
  width: 72%;
}

.guide_flex .had_padr5 .p_tit {
  width: 300px;
  display: inline-block;
}

.guide_txt {
  justify-content: unset;
  align-items: center;
  width: calc(100% - 300px);
}

.flex_p {
  align-items: flex-start;
}

.guide_flex.rever {
  flex-direction: row-reverse;
}

.guide_flex.rever .had_padr5 {
  padding-right: 1%;
  padding-left: 5%;
}

.fnt165 {
  font-size: 165px;
  line-height: 1em;
}

.boder_blue {
  border: 3px solid #76C1C4;
  padding: 5%;
}

.btn_flx .bg_yellow002 {
  margin-right: 2%;
}

.btn_flx .bg_pink {}

.btn_flx .bg_yellow002, .btn_flx .bg_pink {
  padding: 0% 1% 1%;
  width: 49%;
}

.firsttime .point_3_ol li.bg_yellow002 .tit3 {
  color: #F6FCD8;
}

.firsttime .point_3_ol li.bg_blue002 .tit3 {
  color: #CCE8EA;
}

.firsttime .point_3_ol li.bg_blue .tit3 {
  color: #96D2D5;
}

.new_wide .point_3_ol.flex02 {
  justify-content: center;
}

.new_wide .point_3_ol.flex02 li {
  width: 33%;
}

.new_wide .point_3_ol.flex02 li:first-child {
  margin-right: 4%;
}

.firsttime .point_3_ol li .fnt18 {
  min-height: 9em;
}


.faq .highlight-list li:first-child{

  border-top: 1px solid #707070;
}

.faq .highlight-list li {
  display: inline-block;
  border-bottom: 1px solid #707070;
  padding: 10px;
}

.faq .highlight-list li span {
  background: linear-gradient(transparent 50%, #E4FC5C 50%);

}

.faq .highlight-list li span.active {
  background: linear-gradient(transparent 50%, #B1DEE0 50%);

}

.faq-item {
  cursor: pointer;
}

.faq .highlight-list li span::after{
  content: '+';
  display: inline-block;
  margin-left: 30px;
  transition: transform 0.3s ease;
  font-size: 26px;
}
.faq .highlight-list li span.active::after {
  transform: rotate(45deg);
}
.faq .highlight-list li{
  margin-top: 0px;
}
.faq-answer {
  display: none;
  padding-top: 10px;
}

.faq-item.active .faq-answer {
  display: block;
}

.bg_orange {
  background: #FFBC00;
}

.iv_orange li {
  padding: 4%;

}

.iv_orange li p.c_fff {
  min-height: 5.5em;
}

.line_h05 {
  line-height: 0.5em;
}

.width780 {
  width: 780px;
  margin: 100px auto;
  padding: 2% 0 3%;
}

.width780 .right_y {
  transform: rotate(90deg);
}

.ad .highlight-list li span {
  display: inline-block;
  background: linear-gradient(transparent 50%, #E4FC5C 50%);
  line-height: 32px;
  padding: 9px 5px;
}

.ad .highlight-list li {
  margin-top: 55px;
}

.has_down003 {
  background: url('../img/down003.svg') no-repeat top left;
  background-position-x: left;
  background-size: auto;
  background-size: contain;
  background-position-x: 2%;
  padding-bottom: 30px;
}

.c_orange {
  color: #FFBC00;
}

.h1.c_orange span {
  vertical-align: bottom;
  margin-left: 10px;
}

.review-container {
  height: 600px;
  overflow-y: scroll;
  padding: 10px;
  scrollbar-color: #19999F #FFFFFF;
  scrollbar-width: thin;
}

/* Safariなどのwebkit系ブラウザ用 */
&::-webkit-scrollbar {
  width: 10px;
}

&::-webkit-scrollbar-thumb {
  background-color: blue;
}

&::-webkit-scrollbar-track {
  background-color: white;
}

.review-item {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.review-name {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  border-left: 3px solid #000;
  padding-left: 10px;

}

.review-rating {
  color: #E4FC5C;
  font-size: 30px;
}

.review-comment {
  margin-top: 15px;
  border-bottom: 1px solid #76C1C4;
  padding-bottom: 30px;
}

.staf_voice {
  width: 80%;
  margin: 30px auto;
}

.s_voice {
  width: 140px;
  margin-right: 10px;
}

.staf_voice p {
  width: calc(100% - 150px);
  color: #19999F;
}

.form-group {
  margin-top: 35px;
  align-items: center;

}

.form-group.biko {
  align-items: flex-start;
}

.inspec_form label {
  display: block;
  margin-bottom: 5px;
  width: 300px;
  font-weight: 900;
  font-size: 22px;
}

.inspec_form input,
.inspec_form select,
.inspec_form textarea {
  width: calc(100% - 300px);
  padding: 17px 10px 15px;
  border: 1px solid #D1D1D1;
  border-radius: 16px;
  background-color: white;
}


.select-wrapper,
.date-wrapper {
  position: relative;
}


.select-wrapper::after,
.date-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  /* 線の位置調整 */
  transform: translateY(-50%);
  width: 1px;
  height: 1.5em;
  background-color: #707070;
  z-index: 1;
  pointer-events: none;

}


.inspec_form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2376C1C4' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 20px;
  padding-right: 50px;
  background-position-x: 99%;
  font-size: 18px;
  color: #212121;
  text-align: center;
  background-size: 25px;
  font-family: 'Plain';
  line-height: 1.25em;
}

.inspec_form .select-wrapper select {
  text-align: left;
}

.form-group .date-select select {

  background-position-x: 96%;
}


.date-select {
  display: flex;
  gap: 10px;
  width: calc(100% - 300px);
  margin-left: auto;
}

.day_com {
  margin-right: auto;
}

.day_com+p {
  font-size: 17px;
  text-align: left;
  margin-bottom: 14px;
}

.date-select .date-wrapper {
  flex: 1;
}

.form-group .date-select select {
  width: 100%;
}


.inspec_form input.bg_pink {
  background: #EEBAC3;
  border: none;
  width: 469px;
  padding: 24px 0;
  border-radius: 30px;
  font-size: 20px;

}
.filter-row {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.filter-checkbox-list {
  display: none;
  background: #fff;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}


.filter-col.active .filter-checkbox-list {
  display: block;
  background: #fff;
  padding: 15px;
  margin-top: 10px;
  z-index: 5;
}

.filter-col {
  position: relative;  
  margin-right: 50px;
}
.filter-col.active {
  margin-right: 0px;
}

.filter-label {
  display: inline-block; /* インラインにする */
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  position: relative; /* 不要なら外してOK */
}

.filter-label::after {
  content: " ▼"; /* スペースを前に入れるのがポイント */
  font-size: 0.8em;
  display: inline; /* これで文字の直後に表示 */
  position: static; /* 絶対位置を解除 */
  transform: none;  /* 変形も解除 */
}
.filter-checkbox-list {
  display: none;
  /* position: absolute;
  left: 0;
  top: 110%;
  z-index: 10; */
  background: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  padding: 12px 12px 12px 12px;
  min-width: 180px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
}
.filter-col.active .filter-checkbox-list {
  display: block;
}

#job-filter-form {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.filter-close-btn {
  position: absolute;
  top: 23px;
  right: 8px;
  background: none;
  border: none;
  font-size: 1.1em;
  cursor: pointer;
  color: #888;
}
.pink_btn{
  background: #EEBAC3;
  padding: 15px 68px;
  border-radius: 30px;
  margin: 0 auto 30px;
  display: block;
}
.filter-col.active{
}

.job-list-item{
display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 32px;
  background: #fff;
  border: 2px solid #19999F;
  border-radius: 30px;
  padding: 30px;
}
.job-list-item:hover{
background: #DBF3F3;
}
.job-thumb{
width: 30%;
}
.job-thumb img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  min-height: 200px;
  object-fit: cover;
}

.job-info{
  flex:1;
}
.job-meta {
  margin: 10px 0;
justify-content: flex-start;
}
.job-meta li{
border: 1px solid #76C1C4;
  padding: 9px 26px;
  border-radius: 23px;
  color: #76C1C4;
  margin-right: 11px;
  font-weight: bold;
  min-width: 125px;
  text-align: center;
}
.job-meta .orange_ring{
    border: none;
    background: #FEBC02;
    color:#FFFFFF;
}
.job-meta002 li{
  font-weight: bold;
  margin-bottom: 9px;
}
input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #19999F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.min_hgt325{
  min-height: 273px;
}

.gl_37{
  width: 83%;
  margin-left: 12%;
}
.opline{
  line-height: 1.1em;
}


.job-list-item {
  position: relative;
}

.job-link-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
}
.job-list-item .job-info a,
.job-list-item .job-thumb a {
  position: relative;
  z-index: 11; /* 上書き可能にする */
}


@media screen and (max-width: 1900px) {
  .guide_flex li {
    width: 33%;
  }

  .guide_flex li:last-child {
    width: 65%;
  }
}

@media screen and (max-width: 1800px) {

  .topjb_flex .had_padr5 .fnt40 {

    font-size: 35px;

  }

  .no_flex .has_no {
    width: 40%;
  }

  .no_flex .no_no {
    width: 58%;
  }

  .fnt225 {
    font-size: 200px;
  }
}

@media screen and (max-width: 1650px) {
  .btn_flx .bg_yellow002 .fnt80, .btn_flx .bg_pink .fnt80 {
    font-size: 60px;
  }

}

@media screen and (max-width: 1650px) {
  .abu_tit {
    top: -16%;
  }

  .topjb_flex .had_padl5 .blue_tit {
    font-size: 110px;
  }

  .topjb_flex .had_padr5 .fnt40 {
    font-size: 30px;

  }

  .sub_tit {
    font-size: 120px;
  }

  .fnt75 {
    font-size: 55px;
  }

}

@media screen and (max-width: 1600px) {

  .w1500_inner .width550 {
    width: 80%;
  }

  .fnt225 {
    font-size: 140px;
  }

  .guide .blue_tit {
    font-size: 60px;
  }
}

@media screen and (max-width: 1400px) {

  .topjb_flex .had_padl5 {
    width: 40%;
  }

  .had_padl5 {
    padding-left: 3%;
  }

  .topjb_flex .had_padl5 .blue_tit {
    font-size: 90px;
  }

  .topjb_flex .had_padr5 {
    width: 54%;
  }

  .mgl15 {
    margin-left: 10%;
  }

  .fnt90 {
    font-size: 70px;
  }

  .big_no {
    font-size: 100px;
  }

  .pv {
    width: 95%;
  }

  .sub_tit {
    font-size: 100px;
  }

  .point_3_ol li .fnt18 {
    min-height: 9em;
  }

  .point_3_ol .fnt75 {
    font-size: 40px;
  }

  .flow .had_padl5 {
    padding-left: 7%;
  }

  .flow .common_bg {
    margin-left: 7%;
  }

  .single_iv .iv_txt .fnt40 {
    font-size: 30px;
  }

  .fnt22 {
    font-size: 20px;
  }

  .guide_flex.rever .had_padr5 {
    padding-right: 1%;
    padding-left: 3%;
  }

  .firsttime .point_3_ol li .fnt35 {
    font-size: 30px;
  }
}



@media screen and (max-width: 1250px) {

  .topjb_flex .had_padr5 {
    width: 55%;
  }

  .had_padr5 {
    padding-right: 2%;
  }

  .highlight-list li span {
    line-height: 25px;
  }

  .fnt225 {
    font-size: 100px;
  }

  .top_ivpd .fnt25 {
    font-size: 20px;
  }

  .single_iv .iv_txt .fnt40 {
    font-size: 25px;
  }

  .fnt22 {
    font-size: 18px;
  }

  .single_iv .iv_txt {
    padding: 3% 1% 3% 3%;
  }

  .guide_flex.rever .had_padr5 {
    padding-left: 2%;
  }

  .btn_flx .bg_yellow002 .fnt80, .btn_flx .bg_pink .fnt80 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1200px) {
  main {
    margin-top: 75px;
  }

  .main_img {
    width: 500px;
  }

  .sub_tit {
    font-size: 80px;
  }

  .top_l_txt {
    left: 0%;
  }

  .big_txt {
    font-size: 168px;
  }

  .topjb_flex .had_padl5 .blue_tit {
    font-size: 80px;
    line-height: 1em;
  }

  .topjb_flex .had_padr5 .fnt40 {
    font-size: 25px;
  }

  .pv {
    width: 100%;
  }

  .point_3_ol li .fnt18 {
    min-height: 11em;
  }

  .point_3_ol .fnt22 {
    font-size: 20px;
  }

  .iv_txt .mgt30 {
    margin-top: 15px;
  }

  .guide_flex li {
    width: 38%;
  }

  .guide_flex li:last-child {
    width: 58%;
    margin-right: 2%;
  }

  .fnt165 {
    font-size: 140px;
  }

  .firsttime .point_3_ol li .fnt35 {
    font-size: 28px;
  }

  .day_com+p {
    font-size: 15px;
  }

  .inspec_form select {
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
.min_hgt325{
  min-height: 252px;
}
}
@media screen and (max-width: 1100px) {
  .topjb_flex .had_padr5 .fnt40 {
    font-size: 20px;
  }

  .highlight-list li span {
    line-height: 20px;
    font-size: 16px;
  }

  .pink_tit {
    width: 75%;
  }

  .kyujin_3btn {
    margin-top: 50px;
  }

  .kyujin_3btn a {
    font-size: 18px;
  }

  .kyujin_3btn li {
    padding: 3% 2%;
  }

  .point_3_ol .fnt22 {
    font-size: 18px;
  }

  .point_3_ol .fnt22 {
    font-size: 18px;
  }

  .point_3_ol li .fnt18 {
    font-size: 14px;
  }

  .etw .b_radi_20 {
    width: 100%;
    margin-top: 30px;
  }

  ol.etw {
    margin-top: 0;
  }

  .guide_flex .had_padr5 .p_tit {
    width: 250px;
  }

  .guide_txt {
    width: calc(100% - 250px);
  }

  .guide .blue_tit.policy {
    font-size: 47px;
    top: -11%;
  }

  .firsttime .point_3_ol li .fnt35 {
    font-size: 25px;
  }

  .firsttime .point_3_ol li .fnt18 {
    min-height: 11em;
  }

  .day_com+p {
    font-size: 14px;
  }

  .inspec_form label {
    font-size: 20px;
  }

  .inspec_form select {
    padding-left: 0px;
    padding-right: 30px;
  }
.filter-checkbox-list label{
  font-size: 12px;
}
.filter-checkbox-list {
  min-width: 120px;
}
.filter-col {
  position: relative;
  min-width: 140px;
  font-size: 14px;
}
.filter-close-btn {
  top: 13px;
}
.min_hgt325{
 min-height: 2.4em;
}
}
@media screen and (max-width: 1050px) {
  .day_com+p {
    font-size: 12px;
  }

  .inspec_form label {
    width: 200px;
  }

  .inspec_form input, .inspec_form select, .inspec_form textarea,

  .date-select {

    width: calc(100% - 200px);

  }
  .min_hgt325{
  min-height: auto;
}
}

@media screen and (max-width: 1000px) {


  .top_l_txt {
    left: 0%;
    top: 3%;
  }

  .main_img {
    width: 450px;
  }

  .top_l_txt002 {
    width: 400px;
    top: 64%;

    left: 0%;
  }

  .top_kyujin_sisetu .kyujin_pink {
    width: 62%;
    padding: 3%;
  }

  .pink_tit {
    width: 70%;
  }

  .kyujin_3btn a {
    font-size: 16px;
  }

  .mgr60 {
    margin-right: 4%;
  }

  .fnt40 {
    font-size: 23px;
  }

  .w1500_inner .flex02 li {
    width: 80%;
    margin: 0 auto;
  }

  .w1500_inner .flex02 li:nth-child(2) {
    margin-top: 80px;
    width: 80%;
  }

  .has_border_b_r {
    font-size: 35px;
  }

  .flex_p {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide_flex .had_padr5 .p_tit {
    width: 100%;
  }

  .guide_txt {
    width: 100%;
  }

  .guide .blue_tit {
    font-size: 45px;
    top: -10%;
  }

  .fnt165 {
    font-size: 100px;
  }
}


@media only screen and (max-width: 980px) {

  .big_no {
    font-size: 80px;
  }

  .b_radi_10.fnt22 {
    font-size: 16px;
  }

  .qualification-list {
    width: 100%;
  }

  .single_iv .iv_txt .fnt40 {
    font-size: 20px;
  }

  .s_iv_name span {
    height: 28px;
    font-size: 14px;
  }

  .iv_txt .fnt22 {
    font-size: 16px;
  }

  .iv_txt .fnt20 {
    font-size: 14px;
  }

  .firsttime .point_3_ol li .fnt35 {
    font-size: 20px;
  }

  .point_3_ol .fnt75 {
    font-size: 30px;
  }

  .point_3_ol .fnt22 {
    font-size: 14px;
  }

  .inspec_form label {
    width: 100%;
    margin-bottom: 15px;
  }

  .inspec_form input, .inspec_form select, .inspec_form textarea, .date-select {
    width: 100%;
  }

  .inspec_form select, {
    margin-top: 0px;
  }

  .inspec_form select {
    padding-left: 10px;
  }

  .select-wrapper::after {

    top: 67%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 798px) {
  .main_img {
    width: 64%;
  }

  .sub_tit {
    font-size: 50px;
  }

  main.sub_main {
    margin-top: 220px;
  }

  .big_txt {
    font-size: 74px;
  }

  .top_kyujin_sisetu .sisetu_yellow {
    width: 100%;
    margin-top: 50px;
  }

  .h_h1 .fnt15 {
    display: inline-block;
  }

  .top_kyujin_sisetu .kyujin_pink {
    width: 100%;
    padding: 3%;
    margin-right: 0;
  }

  .han_radi_li li {
    width: 100%;

  }

  .han_radi_li li:nth-child(2) {
    margin-top: 50px;
  }

  .topjb_flex .had_padl5 {
    width: 80%;
  }

  .abu_tit {
    top: -7%;
  }

  .topjb_flex .had_padr5 {
    width: 100%;
    margin-top: 50px;
  }

  .big_no {
    font-size: 68px;
  }

  .fnt225 {
    font-size: 70px;
  }

  .bg_long::after {
    right: -5%;
  }

  .top_l_txt {
    width: 100%;
    position: unset;
  }


  .top_l_txt002 {
    width: 90%;
    position: unset;
    margin: 15px auto;
  }

  .pv {
    width: 95%;
  }

  .rec_info .kyujin_3btn li {
    padding: 2% 7%;
  }

  .common_bg {
    width: 85%;
    padding: 2% 3%;
  }

  .point_3_ol .fnt75 {
    font-size: 56px;
  }

  .point_3_ol li {
    padding: 3% 2%;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .rec_li .m_img {
    margin-left: 0%;
  }

  .messe_li .m_img {
    margin-left: 0%;
  }

  .fnt75 {
    font-size: 40px;
  }

  .pink_en_ja span {
    display: block;
  }

  .mgl10 {
    margin-left: 0px;
  }

  .qualification-list .tit {
    flex: 0 0 160px;
    margin-right: 13px;
  }

  .qualification-list .description {
    line-height: 1.5em;
  }

  .qualification-list li {
    padding: 10px 0px;
    align-items: baseline;
  }

  .single_iv .iv_txt {
    padding: 3% 1% 3% 3%;
    position: unset;
    width: 100%;
  }

  .iv_img {
    width: 100%;
  }

  .iv_txt {
    width: 100%;
    margin-top: 30px;
  }

  .interview_slider li.has_slider {
    width: 100%;
    min-height: auto;
  }

  .interview_slider .interview_ft {
    position: unset;
    width: 100%;
  }

  .guide_flex {
    flex-direction: column;
  }

  .guide_flex li {
    width: 95%;
  }

  .guide .blue_tit {
    font-size: 60px;
    top: -13%;
  }

  .guide_flex li:last-child {
    width: 95%;
    margin-right: auto;
    margin-top: 30px;
    margin-left: auto;
  }

  .guide .blue_tit.policy {
    font-size: 55px;
    top: -5%;
  }

  .btn_flx .bg_yellow002, .btn_flx .bg_pink {
    padding: 0% 1% 1%;
    width: 100%;
  }

  .fnt165 {
    font-size: 70px;
  }

  .firsttime .point_3_ol li .fnt35 {
    font-size: 30px;
  }

  .point_3_ol .fnt22 {
    font-size: 18px;
  }

  .firsttime .point_3_ol li .fnt18 {
    min-height: auto;
  }

  .firsttime .point_3_ol li {
    padding: 3% 2%;
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
  }

  .new_wide .point_3_ol.flex02 li {

    width: 70%;
    margin: 0 auto 30px;
  }

  .new_wide .point_3_ol.flex02 li:first-child {
    margin-right: auto;
  }

  .new_wide {
    max-width: 90%;
    margin: 0 auto;
  }

  .width780 {
    width: 90%;
    margin: 50px auto;
  }

.filter-row {
  display: flex;
  gap: 15px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  flex-direction: column;
}
.job-list-item {
  padding: 15px;
}
.job-list-item {
  flex-direction: column;}
.job-thumb {
  width: 100%;
}
.job-meta li {
  padding: 4px 16px;
  margin-right: 7px;
  min-width: auto;
  text-align: center;
}
  .filter-checkbox-list label {
    font-size: 14px;
  }

}

@media only screen and (max-width: 498px) {

  .top_topics {
    padding-left: 110px;
    height: 130px;
  }

  main.sub_main {
    margin-top: 150px;
  }

  .top_topics .topi_title {
    font-size: 14px;
  }

  .topjb_flex .had_padl5 .blue_tit {
    font-size: 60px;
  }

  .s_pd {
    padding: 10px 10px;
  }

  .s_pd.fnt22 {
    font-size: 14px;
  }

  .no_flex {
    align-items: center;
  }

  .w1500_inner .flex02 li {
    width: 100%;
  }

  .messe_li .m_img, .rec_li .m_img {
    margin-left: 0;
  }

  a.fnt20 {
    font-size: 14px;
  }

  .kyujin_3btn a {
    font-size: 13px;
  }

  .pink_tit {
    width: 80%;
    margin-top: 7px;
  }

  .kyujin_3btn {
    margin-top: 15px;
    margin-bottom: 11px;
  }

  .topjb_flex .had_padl5 {
    width: 100%;
  }

  .topjb_flex .had_padl5 .blue_tit {
    font-size: 60px;
    left: -7%;
    top: -11%;
  }

  .topjb_flex .had_padr5 {
    margin-left: 0;
  }

  .has_border_b_r {
    font-size: 20px;
  }

  .mgl15 {
    margin-left: 5%;
  }


  .no_flex {
    flex-direction: column;
    text-align: center;
  }

  .no_flex .has_no {
    width: 69%;
  }

  .big_no {
    font-size: 123px;
  }

  .han_radi_li .no_flex .no_no {
    width: 96%;
    text-align: left;
    margin-top: 15px;
  }

  .fnt90 {
    font-size: 50px;
  }

  .ft {
    display: inline-block;
    margin: 16px 0px 0px 15px;
  }

  .kengaku {
    display: none;
  }


  .ft::after {
    content: " 施設見学";
    /* 半角スペースで文字と擬似要素の間隔調整 */
    color: #E4FC5C;
    font-size: 18px;
  }

  .han_radi {
    border-radius: 30px 0 0 30px;
    padding: 4%;
  }

  .btn_style p {
    padding: 5px 0;
  }

  .fnt225 {
    font-size: 50px;
  }

  .rec_info .kyujin_3btn li {
    padding: 3% 7%;
  }

  .rec_info .kyujin_3btn {
    margin-top: 35px;
    margin-bottom: 11px;
  }

  footer .h_h1 {
    font-size: 14px;
    text-align: center;
  }

  footer .f_logo {
    width: 15px;
  }

  footer .h_h1 .fnt15 {
    font-size: 15px;
  }

  footer li {
    font-size: 14px;
    line-height: 2.5em;
  }

  footer ol.flex {
    flex-direction: column;
    width: 60%;
    margin: 30px auto;
  }

  footer .mgl50 {
    margin-left: 0px;
  }

  footer {
    border-bottom: 25px solid #76C1C4;
    padding-bottom: 25px;
  }

  .w1500_inner .flex02 li:nth-child(2) {
    width: 100%;
  }

  .fnt40 {
    font-size: 18px;
  }

  .etw.flex02 p.fnt18 {
    font-size: 18px;
  }

  .etw.flex02 .flex02 li, .etw.flex02 p {
    font-size: 15px;
  }

  .etw.flex02 .flex02 li:nth-child(2n) {
    margin-top: 5px;
  }

  .etw li.b_radi_20:nth-child(2n) {
    margin-top: 30px;
  }

  .etw .b_radi_20 {
    padding: 4% 4.5%;
  }

  .point .han_radi {
    padding: 7% 0px 7% 4%;
  }

  .gfo p.plainIta {
    width: 100%;
    margin-right: 0;
    line-height: 1em;
    margin-bottom: 7px;
  }

  .blue_icon {
    padding: 2% 1% 3%;
    min-width: 190px;
    font-size: 16px;
  }

  .common_bg {
    width: 93%;
    padding: 3% 6%;
  }

  .common_bg h3 {
    line-height: 1em;
  }

  .q2, .q4 {
    width: 100%;
    margin-right: auto;
  }

  .q3, .q5 {
    width: 100%;
    margin-left: auto;
  }

  .guide .blue_tit.policy {
    font-size: 39px;
    top: -5%;
  }

  .fnt165 {
    font-size: 60px;
  }

  .btn_flx .bg_yellow002 .fnt80, .btn_flx .bg_pink .fnt80 {
    font-size: 38px;
  }

  .right_y {
    width: 12px;
    margin-left: 2px;
    padding-bottom: 3px;
    margin-right: 14px;
  }

  .btn_flx .bg_yellow002, .btn_flx .bg_pink {
    padding: 0% 2% 1%;
  }

  .firsttime .point_3_ol li {
    width: 100%;
  }

  .new_wide .point_3_ol.flex02 li {
    width: 100%;
  }

  .date-select .date-wrapper {
    flex: auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .date-select {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
  }

  .inspec_form input.bg_pink {
    width: 100%;
    font-size: 17px;
  }
}