/* Mynavi Dental Agent Header Styles */
*,
:after,
:before,
button {
  box-sizing: border-box;
}

:root {
  --section-spacing: 40px;
}

body {
  font-family: 'Noto Sans JP', sans-serif !important;
  color: #333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

/* Container */
.mynavi-header__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* Header */
.mynavi-header {
  background-color: white;
  border-bottom: 1px solid #d1d5db;
  padding: 0.45rem 0 0.75rem;
}

/* Navigation */
.mynavi-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.logo-number-wrap {
  display: flex;
  align-items: center;
  gap: 48px;
}

.btn-primary {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 10px;
  isolation: isolate;
  width: 352px;
  height: 54px;
  background: #FF8B00;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  transition: all .3s ease;
}

.btn-primary:hover {
  text-decoration: none;
  color: #FFF;
  opacity: .8;
}

.btn-primary:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  color: #FFF;
  right: 18px;
  margin-top: -5px;
  font-size: 12px;
  line-height: 1;
}

.btn-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  background: #FFF;
  border-radius: 4px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #fa912d;
  padding: 4px 8px;
}

.btn-text {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.btn-text:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  font-size: 14px;
  line-height: 1;
}

/* Logo Section */
.mynavi-header__logo-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mynavi-header__logo-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.mynavi-header__logo-link:hover {
  text-decoration: none;
}

.mynavi-header__logo-text {
  color: black;
  font-weight: bold;
  font-size: 1.125rem;
}

/* Contact Section */
.container {
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin: 48px auto;
  display: flex;
}

.main-content {
  flex: 1;
  max-width: 720px;
}


.mynavi-header__contact-section {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-top: 8px;
}

.mynavi-header__phone-svg {
  width: 1rem;
  height: 1rem;
  color: white;
}

.mynavi-header__phone-number {
  color: #333;
  font-weight: bold;
  font-size: 1.65rem;
  line-height: 100%;
  text-decoration: none;
  font-family: "Helvetica", "Arial", sans-serif;
}

.section-title {
  font-size: 22px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 13px;
  height: 36px;
  border-left: 4px solid #1562ad;
}

.section-title-support {
  border: none;
  text-align: center;
  justify-content: center;
}

.section-spacing {
  margin-bottom: var(--section-spacing);
}

.support-jobs-list {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: stretch;
  margin-top: 50px;
}

.support-jobs-list li {
  width: 33.333%;
  text-align: center;
  border: 1px solid #1562AD;
  padding: 24px 8px 14px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  position: relative;
  /* font-weight: 700; */
}

.job-description {
  text-align: center;
  font-size: 13px;
  line-height: 160%;
  font-weight: 500;
}

.job-image {
  margin: 0 0 16px;
  width: 192px;
}

.number {
  position: absolute;
  top: -22px;
  background: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #1562AD;
  line-height: 1;
  font-weight: 600;
  width: 22%;
}

.select-form:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  color: #FFF;
  font-size: 22px;
  line-height: 1;
}

/* side */
.sidebar {
  width: 240px;
}

.sideStp_wrap .dental {
  position: relative;
  top: 235px;
  left: 120px;
}

.sideStp_wrap .dental a {
  display: block;
  width: 100px;
  height: 30px;
  background: #FE8700 url(/search/img/re/dec_arw.png) no-repeat right 5px center;
  border-radius: 30px;
  font-size: 11px;
  line-height: 30px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 0 0 6px;
  text-decoration: none;
}

/*Tab*/
.tab-contents {
  margin: 19px auto;
  border-radius: 14px;
}

.tab-contents .ik-m-seo-content {
  border: 0;
  margin: 0;
  padding: 20px 20px 0;
}

.tab-contents .ik-m-seo-content__h {
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 14px;
  color: #262626;
}

.tab-contents .ik-m-seo-content__h span {
  color: #00aaeb;
}

.tab-contents .ik-t-region__seo-contents {
  margin-top: 0;
}

.tab-contents .swiper-container {
  margin: 0 auto;
}

.tab-menu-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1562ad;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tab-menu-style .swiper-slide {
  width: auto;
  padding: 14px 32px 10px;
  border: 1px solid #999;
  border-bottom: none;
  background: #EDEDED;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 600;
}
.tab-menu-style .swiper-slide:hover {
  cursor: pointer;
}

.tab-contents .swiper-slide-thumb-active {
  color: #1562ad;
  border-bottom: 2px solid rgb(9, 8, 53);
  font-weight: bold;
}

.tab-menu-style .swiper-slide.swiper-slide-thumb-active {
  position: relative;
  color: #1562ad;
  background-color: white;
  border-bottom: 2px solid white;
  border: solid #1562ad;
  border-width: 2px 2px 0 2px;
}

.tab-menu-style .swiper-slide h2 {
  font-weight: 500;
}

.tab-menu-style .swiper-slide.swiper-slide-thumb-active h2 {
  font-weight: 900;
}

.tab-menu-style .swiper-slide::after {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.tab-menu-style .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  opacity: 1;
}

.ik-t-region__seo-contents {
  margin-top: 32px;
}

.link-btn {
  position: absolute;
  right: 0px;
  padding-right: 24px;
  top: 8px;
  color: #1562ad;
  font-size: 14px;
  font-weight: 600;
}

.link-btn:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
}

.job-button-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

/*Swiper*/
.swiper-job-page-button-prev,
.swiper-job-page-button-next {
  background: #1562AD;
}

.swiper-job-page-carousel {
  /* margin-top: 24px; */
}

.swiper-job-page-carousel-item {
  border-top: 3px solid #1562ad;
}

.swiper-job-page-button-container {
  margin-bottom: 56px;
}

/*Search Form*/
#searchDetaile .btn {
  display: block;
  width: 100%;
  font-family: "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",
    "Meiryo", "ãƒ¡ã‚¤ãƒªã‚ª", "MS Pã‚´ã‚·ãƒƒã‚¯", sans-serif;
  border: none;
  background: #3BAFFF;
  background: -moz-linear-gradient(top, #fe6a74 0%, #f91e65 100%);
  background: #3BAFFF;
  background: #3BAFFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe6a74', endColorstr='#f91e65', GradientType=0);
  box-shadow: 0px 2px 8px -2px #909090;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
}

#searchDetaile .search-more {
  border-radius: 7px;
}

#searchDetaile .search-more .table-wrap {
  border: 1px solid #e4dfdf;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 18px;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana,
    Meiryo, sans-serif;
  box-shadow: 0px 3px 11px 0px #00000014;
  overflow: hidden;
}

#searchDetaile table {
  border-collapse: collapse;
  border-spacing: 0;
}

#searchDetaile .search-more .more-table {
  width: 100%;
}

#searchDetaile .search-more .more-table tr:first-of-type th,
#searchDetaile .search-more .more-table tr:first-of-type td {
  border-top: none;
}

#searchDetaile .search-more .more-table th,
#searchDetaile .search-more .more-table td {
  padding: 12px 22px;
  border-top: 1px solid #dddddd;
}

#searchDetaile .search-more .more-table th {
  width: 165px;
  background: #EAF5FF;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

#searchDetaile .search-more .more-table td {
  background: #fff;
  padding-bottom: 10px;
  border-left: 1px solid #dddddd;
}

#searchDetaile .search-more .table-wrap {
  border: 1px solid #e4dfdf;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 18px;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana,
    Meiryo, sans-serif;
  box-shadow: 0px 3px 11px 0px #00000014;
  overflow: hidden;
}

#searchDetaile table {
  border-collapse: collapse;
  border-spacing: 0;
}

#searchDetaile .search-more .more-table {
  width: 100%;
}

#searchDetaile .search-more .more-table tr:first-of-type th,
#searchDetaile .search-more .more-table tr:first-of-type td {
  border-top: none;
}

#searchDetaile .search-more .more-table th,
#searchDetaile .search-more .more-table td {
  padding: 12px 22px;
  border-top: 1px solid #dddddd;
}

#searchDetaile .search-more .more-table th {
  width: 168px;
  background: #EAF5FF;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

#searchDetaile .search-more .more-table td {
  background: #fff;
  padding-bottom: 10px;
  border-left: 1px solid #dddddd;
}

#searchDetaile .search-more .more-table td .check-list li {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 4px 0;
}

.search-more .checkbox {
  padding: 0 10px 0 40px;
  border-width: 1px;
  border-color: #d6d6d6;
}

.search-more .checkbox:after {
  border-color: #666;
}

.checkbox-wrap .checkbox .search_item-count {
  color: #0074E1;
  font-weight: 500;
}

.checkbox-wrap:hover .checkbox span.search_item-count {
  color: #fff;
}

.checkbox-wrap .checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  padding: 8px 10px 8px 34px;
  color: #424242;
  font-weight: 600;
  border-radius: 4px;
}

.checkbox-wrap .checkbox:hover {
  background-color: #0074E1;
  color: #fff;
  padding: 8px 10px 8px 34px;
  border-radius: 4px;
}

.checkbox-wrap .checkbox:hover:after {
  border-color: #fff;
}

.checkbox-wrap .checkbox:before {
  content: "";
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 16px;
  display: block;
  margin-top: -8pt;
  width: 5px;
  height: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-wrap .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  border: 2px solid #A6A6A6;
  content: "";
}

.checkbox-wrap input[type="checkbox"] {
  display: none;
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox {
  background-color: #1562AD;
  color: #fff;
  border-color: #fff;
  /* background: -webkit-linear-gradient(top, #fe6a74 0%, #f91e65 100%);
  background: linear-gradient(to bottom, #fe6a74 0%, #f91e65 100%); */
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox:before {
  opacity: 1;
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox:after {
  border-color: #fff;
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox span {
  color: #fff;
}

label,
label:active,
label:hover {
  text-decoration: none;
}

select {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ff7da3;
  background: #fff;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  padding: 0 0 0 15px;
  border-radius: 5px;
  color: #ff7da3;
  cursor: pointer;
}

.ik-m-input-label {
  margin: 8px 16px 0 0;
  display: flex;
  align-items: start;
}

.ik-m-input-label input {
  width: 16px;
  height: 16px;
  color: #a6a6a6;
  margin: 0;
  border-width: 2px;
}

.ik-m-input-label__label {
  padding-left: 4px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  color: #424242;
  font-weight: 600;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  position: absolute;
  right: 11px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #555 transparent transparent transparent;
}

#searchDetaile {
  margin-bottom: 60px;
}

#searchDetaile .search-more select {
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 1px -1px #cbcbcb inset;
  box-shadow: 1px 1px 1px -1px #cbcbcb inset;
  height: 45px;
  color: #424242;
  margin-bottom: 5px;
}

#searchDetaile .search-more input[type="text"] {
  /* margin-bottom: 5px; */
}

#searchDetaile .search-more input[type="text"]:placeholder-shown {
  color: #999999;
}

#searchDetaile .search-more input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}

#searchDetaile .search-more input[type="text"]:-moz-placeholder {
  color: #999999;
}

#searchDetaile .search-more input[type="text"]::-moz-placeholder {
  color: #999999;
}

#searchDetaile .search-more input[type="text"]:-ms-input-placeholder {
  color: #999999;
}

#searchDetaile .search-more select:disabled,
#searchDetaile .search-more .gray-input,
#searchDetaile .search-more .gray-input ul {
  background-color: #dfdfdf;
}

#searchDetaile .search-more select:disabled:placeholder-shown,
#searchDetaile .search-more .gray-input:placeholder-shown,
#searchDetaile .search-more .gray-input ul:placeholder-shown {
  color: #333333;
}

#searchDetaile .search-more select:disabled::-webkit-input-placeholder,
#searchDetaile .search-more .gray-input::-webkit-input-placeholder,
#searchDetaile .search-more .gray-input ul::-webkit-input-placeholder {
  color: #333333;
}

#searchDetaile .search-more select:disabled:-moz-placeholder,
#searchDetaile .search-more .gray-input:-moz-placeholder,
#searchDetaile .search-more .gray-input ul:-moz-placeholder {
  color: #333333;
}

#searchDetaile .search-more select:disabled::-moz-placeholder,
#searchDetaile .search-more .gray-input::-moz-placeholder,
#searchDetaile .search-more .gray-input ul::-moz-placeholder {
  color: #333333;
}

#searchDetaile .search-more select:disabled:-ms-input-placeholder,
#searchDetaile .search-more .gray-input:-ms-input-placeholder,
#searchDetaile .search-more .gray-input ul:-ms-input-placeholder {
  color: #333333;
}

#searchDetaile .search-more .select-wrap {
  width: 206px;
}

#searchDetaile .search-more .select-wrap::after {
  right: 15px;
}

#searchDetaile .search-more .supplement--1,
#searchDetaile .search-more .supplement--2 {
  color: #333;
  font-size: 12px;
  margin: 10px 0;
  font-weight: 600;
}

#searchDetaile .search-more .supplement--2 {
  margin-top: 0px;
}

#searchDetaile .search-more .search-link-area {
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
  gap: 20px;
}

#searchDetaile .search-more .search-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
  height: auto;
  padding: 15px 20px 10px;
  background-size: 16px 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 10px 13px;
  border: solid 2px #e6e6e6;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  color: #424242;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana,
    Meiryo, sans-serif;
}

#searchDetaile .search-more .search-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
  height: auto;
  padding: 15px 20px 10px;
  background-size: 16px 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 10px 13px;
  border: solid 2px #e6e6e6;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  gap: 8px;
  font-weight: 600;
  color: #424242;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana,
    Meiryo, sans-serif;
}

#searchDetaile .search-more .search-link span {
  color: #1562AD;
}

#searchDetaile .search-more input:required {
  border-color: #1562AD;
}

#searchDetaile .search-more .work_location_button svg,
#searchDetaile .search-more .station_button svg {
  fill: #1562AD;
}

#searchDetaile .search-more .work_location_button.selected,
#searchDetaile .search-more .station_button.selected {
  fill: #FF7DA3;
  background-color: #ffe6ed;
  border: solid 2px #fd4e6f;
}

#searchDetaile .search-more .search-link:hover {
  background-color: #EAF5FF;
  color: #1562AD;
  border-color: #1562AD;
  text-decoration: none;
}

#searchDetaile .search-more .search-link.not-selected:hover {
  background-color: #FFF;
  border-color: #1562AD;
  color: #424242;
}

#searchDetaile .search-more .search-link.not-selected:hover span {
  color: #00A0E9;
}

#searchDetaile .search-more .search-link.not-selected.work_location_button:hover svg {
  fill: #FF7DA3;
}

#searchDetaile .search-more .search-link.not-selected.station_button:hover svg {
  fill: #FF7DA3;
}


#searchDetaile .search-more .type-box {
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 1px -1px #cbcbcb inset;
  box-shadow: 1px 1px 1px -1px #cbcbcb inset;
  height: 45px;
  margin-bottom: 5px;
  padding: 8px;
}

#searchDetaile .search-more .type-box span {
  display: inline-block;
  line-height: 29px;
  height: 27px;
  padding: 0 10px 0 30px;
  font-size: 12px;
  background: #ffdae5 url(/img/index/cross_ico.png) no-repeat left 9px center;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 3px;
}

#form_search_btn {
  display: block;
  background: none;
}

#form_search_btn.m_fixed {
  position: fixed;
  transition: all 0.3s ease 0s;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(rgba(182, 233, 255, 0), #b6e9ff);
  padding-bottom: 23px;
}

#searchDetaile_search_btn_wrap {
  position: relative;
  margin-bottom: 23px;
}

#searchDetaile .search-more .btn-wrap {
  text-align: center;
  bottom: 0;
  width: 740px;
  height: 70px;
  line-height: 62px;
  z-index: 2;
}

#searchDetaile .search-more .btn-wrap .btn {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 15px;
}

#searchDetaile .search-more .btn-wrap .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#searchDetaile :focus {
  outline: none;
}

#searchDetaile .search-more .btn-wrap .search-btn {
  width: 265px;
  line-height: 50px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  background: #3BAFFF;
}

#searchDetaile .search-more .btn-wrap .search-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
  background: url(/img/index/common/search_ico_wh2.png) no-repeat 0 0;
}

#searchDetaile .search-more .btn-wrap .search-btn::after {
  display: none;
}

#searchDetaile .search-more .btn-wrap .reset-btn {
  -webkit-appearance: none;
  width: 160px;
  background: #999999;
  line-height: 35px;
  font-weight: bold;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#searchDetaile .search-more .ttl {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 12px;
  padding-left: 4px;
}

#searchDetaile .search-more .ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: right center;
}

#searchDetaile .search-more .ttl.word::before {
  background-image: url(/img/index/common/search_ico.png);
}

#searchDetaile .search-more .freeword-search {
  border: 1px solid #dddddd;
  background: #fff;
  padding: 20px 25px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

#searchDetaile .search-more .freeword-search .col {
  width: 310px;
  float: left;
}

#searchDetaile .search-more .freeword-search .col:first-of-type {
  margin-right: 14px;
}

#searchDetaile .search-more .freeword-search .col input {
  margin-bottom: 0;
}

.ik-o-search__counts__num strong {
  color: #1562AD;
  font-size: 32px;
}

.l-jobRegionPage-conditionSearch {
  padding: 25px 24px 40px;
}

.ik-o-search__counts__num {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 8px;
}

.ik-o-search__counts__h {
  text-align: center;
  font-size: 14px;
}

.c-conditionSearch-button-footer span {
  padding: 16px 40px;
}

.search-clear {
  background: #D9D9D9;
  padding: 10px 14px;
  border-radius: 100px;
  font-size: 14px;
  width: 146px;
  text-align: center;
  font-weight: 600;
  color: #5A5A5A;
}

.l-jobRegionPage-conditionSearch {
  gap: 0 28px;
}

.basic-ttl {
  position: relative;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.basic-ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #ff7da3;
  width: 3px;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.pushdown:before {
  content: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cccccc;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 1px -1px #cbcbcb inset;
  box-shadow: 1px 1px 1px -1px #cbcbcb inset;
}

.multiple-selection {
  width: 500px;
}


.fix-wrap {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5px 0;
  letter-spacing: 0;
  opacity: 1;
  line-height: 19.5px;
}

.fix-wrap .clear {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
  margin-left: auto
}

/* Action Section */
.mynavi-header__action-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  margin-top: 6px;
}

.mynavi-header__recruiter-link {
  color: #1562ad;
  font-size: 0.75rem;
  text-decoration: underline;
  text-align: right;
  display: block;
}

.mynavi-header__recruiter-link:hover,
.mynavi-header__recruiter-link:focus {
  text-decoration: underline;
  outline: none;
}

.mynavi-header__cta-button {
  position: relative;
  background-color: #FF8B00;
  color: #FFF;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  display: flex;
  gap: 8px;
  transition: all .3s ease;
}

.mynavi-header__cta-button:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  font-size: 10px;
  line-height: 1;
}

.header-cta-btn-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  background: #FFF;
  border-radius: 4px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #fa912d;
  padding: 4px 4px;
}

.mynavi-header__cta-button:hover,
.mynavi-header__cta-button:focus {
  text-decoration: none;
  color: #FFF;
  opacity: .8;
}

.mynavi-header__cta-button:focus {
  box-shadow: 0 0 0 2px #fed7aa;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
  .mynavi-header__nav {
    flex-direction: column;
    gap: 1rem;
    padding: 0 0.5rem;
  }

  .mynavi-header__container {
    max-width: 100%;
  }

  .mynavi-header__action-section {
    align-items: center;
  }

  .mynavi-header__logo-text {
    font-size: 1rem;
  }

  .mynavi-header__phone-number {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .mynavi-header__nav {
    gap: 0.75rem;
  }

  .mynavi-header__logo-text {
    font-size: 0.875rem;
  }

  .mynavi-header__phone-number {
    font-size: 1rem;
  }

  .mynavi-header__cta-button {
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
  }
}


/* Notification Banner Component */
.notification-banner {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #dddddd;
  padding: 12px 16px;
}

.notification-banner__container {
  max-width: 1000px;
  margin: 0 auto;
}

.notification-banner__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.notification-banner__icon {
  color: #ff0000;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.notification-banner__icon svg {
  width: 20px;
  height: 20px;
}

.notification-banner__message {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .notification-banner {
    padding: 10px 12px;
  }

  .notification-banner__message {
    font-size: 13px;
  }
}

/* Hero section styles */
.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-image {
  margin: 0 auto;
}

.hero-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  object-position: center;
  height: 480px;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-118%, -50%);
  text-align: left;
  color: white;
  z-index: 2;
  font-family: 'Noto Sans JP', sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 8px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.hero-highlight {
  display: block;
}

.hero-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 24px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

.search-container {
  background-color: #1562ad;
  padding: 16px 20px;
  width: 100%;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

/* 検索ラベル */
.search-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  padding-right: 12px;
}

.search-icon {
  width: 18px;
  height: 18px;
  color: white;
}

/* セレクトフィールド共通スタイル */
.select-form-area {
  display: flex;
  gap: 36px;
  position: relative;
}

.select-form-area:before {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  color: #FFF;
  font-size: 22px;
  line-height: 1;
}

.select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  height: 52px;
  /* width: calc(100% / 2);
  min-width: 160px; */
  width: 100%;
  min-width: 268px;
}

.select-occupation-box:before {
    position: absolute;
    content: "";
    left: 10px;
    top: calc(50% - 12px);
    background-image: url(../img/icon_user.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: block;
}
.select-area-box:before {
    position: absolute;
    content: "";
    left: 10px;
    top: calc(50% - 12px);
    background-image: url(../img/icon_map.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: block;
}
.select-wrapper:after {
    display: inline-block;
    font-family: "ir";
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -6px;
    font-size: 12px;
    line-height: 1;
    transform: rotate(90deg);
}

.select-field {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  appearance: none;
  cursor: pointer;
  outline: none;
  padding: 0 40px;
}

.select-field:before {
    position: absolute;
    content: "";
    left: 16px;
    top: calc(50% - 8px);
    background-image: url(/img/icon_map.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.select-field:focus {
  box-shadow: 0 0 0 2px rgba(21, 98, 173, 0.2);
}

.dropdown-icon {
  position: absolute;
  right: 8px;
  width: 22px;
  height: 22px;
  color: #555;
  pointer-events: none;
}

/* 都道府県選択（アイコン付き） */
.select-wrapper:has(.location-icon) .select-field {
  padding-left: 36px;
}

.location-icon {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
  color: #666666;
  pointer-events: none;
}

/* 検索ボタン */
.search-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #EAF5FF;
  color: #1562ad;
  border: none;
  border-radius: 100px;
  height: 52px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 700;
  width: calc(100% / 4);
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.search-button span:after {
  display: inline-block;
  font-family: "ir";
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
}

.search-button:hover {
  background-color: #f8f9fa;
}

.search-button:active {
  background-color: #e9ecef;
}

.arrow-icon {
  width: 16px;
  height: 16px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .search-bar {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .search-label {
    justify-content: center;
    padding-right: 0;
  }

  .select-wrapper,
  .search-button {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .search-container {
    padding: 12px 16px;
  }

  .search-bar {
    gap: 8px;
  }
}

/*Footer*/
.footer_detail_search_link_title {
  color: #333;
}

/*tab*/
.tab-menu {
  display: flex;
  border-bottom: 2px solid #005BAC;
  font-size: 16px;
  font-weight: 600;
}

.tab {
  padding: 14px 32px 10px;
  border: 1px solid #999;
  border-bottom: none;
  cursor: pointer;
  background: #f5f5f5;
  margin-right: 10px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #333;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.tab.active {
  background: #fff;
  color: #005BAC;                
  border: 2px solid #005BAC;     
  border-bottom: none;           
  border-radius: 5px 5px 0 0;    
  position: relative;
  top: 2px;                      
  z-index: 1;                    
  border-width: 2px 2px 0 2px;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -3px;           
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;       
}

.tab-content {
  display: none;
  padding-top: 15px;
}

.tab-content.active {
  display: block;
}

/* work-search type selected state */
.work-chked {
  background-color: #EAF5FF !important;
  color: #1562AD !important;
  border-color: #1562AD !important;
  text-decoration: none !important;
}