@charset "UTF-8";

.header .logo {
  /*ヘッダーロゴ表示領域の縦横比率固定（CLS対策）*/
  aspect-ratio: 153 / 37;
}

.header .logo img {
  /*ヘッダーロゴ表示領域の縦横比率固定（CLS対策）*/
  aspect-ratio: 153 / 31;
}

div.sp_jobdetail_image {
  /*detailメインスライダー領域の縦横比率固定（CLS対策）*/
  aspect-ratio: 390 / 248;
}


/* Slider */
/*
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide img {
  display: block;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-overlay {
  background: rgba(0, 0, 0, .5);
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #3295f9;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

@media print,
screen and (min-width: 769px) {
  .remodal {
    width: 700px;
  }
}

.remodal_pref {
  background: #fff;
  border-radius: 4px;
  width: 800px;
}

.remodal_keep_comp {
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  width: 400px;
}

.remodal_map {
  height: 100%;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .remodal {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .remodal_pref {
    background: none;
    padding: 10px 10px 0;
    width: 100%;
  }

  .remodal_keep_comp {
    background: #fff;
    width: 90%;
  }
}

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

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

html {
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
}

body {
  color: #333;
  font-family: 'Roboto', Meiryo, ' ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Verdana, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: middle;
}

.pos_relative {
  position: relative;
}

.pc_jobdetail_title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.3em;
  padding: 7px 0 5px 0;
}

div.pc_jobdetail_line {
  line-height: 25px;
}

.offer_area_line {
  line-height: 21px;
}

.topic_font {
  font-size: 18px;
  font-weight: bold;
}

table.header {
  border: none;
  border-spacing: 0;
  height: 40px;
  margin: 0 0 10px 0;
  vertical-align: middle;
  width: 100%;
}

.head-link-name {
  width: 95px;
}

.head-link {
  background-color: #d7f0ff;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.icon_char {
  font-size: 12px;
  font-weight: bold;
  line-height: 10px;
}

.font_size12 {
  font-size: 12px;
}

.font_size14 {
  font-size: 14px;
}

.border_bottom_none {
  border-bottom: none;
}

.vertical_align_middle {
  vertical-align: middle;
}

.text_align_right {
  text-align: right;
}

.text_align_left {
  text-align: left;
}

.pc-breadcrumb *,
.pc-breadcrumb *:after,
.pc-breadcrumb *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pc-breadcrumb {
  float: left;
  list-style: none;
  margin: 1em auto 1.5em auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.pc-breadcrumb li {
  display: inline-block;
  white-space: normal;
}

.pc-breadcrumb a,
.pc-breadcrumb span {
  background-color: #fff;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: #3295f9;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: .05em .8em .05em 1.5em;
  text-decoration: none;
  font-size: 11px;
}

.pc-breadcrumb li:first-child a,
.pc-breadcrumb li:first-child span {
  border-left: 1px solid #3295f9;
  border-radius: 5px 0 0 5px;
  padding-left: 1em;
  font-size: 11px;
}

.pc-breadcrumb a::after,
.pc-breadcrumb a::before,
.pc-breadcrumb span::after,
.pc-breadcrumb span::before {
  border-bottom: 1.3em solid transparent;
  border-left: 1.05em solid;
  border-top: 1.3em solid transparent;
  content: '';
  margin-top: -1.3em;
  position: absolute;
  right: -1em;
  top: 50%;
}

.pc-breadcrumb a::after,
.pc-breadcrumb span::after {
  border-left-color: #fff;
  z-index: 2;
}

.pc-breadcrumb a::before,
.pc-breadcrumb span::before {
  border-left-color: #3295f9;
  right: -1.1em;
  z-index: 1;
}

.pc-breadcrumb li:last-child a,
.pc-breadcrumb li:last-child span {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.pc-breadcrumb li:last-child a::before,
.pc-breadcrumb li:last-child a::after {
  content: normal;
}

.pageTop,
.pageTop_d {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 4px;
  bottom: -100px;
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  position: fixed;
  right: 2%;
  text-align: center;
  width: 60px;
  z-index: 99;
}

.pageTop_icon {
  color: #fff;
  font-size: 22px;
}

a {
  color: #3295f9;
  text-decoration: none;
}

a.color_black {
  color: #333;
  text-decoration: none;
}

hr {
  background-color: #3295f9;
  border: none;
  height: 1px;
  margin: 5px 0;
}

hr.color_black {
  background-color: #333;
  border: none;
  height: 1px;
}

hr.hr_job_top {
  height: 3px;
}

.scout_msg_container {
  background-color: #D7F0FF;
  border-radius: 6px;
  padding: 7.75px 16px 20px 16px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 46%, #D7F0FF 100%);
}

.scout_msg_container.open {
  background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 6%, #D7F0FF 100%);
}

.scout_msg_label_area {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.scout_msg_job_name_area {
  padding: 10px 0 10px 0;
}

.scout_msg_job_name_text {
  color: #3295F9;
  font-size: 15px;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 5px;
}

.scout_msg_job_name_subtile_text {
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
}

.scout_msg_job_hr {
  background-color: #3295f9;
  border: none;
  height: 1px;
  width: 100%;
  margin: 0 0 10px 0;
}

.scout_msg_content_area {
  margin-bottom: 20px;
}

#scout_message_date {
  color: #7E7E7E;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

#scout_message {
  font-size: 13px;
  line-height: 1.5;
}

/* スカウトアコーディオン全体 */
.scout_msg_accordion_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 4px 10px;
  background-color: #FFFFFF;
  border: 1px solid #3295F9;
  border-radius: 13px;
  width: fit-content;
}

.scout_msg_accordion_btn_text {
  font-size: 13px;
  color: #3295F9;
  margin-right: 5px;
  line-height: 1;
}

.scout_msg_accordion_icon {
  transition: transform 0.3s;
}

.scout_msg_accordion_btn_text::after {
  content: "スカウト内容を表示する";
}

.scout_msg_accordion_wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 15px 30px 15px 30px;
  border: 1px solid rgba(50, 149, 249, 1);
}

.scout_msg_accordion_wrapper.open .scout_msg_accordion_btn_text::after {
  content: "スカウト内容を閉じる";
}

.scout_msg_accordion_wrapper.open .scout_msg_accordion_icon {
  transform: rotate(180deg);
}

.scout_msg_accordion_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.scout_msg_accordion_button_area {
  display: flex;
  justify-content: center;
}

.scout_msg_link_area {
  display: inline-block;
  margin-top: 13px;
  margin-left: 4px;
}

.scout_msg_link {
  display: flex;
  align-items: center;
}

.scout_msg_link_icon {
  width: 15px;
  height: 18px;
  margin-right: 5px;
}

.scout_msg_link_text {
  font-size: 12px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  line-height: 1;
}

.job_name_label {
  padding: 15px 0 12px 0;
  font-size: 18px;
  line-height: 1.1em
}

.icon_color_b {
  color: #3295f9;
  font-size: 16px;
}

.icon_color_w {
  color: #fff;
  font-size: 16px;
}

.icon_color_o {
  color: #ff7600;
  font-size: 16px;
}

.icon_color_o:hover {
  color: #ff500b;
}

.icon_link_right {
  color: #3295f9;
  margin-left: 6px;
  height: 12px;
}

.icon {
  color: #3295f9;
  font-size: 21px;
}

.icon_color_y {
  color: #f8b62d;
  font-size: 16px;
}

.button_fixed_blue {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 200px;
}

/* 地図で選ぶボタンの応急処置 */
.button_fixed_blue[data-remodal-target="map"] span {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
}

label.button_fixed_blue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 31px;
  height: 32px;
  border: none;
  cursor: pointer;
}

label.button_fixed_blue span {
  margin-top: 2px;
}

label.button_fixed_blue:hover {
  border: none;
}

.button_fixed_orange {
  background-color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 200px;
}

.button_variable_blue {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  padding: 0 10px;
}

.button_variable_blue:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}

.button_fixed_blue_wide {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 400px;
}

.jobd_button_fixed_orange_wide {
  background-color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  width: 300px;
}

.jobd_button_fixed_orange_wide:hover {
  background-color: #ff500b;
  border: 1px solid #ff500b;
}

.button_fixed_white {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #3295f9;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 200px;
}

@media only screen and ( min-width: 769px ){
  .button_fixed_white:hover {
    background-color: #326bcc;
    border: 1px solid #326bcc;
    color: #fff;
  }

  .button_fixed_white:hover .icon_color_b {
    color: #fff;
  }
}

dl.job_offer_list {
  border-spacing: 7px;
  box-sizing: border-box;
  margin-bottom: 18px;
  min-height: 150px;
  width: 62%;
  float: left;
  line-height: 22.5px;
}

dl.job_offer_list dt {
  float: left;
  clear: left;
  font-weight: bold;
  vertical-align: top;
  width: 4.0em;
  padding-left: 10px;
  padding-right: 12px;
  margin-bottom: 15px;
  border-right: none;
  position: relative;
  font-size: 13px;
  line-height: 1.5em;
}

dl.job_offer_list dt:after {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 4px;
  border-radius: 2px;
  height: 1.1em;
  background: #8ac4ff;
  margin-right: 5px;
  left: 0;
  top: 2px;
}

dl.job_offer_list dd {
  float: left;
  margin-bottom: 15px;
  width: 78%;
  padding: 0;
  margin-left: -1px;
  border-left: none;
  font-size: 13px;
  line-height: 1.5em;
}

.job_offer_img {
  align-items: center;
  display: flex;
  float: right;
  height: 150px;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 230px;
}

.catch_copy_mg {
  font-size: 15px;
  line-height: 1.6em;
  color: #28a8b2;
  font-weight: bold;
  margin-bottom: 10px;
}

.catch_copy_detail_mg {
  font-size: 16px;
  line-height: 1.5em;
  color: #28a8b2;
  font-weight: bold;
  margin: 25px 0 25px 0;
}

.caption_box {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.input_num_s {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, .5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, .5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, .5);
  box-sizing: border-box;
  height: 32px;
  padding: 0 5px;
  width: 100px;
}

.input_header_l {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom-left-radius: 4px;
  border-right: 1px dashed #666;
  border-top-left-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .5) inset;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  vertical-align: middle;
  width: 155pt;
}

.input_header_r {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom-right-radius: 4px;
  border-left: none;
  border-top-right-radius: 4px;
  box-shadow: -1px 1px 1px rgba(155, 155, 155, .3) inset;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  vertical-align: middle;
  width: 155pt;
}

input::placeholder {
  color: #9fa0a0;
  font-size: 12px;
}

.label_bold {
  font-weight: bold;
  text-align: left;
}

.job_name_detail_label {
  font-size: 18px;
  line-height: 1.1em;
  color: #3295f9;
}

.job_name_detail_label span {
  display: block;
  margin-top: 6px;
  color: #333;
  font-size: 14px;
}

.container {
  margin: auto;
  padding: 0;
  width: auto;
}

.container:after {
  clear: both;
  content: "";
  display: block;
}

.left_wrap {
  float: left;
  height: 100%;
  margin: 0 20px 0 0;
  width: 680px;
}

.right_wrap {
  float: right;
  height: 100%;
  text-align: left;
  width: 280px;
}

.left_wrap div.list_group {
  margin: 0 0 32px 0;
}

.left_wrap div.list_group_s {
  margin: 0 0 10px 0;
}

.right_wrap ul {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0;
}

.right_wrap ul li {
  margin: 0 0 0 10px;
  font-size: 14px;
}

.right_wrap ul ul {
  margin: 0;
}

.right_wrap ul li label {
  display: inline-block;
}

.right_wrap label.title {
  color: #666;
  font-weight: bold;
}

.right_wrap li.service_accord i {
  margin-left: 10px;
  font-weight: normal;
  cursor: pointer;
}

.right_wrap li.service_accord ul {
  display: none;
}

a.search_item {
  color: #3295f9;
  cursor: pointer;
  text-decoration: none;
}

a.search_item_disabled {
  color: #333;
  cursor: none;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}

.jobs_list_mg {
  margin: 0 16px;
}

.lightblue {
  display: block;
  width: 100%;
}

.lightblue_margin {
  margin: 0 12px 0 0;
}

.lightblue span {
  background-color: #d7f0ff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  display: inline-block;
  font-size: 13px;
  padding: 1px 5px 0 5px;
  text-align: center;
  margin: 0 3px 6px 0;
}

img.pic_size {
  height: auto;
  max-height: 150px;
  max-width: 230px;
  width: auto;
}

/* アコーディオン開閉制御CB */
.accord_on_off_cb {
  display: none;
}

.accord_area_container {
  position: relative;
}

.balloon_area {
  display: none;
}

.balloon_area_none {
  display: none;
}

.balloon_area_top {
  display: none;
}

.accord_subway_container {
  position: relative;
}

.balloon_subway {
  display: none;
}

.balloon_subway_none {
  display: none;
}

.balloon_subway_top {
  display: none;
}

dl.job_offer_detail {
  background-color: transparent;
  border: none;
  border-spacing: 0;
  margin: 15px 0;
  padding: 0;
  width: 100%;
}

dl.job_offer_detail::after {
  display: block;
  content: '';
  clear: both;
}

dl.job_offer_detail dt {
  float: left;
  font-weight: bold;
  padding: 0 10px 0 17px;
  width: 7.4em;
  font-size: 14px;
  line-height: 1.6em;
  position: relative;
  border-right: none;
  margin-bottom: 12px;
}

dl.job_offer_detail dt:after {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 4px;
  border-radius: 2px;
  height: 1.0em;
  background: #8ac4ff;
  margin-right: 5px;
  left: 7px;
  top: 3px;
}

dl.job_offer_detail dd {
  float: left;
  font-size: 14px;
  line-height: 1.6em;
  background-color: #fff;
  padding: 0;
  margin-bottom: 12px;
  width: 78%;
}

dl.job_offer_detail dd .description {
  padding-left: 30px;
  margin: -21px 0 3px 0;
}

dl.job_offer_detail .lightblue span {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* 診療の割合のグラフ */
dl.job_offer_detail dd .graph {
  width: 100%;
  height: 18px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

dl.job_offer_detail dd .graph.medical {
  margin-bottom: 50px;
}

dl.job_offer_detail dd .graph .bar {
  display: inline-block;
  height: 100%;
  position: relative;
}

dl.job_offer_detail dd .graph.insurance .bar p {
  font-size: 9px;
  color: #333;
  position: absolute;
  top: -20px;
  width: max-content;
  text-align: center;
}

dl.job_offer_detail dd .graph.medical .bar p {
  font-size: 9px;
  color: #333;
  position: absolute;
  bottom: -30px;
  width: max-content;
  text-align: center;
}

dl.job_offer_detail dd .graph.insurance .bar.blue {
  background: linear-gradient(90deg, rgba(69, 153, 255, 1) 0%, rgba(207, 231, 255, 1) 100%);
}

dl.job_offer_detail dd .graph.insurance .bar.green {
  background: linear-gradient(90deg, rgba(89, 200, 178, 1) 0%, rgba(201, 255, 243, 1) 100%);
}

dl.job_offer_detail dd .graph.medical .bar.blue1 {
  background: #4599ff;
}

dl.job_offer_detail dd .graph.medical .bar.blue2 {
  background: #73b9ff;
}

dl.job_offer_detail dd .graph.medical .bar.blue3 {
  background: #8cc5ff;
}

dl.job_offer_detail dd .graph.medical .bar.blue4 {
  background: #b5daff;
}

dl.job_offer_detail dd .graph.medical .bar.blue5 {
  background: #d9ecff;
}

dl.job_offer_detail dd .graph.medical .bar.green1 {
  background: #64d1bb;
}

dl.job_offer_detail dd .graph.medical .bar.green2 {
  background: #85dbca;
}

dl.job_offer_detail dd .graph.medical .bar.green3 {
  background: #afedde;
}

dl.job_offer_detail dd .graph.medical .bar.green4 {
  background: #cbede8;
}

dl.job_offer_detail dd .graph.medical .bar.green5 {
  background: #ddf5f2;
}

dl.job_offer_header {
  border-spacing: 7px;
  box-sizing: border-box;
  margin-bottom: 15px;
  min-height: 150px;
  width: 63%;
  float: left;
  line-height: 22.5px;
}

dl.job_offer_header dt {
  float: left;
  clear: left;
  font-weight: bold;
  vertical-align: top;
  width: 60px;
  padding-left: 10px;
  padding-right: 15px;
  margin-bottom: 12px;
  border-right: none;
  font-size: 14px;
  line-height: 1.3em;
  position: relative;
}

dl.job_offer_header dt:after {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 4px;
  border-radius: 2px;
  height: 1.0em;
  background: #8ac4ff;
  margin-right: 5px;
  left: 0;
  top: 1px;
}

dl.job_offer_header dd {
  float: left;
  font-size: 14px;
  border-left: none;
  width: 76%;
  margin-bottom: 12px;
}

.job_2row_dt_list:after {
  height: 2.5em !important;
}

.job_2row_dt_detail:after {
  height: 2.3em !important;
}

.job_3row_dt_detail:after {
  height: 3.7em !important;
}

@media print,
screen and (min-width: 769px) {

  /* PCのときのみ */
  .job_1row_dt_detail_pc.job_2row_dt_detail:after {
    height: 1.0em !important;
  }

  .job_2row_dt_detail_pc:after {
    height: 2.6em !important;
  }

  .job_3row_dt_detail_pc:after {
    height: 4.1em !important;
  }
}

@media only screen and (min-width:435px) and (max-width:768px) {
  .job_1row_dt_detail_pc.job_2row_dt_detail:after {
    height: 1.0em !important;
  }

  .job_2row_dt_detail_pc:after {
    height: 2.6em !important;
  }

  .job_3row_dt_detail_pc:after {
    height: 4.2em !important;
  }
}

dl.job_offer_header dd .description {
  padding-left: 30px;
  margin: -23px 0 8px 0;
}

.jobdetail_gmap {
  box-sizing: border-box;
  height: 400px;
  padding: 0;
  width: 470px;
}

.recommend_desc {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6em;
}

.modal-open {
  cursor: pointer;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
  font-size: 18px;
}

@media print,
screen and (min-width: 769px) {
  button {
    cursor: pointer;
  }

  .pc_none {
    display: none;
  }

  .detail_btn {
    width: 82%;
    margin: 0 auto;
  }

  .list_group button.button_fixed_orange {
    width: 300px;
    float: right;
    margin-left: 0px;
    margin-right: 0px;
  }

  .list_group .detail_btn button.button_fixed_white {
    width: 200px !important;
    float: right;
  }

  .pc_sticky_search {
    background-color: rgba(137, 137, 137, .9);
    bottom: -100px;
    color: #fff;
    height: 80px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }

  .pc_sticky_search table {
    height: 80px;
    vertical-align: middle;
  }

  .jobd_button {
    height: 44px;
  }

  .jobs_list_mg h2 {
    font-size: 18px;
  }

  .about_aplic_icon {
    cursor: pointer;
  }

  .popup_toggle {
    position: relative;
    cursor: pointer;
    vertical-align: bottom;
    z-index: 200;
  }

  .about_aplic_area_pc {
    display: none;
    position: absolute;
    left: 32px;
    top: 60px;
    width: 500px;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 15px 15px;
    text-align: left;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(155, 155, 155, .7);
    z-index: 100;
  }
}

.applied_speech_bubble {
  margin-bottom: 4px;
  height: auto;
  width: 506px;
  object-fit: cover;
  margin-left: 25px;
  display: none;
}

div.sp_jobdetail_image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sp_sticky_area {
  text-align: center;
  margin: 18px;
}

.font_size16 {
  font-size: 16px;
}

.joboffer_area_color {
  color: #9fa0a0;
}

.button_fixed_orange_wide {
  background-color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 400px;
}

.button_variable_white {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #3295f9;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  padding: 0 10px;
}

.button_fixed_white_wide {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #3295f9;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 400px;
}

.acd_close {
  display: none;
}

.catchcopy_area {
  font-size: 15px;
  line-height: 1.6em;
  color: #28a8b2;
  font-weight: bold;
  padding-right: 10px;
  margin: 10px 0 21px 0;
}

.sticky_button {
  display: none;
}

@media only screen and (max-width: 768px) {
  body {
    margin: 0 0 20px 0;
    -webkit-text-size-adjust: 100%;
  }

  header {
    padding: 8px 8px 0 8px;
  }

  .sp_main2 {
    margin: 0 10px;
  }

  .sp_main2_hr {
    margin-left: -10px;
    margin-right: -10px;
  }

  .hr_job_top {
    height: 3px;
    margin-left: -10px;
    margin-right: -10px;
  }

  hr.color_black {
    margin-top: 0;
  }

  .scout_msg_container {
    border-top: 2px solid #3295f9;
    border-radius: 0px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 7.75px 10px 20px 10px;
    background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 42%, #D7F0FF 100%);
  }

  .scout_msg_container.open {
    background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 9%, #D7F0FF 100%);
  }

  .scout_msg_label_area {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .scout_msg_accordion_wrapper {
    padding: 15px;
  }

  .scout_msg_job_name_area {
    padding: 0px 0px 10px 0px;
  }

  .scout_msg_link_area {
    margin-left: 10px;
  }

  table.header {
    border: none;
    border-spacing: 0;
    padding: 8px 8px 0 8px;
    width: 100%;
  }

  .head-link-name {
    width: 80px;
  }

  .head-link {
    line-height: 22px;
  }

  .sp-breadcrumb-linear {
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .7) 50%, #fff 100%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .7) 50%, #fff 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .7) 50%, #fff 100%);
    margin-top: 0;
    padding: .3em;
    padding-left: 1em;
    position: absolute;
    z-index: 999;
  }

  .sp-breadcrumb *,
  .sp-breadcrumb *:after,
  .sp-breadcrumb *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .sp-breadcrumb {
    float: left;
    list-style: none;
    margin: 1em auto;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
    white-space: nowrap;
    width: 100%;
  }

  .sp-breadcrumb li {
    display: inline-block;
  }

  .sp-breadcrumb a,
  .sp-breadcrumb span {
    background-color: #fff;
    border-bottom: 1px solid #898989;
    border-top: 1px solid #898989;
    color: #3295f9;
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0 .8em 0 1.5em;
    text-decoration: none;
    font-size: 11px;
  }

  .sp-breadcrumb a::after,
  .sp-breadcrumb a::before,
  .sp-breadcrumb span::after,
  .sp-breadcrumb span::before {
    border-bottom: 1.1em solid transparent;
    border-left: 1.1em solid;
    border-top: 1.1em solid transparent;
    content: '';
    margin-top: -1.1em;
    position: absolute;
    right: -1.05em;
    top: 50%;
  }

  .sp-breadcrumb a::after,
  .sp-breadcrumb span::after {
    border-left-color: #fff;
    z-index: 2;
  }

  .sp-breadcrumb a::before .sp-breadcrumb span::before {
    border-left-color: #898989;
    right: -1.1em;
    z-index: 1;
  }

  .sp-breadcrumb li:last-child a,
  .sp-breadcrumb li:last-child span {
    background-color: #3295f9;
    border: 1px solid #3295f9;
    color: #fff;
    cursor: default;
    pointer-events: none;
    border-radius: 0 4px 4px 0;
  }

  .sp-breadcrumb li:last-child a::before,
  .sp-breadcrumb li:last-child a::after,
  .sp-breadcrumb li:last-child span::before,
  .sp-breadcrumb li:last-child span::after {
    content: normal;
  }

  .icon_color_b {
    font-size: 20px;
  }

  .icon_color_w {
    font-size: 20px;
  }

  .sp_button_container {
    border-spacing: 5px;
    margin-bottom: 10px;
  }

  .sp_button_container th {
    padding: 10px 5px 6px 5px;
    line-height: 1.3em;
  }

  .button_fixed_orange {
    height: 44px;
    width: 154px;
    margin-right: 20px;
  }

  .button_variable_blue {
    height: 44px;
  }

  .button_fixed_blue_wide {
    height: 44px;
    width: 100%;
  }

  .button_fixed_orange_wide {
    height: 44px;
    width: 100%;
  }

  .button_fixed_white {
    height: 44px;
    width: 154px;
  }

  .button_variable_white {
    height: 44px;
  }

  .button_fixed_white_wide {
    height: 44px;
    width: 100%;
  }

  dl.job_offer_detail dd .description p {
    margin-bottom: 4px;
  }

  .sp_none {
    display: none;
  }

  .jobs_list_mg {
    margin: 0;
  }

  .pc_jobdetail_title {
    margin: 0;
    font-size: 17px;
    line-height: 1.3em;
    padding: 7px 0 5px 0;
  }

  .container {
    padding: 0;
    width: 100%;
  }

  .left_wrap {
    width: 100%;
    margin: 0;
  }

  .job_offer_img {
    display: none;
  }

  .sp_img {
    align-items: center;
    background-color: #edf7ff;
    display: flex;
    justify-content: center;
    margin: 0 0 0 -10px;
    padding: 0;
    text-align: center;
    text-align: center;
    width: 100vw;
  }

  img.sp_pic_size {
    height: auto;
    width: 100vw;
  }

  dl.job_offer_list {
    border-spacing: 7px;
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
  }

  dl.job_offer_header {
    background-color: #fff;
    border: none;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    margin: 0;
  }

  dl.job_offer_header dt {
    background-color: #fff;
    font-size: 15px;
    border: none;
    width: 60px;
  }

  dl.job_offer_header dd {
    margin: 0px 0px 15px 0;
    padding: 0;
    border: none;
    width: calc(100% - 85px);
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.job_offer_detail {
    background-color: #fff;
    border: none;
    border-spacing: 0;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }

  dl.job_offer_detail dt {
    background-color: #fff;
    clear: left;
    float: left;
    font-size: 15px;
    width: 7.4em;
  }

  dl.job_offer_detail dd {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6em;
    width: calc(100% - 10em);
  }

  dl.job_offer_detail .lightblue span {
    margin: 0 4px 5px 0;
  }

  .sp_accord2 {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    list-style-type: none;
    font-size: 14px;
  }

  .sp_accord2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sp_accord2 .title {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #666;
    cursor: pointer;
    display: inline-table;
    height: 45px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
  }

  .sp_accord2 .title_top {
    border-top: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .sp_accord2 .sp_accord_top i {
    vertical-align: middle;
  }

  .sp_accord_top_label {
    line-height: 16px;
  }

  .sp_accord_top table {
    margin: 9px 5px 5px 5px;
  }

  .sp_accord2 .title .left {
    display: table-cell;
    font-weight: bold;
    font-size: 12.6px;
    text-align: left;
    width: 95%;
  }

  .sp_accord2 .title .right,
  .sp_accord2 .title2 .right {
    cursor: auto;
    display: table-cell;
    padding: 0 7px 0 0;
    text-align: right;
    width: 5%;
  }

  .balloon_keyword_container {
    cursor: pointer;
    position: relative;
    z-index: 4;
  }

  .balloon_keyword_none {
    display: none;
  }

  .jobdetail_gmap_none {
    display: none;
  }

  .jobdetail_gmap {
    box-sizing: border-box;
    height: 300px;
    padding: 0;
    width: 100%;
  }

  .jobs_list_mg h2 {
    font-size: 16px;
  }

  .job_name_label {
    font-size: 16px;
  }

  .about_aplic_tap_area {
    margin: 15px auto 0 auto;
    font-size: 14px;
    text-align: center;
  }

  .about_aplic_tap_area.dispatch {
    width: auto;
  }

  .about_aplic_tap_area:after {
    display: block;
    content: '';
    clear: both;
  }

  .about_aplic_open {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #3295F9;
  }

  .about_aplic_open span {
    display: block;
    line-height: 14px;
  }

  .about_aplic_open+i {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 1.2em;
  }

  .about_aplic_accord {
    display: none;
    width: calc(100% - 24px);
    border: 1px solid #333;
    border-radius: 4px;
    padding: 15px 10px;
    text-align: left;
  }
}

@media only screen and (max-width: 435px) {
  dl.job_offer_list dt {
    font-size: 14px;
    line-height: 1.5em;
    width: 4em;
  }

  dl.job_offer_list dd {
    font-size: 14px;
    line-height: 1.5em;
    width: calc(100% - 6em);
    padding-left: 0;
  }

  dl.job_offer_header dt {
    padding: 0 !important;
    padding-left: 10px !important;
    margin-top: 1px !important;
    margin-right: 12px !important;
    width: 4em;
    font-size: 14px;
    float: left;
    border: none;
  }

  dl.job_offer_header dd {
    width: calc(100% - 7em);
    padding-left: 5px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  dl.job_offer_header dd .fas.fa-map-marker-alt.icon_color_b {
    display: none;
  }

  dl.job_offer_header dd .fas.fa-subway.icon_color_b {
    display: none;
  }

  dl.job_offer_header dd .description {
    margin: 0;
    padding-left: 0;
  }

  dl.job_offer_header dd:last-child {
    margin-bottom: 30px;
  }

  dl.job_offer_detail {
    margin-top: 15px;
  }

  dl.job_offer_detail::after {
    display: block;
    content: '';
    clear: both;
  }

  dl.job_offer_detail dt {
    padding: 0;
    padding-left: 10px;
    margin-right: 10px;
    width: 4em;
    font-size: 14px;
    float: left !important;
    border: none;
    line-height: 1.3em;
  }

  dl.job_offer_detail dt:after {
    content: "";
    position: absolute;
    display: block;
    float: left;
    width: 4px;
    border-radius: 2px;
    height: 1.0em;
    background: #8ac4ff;
    margin-right: 5px;
    left: 0;
    top: 1px;
  }

  dl.job_offer_detail dd {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .applied_speech_bubble {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 0px;
    height: auto;
    object-fit: contain;
    display: none;
  }

  .sp_applied_speech_bubble {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  dl.job_offer_list dd {
    width: calc(100% - 6em);
  }
}

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

  .jobs_list_mg .icon_color_w,
  .jobs_list_mg .icon_color_b,
  .btnarea .icon_color_w,
  .btnarea .icon_color_b {
    font-size: 5.0vw;
  }

  .about_aplic_open+i {
    line-height: 1.5em;
  }
}

.medical-filter-content-more {
  height: 130px;
  overflow: hidden;
  position: relative;
}

.medical-filter-content-more:before {
  height: 80px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 60%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 60%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 60%, #fff 100%);
}

.medical_filter_link_more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  bottom: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fff', endColorstr='#ffffff', GradientType=0);
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.medical_filter_link_more p {
  background-color: #fff;
  border: 1px solid #3295f9;
  border-radius: 4px;
  color: #3295f9;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  width: 180px;
  height: 25px;
}

.access-content-more {
  height: 135px;
  overflow: hidden;
  position: relative;
}

.access-content-more.access-content-highest {
  height: 155px;
}

.access-content-more:before {
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 10%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 10%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 10%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
}

.access-slide-down:before {
  background: none;
  height: 0px;
}

.access_link_more {
  bottom: 0;
  display: block;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 28px;
  height: 16px;
  border-radius: 4px;
  background-color: #d7f0ff;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
}

.access-close-btn {
  margin-top: 5px;
  position: relative !important;
}

.access-slide-up {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
}

.access-slide-down {
  height: auto !important;
  overflow: visible;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
}

/* reset */

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-3x {
  font-size: 3em;
}

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-edit:before {
  content: "\f044";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-history:before {
  content: "\f1da";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-search:before {
  content: "\f002";
}

.fa-star:before {
  content: "\f005";
}

.fa-subway:before {
  content: "\f239";
}

.fa-tasks:before {
  content: "\f0ae";
}

.far {
  font-weight: 400;
}

.fa,
.far,
.fas {
  font-family: Font Awesome\ 5 Free;
}

.fa,
.fas {
  font-weight: 900;
}

/*202403_17 松村追加*/
.container {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.contents {
  flex: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

html,
body,
.container {
  height: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  box-sizing: border-box;
}

#stickyHeader {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header .logo img {
  height: auto;
  width: 153px;
  height: 36px;
}

.hamburger {
  width: 50px;
  height: auto;
  position: relative;
  appearance: none;
  border: 0;
  padding: 5px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 15;
}

.hamburger div {
  width: 100%;
  height: min-content;
  position: relative;
}

.hamburger div::after {
  content: "メニュー";
  color: #333;
  font-size: 10px;
  margin-top: 3px;
  transition: all 0.5s;
  visibility: visible;
}

.hamburger span {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #3295F9;
  transition: all 0.5s;
  right: 0;
  left: 0;
  margin: 0 auto 6px;
}

.hamburger span:nth-child(3) {
  margin-bottom: 3px;
}

.hamburger.open span:nth-child(1) {
  top: 0;
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  background-color: transparent;
}

.hamburger.open span:nth-child(3) {
  bottom: 0;
  transform: translateY(-8px) rotate(-45deg);
}

.hamburger.open div::after {
  opacity: 0;
  visibility: hidden;
}

.ham-nav {
  height: auto;
  min-width: 200px;
  position: absolute;
  right: 18px;
  top: 15px;
  background-color: #fff;
  transition: all 0.5s;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  box-shadow: 4px 4px 4px 0px rgba(155, 155, 155, 0.30);
}

.ham-nav.open {
  opacity: 1;
  visibility: visible;
}

.ham-nav-list {
  padding: 35px 20px;
}

.ham-nav-item {
  margin-bottom: 24px;
}

.ham-nav-item:last-child {
  margin-bottom: 0;
}

.ham-nav-item-last-1atHlt {
  margin-bottom: 0;
}

.ham-nav-item a,
.ham-nav-item .gray-out-1atHlt {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #3295F9;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.ham-nav-item .gray-out-1atHlt {
  color: #b7b7b7;
  cursor: default;
}

.ham-nav-item a p,
.ham-nav-item .gray-out-1atHlt p {
  padding-left: 10px;
}

.sign-up-area-1atHlt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sign-up-text-style-1atHlt {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  text-align: center;
}

.sing-up-button-style-1atHlt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 260px;
  max-width: 334px;
  padding: 10px 0;
  height: 22px;
  border-radius: 4px 4px;
  background: #3295f9;
  box-shadow: 1px 1px 1px 1px #9b9b9b4d;
  color: #fff;
  margin: auto;
}

.sing-up-button-style-1atHlt svg {
  height: initial !important;
  width: initial !important;
  margin: 0 5px 0 5px;
}

.sing-up-button-text-1atHlt {
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

#header_form .search_area {
  margin: 0 10px;
}

#header_form {
  display: none;
}

.contents {
  padding: 0;
}

.scout-banner-area {
  width: 480px;
  margin: 0 auto 12px 100px !important;
}

.scout-banner-area img {
  width: 480px;
  height: auto;
}

footer {
  position: static;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

footer.main_nav {
  height: auto;
}

.footer-link {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.footer-nav-wrap {
  align-items: center;
  background-color: #3295F9;
  display: flex;
  gap: 20px;
  justify-content: center;
  line-height: 1.0;
  list-style: none;
  padding: 10px 0;
}

.footer-logo {
  margin: 20px 0 10px;
}

.footer-logo img {
  height: auto;
  vertical-align: middle;
  width: 153px;
}

.copyright {
  font-size: 9px;
  line-height: 1.0;
  padding-bottom: 40px;
}

div.fixed-contents {
  width: 1020px;
}

@media (max-width: 768px) {
  body.open {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .header {
    padding-top: 10px;
    position: static;
  }

  .hamburger {
    background-color: #fff;
  }

  .hamburger.open {
    border: 1px solid #9F9F9F;
    border-bottom: none;
  }

  .hamburger.open div::after {
    content: "閉じる";
    opacity: 1;
    visibility: visible;
  }

  .ham-nav {
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-top: 1px solid #9F9F9F;
    box-shadow: none;
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: -100%;
    top: 60px;
    transition: all 0.5s;
    visibility: visible;
    width: 100vw;
    z-index: 10;
  }

  .ham-nav.open {
    right: 0;
  }

  .ham-nav-list {
    padding: 35px 28px;
  }

  .ham-nav-list svg {
    height: 20px;
    width: 20px;
  }

  .ham-nav-item a {
    font-size: 16px;
  }

  .scout-banner-area {
    margin: 0 auto 12px !important;
  }

  .footer-nav-wrap {
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    padding: 15px 10px;
  }

  .footer-nav-li:before {
    content: "-";
    /* 空の要素作成 */
    display: inline-block;
    /* インラインブロックにする */
    color: #fff;
    position: relative;
    /* 位置調整 */
    top: -1px;
    /* 位置調整 */
    margin-right: 8px;
    /* 余白指定 */
  }

  div.recaptcah {
    text-align: left;
    padding-left: 10px;
  }

  div.fixed-contents {
    width: 100%;
  }
}

@media only screen and (max-width: 499px) {
  .scout-banner-area {
    width: auto;
    margin: 0 10px !important;
  }

  .scout-banner-area img {
    width: auto;
  }

  footer.main_nav {
    margin-top: 32px;
  }
}

#mem-registration-area-1atHlt,
#login-area-1atHlt,
#mypage-area-1atHlt {
  flex-direction: column;
  align-items: center;
  padding: 3px 5px 0 5px;
}

#mem-registration-area-1atHlt::after,
#login-area-1atHlt::after,
#mypage-area-1atHlt::after {
  color: #333;
  font-size: 10px;
  margin: 0 0;
  padding: 1px 0 0 0;
  line-height: normal;
}

#mem-registration-area-1atHlt::after {
  content: "会員登録";
}

#login-area-1atHlt::after {
  content: "ログイン";
}

#mypage-area-1atHlt::after {
  content: "マイページ";
}

.image_slider.optimized_image_slider {
  display: block;
}

/* slickの初期化が完了するまで、先頭の画像以外を非表示にする */
.image_slider.optimized_image_slider .images:not(:first-child):not(.slick-slide),
.image_slider.optimized_image_slider .images_modal:not(:first-child):not(.slick-slide),
.image_slider.optimized_image_slider .images_modal:not(:first-child):not(.slick-slide) .image_hover_icon {
  display: none !important;
}

.image_slider.optimized_image_slider:not(.slick_initialized) .images_modal .pic_size {
  position: initial;
  transform: initial;
  -webkit-transform: initial;
  margin: initial;
}
