@charset "UTF-8";
html {
  font-size: 15px;
}
@media (max-width: 639px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  /* -webkit-font-smoothing: antialiased; */
  line-height: 1.8em;
  overflow-x: hidden;
}

th {
  vertical-align: top;
}

a:link,
a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #0D3E8F;
  text-decoration: underline;
}

p + p {
  margin-top: 1em;
}

.fav_btn {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: -10px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fav_btn::before, .fav_btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fav_btn::before {
  width: 16px;
  height: 20px;
  background-color: #999;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.fav_btn:hover::before, .fav_btn.active::before {
  background-color: #ef7e93;
}
.fav_btn::after {
  width: 0;
  height: 0;
  bottom: 10px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
}

#fv_slide {
  position: relative;
  z-index: 10;
}
#fv_slide .slick-slide img {
  width: 100%;
}
#fv_slide .slick-dots {
  bottom: 10px;
}
#fv_slide .slick-dots li button::before {
  font-size: 30px;
  opacity: 0.7;
  color: #fff;
}
#fv_slide .slick-dots li.slick-active button::before {
  opacity: 0.7;
  color: #3b5678;
}
#fv_slide .top_search {
  position: absolute;
  top: 70%;
  left: 10%;
  width: 600px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  font-size: 15px;
}
@media (max-width: 1500px) {
  #fv_slide .top_search {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  #fv_slide .top_search {
    width: 520px;
  }
}
@media (max-width: 900px) {
  #fv_slide .top_search {
    width: 440px;
    padding: 7px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #fv_slide .top_search {
    top: 53%;
    left: 5%;
    width: 90%;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  }
}
#fv_slide .top_search .all_recruiting {
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 6px 30px 8px;
  background-color: #ffe400;
  border-radius: 100px;
  font-size: 14px;
  transform: translateX(-50%);
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 900px) {
  #fv_slide .top_search .all_recruiting {
    top: -15px;
    padding: 3px 15px 4px;
    font-size: 11px;
  }
}
#fv_slide .top_search .all_recruiting::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ffe400 transparent transparent transparent;
}
#fv_slide .top_search h3 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 900px) {
  #fv_slide .top_search h3 {
    font-size: 11px;
    line-height: 1.2;
  }
}
#fv_slide .top_search h3 img {
  margin-left: 10px;
}
@media (max-width: 900px) {
  #fv_slide .top_search h3 img {
    width: 12px;
    height: 12px;
  }
}
#fv_slide .top_search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 1200px) {
  #fv_slide .top_search form {
    margin: 7px;
  }
}
@media (max-width: 900px) {
  #fv_slide .top_search form {
    /*flex-direction: column;*/
    flex-wrap: wrap;
    margin: 10px 0 5px;
  }
}
#fv_slide .top_search select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 204px;
  height: 55px;
  padding: 0 2em 0 1em;
  background: #fff;
  background-image: url(/img/front/pc/common/arr_ss_b_bl.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  border: 1px solid #666;
  border-radius: 6px;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  #fv_slide .top_search select {
    width: 180px;
    height: 40px;
    /*padding: 0 2em 0 1em;*/
  }
}
@media (max-width: 900px) {
  #fv_slide .top_search select {
    width: 45%;
    height: 30px;
    background-image: url(/img/front/sp/common/arr_s_b_bl.png);
    background-size: 10px 6px;
    background-position: right 10px center;
    border-radius: 3px;
    font-size: 12px;
  }
}
#fv_slide .top_search select:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fv_slide .top_search select::-ms-expand {
  display: none;
}
@media (max-width: 900px) {
  #fv_slide .top_search .icon_x {
    width: 6.5px;
    height: 6.5px;
    margin: 5px 0;
  }
}
#fv_slide .top_search input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 55px;
  margin-left: 10px;
  background: #0D3E8F;
  border: none;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 900px) {
  #fv_slide .top_search input[type=submit] {
    width: 100%;
    height: 30px;
    margin-left: 0;
    margin-top: 5px;
    border-radius: 3px;
  }
}
#fv_slide .top_search input[type=submit]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fv_slide .top_search .detail {
  color: #0D3E8F;
  text-decoration: none;
}
#fv_slide .top_search .detail::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 1px solid #0D3E8F;
  border-right: 1px solid #0D3E8F;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  #fv_slide .top_search input[type=submit] {
    height: 40px;
  }
}
@media (max-width: 900px) {
  #fv_slide .top_search input[type=submit] {
    width: 100%;
    height: 30px;
  }
  #fv_slide .top_search .detail::after {
    width: 8px;
    height: 8px;
    margin-left: 6px;
  }
}

#fv_slide .fv_lead {
  position: absolute;
  top: 46%;
  left: 10%;
}
#fv_slide .fv_lead img {
  width: 817px;
}
@media (max-width: 1500px) {
  #fv_slide .fv_lead img {
    width: 54vw;
  }
}

#fv_slide .fv_img {
  position: absolute;
  top: 72%;
  right: 5%;
  width: calc(52800vw / 1500);
}
#fv_slide .fv_img img {
  width: 100%;
}
@media (max-width: 1200px) {
  #fv_slide .fv_img {
    position: absolute;
    top: 72%;
    right: 5%;
    width: calc(42800vw / 1500);
  }
  #fv_slide .fv_img img {
    width: 100%;
  }
}

.box-shadow {
  box-shadow: 1px 1px 2px #9e9e9e;
}

.accordion_btn {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 639px) {
  .accordion_btn {
    padding: 12px 15px;
    font-size: 14px;
  }
}
.accordion_btn.active {
  border-radius: 5px 5px 0 0;
}
.accordion_btn::before, .accordion_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #0D3E8F;
}
.accordion_btn::after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.accordion_btn.active::after {
  transform: rotate(0deg);
}

@media (max-width: 767px) {
  .search_contents {
    display: none;
    padding: 0;
    border-radius: 5px;/* 削除禁止：jsで利用中 */
  }
}
.search_contents .search_lead {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 639px) {
  .search_contents .search_lead {
    font-size: 14px;
  }
}
.search_contents > .flex,
.search_contents > .flex_start {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .search_contents > .flex,
.search_contents > .flex_start {
    display: block;
  }
}
.search_contents .left {
  width: 190px;
  padding-top: 5px;
  font-size: 20px;
}
@media (max-width: 940px) {
  .search_contents .left {
    width: 130px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search_contents .left {
    width: 100%;
  }
}
.search_contents .right {
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .search_contents .right {
    width: 100%;
  }
}
.search_contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 40px 10px 10px;
  background-color: #fff;
  background-image: url(../../../img/front/pc/common/arr_s_b_blk.png);
  background-repeat: no-repeat;
  background-position: top 17px right 15px;
  border: 1px solid #999;
  font-size: 16px;
}
@media (max-width: 940px) {
  .search_contents select {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 5px;
    padding: 8px 40px 8px 15px;
    background-position: top 15px right 17px;
  }
}
.search_contents select:not(:last-child) {
  margin-right: 10px;
}
.search_contents select::-ms-expand {
  display: none;
}
.search_contents .sub_categories {
  margin-top: -10px;
}
.search_contents .sub_categories.sub_categories_flex {
  display: flex;
  flex-wrap: wrap;
}
.search_contents .sub_categories li:not(:last-child) {
  margin-right: 10px;
}
.search_contents .sub_categories input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.search_contents .sub_categories input[type=checkbox] + span {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  border: 1px solid #999;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 639px) {
  .search_contents select:not(:last-child) {
    margin-right: 0;
  }
  .search_contents .sub_categories input[type=checkbox] + span {
    padding: 7px 13px 10px;
    font-size: 11px;
    line-height: 1.2;
  }
}
.search_contents .sub_categories input[type=checkbox]:checked + span {
  background-color: #0D3E8F;
  border-color: #0D3E8F;
  color: #fff;
}
.search_contents .sub_categories input[type=checkbox]:focus-visible + span {
  outline: 2px solid;
}
.search_contents .sub_categories.tag_icon input[type=checkbox] + span {
  padding: 5px 20px 5px 40px;
  background-image: url(../../../img/front/pc/common/icon_tag_s.svg);
  background-repeat: no-repeat;
  background-position: left 17px top 13px;
}
@media (max-width: 639px) {
  .search_contents .sub_categories.tag_icon input[type=checkbox] + span {
    padding: 7px 13px 7px 30px;
    background-size: 11px 11px;
    background-position: left 13px top 9px;
  }
}
.search_contents input[type=text] {
  padding: 12px 15px 10px;
  width: 100%;
}
.search_contents .overflow {
  overflow: auto;
}
.search_contents input[type=submit] {
  width: 260px;
  height: 50px;
  margin-top: 40px;
  padding-left: 20px;
  background-color: #ffe400;
  background-image: url(../../../img/front/pc/common/icon_search_s_blk.png);
  background-repeat: no-repeat;
  background-position: center left 50px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  line-height: 50px;
}

.form {
}
.form form {
  padding: 20px 0 40px;
}
.form ._error_message {
  color: #D60000;
}
.form table {
  width: 100%;
}
.form th,
.form td {
  padding: 5px 0;
}
.form th {
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 20px;
  width: 240px;
}
.form th span {
  color: #D60000;
  font-weight: bold;
}
.form input[type=text],
.form input[type=email],
.form input[type=password] {
  max-width: 100%;
  background-color: #eee;
  border: none;
  padding: 5px 10px;
}
.form input[type=text].s,
.form input[type=email].s {
  max-width: 60px;
}
.form input[type=text].ms,
.form input[type=email].ms {
  max-width: 120px;
}
.form input[type=text].m,
.form input[type=email].m {
  max-width: 200px;
}
.form input[type=text].l,
.form input[type=email].l {
  max-width: 320px;
}
.form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #eee inset !important;
}
.form label {
  margin-right: 20px;
}
.form input[type=radio],
.form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.form .checkbox {
  display: inline-block;
}
.form label {
  cursor: pointer;
}
.form .input.radio label,
.form .checkbox label {
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-left: 24px;
  line-height: 30px;
}
.form .input.radio input[type=radio] + label {
  background-image: url(../../../img/front/pc/common/form_m_radio_off.png);
}
.form .input.radio input[type=radio]:checked + label {
  background-image: url(../../../img/front/pc/common/form_m_radio_on.png);
}
.form .checkbox input[type=checkbox] + label {
  background-image: url(../../../img/front/pc/common/form_l_check_off.png);
}
.form .checkbox input[type=checkbox]:checked + label {
  background-image: url(../../../img/front/pc/common/form_l_check_on.png);
}
.form .input.radio input[type=radio]:focus-visible + label,
.form .checkbox input[type=checkbox]:focus-visible + label {
  outline: 2px solid;
}
.form select {
  background-color: #eee;
  border: none;
  display: inline-block;
  max-width: 100%;
  font: inherit;
  line-height: 1.5em;
  padding: 5px 35px 5px 5px;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../../img/front/pc/common/arr_s_b_blk.png);
  background-repeat: no-repeat;
  background-position: top 8px right 9px;
}
.form select::-ms-expand {
  display: none;
}
.form textarea {
  background-color: #eee;
  border: none;
  padding: 10px 5px;
  width: 100%;
  height: 140px;
  resize: vertical;
}
.form .search_address {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  background-color: #FAF5EC;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none !important;
  line-height: 1;
}
.form input[type=submit] {
  width: 280px;
  padding: 14px 10px 10px;
  background-color: #FFEB01;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}
.form input[type=submit]:hover {
  opacity: 0.7;
}
.form input[type=submit] + p {
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 519px) {
  .form th,
  .form td {
    display: block;
    /*padding: 10px 0;*/
  }
  .form th {
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .form td {
    padding-top: 5px;
  }
}

.attention {
  display: flex;
}
.attention .shop_offer_card > section {
  padding: 10px;
}
.attention .fav_btn {
  width: 32px;
  height: 32px;
}
.attention .fav_btn::before {
  bottom: 8px;
  width: 12px;
  height: 16px;
}
.attention .fav_btn::after {
  bottom: 8px;
  border-width: 0 5px 5px 5px;
}
.attention .title {
  margin-bottom: 5px;
  font-size: 14px;
}
.attention .company {
  padding-bottom: 0;
  font-size: 12px;
}
.attention .detail {
  font-size: 11px;
}
.attention .shop_offer_card > section .detail > * {
  min-height: 20px;
}
@media (max-width: 1200px) {
  .container .attention {
    display: block;
  }
}
@media (max-width: 767px) {
  .attention {
    display: block;
  }
}

.shop_offer_card > section {
  width: calc(28500% / 1200);
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .container .shop_offer_card > section {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
  }
}
@media (max-width: 940px) {
  .shop_offer_card > section {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .shop_offer_card > section {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
  }
}
.shop_offer_card > section:not(:last-child) {
  margin-right: calc(calc(100% - calc(calc(28500% / 1200) * 4)) / 3);
}
@media (max-width: 1200px) {
  .container .shop_offer_card > section:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .shop_offer_card > section:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.shop_offer_card > section a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.shop_offer_card > section a:hover {
  opacity: 0.8;
}
.shop_offer_card > section .area {
  display: none;
}
.shop_offer_card > section .img {
  display: block;
}
@media (max-width: 1200px) {
  .container .shop_offer_card > section .img {
    flex-shrink: 0;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .shop_offer_card > section .img {
    flex-shrink: 0;
    width: 25%;
  }
}
.shop_offer_card > section .img img {
  width: 100%;
  aspect-ratio: 240 / 200;
  object-fit: cover;
  object-position: center;
}
.shop_offer_card > section .fav_btn {
  margin-top: -35px;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .container .shop_offer_card > section .fav_btn {
    position: absolute;
    left: calc(25% - 25px);
    bottom: -3px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .shop_offer_card > section .fav_btn::before {
    width: 12px;
    height: 18px;
    bottom: 5px;
  }
  .shop_offer_card > section .fav_btn::after {
    bottom: 5px;
  }
  .shop_offer_card > section .content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 30px 0 15px;
  }
  .shop_offer_card > section .content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .shop_offer_card > section .fav_btn {
    position: absolute;
    left: calc(25% - 25px);
    bottom: -3px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .shop_offer_card > section .fav_btn::before {
    width: 12px;
    height: 18px;
    bottom: 5px;
  }
  .shop_offer_card > section .fav_btn::after {
    bottom: 5px;
  }
  .shop_offer_card > section .content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 30px 0 15px;
  }
  .shop_offer_card > section .content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}
.shop_offer_card > section .category {
  display: none;
}
.shop_offer_card > section .title {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .container .shop_offer_card > section .title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .shop_offer_card > section .title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.shop_offer_card > section .company {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 13px;
}
.shop_offer_card > section .detail {
  display: flex;
  flex-wrap: wrap;
  color: #444;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .container .shop_offer_card > section .company {
    display: none;
  }
  .shop_offer_card > section .detail {
    display: none;
  }
}
@media (max-width: 767px) {
  .shop_offer_card > section .company {
    display: none;
  }
  .shop_offer_card > section .detail {
    display: none;
  }
}
.shop_offer_card > section .detail > * {
  flex-shrink: 0;
  width: 100%;
  min-height: 27px;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop_offer_card > section .detail .work_location {
  background-image: url(../../../img/front/pc/common/icon_address_s.png);
}
.shop_offer_card > section .detail .salary {
  background-image: url(../../../img/front/pc/common/icon_salary_s.png);
}
.shop_offer_card > section .detail .offer_category {
  background-image: url(../../../img/front/pc/common/icon_cate_s.png);
}
.shop_offer_card > section .detail .offer_category span {
  display: inline-block;
  margin-right: 5px;
}
.shop_offer_card > section .detail .work_time {
  background-image: url(../../../img/front/pc/common/icon_time_s.png);
}

.ttl01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #1B85DD;
  padding-bottom: 15px;
}
.ttl01.sub {
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #1B85DD;
  padding-bottom: 10px;
}

.ttl02 {
  background-color: #00bcb4;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.ttl03 {
  background-color: #7d7d7d;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.box01 {
  background-color: rgba(255, 255, 255, 0.24);
  padding: 25px 40px;
}
.box01 h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.box01 p + h2 {
  margin-top: 30px;
}

.box02 {
  border: 1px solid #dbdbdb;
}

.box03 {
  background-color: #fff;
  padding: 30px;
}

.tbl01 {
  width: 100%;
  border-top: 1px dotted #333;
}
.tbl01 th,
.tbl01 td {
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}
.tbl01 th {
  font-weight: bold;
  text-align: left;
  width: 25%;
}

.tbl02 {
  width: 100%;
}
.tbl02 th,
.tbl02 td {
  padding: 5px 10px;
}
.tbl02 th {
  font-weight: bold;
  text-align: center;
  background-color: #FAF5EC;
  width: 160px;
  vertical-align: top;
}
.tbl02 tr:not(:first-child) th {
  border-top: 1px solid #ccc;
}

.tbl03 {
  width: 100%;
  background-color: #FAF5EC;
  padding: 0;
}
.tbl03 th,
.tbl03 td {
  padding: 15px 15px 15px 20px;
}
.tbl03 tr:not(:last-child) th,
.tbl03 tr:not(:last-child) td {
  border-bottom: 1px dotted #333;
}
.tbl03 th {
  font-weight: bold;
  text-align: left;
  width: 180px;
}

.tbl04 {
  width: 100%;
}
.tbl04 th,
.tbl04 td {
  border-bottom: 2px dotted #FF8B00;
  padding: 10px 0 10px 8px;
}
.tbl04 th {
  text-align: left;
  width: 25%;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper > .container {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.wrapper > .container > .contents {
  width: calc(100% - 300px);
}
.wrapper > .container > .sidebar {
  width: 280px;
}
.wrapper > .container_oneclm {
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .wrapper > .container {
    display: block;
    /*padding-top: 30px;*/
  }
  .wrapper > .container > .contents,
  .wrapper > .container > .sidebar {
    width: 100%;
  }
  .wrapper > .container > .sidebar {
    margin-bottom: 50px;
  }
}

#header_inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 51;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
/* @media (max-width: 767px) { */
  #header_inner {
    position: fixed;
  }
/* } */
#header_inner .common_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_inner .h1 {
  position: absolute;
  left: 30px;
  top: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  #header_inner.not_is_home .h1 {
    position: static;
  }
}
#header_inner .h1 a {
  display: block;
  padding: 23px 28px;
}
@media (min-width: 768px) {
  #header_inner.not_is_home .h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
}
#header_inner .h1 a img {
  vertical-align: middle;
  height: 60px;
}
@media (min-width: 768px) {
  #header_inner.not_is_home .h1 a img {
    /* height: 45px; */
  }
}
@media (max-width: 1200px) {
  #header_inner .h1 {
    left: 20px;
  }
  #header_inner .h1 a {
    /* padding: 10px 20px; */
  }
}
@media (max-width: 767px) {
  #header_inner .h1 {
    position: static;
    background-color: transparent;
    padding: 6px 10px;
  }
  #header_inner .h1 a {
    padding: 2px 8px;
    background-color: #fff;
  }
  #header_inner .h1 a img {
    height: 50px;
  }
}
@media (max-width: 643px) {
  #header_inner .h1 a img {
    height: 45px;
  }
}
@media (max-width: 519px) {
  #header_inner .h1 a img {
    height: 40px;
  }
}
@media (max-width: 439px) {
  #header_inner .h1 {
    padding: 6px 5px;
  }
  #header_inner .h1 a img {
    height: 30px;
  }
}

#main_nav {
  margin-left: auto;
}
#main_nav ul {
  display: flex;
  align-items: center;
}
#main_nav li {
  white-space: nowrap;
  height: 64px;
}
@media (max-width: 767px) {
  #main_nav {
    margin-left: 0;
  }
  #main_nav li {
  }
}
#main_nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  #main_nav li a {
    padding: 0 10px;
  }
}
#main_nav li a.register_link {
  padding: 0 30px;
  background-color: #B3DBEA;
  font-size: 17px;
}
#main_nav li a.register_link:hover {
  background-color: rgba(233, 255, 252, 0.6);
}
#main_nav li a.register_link img {
  margin-right: 10px;
}
@media (max-width: 1200px) {
  #main_nav li a.register_link {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #main_nav li a.register_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
  }
  #main_nav li a.register_link img {
    margin-right: 0;
  }
}
@media (max-width: 519px) {
  #main_nav li a.register_link {
    padding: 0 5px 5px;
  }
}
@media (max-width: 439px) {
  #main_nav li a.register_link {
    font-size: 10px;
  }
}
#main_nav li a.favorite_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px 5px;
  background-color: #ffeb01;
  font-size: 11px;
  font-weight: bold;
}
#main_nav li a.favorite_link:hover {
  background-color: rgba(255, 235, 1, 0.6);
}
@media (max-width: 519px) {
  #main_nav li a.favorite_link {
    padding: 0 5px 5px;
  }
}
@media (max-width: 439px) {
  #main_nav li a.favorite_link {
    font-size: 10px;
  }
}
#main_nav li a.application {
  padding: 0 30px;
  background-color: #0D3E8F;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
#main_nav li a.application:hover {
  background-color: rgba(27, 133, 2212, 0.6);
  color: #fff;
}
#main_nav li a.application img {
  margin-right: 10px;
}
#main_nav li a.application span {
  text-align: center;
}
#main_nav li a.application span span {
  font-size: 17px;
}
@media (max-width: 1200px) {
  #main_nav li a.application {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #main_nav li a.application {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: inherit;
  }
  #main_nav li a.application img {
    margin-right: 0;
  }
}
@media (max-width: 519px) {
  #main_nav li a.application {
    padding: 0 5px 5px;
  }
}
@media (max-width: 439px) {
  #main_nav li a.application {
    font-size: 10px;
  }
}
#main_nav li a:hover,
#main_nav li a.selected {
  color: #333;
  background-color: rgba(0, 138, 212, 0.1);
}
#main_nav li.tel {
  padding: 0 25px 5px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  #main_nav li.tel {
    padding: 0 15px 5px;
  }
}
#main_nav li.tel .tel_num {
  color: #0D3E8F;
  font-size: 27px;
}
#main_nav .gnavi_btn {
  display: none;
  cursor: pointer;
}
#main_nav + .sp_menu {
  display: none;
  visibility: hidden;
}

@media (max-width: 1080px) {
  #main_nav {
    display: flex;
  }
  #main_nav li:nth-child(1), #main_nav li:nth-child(2), #main_nav li:nth-child(3), #main_nav li.tel {
    display: none;
  }
  #main_nav .gnavi_btn {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 64px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  #main_nav .menu-trigger {
    position: relative;
    display: block;
    width: 24px;
    height: 20px;
  }
  #main_nav .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #0D3E8F;
    transition: all 0.4s ease;
  }
  #main_nav .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #main_nav .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  #main_nav .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #main_nav .gnavi_btn.open .menu-trigger span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  #main_nav .gnavi_btn.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #main_nav .gnavi_btn.open .menu-trigger span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  #main_nav + .sp_menu {
    position: absolute;
    top: 64px;
    left: 100%;
    display: block;
    width: 50%;
    height: calc(100vh - 60px);
    background-color: #fff;
    opacity: 0;
    overflow-y: scroll;
    transition: all 0.3s ease;
  }
  #main_nav + .sp_menu.active {
    left: 50%;
    opacity: 1;
    visibility: visible;
  }
  #main_nav + .sp_menu .sp_menu_inner {
    padding: 20px;
  }
  #main_nav + .sp_menu ul li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  #main_nav + .sp_menu .btn_area {
    margin-top: 20px;
  }
  #main_nav + .sp_menu .sp_tel {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  #main_nav + .sp_menu .sp_tel .tel_num {
    color: #0D3E8F;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  #main_nav + .sp_menu {
    width: 100%;
  }
  #main_nav + .sp_menu.active {
    left: 0%;
  }
}
@media (max-width: 439px) {
  #main_nav .gnavi_btn {
    width: 50px;
  }
}
#global_areas {
  padding-top: 10px;
}
#global_areas ul {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
#global_areas ul li {
  flex-grow: 1;
  text-align: center;
  max-width: 150px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#global_areas ul li a {
  display: block;
  border-top: 2px solid #eee;
  border-right: 1px solid #e1e1e1;
  text-align: center;
  background-color: #eee;
  color: #000;
  text-decoration: none;
  padding: 6px 0;
}
#global_areas ul li:first-child a {
  border-left: 1px solid #e1e1e1;
}
#global_areas ul li.selected a,
#global_areas ul li a:hover {
  color: #f7333d;
  border-top: 2px solid #f7333d;
  background-color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  #global_areas {
    display: none;
  }
}

#pankuzu {
  max-width: 900px;
  width: 100%;
  padding-top: 117px;
  margin: 0 auto;
}
#global_areas + #pankuzu {
  padding-top: 0;
}
#pankuzu ul {
  font-size: 14px;
  display: flex;
}
#pankuzu > ul > li {
  flex-shrink: 0;
}
#pankuzu > ul > li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 767px) {
  #pankuzu {
    padding: 67px 10px 0;
  }
  #pankuzu ul {
    overflow: scroll;
  }
}

/* TODO */
.sidebar_wrapper > *:not(:last-child):not(h3) {
  margin-bottom: 30px;
}
.sidebar_wrapper > h3 {
  margin-bottom: 10px;
}

.sidebar_wrapper .banner {
  display: none;
}

.side_nav h3 {
  border-bottom: 1px solid #aeaeae;
  height: 50px;
  background-image: url(../../../img/front/pc/common/side_title_bg.png);
  padding: 15px 10px 10px 20px;
  font-size: 15px;
  font-weight: bold;
}

.side_nav h3 img {
  margin-right: 10px;
  margin-top: -4px;
}

.side_nav_area > ul {
  background-color: #f6f6f6;
  padding: 15px 0;
}

.side_nav_category > ul {
  background-color: #f6f6f6;
  padding: 15px 0;
}

.side_nav div,
.side_nav a {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

.accordion_body {
  background-color: #eee;
  border-bottom: 1px solid #f5f5f5;
}

.side_nav div.level1,
.level_form div.level1 {
  background-color: #00bcb4;
  color: #fff;
}

.side_nav .accordion,
.level_form .accordion {
  cursor: pointer;
  background-image: url(../../../img/front/pc/common/icon_plus_red.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-bottom: 1px solid #aeaeae;
  padding: 6px 30px 5px 22px;
  width: 100%;
}

.side_nav a {
  padding: 4px 10px 3px 40px;
  background-image: url(../../../img/front/pc/common/arr_s_r_gr.png);
  background-repeat: no-repeat;
  background-position: top 11px left 28px;
}

.side_nav .accordion:hover,
.side_nav a:hover {
  background-color: #fdfdfd;
  color: #333;
}

.side_nav .selected,
.level_form .selected {
  background-color: #e1e1e1;
  background-image: url(../../../img/front/pc/common/icon_minus_red.png);
  border-bottom: 1px solid #aeaeae;
}

.side_nav .selected:hover,
.level_form .selected:hover {
  background-color: #fdfdfd;
}

.side_nav .link-btn {
  background: #fff;
  padding: 10px;
}
.side_nav .link-btn a {
  border: 2px solid #babdbf;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  transition: none;
  background: #fff;
}
.side_nav .link-btn a::before {
  content: ">";
  font-weight: normal;
  padding-right: 20px;
}
.side_nav .link-btn a:hover {
  background-color: #babdbf;
  color: #fff;
}

.level_form .accordion_select_all {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0 5px 0;
  margin-bottom: 5px;
}

#search_links {
  padding: 60px 0;
  background-color: #ecf8ff;
}
@media (max-width: 639px) {
  #search_links {
    padding: 0;
  }
  #search_links .wrapper {
    padding: 0;
  }
}
#search_links section:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  #search_links section:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  #search_links section:not(:first-child) h2 {
    border-top: 1px solid #ccc;
  }
}
#search_links h2 {
  height: 20px;
  padding-left: 30px;
  background-image: url(../../../img/front/pc/common/icon_search_m_bl.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 639px) {
  #search_links h2 {
    position: relative;
    height: 52px;
    padding: 0 20px 0 50px;
    background-image: url(../../../img/front/sp/common/icon_search_m_bl.png);
    background-size: 13px 13px;
    background-position: left 20px center;
    font-size: 13px;
    line-height: 52px;
  }
  #search_links h2::before, #search_links h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: block;
    width: 12px;
    height: 2px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #0D3E8F;
  }
  #search_links h2::after {
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  #search_links h2.active::after {
    transform: rotate(0deg);
  }
}
#search_links .content {
  padding-left: 30px;
}
@media (max-width: 639px) {
  #search_links .content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease;
  }
  #search_links .content.open {
    max-height: var(--max-height);
  }
}
#search_links .content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (max-width: 639px) {
  #search_links .content ul {
    margin-top: -10px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
#search_links .content li {
  margin-top: 5px;
}
#search_links .content li:not(:last-child) {
  margin-right: 30px;
}
#search_links .content li a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
  text-decoration: none;
}

#footer_btns {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 639px) {
  #footer_btns {
    display: block;
    padding: 35px 0 0;
  }
}
#footer_btns a {
  display: block;
  width: 280px;
  height: 55px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  text-decoration: none;
}
@media (max-width: 639px) {
  #footer_btns a {
    margin: 0 auto;
    font-size: 14px;
  }
}
#footer_btns a:hover {
  color: #333;
}
#footer_btns a:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 639px) {
  #footer_btns a:not(:last-child) {
    margin-right: auto;
    margin-bottom: 10px;
  }
}
#footer_btns a.search_offer {
  background-color: #0D3E8F;
  background-image: url(../../../img/front/pc/common/icon_search_m_wh.png);
  background-repeat: no-repeat;
  background-position: left 60px center;
  color: #fff;
}
@media (max-width: 639px) {
  #footer_btns a.search_offer {
    background-position: left 75px center;
  }
}
#footer_btns a.register {
  background-color: #ffe400;
  background-image: url(../../../img/front/pc/common/icon_user_m.png);
  background-repeat: no-repeat;
  background-position: left 70px center;
}
@media (max-width: 639px) {
  #footer_btns a.register {
    background-position: left 80px center;
  }
}

@media (max-width: 639px) {
  #footer_link {
    padding: 0;
  }
}

#footer_link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 35px;
}
@media (max-width: 639px) {
  #footer_link ul {
    justify-content: flex-start;
  }
}
#footer_link ul li {
  margin: 0 15px;
}
#footer_link ul li a {
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 639px) {
  #footer_link ul li a {
    font-size: 12px;
  }
}
#footer_link ul li a:hover {
  text-decoration: underline;
}

#footer_logo {
  text-align: center;
}

#copyright small {
  display: block;
  padding: 20px 0 15px;
  font-size: 10px;
}

#go_top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 50;
  text-align: center;
}
@media (max-width: 660px) {
  #go_top {
    right: 30px;
    bottom: 30px;
  }
}
#go_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(0, 138, 212, 0.7);
  transition: all 0.2s ease;
}
@media (max-width: 639px) {
  #go_top a {
    width: 40px;
    height: 40px;
  }
  #go_top a img {
    width: 50%;
    height: auto;
  }
}
#go_top a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 138, 212, 0.25);
}
#go_top a:hover {
  opacity: 0.7;
}

.icon_osusume img {
  width: 31px;
  height: 31px;
}

.icon_shinchaku img {
  width: 34px;
  height: 32px;
}

.agent footer .summary {
  margin-top: 1em;
}
.agent footer #footer_link .flex {
  align-items: flex-end;
}
.agent footer #footer_link h3 {
  margin-top: 1em;
}

.map-link {
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../../../img/front/pc/common/icon_address_s.png);
}

#footer_logo img {
  max-width: 100%;
  max-height: 90px;
}