@charset "UTF-8";
.lower_fv:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: -1;
}
.lower_fv .upper_b:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}

.single_interview_con {
  position: relative;
  z-index: 1;
  margin-top: -109px;
}
@media (max-width: 1290px) {
  .single_interview_con {
    margin-top: -36px;
  }
}
@media (max-width: 480px) {
  .single_interview_con {
    margin-top: 0;
  }
}
.single_interview_con .s_i_wrap {
  position: relative;
  display: flex;
  width: 93.5%;
  margin-left: auto;
}
@media (max-width: 1290px) {
  .single_interview_con .s_i_wrap {
    width: calc(100% - 45px);
  }
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap {
    width: 100%;
    margin-right: auto;
    flex-direction: column-reverse;
    margin-right: auto;
  }
}
.single_interview_con .s_i_wrap:after {
  position: absolute;
  bottom: 0;
  width: 107.5%;
  height: 1px;
  left: -7.5%;
  content: "";
  background: #eee;
}
.single_interview_con .s_i_wrap .left {
  width: 78%;
  padding-top: 113px;
  border-left: 1px solid #eee;
}
@media (max-width: 1290px) {
  .single_interview_con .s_i_wrap .left {
    padding-right: 50px;
    width: calc(50% - 22px);
  }
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .left {
    position: relative;
    width: calc(100% - 90px);
    margin: 0 auto;
    padding: 50px 0;
    border-right: 1px solid #eee;
  }
  .single_interview_con .s_i_wrap .left:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 30px 0;
  }
}
.single_interview_con .s_i_wrap .left .one_word {
  margin-bottom: 10px;
  font-size: 42px;
  width: 90%;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .left .one_word {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left .one_word {
    font-size: 22px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.single_interview_con .s_i_wrap .left .l_sub {
  margin-bottom: 40px;
  position: relative;
  font-size: clamp(14px, 0.966vw, 21px);
  color: #0068e2;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left .l_sub {
    margin-bottom: 25px;
  }
}
.single_interview_con .s_i_wrap .left .l_sub:before {
  background-image: url(../img/l-sub-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
}
.single_interview_con .s_i_wrap .left .profile_con .cat_wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left .profile_con .cat_wrap {
    display: block;
  }
}
.single_interview_con .s_i_wrap .left .profile_con .cat_wrap .l_ttl {
  font-size: 13px;
  width: 30px;
  flex: 0 0 30px;
  position: relative;
  top: 5px;
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left .profile_con .cat_wrap .l_ttl {
    margin-bottom: 5px;
    top: 0;
  }
}
.single_interview_con .s_i_wrap .left .profile_con .cat_wrap .r_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single_interview_con .s_i_wrap .left .profile_con .cat_wrap .r_wrap .r_b {
  font-size: 13px;
  border: 1px solid #707070;
  padding: 4px;
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .left .profile_con .cat_wrap .r_wrap .r_b {
    font-size: 10px;
  }
}
.single_interview_con .s_i_wrap .right {
  width: 89.5%;
}
@media (max-width: 1290px) {
  .single_interview_con .s_i_wrap .right {
    width: calc(50% + 22px);
    flex: 0 0 calc(50% + 22px);
    margin-left: auto;
  }
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .right {
    width: calc(100% - 90px);
    flex: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .right {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.single_interview_con .s_i_wrap .right img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .right img {
    height: auto;
    min-height: 250px;
  }
}
.single_interview_con .interview_detail {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail {
    padding: 65px 0;
  }
}
.single_interview_con .interview_detail:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  top: 0;
  background: #eee;
}
.single_interview_con .interview_detail:after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  top: 0;
  background: #eee;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.single_interview_con .interview_detail .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .single_interview_con .interview_detail .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner {
    width: calc(100% - 60px);
  }
}
.single_interview_con .interview_detail .inner .i_layout1 .question {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_interview_con .interview_detail .inner .i_layout1 .question .q_i {
  width: 36px;
  flex: 0 0 36px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout1 .question .q_i {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    top: 3px;
  }
}
.single_interview_con .interview_detail .inner .i_layout1 .question .q_i img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout1 .question .q_txt {
  font-size: 24px;
  color: #0068e2;
  font-weight: bold;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout1 .question .q_txt {
    font-size: 18px;
  }
}
.single_interview_con .interview_detail .inner .i_layout1 h3.a_ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout1 h3.a_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2 {
    flex-direction: column-reverse;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left {
  width: 50%;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left {
    width: 100%;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question .q_i {
  width: 36px;
  flex: 0 0 36px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left .question .q_i {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    top: 3px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question .q_i img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question .q_txt {
  font-size: 24px;
  color: #0068e2;
  font-weight: bold;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left .question .q_txt {
    font-size: 18px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left h3.a_ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left h3.a_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .right {
  width: 50%;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2 .right {
    width: 100%;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .right img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout2.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2.reverse {
    flex-direction: column-reverse;
  }
}
.single_interview_con .interview_detail .inner .i_layout4 .l_img img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout4 .question {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_interview_con .interview_detail .inner .i_layout4 .question .q_i {
  width: 36px;
  flex: 0 0 36px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout4 .question .q_i {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    top: 3px;
  }
}
.single_interview_con .interview_detail .inner .i_layout4 .question .q_i img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout4 .question .q_txt {
  font-size: 24px;
  color: #0068e2;
  font-weight: bold;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout4 .question .q_txt {
    font-size: 18px;
  }
}
.single_interview_con .interview_detail .inner .i_layout4 h3.a_ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout4 h3.a_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.single_interview_con .interview_detail .inner .layout {
  margin-bottom: 90px;
}
.single_interview_con .interview_detail .inner .layout:last-of-type {
  margin-bottom: 0;
}

.both_border1:before {
  top: 0;
}

.c_info {
  position: relative;
  padding: 120px 0 0;
  z-index: 0;
}
@media (max-width: 1015px) {
  .c_info {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
    padding-bottom: 0;
  }
}
.c_info:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 3;
  top: 0;
}

@media (max-width: 480px) {
  .c_info.first {
    padding-bottom: 0;
  }
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}

.require_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media (max-width: 1015px) {
  .require_wrap {
    display: block;
  }
}
.require_wrap .l_ttl_con {
  width: 48%;
  border-top: 1px solid #0068e2;
}
@media (max-width: 1015px) {
  .require_wrap .l_ttl_con {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .require_wrap .l_ttl_con {
    margin-bottom: 30px;
  }
}
.require_wrap .l_ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap .l_ttl_con h2.l_ttl {
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .require_wrap .l_ttl_con h2.l_ttl {
    font-size: 22px;
  }
}
.require_wrap .l_ttl_con h2.l_ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap .l_ttl_con h2.l_ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap .l_ttl_con.con2 {
  width: 33%;
  border-top: 1px solid #0068e2;
}
@media (max-width: 1015px) {
  .require_wrap .l_ttl_con.con2 {
    width: 100%;
  }
}
.require_wrap .l_ttl_con.con2 .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap .l_ttl_con.con2 h2.l_ttl {
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .require_wrap .l_ttl_con.con2 h2.l_ttl {
    font-size: 22px;
  }
}
.require_wrap .l_ttl_con.con2 h2.l_ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap .l_ttl_con.con2 h2.l_ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap .entry_ttl {
  padding-right: 0;
}

.require_wrap1 {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .require_wrap1 {
    margin-bottom: 65px;
  }
}
.require_wrap1 h2.ttl {
  padding-top: 1.379vw;
}

.job_require_ttl {
  width: 24%;
}
@media (max-width: 1015px) {
  .job_require_ttl {
    width: 100%;
  }
}

.content {
  width: 48%;
  background: #f9f9f9;
  margin-left: auto;
}
@media (max-width: 1015px) {
  .content {
    width: 100%;
  }
}
.content .slide_b {
  width: 100%;
}
.content .upper_b img {
  width: 100%;
  transition: opacity 0.4s ease;
}
.content .l_wrap {
  overflow: hidden;
  margin-top: 10px;
}
.content .l_track {
  display: flex;
  transition: transform 0.4s ease;
}
.content .l_b {
  flex: 0 0 25%;
  cursor: pointer;
  opacity: 0.5;
  padding-right: 1%;
}
.content .l_b img {
  width: 100%;
}
.content .l_b.current {
  opacity: 1;
  outline: 2px solid #000;
}

.slider img {
  width: 100%;
}

.thumbnail {
  margin-top: 10px;
}

.thumbnail .slick-slide {
  opacity: 0.4;
  cursor: pointer;
  margin-right: 10px;
}

.thumbnail .slick-current {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
}

.slick-slide img {
  aspect-ratio: 16/9;
}

.require_wrap2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1015px) {
  .require_wrap2 {
    display: block;
  }
}
.require_wrap2 .l_ttl_con {
  width: 33%;
  border-top: 1px solid #0068e2;
}
@media (max-width: 1015px) {
  .require_wrap2 .l_ttl_con {
    width: 100%;
  }
}
.require_wrap2 .l_ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap2 .l_ttl_con h2.l_ttl {
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .require_wrap2 .l_ttl_con h2.l_ttl {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
  }
}
.require_wrap2 .l_ttl_con h2.l_ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap2 .l_ttl_con h2.l_ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap2 .entry_ttl {
  padding-right: 0;
}

.content2 {
  width: 66%;
}

.content2 {
  width: 67%;
  margin-left: auto;
}
@media (max-width: 1015px) {
  .content2 {
    width: 100%;
  }
}
.content2 table {
  width: 100%;
}
.content2 table tbody {
  position: relative;
  display: block;
  height: 14.828vw;
}
@media (max-width: 1290px) {
  .content2 table tbody {
    height: auto;
  }
}
.content2 table tbody:after {
  position: absolute;
  display: block;
  content: "";
  background: #eee;
  width: 100%;
  height: 1px;
  bottom: -3.2vw;
}
.content2 table tbody tr {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .content2 table tbody tr {
    display: block;
  }
}
@media (max-width: 480px) {
  .content2 table tbody tr:last-of-type {
    gap: 15vw;
  }
}
.content2 table tbody tr th {
  height: 216px;
  width: 50%;
  font-weight: bold;
  font-size: 1.172vw;
}
@media (max-width: 700px) {
  .content2 table tbody tr th {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 30px;
  }
}
.content2 table tbody tr th .txt1 {
  font-size: 22px;
  margin-bottom: 1.724vw;
  position: relative;
  z-index: 5;
}
.content2 table tbody tr th .txt2 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  z-index: 5;
}
.content2 table tbody tr td {
  width: 50%;
  height: 216px;
  font-size: 1.172vw;
  align-content: center;
}
@media (max-width: 700px) {
  .content2 table tbody tr td {
    width: 50%;
  }
}
.content2 table tbody tr td .map_img {
  width: 100%;
  height: 14.828vw;
  position: relative;
  z-index: 5;
}
@media (max-width: 1290px) {
  .content2 table tbody tr td .map_img {
    height: 216px;
  }
}
.content2 table tbody tr td .map_img img {
  width: 100%;
  height: 14.828vw;
}
@media (max-width: 1290px) {
  .content2 table tbody tr td .map_img img {
    height: 216px;
  }
}
.content2 table tbody tr td a {
  text-decoration: underline;
  color: #194bf4;
}
.content2 table tbody tr td .table_con {
  display: flex;
  flex-direction: column;
}
.content2 table tbody tr td .table_con .td_table {
  width: 43.862vw;
  border: 1px solid #eee;
  border-bottom: none;
}
.content2 table tbody tr td .table_con .td_table tr {
  gap: 0;
  width: 43.862vw;
}
.content2 table tbody tr td .table_con .td_table tr th {
  width: 10.966vw;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.067);
}
.content2 table tbody tr td .table_con .td_table tr th.fir {
  border-left: none;
}
.content2 table tbody tr td .table_con .td_table tr td {
  width: 10.966vw;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.content2 table tbody tr td .table_con .td_table tr td.fir {
  border-left: none;
}
.content2 table tbody tr td .table_con p.ps {
  margin-top: 0.966vw;
}
.content2 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.862vw;
}
.content2 .wrap .mynavi_bannner2026 {
  width: 27.034vw;
}
.content2 .wrap .mynavi_bannner2026 img {
  width: 100%;
}

.both_border1:before {
  top: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 1015px) {
  .both_border1:before {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .both_border1:before {
    z-index: 1;
  }
}

@media (max-width: 950px) {
  .both_border2:before {
    display: none;
  }
}

@media (max-width: 600px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 50px;
  }
}

.c_info {
  position: relative;
  padding: 120px 0;
  z-index: 0;
}
@media (max-width: 1015px) {
  .c_info {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.c_info:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 0;
  top: 0;
}

.i_info.last {
  padding: 120px 0 60px;
}
@media (max-width: 480px) {
  .i_info.last {
    padding: 65px 0 35px;
  }
}

.c_info.first {
  padding-top: 120px !important;
}
@media (max-width: 480px) {
  .c_info.first {
    padding-top: 65px !important;
  }
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}

.require_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1015px) {
  .require_wrap {
    display: block;
  }
}
.require_wrap .ttl_con {
  width: 384px;
  flex: 0 0 384px;
}
.require_wrap .ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap .ttl_con h2.ttl {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.require_wrap .ttl_con h2.ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap .ttl_con h2.ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap .entry_ttl {
  padding-right: 0;
}

.require_wrap1 {
  position: relative;
}
.require_wrap1 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap2 {
  position: relative;
  gap: 4%;
}
.require_wrap2 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap3 {
  position: relative;
  display: flex;
  gap: 4%;
}
@media (max-width: 1015px) {
  .require_wrap3 {
    border-left: 1px solid #eee;
  }
}
.require_wrap3:before {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: #eee;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
}
@media (max-width: 480px) {
  .require_wrap3:before {
    top: 5px;
  }
}
.require_wrap3 .l_ttl_con {
  width: 31%;
  border-top: 1px solid #0068e2;
}
.require_wrap3 .l_ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap3 .l_ttl_con h2.l_ttl {
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .require_wrap3 .l_ttl_con h2.l_ttl {
    font-size: 22px;
  }
}

.require_wrap.require_wrap1 {
  margin-top: 0 !important;
}

.require_wrap.require_wrap1.table_require_wrap {
  margin-top: 120px !important;
}
@media (max-width: 480px) {
  .require_wrap.require_wrap1.table_require_wrap {
    margin-top: 65px !important;
  }
}

.content {
  width: 48%;
  background: #f9f9f9;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 1015px) {
  .content {
    width: 100%;
  }
  .content:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    left: 50%;
    background: #eee;
    transform: translateX(-50%);
    z-index: 0;
    top: 0;
  }
}
.content table {
  width: 100%;
}
.content table tbody tr {
  display: flex;
}
@media (max-width: 1015px) {
  .content table tbody tr {
    border-left: 1px solid #eee;
  }
}
@media (max-width: 480px) {
  .content table tbody tr {
    display: block;
  }
}
.content table tbody tr th {
  padding: 20px 0;
  width: 25%;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 16px;
}
@media (max-width: 480px) {
  .content table tbody tr th {
    padding: 0;
    width: 100%;
    border: none;
    margin-top: 15px;
  }
}
.content table tbody tr td {
  padding: 20px;
  width: 75%;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 5;
  text-align: left;
  align-content: center;
}
.content table tbody tr td .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .content table tbody tr td .sp_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .content table tbody tr td {
    padding: 10px 0 18px;
    width: 100%;
    display: block;
  }
}
.content table tbody tr td a {
  text-decoration: underline;
  color: #194bf4;
}
.content table tbody tr td .table_con {
  display: flex;
  flex-direction: column;
}
.content table tbody tr td .table_con .td_table {
  width: 43.862vw;
  border: 1px solid #eee;
  border-bottom: none;
}
.content table tbody tr td .table_con .td_table tr {
  gap: 0;
  width: 43.862vw;
}
.content table tbody tr td .table_con .td_table tr th {
  width: 10.966vw;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.067);
}
.content table tbody tr td .table_con .td_table tr td {
  width: 10.966vw;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 1.034vw;
  padding: 1.379vw 0.276vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.content table tbody tr td .table_con .td_table tr td.fir {
  border-left: none;
}
.content table tbody tr td .table_con p.ps {
  margin-top: 0.966vw;
}
.content .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.862vw;
}
.content .wrap .mynavi_bannner2026 {
  width: 27.034vw;
}
.content .wrap .mynavi_bannner2026 img {
  width: 100%;
}

.content_2 {
  position: relative;
  width: 66% !important;
  z-index: -1;
}
@media (max-width: 1015px) {
  .content_2 {
    z-index: 1;
    width: 100% !important;
  }
}
@media (max-width: 1015px) {
  .content_2:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.group_con .wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(50px, 3.448vw, 75px);
  padding-bottom: 50px;
  padding-bottom: 120px;
}
@media (max-width: 1290px) {
  .group_con .wrap {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .group_con .wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .group_con .wrap {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
.group_con .wrap .p_wrap_b {
  position: relative;
  width: 50%;
}
@media (max-width: 800px) {
  .group_con .wrap .p_wrap_b {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .group_con .wrap .p_wrap_b:first-of-type {
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .group_con .wrap .p_wrap_b:last-of-type {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b:last-of-type {
    margin-top: 30px;
  }
}
.group_con .wrap .p_wrap_b .l_txt {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.group_con .wrap .p_wrap_b:hover a .p_wrap_b_img img {
  transform: scale(1.1);
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b {
  background: #20272e;
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p {
  color: #fff;
}
.group_con .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.group_con .wrap .p_wrap_b a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img {
  position: relative;
  overflow: hidden;
  height: clamp(338px, 23.31vw, 507px);
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img {
    height: 23.31vw;
  }
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img {
    height: 31vw;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img img {
  width: 100%;
  height: clamp(338px, 23.31vw, 507px);
  transition: 0.5s;
}
@media (max-width: 700px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img img {
    height: 100%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 433px;
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 {
    width: 80%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name1 img {
  width: 100%;
  height: 100%;
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 333px;
}
@media (max-width: 1290px) {
  .group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 {
    width: 62%;
  }
}
.group_con .wrap .p_wrap_b a .p_wrap_b_img .group_c_name2 img {
  width: 100%;
  height: 100%;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b {
  background: #20272e;
  border-radius: 0 0 2px 2px;
  transition: 0.5s;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b:hover {
  background: #fff;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b:hover p {
  color: #20272e;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
  padding: 16px 0;
  padding-left: 25px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
    font-size: 15px;
    padding: 15.5px 0;
    padding-left: 16px;
  }
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 22px;
  right: 16px;
  z-index: 5;
}
.group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 56px;
  height: 56px;
  content: "";
  z-index: 4;
}
@media (max-width: 480px) {
  .group_con .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
    height: 54px;
  }
}

@media (max-width: 480px) {
  .related_products {
    padding-top: 65px;
  }
}
.related_products .ttl_con .r_ttl {
  font-size: 20px;
  text-align: center;
}
.related_products .ttl_con .l_txt {
  position: relative;
  font-size: clamp(14px, 0.966vw, 21px);
  color: #0068e2;
  padding-left: 15px;
}
.related_products .ttl_con .l_txt:before {
  background-image: url(../img/l-sub-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
}
.related_products .rp_con .rp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8%;
}
@media (max-width: 800px) {
  .related_products .rp_con .rp_wrap {
    gap: 4%;
  }
}
@media (max-width: 480px) {
  .related_products .rp_con .rp_wrap {
    gap: 3%;
    justify-content: center;
    display: block;
  }
}
.related_products .rp_con .rp_wrap .rp_b {
  width: 30.8%;
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .related_products .rp_con .rp_wrap .rp_b {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .related_products .rp_con .rp_wrap .rp_b {
    width: 99.5%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.related_products .rp_con .rp_wrap .rp_b:hover a .rp_thumb img {
  transform: scale(1.1);
}
.related_products .rp_con .rp_wrap .rp_b a .rp_thumb {
  margin-bottom: 20px;
  height: 26.52vw;
  overflow: hidden;
}
@media (max-width: 1290px) {
  .related_products .rp_con .rp_wrap .rp_b a .rp_thumb {
    height: 28.2vw;
  }
}
@media (max-width: 800px) {
  .related_products .rp_con .rp_wrap .rp_b a .rp_thumb {
    height: 38.6vw;
  }
}
@media (max-width: 480px) {
  .related_products .rp_con .rp_wrap .rp_b a .rp_thumb {
    height: 79.7vw;
  }
}
.related_products .rp_con .rp_wrap .rp_b a .rp_thumb img {
  width: 100%;
  height: 26.52vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 1290px) {
  .related_products .rp_con .rp_wrap .rp_b a .rp_thumb img {
    height: 28.2vw;
  }
}
@media (max-width: 800px) {
  .related_products .rp_con .rp_wrap .rp_b a .rp_thumb img {
    height: 38.6vw;
  }
}
@media (max-width: 480px) {
  .related_products .rp_con .rp_wrap .rp_b a .rp_thumb img {
    height: 79.7vw;
  }
}
.related_products .rp_con .rp_wrap .rp_b a .rp_ttl {
  font-size: 22px;
  margin-bottom: 20px;
}
.related_products .rp_con .rp_wrap .rp_b a .rp_txt {
  margin-bottom: 20px;
}
.related_products .rp_con .rp_wrap .rp_b a .profile_con .cat_wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
@media (max-width: 1190px) {
  .related_products .rp_con .rp_wrap .rp_b a .profile_con .cat_wrap {
    display: block;
  }
}
.related_products .rp_con .rp_wrap .rp_b a .profile_con .cat_wrap .l_ttl {
  font-size: 13px;
  width: 30px;
  flex: 0 0 30px;
  position: relative;
  top: 5px;
}
@media (max-width: 1190px) {
  .related_products .rp_con .rp_wrap .rp_b a .profile_con .cat_wrap .l_ttl {
    margin-bottom: 5px;
    top: 0;
  }
}
.related_products .rp_con .rp_wrap .rp_b a .profile_con .cat_wrap .r_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.related_products .rp_con .rp_wrap .rp_b a .profile_con .cat_wrap .r_wrap .r_b {
  font-size: 13px;
  border: 1px solid #707070;
  padding: 4px;
}
@media (max-width: 800px) {
  .related_products .rp_con .rp_wrap .rp_b a .profile_con .cat_wrap .r_wrap .r_b {
    font-size: 10px;
  }
}

.event_schedule {
  position: relative;
}
.event_schedule:after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  top: 0;
  background: #eee;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.event_schedule .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .event_schedule .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .event_schedule .inner {
    width: calc(100% - 60px);
  }
}
.event_schedule .e_inner {
  position: relative;
  width: 87%;
  margin: 0 auto;
  padding: 30px 0 120px;
  border-top: 1px solid #0068e2;
  border-left: 1px solid #eee;
  overflow-x: scroll;
}
@media (max-width: 1290px) {
  .event_schedule .e_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .event_schedule .e_inner {
    padding: 65px 0;
    width: calc(100% - 60px);
  }
}
.event_schedule .e_inner:after {
  position: absolute;
  background: #eee;
  width: 100vw;
  height: 1px;
  content: "";
  bottom: 0;
  left: -7.5%;
}

.exhibition-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.exhibition-table th,
.exhibition-table td {
  width: 11%;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.5;
  border-right: 1px solid #eee;
  vertical-align: middle;
  /* 追加 */
  white-space: nowrap;
}
@media (max-width: 480px) {
  .exhibition-table th,
.exhibition-table td {
    font-size: 14px;
    padding: 10px;
  }
}

.exhibition-table thead th {
  background-color: #F2F4F7;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}

.exhibition-table td {
  background: #fafafa;
  font-size: 13px;
  text-align: center;
}

/* 列幅調整 */
.exhibition-table th,
.exhibition-table td {
  width: auto;
}

/* リンク */
.exhibition-table a {
  color: #1a5cff;
  text-decoration: underline;
}

.exhibition-table a:hover {
  text-decoration: none;
}

.l_ttl_con .l_ttl {
  font-size: 28px;
}
@media (max-width: 480px) {
  .l_ttl_con .l_ttl {
    font-size: 22px;
  }
}

.l__txt {
  font-size: 14px;
  margin-bottom: 40px;
  position: relative;
  color: #0068e2;
  padding-left: 15px;
  text-align: center;
}
.l__txt:before {
  background-image: url(../img/l-sub-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translate(-15px, -43%);
  content: "";
  width: 10px;
  height: 10px;
}

.block_pattern_sec .block_pattern1 {
  display: flex;
  gap: 3%;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .block_pattern_sec .block_pattern1 {
    display: block;
  }
}
@media (max-width: 480px) {
  .block_pattern_sec .block_pattern1 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.block_pattern_sec .block_pattern1 .require_wrap2 {
  padding-top: 0;
  margin-bottom: 0;
}
.block_pattern_sec .block_pattern1 .require_wrap1.require_wrap2 {
  margin-top: 0 !important;
}
.block_pattern_sec .block_pattern1 .left_b {
  width: 33.33%;
  border-top: 1px solid #0068e2;
}
@media (max-width: 800px) {
  .block_pattern_sec .block_pattern1 .left_b {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .block_pattern_sec .block_pattern1 .left_b {
    margin-bottom: 20px;
  }
}
.block_pattern_sec .block_pattern1 .left_b h3.block_ttl {
  padding-top: 30px;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .block_pattern_sec .block_pattern1 .left_b h3.block_ttl {
    margin-bottom: 20px;
    font-size: 22px;
    padding-top: 10px;
  }
}
.block_pattern_sec .block_pattern1 .right_b {
  width: 66.66%;
}
@media (max-width: 800px) {
  .block_pattern_sec .block_pattern1 .right_b {
    width: 100%;
  }
}
.block_pattern_sec .block_pattern1 .right_b .block_txt {
  position: relative;
  z-index: 0;
}
.block_pattern_sec .block_wrap {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  position: relative;
  z-index: 2;
  margin-top: 120px;
}
@media (max-width: 800px) {
  .block_pattern_sec .block_wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .block_pattern_sec .block_wrap {
    margin-top: 65px;
  }
}
.block_pattern_sec .block_wrap .left_b {
  width: 50%;
  border-top: 1px solid #0068e2;
}
@media (max-width: 800px) {
  .block_pattern_sec .block_wrap .left_b {
    width: 100%;
  }
}
.block_pattern_sec .block_wrap .left_b h3.block_ttl {
  padding-top: 30px;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .block_pattern_sec .block_wrap .left_b h3.block_ttl {
    margin-bottom: 20px;
    font-size: 22px;
    padding-top: 10px;
  }
}
.block_pattern_sec .block_wrap .left_b .block_txt {
  position: relative;
  z-index: 0;
}
.block_pattern_sec .block_wrap .right_b {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media (max-width: 800px) {
  .block_pattern_sec .block_wrap .right_b {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .block_pattern_sec .block_wrap .right_b {
    margin-bottom: 20px;
  }
}
.block_pattern_sec .block_wrap .right_b img {
  width: 100%;
}
.block_pattern_sec .block_wrap.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .block_pattern_sec .block_wrap.reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1340px) {
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 204px;
  }
}
@media (max-width: 1290px) {
  .lower_fv .upper_b .fv_side_btn {
    bottom: 235px;
  }
}
@media (max-width: 1290px) {
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 216px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b2 {
    height: 245px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b a {
    line-height: 1.35;
  }
  .lower_fv .upper_b h1.ttl:after {
    width: calc(50% - 0px);
    left: -46px;
  }
}/*# sourceMappingURL=single-products.css.map */