@charset "UTF-8";
/* CSS Document */
/*===================================
	mv
===================================*/
.mv {
  background-color: #EAF0F3; }

.mv .pic_wrap {
  max-width: 1366px;
  margin: 0 auto; }

/*===================================
	mv new
===================================*/
.mv.new .pic_wrap {
  position: relative;
  max-width: 1280px;
  z-index: 1; }

.mv.new .pic_wrap .mv_btn {
  position: absolute;
  bottom: 30px;
  left: 80px;
  max-width: 690px;
  z-index: 2; }

.mv.new a {
  display: block; }

.mv.new .mv_btn a:hover {
  transform: scale(1.03);
  transition: .3s; }

.mv.new .mv_btn .btn_1 {
  margin-bottom: 10px; }

.mv.new .mv_btn_sp_1,
.mv.new .mv_btn_sp_2 {
  display: none; }

@media (max-width: 1279px) {
  .mv.new .pic_wrap .mv_btn {
    bottom: 10%;
    left: 6%;
    width: 53%; } }
@media (max-width: 767px) {
  .mv.new .mv_btn {
    display: none; }

  .mv.new .mv_btn_sp_1,
  .mv.new .mv_btn_sp_2 {
    display: block; }

  .mv.new .mv_btn_sp_1 {
    position: absolute;
    top: 50.5%;
    left: 6%;
    max-width: calc(100vw - 12%);
    width: 100%;
    z-index: 2; }

  .mv.new .mv_btn_sp_2 {
    padding: 10px 6%; } }
/*===================================
	search_area
===================================*/
.search_area {
  background-color: #004e98;
  color: #FFFFFF;
  padding: .25rem 0 1rem; }

.search_area .line_01 {
  align-items: baseline; }

.search_area .line_01 .data_01 {
  font-size: 1.125rem;
  font-weight: bold; }

.search_area .line_02,
.search_area .line_01 .data_04,
.search_area .line_01 .data_02,
.search_area .line_01 .data_03 {
  font-size: 1.125rem; }

.search_area .line_02 strong,
.search_area .line_01 .data_04 strong,
.search_area .line_01 .data_02 strong,
.search_area .line_01 .data_03 strong {
  font-size: 1.75rem;
  color: #fafc61;
  padding: 0 .1em 0 .2em; }

.search_area .line_03 .select_wrap {
  position: relative; }

.search_area .line_03 .select_wrap::before {
  position: absolute;
  top: 0;
  left: .2em;
  content: url("../img/common/cond_1.png");
  vertical-align: middle;
  transform: scale(0.6); }

/*
.search_area .line_03 div:nth-child(2) .select_wrap::before {
	content: url("../img/common/cond_1.png");
}
*/
.search_area .line_03 div:nth-child(2) .select_wrap::before {
  content: url("../img/common/cond_2.png"); }

.search_area .line_03 div:nth-child(3) .select_wrap::before {
  content: url("../img/common/cond_3.png"); }

.search_area .line_03 select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding-left: 2.5em;
  background-image: url("../img/common/caret-down-solid.svg");
  background-size: .8em 1em; }

.search_area .line_03 select::-ms-expand {
  display: none !important; }

.search_btn {
  width: 100%;
  height: 100%;
  text-align: left; }

.search_btn button {
  color: #FFFFFF;
  background-color: #EF9300;
  border-radius: 6px;
  font-size: 1.25rem;
  /*	padding: .2em 2.5em;*/
  border: 0;
  width: 80%;
  height: 100%; }

.search_btn button:hover {
  background-color: #E17603;
  transition: .3s; }

.text_search input {
  border-radius: .25rem 0 0 .25rem; }

.text_search button {
  border-radius: 0 .25rem .25rem 0;
  padding: 0.375rem 0.75rem;
  color: #FFFFFF;
  background-color: #EF9300;
  border: 0; }

.text_search button:hover {
  background-color: #E17603;
  transition: .3s; }

.search_area.s_area_2022 {
  padding: 22px 0; }

@media (max-width: 767px) {
  .search_area {
    padding: 1rem 0 1rem; }

  .search_btn {
    text-align: center; }

  .search_btn button {
    font-size: 1.25rem;
    padding: .2em;
    margin: .5rem auto 0;
    width: 300px;
    height: auto; }

  .text_search {
    margin-top: 24px; }

  .search_area.s_area_2022 {
    padding: 22px 0 40px; } }
/*===================================
	sec_1
===================================*/
section#sec_1 {
  background: #edf4fe;
  background: linear-gradient(60deg, #edf4fe 30%, #cfddef 30%, #cfddef 70%, #edf4fe 70%);
  padding: 0; }

section#sec_1 .inner {
  padding: 40px 20px; }

#sec_1 .item {
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 78, 152, 0.1); }

#sec_1 .item .link_btn {
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem; }

#sec_1 .item .link_btn a {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 1.125rem;
  /*	font-size: clamp(14px, 1vw, 18px);*/
  padding: .5em 1.5em;
  border-radius: 2em; }

#sec_1 .item .link_btn.new a {
  background-color: #da6a78;
  font-weight: bold; }

#sec_1 .item .link_btn a:hover i {
  transform: translateX(6px); }

@media (max-width: 991px) {
  #sec_1 .item .link_btn {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em; }

  #sec_1 .item .link_btn a {
    font-size: 1.05rem; } }
@media (min-width: 768px) {
  #sec_1 .item .link_btn a {
    width: 190px;
    text-align: center; } }
@media (max-width: 767px) {
  section#sec_1 {
    background: #edf4fe;
    background: linear-gradient(76deg, #edf4fe 30%, #cfddef 30%, #cfddef 70%, #edf4fe 70%); }

  #sec_1 .item .link_btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 164px; }

  #sec_1 .item .link_btn a {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 1rem;
    padding: .5em 0;
    border-radius: 6px;
    text-align: center; }

  #sec_1 .item .link_btn a i {
    position: absolute;
    top: 50%;
    right: .8em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); } }
/*===================================
	sec_2
===================================*/
.pickup {
  padding: 60px 0 0; }

.pickup .ttl_box {
  color: #004e98; }

.pickup .ttl_box .ttl_img {
  width: 96.5px; }

.pickup .ttl_box h2 {
  font-size: 2.75rem;
  font-weight: bold;
  border-bottom: solid 4px #004e98; }

.pickup_list_area {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 1rem; }

.pickup_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }

.pickup_list a {
  margin: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  overflow: hidden;
  position: relative; }

.pickup_list a:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s; }

.pickup_list a:hover::after {
  content: "";
  background-color: #004E98;
  opacity: .40;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media (max-width: 767px) {
  .pickup {
    padding: 30px 0 0; }

  .pickup .ttl_box .ttl_img {
    width: 80px; }

  .pickup .ttl_box h2 {
    font-size: 2rem; }

  .pickup_list_area {
    display: block;
    width: 100%;
    padding: 40px 0; }

  .pickup_list {
    margin-left: 0;
    margin-right: 0; }

  .pickup_list .slick-dots {
    bottom: -50px; }

  .pickup_list .slick-dots li button:before {
    content: "";
    background-color: #004e98;
    width: 20px;
    height: 6px; }

  .pickup_list a {
		width: calc(100% - 2rem);
		height: auto;
/*    margin: 0 4px;*/
    margin: 0 1rem 1rem;
	} 
}
/*===================================
	sec_3
===================================*/
.bs_0_08_10 {
  box-shadow: 8px 8px 10px rgba(0, 78, 152, 0.1); }

.search_top {
  padding: 0 0 30px;
  background-color: #EDF4FE; }

.search_top .ttl_box {
  color: #FFFFFF;
  background-color: #004e98;
  text-align: center;
  padding: 40px 0 70px; }

.search_top .ttl_box .ttl_img {
  width: 98px;
  margin: 0 auto; }

.search_top .ttl_box h2 {
  font-size: 2.75rem;
  font-weight: bold; }

.search_top .inner {
  margin-top: -30px; }

.search_top .card {
  max-width: 1110px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  padding: 30px 1rem;
  /*	height: 100%;*/ }

.search_top .card .card-title {
  color: #004e98;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 3.5rem;
  background: url("../img/common/cond_2.png") no-repeat;
  background-position: 1rem center;
  background-size: 1.9rem;
  letter-spacing: .1rem; }

.search_top .line_second .col-md-4:first-child .card .card-title {
  background: url("../img/common/cond_4.png") no-repeat;
  background-position: 1rem center;
  background-size: 1.6rem; }

.search_top .line_second .col-md-4:nth-child(2) .card .card-title {
  background: url("../img/common/cond_5.png") no-repeat;
  background-position: 1rem center;
  background-size: 1.9rem; }

.search_top .line_second .col-md-4:nth-child(3) .card .card-title {
  background: url("../img/common/cond_6.png") no-repeat;
  background-position: 1rem center;
  background-size: 1.7rem;
  padding-left: 3.2rem; }

.search_top .line_third .col-lg-6:first-child .card .card-title {
  background: url("../img/common/cond_1.png") no-repeat;
  background-position: 1rem center;
  background-size: 1.7rem; }

.search_top .line_third .col-lg-6:nth-child(2) .card .card-title {
  background: url("../img/common/cond_7.png") no-repeat;
  background-position: 1rem center;
  background-size: 1.5rem; }

.search_top .card .card-title span {
  font-size: 1.5rem; }

.search_top .search_top_panel .job_type {
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  flex-basis: 160px; }

.search_top .search_top_panel .job_type + div {
  width: calc(100% - 160px); }

.search_top .search_top_panel .col_inner {
  border-bottom: solid 1px #E6E6E6;
  margin: 0 1rem;
  padding: 1rem 0 .5rem; }

.search_top .search_top_panel .item_wrap {
  margin-bottom: .5rem;
  display: inline-block; }

.search_top .search_top_panel .item_wrap a {
  color: #004e98;
  margin-right: 1rem;
  position: relative;
  /*	padding-bottom: 2px;*/ }

.search_top .search_top_panel .item_wrap a::after {
  background-color: #004e98;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0; }

.search_top .search_top_panel .item_wrap a:hover::after {
  width: 100%; }

/*	２段目*/
.search_top .search_top_panel_01 {
  padding: 1rem; }

.search_top .search_top_panel_01 .item_wrap {
  margin-bottom: 1rem; }

.search_top .search_top_panel_01 .item_wrap a {
  color: #004e98;
  position: relative;
  display: inline-block; }

.search_top .search_top_panel_01 .item_wrap a::after {
  background-color: #004e98;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0; }

.search_top .search_top_panel_01 .item_wrap a:hover::after {
  width: 100%; }

.search_top .line_second .card {
  padding: 30px 1rem 0;
  height: 100%; }

.search_top .line_second .card .card-footer {
  padding: 1rem 2rem 1rem 1rem;
  background-color: #FFFFFF;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: auto; }

.search_top .line_second .card .card-footer a {
  color: #004e98; }

.search_top .line_second .card .card-footer a:hover i {
  transform: translateX(6px); }

.search_top .line_second .modal-title {
  color: #004e98; }

.search_top .line_second .modal-body a {
  padding: .5rem 0;
  font-size: 14px;
  position: relative; }

.search_top .line_second .modal-body a i {
  color: #004e98; }

/*	３段目*/
.search_top .line_third .card_medium {
  margin-bottom: 1.5rem; }

#map_wrap {
/*
  width: 510px;
  height: 348px;
*/
  margin: 0 auto;
  /*	background-color: rgba(0,78,152,0.10);*/ }

.search_top .line_third ul.kw_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.search_top .line_third ul.kw_list li {
  margin: 0 .3rem .5rem; }

.search_top .line_third ul.kw_list li a {
  font-size: 1.125rem;
  color: #004E98;
  padding: .2em .4em;
  border: solid 1px #004E98; }

.search_top .line_third ul.kw_list li a:hover {
  background-color: #BFE4ED;
  border: solid 1px #BFE4ED; }

.search_top .line_third .search_btn_ore {
  background-color: #EF9300;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 0.175rem 1.5rem;
  transition: .3s; }

.search_top .line_third .search_btn_ore:hover {
  background-color: #E17603; }

.card_medium_bottom a.btn_gre,
.card_medium_bottom a.btn_ore {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: .5em 0;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  box-shadow: 6px 6px 10px 0px rgba(0, 78, 152, 0.1);
  transition: .3s; }

.card_medium_bottom a.btn_ore {
  background-color: #DA9F00; }

.card_medium_bottom a.btn_gre {
  background-color: #0A9D91; }

.card_medium_bottom a.btn_ore:hover {
  background-color: #CA9300; }

.card_medium_bottom a.btn_gre:hover {
  background-color: #068F84; }

.card_medium_bottom .text-end a {
  font-size: 1.125rem;
  color: #004E98; }

area {
  cursor: pointer; }

.popup {
  display: none;
  width: 100%;
  height: 100%; }

.content {
  background: #fff;
  padding: 30px 40px;
  width: 90%;
  background-color: rgba(0, 78, 152, 0.7);
  border-radius: 6px;
  position: relative; }

.show_area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0; }

.content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.content ul li {
  margin: .2em; }

.content ul li a {
  background-color: #FFFFFF;
  color: #004E98;
  font-size: 14px;
  font-weight: bold;
  padding: .2em 1em;
  border-radius: 3px; }

#popup_close {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5em; }

@media (max-width: 767px) {
  .search_top .line_third {
    width: 100%; }

  .search_top .card {
    height: inherit; }

  .search_top .card.card_small,
  .search_top .card.card_large {
    padding: 10px 0 0; }

  /*	１段目*/
  .search_top .search_top_panel .d-flex {
    flex-wrap: wrap; }

  .search_top .search_top_panel .job_type {
    width: 100%;
    margin-bottom: .5rem;
    display: block;
    flex-basis: inherit;
    position: relative;
    padding: 0 1rem; }

  .search_top .search_top_panel .job_type::before,
  .search_top .search_top_panel .job_type::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background-color: #004E98; }

  .search_top .search_top_panel .job_type::before {
    top: 48%;
    right: 10px;
    transform: rotate(0deg); }

  .search_top .search_top_panel .job_type::after {
    top: 48%;
    right: 10px;
    transform: rotate(90deg);
    transition: all .3s ease; }

  .search_top .search_top_panel .job_type.close::after {
    transform: rotate(180deg); }

  .search_top .search_top_panel .job_type + div {
    width: 100%;
    display: none; }

  .search_top .search_top_panel .col_inner {
    margin: 0; }

  .search_top .search_top_panel .col_inner:first-child {
    border-top: solid 1px #E6E6E6; }

  .search_top .search_top_panel .item_wrap {
    display: block;
    padding: 0 1rem; }

  /*	２段目（.line_second）*/
  .search_top .line_second .col-md-4 {
    margin-bottom: 1.5rem; }

  .search_top .line_second .search_top_panel_01 {
    display: none; }

  .search_top .line_second .card-title {
    position: relative; }

  .search_top .line_second .card-title::before,
  .search_top .line_second .card-title::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background-color: #004E98; }

  .search_top .line_second .card-title::before {
    top: 48%;
    right: 10px;
    transform: rotate(0deg); }

  .search_top .line_second .card-title::after {
    top: 48%;
    right: 10px;
    transform: rotate(90deg);
    transition: all .3s ease; }

  .search_top .line_second .card-title.close::after {
    transform: rotate(180deg); }

  .line_second .modal-content .modal-title {
    color: #004E98; }

  .line_second .modal-content .modal-body a {
    padding: .5em 0;
    position: relative; }

  .line_second .modal-content .modal-body a::after {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da"; }

  /*	３段目（.line_third）*/
  .search_top .line_third {
    width: auto; }

  .search_top .line_third .col-md-6:first-child .card {
    margin-bottom: 1.5rem;
    padding: 10px 0 10px; }

  .search_top .line_third .work_location {
    padding: 0; }

  .search_top .line_third .work_location ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .search_top .line_third .work_location ul li {
    width: 49%;
    margin-bottom: .4rem; }

  .search_top .line_third .work_location ul li a {
    width: 100%;
    background-color: #004E98;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: .8em 0;
    border-radius: 5px; }

  .search_top .line_third .orange_btn {
    width: 150px; }

  .card_medium_bottom a.btn_gre,
  .card_medium_bottom a.btn_ore {
    margin-bottom: .8rem; } }

@media (min-width: 768px) {
	.search_top .search_top_panel .job_type {
		pointer-events: none;
	}
	.search_top .line_second .card-title {
		pointer-events: none;
	}
}
/*===================================
	sec_4（.latest）
===================================*/
.latest {
  padding: 30px 0 0;
  background-color: #EDF4FE; }

.latest .ttl_box {
  color: #004e98;
  border-bottom: solid 4px #004e98; }

.latest .ttl_box .ttl_img {
  width: 60px; }

.latest .ttl_box h2 {
  font-size: 2.75rem;
  font-weight: bold; }

.latest .ttl_box .ttl_boxR {
  font-weight: bold; }

.latest .ttl_box .ttl_boxR .d-flex {
  background-color: #FFFFFF;
  padding: .5rem 1rem;
  font-size: 1.125rem; }

.latest .ttl_box .ttl_boxR .d-flex div:nth-child(2) {
  color: #333333;
  margin-left: 1em; }

.latest_list {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem; }

.latest_list .col {
  width: 25%;
  padding: 0 .5rem; }

.latest_list .slick-list {
  padding-bottom: 10px; }

.latest_list .card {
  border: 0;
  box-shadow: 0 4px 5px rgba(0, 78, 152, 0.1);
  height: 100%; }

.latest_list .card a {
  height: 100%; }

.latest_list .card a:hover .card_img_cover {
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s; }

.latest_list .card a:hover .card_img_cover img.card-top-img {
  transform: scale(1.1);
  transition-duration: 0.3s; }

.latest_list .card a:hover .card_img_cover::after {
  content: "";
  background-color: #004E98;
  opacity: .40;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.latest_list .card .card-body {
  line-height: 1.8;
  padding: 1rem 1rem; }

.latest_list .card .kyuryo {
  color: #ef5a00;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.latest_list .card .kinmuchi {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.latest_list .card .kinmuchi i {
  color: #004e98; }

.latest_list .card .card-title {
  color: #004e98;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.latest_list .card .syokusyu {
  /*	margin: .5rem 0 0;*/
  padding: .5rem 0 0; }

.latest_list .card .syokusyu span {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #42b3c0;
  border-radius: 4px;
  padding: .2em .5em;
  margin: 0; }

.latest_list .card .cardbott {
  font-size: 14px;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 1.2em;
  position: relative;
  /*	height: 2.3em;*/ }

.latest_list .card .cardbott::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em; }

.latest_list .card .card-footer {
  font-size: 14px;
  background-color: #FFFFFF;
  /*	margin-top: auto;*/
  /*高さおかしくなる*/ }

.latest_list .card .card-footer .row {
  justify-content: flex-start;
  align-items: flex-start; }

.latest .slick-prev {
  width: 40px;
  height: 40px;
  left: -60px; }

.latest .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

.latest .slick-next {
  width: 40px;
  height: 40px;
  right: -60px; }

.latest .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

.latest_list .slick-dots li button:before {
  content: "";
  background-color: #004e98;
  width: 20px;
  height: 6px; }

.latest_list .slick-dots {
  padding: 20px 0;
  margin: 0 0 0 10%;
  width: 80%; }

@media (max-width: 767px) {
  .latest .ttl_box .ttl_img {
    width: 60px; }

  .latest .ttl_box h2 {
    font-size: 2rem; }

  .latest .ttl_box .ttl_boxR .d-flex {
    font-size: .875rem;
    justify-content: space-between; }

  .latest_list {
    width: 100%; }

  .latest_list .col {
    width: 50%; }

  .latest_list .card .kyuryo,
  .latest_list .card .kinmuchi,
  .latest_list .card .syokusyu span {
    font-size: 12px; }

  .latest_list .card h5 {
    font-size: 14px;
    line-height: 1.5; }

  .latest .slick-prev {
    width: 40px;
    height: 40px;
    top: calc(100% - 20px);
    left: 0; }

  .latest .slick-next {
    width: 40px;
    height: 40px;
    top: calc(100% - 20px);
    right: 0; }

  .latest_list .slick-dots {
    bottom: -18px; } }
/*===================================
	sec_5（.clients）
===================================*/
.clients {
  padding: 60px 0; }

.clients .ttl_box {
  color: #004e98;
  text-align: center; }

.clients .ttl_box h2 span {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: .5rem;
  border-bottom: solid 4px #004e98; }

.clients .clients_img {
  max-width: 1110px;
  margin: 30px auto; }

.clients p {
  text-align: center; }

/*===================================
	sec_6（.column）
===================================*/
.column {
  padding: 0 0 30px;
  background-color: #EDF4FE;
  overflow: hidden;
  /*	height: 500px;*/
  position: relative; }

.column::before {
  content: '';
  display: block;
  background-color: #EDF4FE;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1; }

.column .bg_layer {
  /*
  	background: rgb(0,78,152);
  	background: linear-gradient(75deg, rgba(0,78,152,1) 40%, rgba(237,244,254,1) 40%);
  */
  background: url("../img/top/column_bg.png") no-repeat;
  background-position: 15% -30px;
  background-size: contain;
  margin: 0 0 30px;
  position: relative; }

.column .bg_layer::before {
  content: '';
  display: inline-block;
  width: 15%;
  height: calc(100% - 30px);
  position: absolute;
  z-index: 0;
  background-color: #004E98; }

.column .bg_layer .inner {
  position: relative; }

.column .ttl_box {
  color: #FFFFFF;
  padding: 40px 0 30px; }

.column .ttl_box .ttl_img {
  width: 110px; }

.column .ttl_box h2 {
  font-size: 2.75rem;
  font-weight: bold; }

.column .ttl_box a {
  padding: .5rem 1.4rem;
  margin: 1rem 0 0;
  background-color: #FFFFFF;
  border-radius: 2rem;
  color: #004E98;
  display: inline-block; }

.column .ttl_box a:hover i {
  transform: translateX(6px); }

.column .column_list {
  display: flex; }

.column .column_list .col {
  padding: 0 15px; }

.column .column_list .card {
  border: 0;
  border-radius: 0; }

.column .column_list .card-body {
  border-top: solid 4px #004E98; }

.column .column_list .card-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0; }

.column .slick-prev {
  width: 40px;
  height: 40px;
  top: -50px;
  left: calc(97vw - 100px); }

.column .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

.column .slick-next {
  width: 40px;
  height: 40px;
  top: -50px;
  right: 3vw; }

.column .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

@media (max-width: 767px) {
  .column .bg_layer {
    background-size: 98%;
    background-position: left top; }

  .column .bg_layer::before {
    display: none; }

  .column .column_list_sp li {
    margin-bottom: .8rem; }

  .column .ttl_box a {
    display: none; }

  .column .column_list_sp a {
    display: block;
    background-color: #FFFFFF; }

  .column .column_list_sp figure {
    width: 100%;
    min-height: 85px;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

  .column .column_list_sp .text_column p {
    font-size: .8rem;
    font-weight: bold;
    color: #004e98;
    line-height: 1.69;
    margin: 0;
    padding: 1em; }

  .column .column_list_sp a.d-md-none {
    display: inline-block;
    background-color: #004e98;
    color: #FFFFFF;
    border-radius: 2rem;
    padding: .5em 1.4em; } }
/*===================================
（.inquiry）
===================================*/
.inquiry {
  padding: 60px 0 150px;
  background-color: #EDF4FE; }

.inquiry .card-group .card {
  border: 0;
  border-radius: 0;
  position: relative; }

.inquiry .card-group .card a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 78, 152, 0.1); }

.inquiry .card-group .card .img_cover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #004e98;
  opacity: .6;
  display: block; }

.inquiry .card-group .card a:hover .img_cover::after {
  opacity: .8; }

.inquiry .card-group .card .card-body {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  color: #FFFFFF;
  width: 100%; }

.inquiry .card-group .card .card-body .badge {
  font-size: 1.375rem;
  font-weight: normal;
  border: solid 1px #FFFFFF;
  margin-bottom: .5rem; }

.inquiry .card-group .card .card-body h5 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .4;
  margin-bottom: 1rem;
  line-height: 1.5; }

.inquiry .card-group .card .card-body .card-text {
  border-top: solid 2px #FFFFFF;
  padding-top: 1rem; }

.inquiry .card-group .card .arrow i {
  color: #FFFFFF;
  position: absolute;
  top: 25%;
  right: 1rem; }

@media (max-width: 767px) {
  .inquiry {
    padding: 40px 0 80px; }

  .inquiry .card-group .card {
    margin-bottom: 0; }

  .inquiry .card-group .card .card-body {
    bottom: 0rem;
    padding-bottom: 0; }

  .inquiry .card-group .card .card-body .badge {
    font-size: 1rem;
    margin-bottom: .25rem; }

  .inquiry .card-group .card .card-body h5 {
    font-size: 1.5rem;
    margin-bottom: .5rem; }

  .inquiry .card-group .card .card-body .card-text {
    padding-top: .5rem;
    font-size: 1rem; }

  .inquiry .card-group .card .arrow i {
    color: #FFFFFF;
    position: absolute;
    top: 25%;
    right: 1rem; } }
/*===================================
	#linksyu
===================================*/
#linksyu {
  margin-bottom: 60px; }

#linksyu .inner {
  border-top: solid 4px #004e98;
  /*	border-bottom: solid 4px #004e98;*/
  padding: 1.5rem 0; }

#linksyu ul {
  margin: 0;
  padding: 0; }

#linksyu li a {
  margin: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px); }

/*===================================
　追加調整
===================================*/
@media (max-width: 767px) {
  #sec_4 .slick-dots li {
    width: 14px; }

  #sec_4 .slick-dots li button {
    width: 14px; }

  #sec_rec .slick-dots li {
    width: 14px; }

  #sec_rec .slick-dots li button {
    width: 14px; } }
/*===================================
バナーエリア追加
===================================*/
.top_bnr_area {
  padding-top: 40px; }

/*===================================
	sec_rec（.recommend_top）
===================================*/
.recommend_top {
  padding: 60px 0 0; }

.recommend_top .ttl_box {
  color: #004e98;
  border-bottom: solid 4px #004e98; }

.recommend_top .ttl_box .ttl_en {
  font-size: 22px;
  font-style: italic; }

.recommend_top .ttl_box h2 {
  font-size: 2.75rem;
  font-weight: bold; }

.recommend_top .ttl_box .ttl_boxR a {
  position: relative;
  margin-right: 14px;
  color: #004e98;
  font-size: 1.2rem;
  font-weight: bold; }

.recommend_top .ttl_box .ttl_boxR a::after {
  background-color: #004e98;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0; }

.recommend_top .ttl_box .ttl_boxR a:hover::after {
  width: 100%; }

.recommend_top_list {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem; }

.recommend_top_list .slick-list {
  padding-bottom: 10px; }

.recommend_top_list .col {
  width: 25%;
  padding: 0 .5rem; }

.recommend_top_list .card {
  border: 0;
  box-shadow: 0 4px 5px rgba(0, 78, 152, 0.1);
  height: 100%; }

.recommend_top_list .card a {
  height: 100%; }

.recommend_top_list .card a:hover .card_img_cover {
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s; }

.recommend_top_list .card a:hover .card_img_cover img.card-top-img {
  transform: scale(1.1);
  transition-duration: 0.3s; }

.recommend_top_list .card a:hover .card_img_cover::after {
  content: "";
  background-color: #004E98;
  opacity: .40;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.recommend_top_list .card .card-body {
  line-height: 1.8;
  padding: 1rem 1rem; }

.recommend_top_list .card .kyuryo {
  color: #ef5a00;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.recommend_top_list .card .kinmuchi {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.recommend_top_list .card .kinmuchi i {
  color: #004e98; }

.recommend_top_list .card h5 {
  color: #004e98;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.recommend_top_list .card .syokusyu {
  /*	margin: .5rem 0 0;*/
  padding: .5rem 0 0; }

.recommend_top_list .card .syokusyu span {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #42b3c0;
  border-radius: 4px;
  padding: .2em .5em;
  margin: 0; }

.recommend_top_list .card .cardbott {
  font-size: 14px;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 1.2em;
  position: relative;
  /*	height: 2.3em;*/ }

.recommend_top_list .card .cardbott::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em; }

.recommend_top_list .card .card-footer {
  font-size: 14px;
  background-color: #FFFFFF;
  /*	margin-top: auto;*/
  /*高さおかしくなる*/ }

.recommend_top_list .card .card-footer .row {
  justify-content: flex-start;
  align-items: flex-start; }

.recommend_top .slick-prev {
  width: 40px;
  height: 40px;
  left: -60px; }

.recommend_top .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

.recommend_top .slick-next {
  width: 40px;
  height: 40px;
  right: -60px; }

.recommend_top .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

.recommend_top_list .slick-dots li button:before {
  content: "";
  background-color: #004e98;
  width: 20px;
  height: 6px; }

.recommend_top_list .slick-dots {
  padding: 20px 0;
  margin: 0 0 0 10%;
  width: 80%; }

@media (max-width: 767px) {
  #sec_rec .slick-dots li {
    width: 10px;
		margin: 0 4px; }

  #sec_rec .slick-dots li button {
    width: 10px; }
		
	.recommend_top_list .slick-dots li button:before {
		width: 12px; }

  .recommend_top {
    padding: 40px 0 0; }

  .recommend_top .ttl_box .ttl_en {
    font-size: 18px; }

  .recommend_top .ttl_box h2 {
    font-size: 2rem; }

  .recommend_top .ttl_box .ttl_boxR a {
    margin-right: 0;
    font-size: 1rem; }

  .recommend_top_list {
    width: 100%; }

  .recommend_top_list .col {
    width: 50%; }

  .recommend_top_list .card .kyuryo,
  .recommend_top_list .card .kinmuchi,
  .recommend_top_list .card .syokusyu span {
    font-size: 12px; }

  .recommend_top_list .card h5 {
    font-size: 14px;
    line-height: 1.5; }

  .recommend_top .slick-prev {
    width: 40px;
    height: 40px;
    top: calc(100% - 20px);
    left: 0; }

  .recommend_top .slick-next {
    width: 40px;
    height: 40px;
    top: calc(100% - 20px);
    right: 0; }

  .recommend_top_list .slick-dots {
    bottom: -18px; } }
/*===================================
	top_feature.php
===================================*/
@media (max-width: 767px) {
  .d-flex.fd_direc {
    flex-direction: column; }

  .column .column_list_sp .fd_direc figure {
    min-height: 190px; } }


/*===================================
	220921_MV改修追記
===================================*/
body.top {
  background-color: transparent; }
  body.top main, body.top .m_footer {
    background-color: #fff; }

.mv_2022 {
  position: relative; }
  .mv_2022 .btn_wrap {
    position: absolute;
    right: 5vw;
    bottom: 20px;
    width: 14vw;
    transition: .2s; }
    .mv_2022 .btn_wrap a {
      transition: .2s; }
    .mv_2022 .btn_wrap a:hover {
      transform: scale(1.05); }
    .mv_2022 .btn_wrap .img {
      width: 100%; }
.mv_2022 .btn_wrap.btn_mik {
	position: absolute;
	right: 9%;
	bottom: 11%;
	width: 18.6%;
	transition: .2s;
}

.search_area.s_area_2022 {
  padding: 22px 0 35px;
  background: linear-gradient(45deg, #f2f2f2, #fff, #f2f2f2);
  background: #fff;
  color: #333; }
  .search_area.s_area_2022 .line_01 .col-auto {
    font-weight: 700; }
    .search_area.s_area_2022 .line_01 .col-auto strong {
      color: #e83f5a;
      font-weight: 700; }
  .search_area.s_area_2022 .line_03 .form-select, .search_area.s_area_2022 .line_03 .form-control {
    border: 1px solid #004e98; }
  .search_area.s_area_2022 .line_03 .search_btn button, .search_area.s_area_2022 .line_03 .text_search button {
    background-color: #004e98; }

.about {
  position: relative;
  background: #00000040; }
  .about .movie_block {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: -1; }
    .about .movie_block video {
      height: 100vh;
      width: 100vw;
      object-fit: cover; }
  .about .text_wrap {
    position: relative; }
    .about .text_wrap::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20%;
      z-index: 0;
      background-color: #edf4fe; }
    .about .text_wrap .copy {
      padding: 90px 0 70px;
      text-align: center; }
      .about .text_wrap .copy img {
        width: 170px;
        margin-bottom: 24px; }
      .about .text_wrap .copy .uh-1 {
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
        font-size: 28px;
        letter-spacing: .1em; }
    .about .text_wrap .box {
      position: relative;
      padding: 60px;
      z-index: +1; }
      .about .text_wrap .box::before {
        transform: skewX(-5deg);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #fff; }
      .about .text_wrap .box .col-md-4 {
        text-align: center; }
        .about .text_wrap .box .col-md-4 img {
          height: 100px; }
        .about .text_wrap .box .col-md-4 p {
          margin: 20px auto;
          max-width: 80%;
          text-align: center; }
        .about .text_wrap .box .col-md-4 a {
          background: #004e98;
          color: #fff;
          border-radius: 1em;
          text-align: center;
          padding: .6em 3.2em;
          letter-spacing: .1em;
          font-weight: 700;
          transition: .2s;
          position: relative; }
          .about .text_wrap .box .col-md-4 a::after {
            content: "▶︎";
            position: absolute;
            right: 1.1em;
            top: 50%;
            transform: translateY(-50%);
            font-size: .8em; }
          .about .text_wrap .box .col-md-4 a:hover {
            transform: scale(0.95); }

.recommend_top {
  background: #edf4fe; }

section#sec_1 {
  background: #fff; }

@media screen and (max-width: 767px) {
  .search_area.s_area_2022 .line_03 .search_btn button {
    width: 100%; height: 52px; }

  .about .text_wrap .copy {
    padding: 60px 20px 40px; }
    .about .text_wrap .copy img {
      width: 150px; }
    .about .text_wrap .copy .uh-1 {
      font-size: 20px; }
  .about .text_wrap .box {
    padding: 30px 20px; }
    .about .text_wrap .box::before {
      transform: none; }
    .about .text_wrap .box .col-md-4 {
      margin-bottom: 30px; }
      .about .text_wrap .box .col-md-4 img {
        height: 60px; }
      .about .text_wrap .box .col-md-4 p {
        max-width: 100%;
        margin: 10px auto;
        font-size: 12px; }
      .about .text_wrap .box .col-md-4 a {
        font-size: 11px;
        padding: .6em 3.4em; }
        .about .text_wrap .box .col-md-4 a::after {
          font-size: .1em;
          right: 7px; }
    .about .text_wrap .box .col-6 {
      margin-bottom: 0; }
      .about .text_wrap .box .col-6 a {
        width: 100%;
        letter-spacing: 0;
        padding: .6em 1em; }
    .about .text_wrap .box .hp_flex {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }

  section#sec_1 .inner {
    padding-bottom: 0; }

  #page_top_sp {
    right: auto;
    left: 15px; }

  .wc-static-ctn {
    bottom: 57px !important; } }


/*===================================
	news_area
===================================*/
.news_area {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.news_area .inner {
	display: flex;
	justify-content: space-between;
}
#newsTicker {
	width: calc(100% - 258px);
	height: 52px;
	display: flex;
	align-items: center;
}
.newsTicker_title {
	width: 152px;
	height: 100%;
	background-color: #E83F5A;
	border: solid 1px #E83F5A;
	border-radius: 4px 0 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsTicker_title img {
	max-width: 108px;
}
.newsTicker_inner {
	width: calc(100% - 152px);
	height: 52px;
	line-height: 52px;
	border: solid 1px #E83F5A;
	border-radius: 0 4px 4px 0;
}
.slider_newsticker {
	padding: 0 10px;
	overflow: hidden;
}
.slider_newsticker > div {
	overflow: hidden;
}
.slider_newsticker a {
	white-space: nowrap;
}
.slider_newsticker a span:not(.date) {
	font-weight: bold;
}
.to_newsall {
	width: 240px;
	margin-left: 18px;
}
.to_newsall a {
	background-color: #E83F5A;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 1em;
	white-space: nowrap;
	position: relative;
	height: 52px;
	line-height: 52px;
}
.to_newsall a::after {
	content: "▶︎";
	position: absolute;
	right: 1.1em;
	top: 50%;
	transform: translateY(-50%);
	font-size: .8em;
}
.slider_newsticker .slick-slide {
	margin-right: 4em;
}

@media screen and (max-width: 767px) {
.news_area .inner {
	flex-wrap: wrap;
}
#newsTicker {
	width: 100%;
	height: auto;
	flex-direction: column;
	margin-bottom: 12px;
}
.newsTicker_title {
	width: 100%;
	background-color: unset;
	border: 0;
	margin-bottom: 16px;
}
.newsTicker_title img {
	max-width: 160px;
	display: block;
	margin: 0 auto;
}
.newsTicker_inner {
	width: 100%;
	border-radius: 4px;
}
.to_newsall {
	width: 100%;
	margin-left: 0;
}
.to_newsall a {
	padding-right: 0;
	font-size: 18px;
}
.to_newsall a::after {
	display: none;
}


}


/*===================================
	230922_recommend_top inquiry
===================================*/

.recommend_top_list .card .card-title {
	color: #004e98;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inquiry .card-group .card .card-body h2 {
	font-size: 2rem;
    font-weight: bold;
    letter-spacing: .4px;
    margin-bottom: 1rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
	.inquiry .card-group .card .card-body h2 {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
}

