@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Satisfy');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*------------------------------------------------------------

------------------------------------------------------------*/

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------

------------------------------------------------------------*/

.trackTags {
  display: none;
}

/*------------------------------------------------------------

------------------------------------------------------------*/

html,
.wf-loading,
.wf-inactive {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
}
body,
.wf-active {
  font-family: YakuHanJP, "Noto Sans CJK JP", "Noto Sans JP",
    "Noto Sans CJK JP Subset", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  line-height: 1.5;
}
button,
input {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
}

#container {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background: #f9f6f1;
}
#main {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  color: #333;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.meet {
  position: absolute;
  top: 0;
  right: 0;
}
.header_left {
  position: relative;
}
#h1title{
   padding-top:5px;
}
header .text,
.header_cnt .text {
  color: #666;
  line-height: 1.3em;
  font-weight: 500;
}
header p.text {
  font-weight: 500;
}
.mb20 {
  margin-bottom: 20px !important;
}
.spmb60 {
  margin-bottom: 60px !important;
}
.font-weight500{
  font-weight: 500 !important;
}
.pc {
  display: block;
}
.tablet {
  display: block;
}
.sp {
  display: none;
}
.pc-important {
  display: block !important;
}
.sp-important {
  display: none !important;
}
.tablet-important {
  display: none !important;
}
.hide-tablet-and-disp-pcsp-important {
  display: block !important;
}
@media all and (max-width: 767px) {
  .tablet {
    display: none;
  }
  .hide-pc {
    display: none;
  }
  .hide-sp {
    display: block;
  }
  .hide-tablet {
    display: block;
  }
  .pc-important {
    display: none !important;
  }
  .tablet-important {
    display: none !important;
  }
  .hide-tablet-important {
    display: none !important;
  }
  .hide-tablet-and-disp-pcsp-important {
    display: block !important;
  }
  .sp-important {
    display: block !important;
  }
  .comTtl_sp {
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: url(../images/index/tilte_line_1.png) no-repeat left bottom;
    font-size: 1.5rem;
    color: #333;
  }
  .comTtl02_sp {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 1.2rem;
    border-left: 2px solid #9b833b;
  }
  .comsubttl_sp {
    /* margin-top: 15px;*/
    font-weight: normal;
    font-size: 20px;
    color: #333;
    padding: 0 7px 10px 7px;
    line-height: 1em;
  }
}
@media all and (min-width: 768px) {
  .hide-sp {
    display: none;
  }
  .menu_header {
    display: flex;
    justify-content: space-between;
  }
  .menu_list {
    text-align: center;
  }
}
@media (max-width: 1140px) and (min-width: 768px) {
  .tablet {
    display: block;
  }
  .hide-tablet {
    display: none;
  }
  .pc-important {
    display: none !important;
  }
  .sp-important {
    display: none !important;
  }
  .tablet-important {
    display: block !important;
  }
  .hide-tablet-important {
    display: none !important;
  }
  .hide-tablet-and-disp-pcsp-important {
    display: none !important;
  }
}
.comTtl {
  margin-bottom: 5px;
  padding-bottom: 9px;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  background: url(../images/index/tilte_line_1.png) no-repeat left bottom;
  letter-spacing: 1.2px;
}
.cont_1140 .comTtl {
  background: none;
}
.cont_1140 .seo h2.title_seo {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 15px;
}
.cont_1140 .seo .title_line {
  margin-top: -9px;
  margin-bottom: 15px;
}
.comBtn01 {
  border-radius: 3px;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  line-height: 30px;
  max-width: 230px;
  width: 100%;
}
.comBtn01:hover {
  opacity: 0.8;
}
.comBtn01::after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
}
.hide-sp button span.icon {
  position: relative;
}
.hide-sp button span.icon::before {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
}
.comBtn_sp {
  border: 1px solid #ccc;
  color: #666;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 4em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.comBtn_sp::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3%;
  color: #ccc;
}
.comBtnArea_sp {
  position: relative;
}
.comBtnArea_sp::after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  color: #9b833b;
}
.content .place_work {
  text-align: left;
}
.content .examination {
  text-align: center;
  position: relative;
}
.content .place_work,
.content .examination {
  width: 260px;
  line-height: 76px;
}
.content .place_work .text {
  padding-left: 70px;
  position: relative;
}
.content .examination .text {
  padding-left: 50px;
}
.content .place_work .text::before {
  content: url(../images/index/icon_place_work.png);
  width: 32px;
  height: 34px;
  position: absolute;
  bottom: 40%;
  left: 20px;
}
.content .examination .text::before {
  font-family: "FontAwesome";
  content: "\f0f1";
  display: block;
  position: absolute;
  left: 30px;
  font-size: 40px;
  color: #9b833b;
  line-height: 76px;
  width: 30px;
  height: 78px;
  top: 0;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
#error404 #header,
#header {
  width: 100%;
  background: #fff;
  padding-top: 4px;
}
li.menu__mega .menu__second-level {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
  top: 45px;
  overflow-x: hidden;
  border-top: 1px solid #d0c9ac;
  text-align: left;
}
li.gnavi02.menu__mega:hover .menu__second-level,
li.gnavi03.menu__mega:hover .menu__second-level,
li.gnavi04.menu__mega:hover .menu__second-level {
  visibility: visible;
  opacity: 1;
  padding: 0px 0 0 0;
}
li.gnavi02.menu__mega .menu__second-level,
li.gnavi03.menu__mega .menu__second-level,
li.gnavi04.menu__mega .menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.menu2 li.gnavi05.menu__mega:hover .menu__second-level,
.menu2 li.gnavi06.menu__mega:hover .menu__second-level {
  visibility: visible;
  opacity: 1;
  padding: 17px 0 0 0;
}
.menu2 li.gnavi05.menu__mega .menu__second-level,
.menu2 li.gnavi06.menu__mega .menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu__second-level a:hover {
  opacity: 0.8;
}
.menu__second-level .thumbnail img {
  width: 100%;
}
.menu__mega.remove {
  display: none;
}
.block .col-xs-3 {
  padding: 0px;
}
.header_In {
  max-width: 1140px;
  margin: 0 auto;
}
.col-xs-6 {
  width: calc(100% / 6);
  box-sizing: border-box;
  margin-bottom: 15px;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.block .row2 {
  margin: 0 -15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.row2 .col-xs-2 img {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}
.row2 .col-xs-6 img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.row2 .col-xs-2 .caption,
.row2 .col-xs-6 .caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
}
.row2 .col-xs-2 .caption p,
.row2 .col-xs-6 .caption p {
  font-size: 14px;
  font-weight: 500;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.block {
  width: 100%;
  background-color: rgba(238, 232, 208, 0.9);
  color: #fff;
  padding: 30px 0px;
}
.block.b_tokusyu {
  padding: 29px 0px 15px 0px;
}
.block h2 {
  font-size: 13px;
  background-color: white;
  padding-bottom: 10px;
  text-align: center; /* width: 686px; margin-left: -15px; */
}
.block .thumbnail h3 {
  font-size: 15px;
  padding: 6px 0;
  font-weight: 500;
}
.caption p {
  font-size: 12px;
}
.block .col-xs-3 {
  padding: 0px 15px 0 15px;
  box-sizing: border-box;
  width: 20%;
}
.block ul {
  padding-bottom: 20px;
}
.block ul li {
  float: none !important;
}
.block .row {
  margin: 0 -15px;
}
.menu__mega:hover > .ic_downn:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 47%;
  width: 0;
  height: 0;
  border: 10px solid #d0c9ac;
  border-right: 6px solid transparent;
  border-top: 0px solid transparent;
  border-left: 6px solid transparent;
  z-index: 5;
}
.menu__mega > a {
  position: relative;
}
.menu_header li.menu__mega a:hover > span {
  border-bottom: none;
}
a.mega_menubtn {
  color: #333;
  font-weight: 500;
  display: block;
  border: 1px solid #ccc;
  color: #333;
  background: #fff;
  max-width: 258px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  line-height: 30px;
  margin-top: 30px;
}
a.mega_menubtn:after {
  color: #b2b242;
  right: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
}
.b_tokusyu a.mega_menubtn {
  margin-top: 23px;
}
.b_tokusyu .col-xs-2 {
  margin-bottom: 0px;
}
.submenuon > ul {
  visibility: hidden;
  position: absolute;
}
.submenuon:hover > ul {
  visibility: visible;
  background-color: rgba(238, 232, 208, 0.9);
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9999;
  top: 45px;
  width: 148px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 1s ease-out;
}
.menu_header .submenuon li {
  float: none;
  padding: 0;
  margin: 0;
}
.menu_header .submenuon li > a {
  padding: 10px !important;
  border-top: 1px solid #d0c9ac;
  position: relative;
  border-left: 0;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.menu_header .submenuon li > a:hover {
  background: #eee8d0;
}
.menu_header .submenuon li > a:before {
  position: absolute;
  right: 5px;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  color: #a0a520;
  font-size: 16px;
  top: 27%;
  line-height: 1;
}
.menu_header li.submenuon a:hover > span {
  border-bottom: 0;
  padding-bottom: 0;
}
@media all and (min-width: 961px) {
  #header .spMenu {
    display: none;
  }
}
.title {
  padding: 10px 0px 6px 0px;
}

#header .container_header {
  overflow: hidden;
}
#header .header_left {
  box-sizing: border-box;
  color: #666;
  margin-right: auto;
}
#header .header_right {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 7px;
}
#header .header_left .title {
  color: #666;
}

#header .header_left .logo {
  width: 291px;
  display: block;
}
#header .header_left .logo:hover {
  opacity: 0.7;
}
#header .header_left .titel + .text {
  font-size: 1.04rem;
  color: #333;
  font-weight: normal;
  padding: 7px 0;
}
.menu_header li {
  flex: 1;
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;
}
.menu_header li:last-child > a {
  border-right: 1px solid #adadad;
}
.menu_header li.submenuon li:last-child > a {
  border-right: 0;
}

/* ヘッダー調整 */
.hr_line{
  width: 90%;
}
.header_logo {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.header_logo img {
  max-width: 194px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .header_logo {
    max-width: 37%;
  }
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.headerbtnside {
  margin-right: 8px;
}
.top_entrybtn {
  order: 1;
}

@media screen and (min-width: 768px) {
  .mt-site-search-form {
    width: 400px;
  }
  .labo_search {
    margin-bottom: 10px;
  }
  .sphead_search,
  #header .mainMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .title {
    background: #f3f3f2;
  }
  .header_wrapper {
    padding: 0% 2% 2% 2%;
    border-bottom: 1px solid #ccc;
    flex-wrap: nowrap;
  }
  .spMenu {
    position: relative;
  }
  .labo_search {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* position: absolute; */
    z-index: 100;
    left: 0;
    top: 100%;
    padding: 3%;
    box-sizing: border-box;
    display: none;
    order: 2;
  }

  .sphead_search {
    border-radius: 50%;
    margin-left: auto;
    margin-right: 5px;
    margin-bottom: 8px;
    width: 22px;
    height: 22px;
    text-align: center;
  }
  .fa-search{
    color: #777;
  }
  .sp_search_close{
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    color: #777;
  }
  .sp_search_close::before{
  font-family: FontAwesome;
  content: "\f106";
  font-size: 1.5em;
  line-height: 1;
  margin-right: 5px;
  }
  .sp_rubytxt{
    display: none;
    text-align: center;
    margin-top: 10px;

  }
}


/*
.menu_header::after {display: block;clear: both;content: '';}
*/

/*.menu_header li:before,
.menu_header li:last-child:after,
.menu_header li:first-child:before {content: "|";color: #adadad;display: inline-block;position: absolute;font-size: 17px;font-weight: 300;top: -3px;}
*/

.menu_header > li:last-child:after {
  padding-left: 0px;
  padding-right: 0px;
}
.menu_header > li:first-child:before {
  padding-left: 0px;
}
.menu_header li:nth-child(2) > a {
  padding: 0px 32px;
}
.menu_header li:nth-child(3) > a {
  padding: 0px 39px;
}
.menu_header li:nth-child(4) > a {
  padding: 0px 38px;
}
.menu_header li:nth-child(5) > a {
  padding: 0px 9px;
  letter-spacing: 0.5px;
}
.menu_header li:nth-child(6) > a {
  padding: 0px 25px;
}
.menu_header li:nth-child(7) > a {
  padding: 0px 4px;
  letter-spacing: 0.5px;
}

.menu_header li:last-child > a {
  padding: 0px 37px;
}
.menu_header li > a {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  padding: 0;
  display: block;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #adadad;
}
.menu_header li > a:hover {
  opacity: 0.7;
}
.menu_header li:first-child > a {
  padding: 0px 24px;
}
/* .menu_header li a span {padding: 0px 10px;} */
.menu_header li a:hover > span {
  border-bottom: 3px solid #cdc6a8;
  padding-bottom: 5px;
}
.menu_header li:first-child > a:hover > span {
  padding-bottom: 3px;
}
.home i {
  font-size: 20px;
  color: #666666;
}
.menu_header li a.current {
  border-bottom: 3px solid #bb9e66;
}
#header .menu_item {
  width: 100%;
}
.pcMenu .menu_item {
  display: flex;
  justify-content: flex-end;
}
#header .menu_item li {
  display: block;
  padding-left: 0px;
  margin-right: 17px;
}
#header .spMenu .menu_item li {
  width: 100%;
}
#header .menu_item li:first-child {
  margin-right: 14px;
}
#header .menu_item li:nth-child(2) {
  margin-right: 23px;
}
.pcMenu .menu_item li a:before {
  margin: auto;
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  left: 10px;
  color: #cdc6a8;
}
#header .menu_item li:last-child {
  margin-right: 0;
}
.pcMenu .menu_item li a {
  font-size: 1.2rem;
  color: #666;
  font-weight: 500;
  padding-left: 23px;
  letter-spacing: 0.8px;
  position: relative;
}
.pcMenu .menu_item li a:hover {
  color: #bb9e66;
}
#header .inquiries {
  font-size: 10px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.6em;
  margin-bottom: 3px;
}
#header .header_right .phone {
  margin: 3px 0 0;
  max-width: 210px;
}

#header .link {
  width: 100%;
  max-width: 268px;
  min-width: 268px;
  display: block;
  font-size: 1.7rem;
  color: #fff;
  background: #f37800;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 3px;
  vertical-align: middle;
  line-height: 1.3em;
  position: relative;
  padding: 15px 0;
  margin-top: 2px; /*padding-left: 16px; 20180710 アローアイコン削除*/
  border-bottom: 3px solid #d66a00;
  border-radius: 3px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#header .link:hover {
  background: #cad02b;
  opacity: 1;
  border-bottom: 3px solid #a0a51a;
}

#header .menu_knowhow {
  display: flex;
  align-items: center;
}
#header .menu_knowhow .caption p {
  font-size: 12px;
}

/*@media all and (-ms-high-contrast: none) {#header .header_right .link {padding: 3px 0 4px 10px;}
#header .header_right a.link::before {top: 0;}
}
*/
/*
#header .header_right a.link::before {margin: auto;font-family: FontAwesome;content: '\f105';display: block;position: absolute;left: 20px;}
20180710 アローアイコン削除*/

.menu_bg {
  background: #f7f6f1;
  padding: 17px 0px 0px 0px;
  margin: 6px 0 0 0;
  position: relative;
}

@media only screen and (max-width: 1116px) {
  #header .header_right {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  #footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 0 0 100px 0;
  }
  .cv_sidebtn {
    max-width: 450px;
    margin: 0 auto;
  }
  .cv_sidebtn img {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #header .header_left {
    width: 665px;
  }
  .menu_header li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 960px) {
  .pcMenu {
    display: none;
  }
  #header .header_right .menu_item {
    padding: 0;
  }
  #header .header_right a.link {
    padding-top: 0;
  }
}
@media only screen and (max-width: 960px) {
  header .text,
  .main_txt {
    font-size: 10px;
    color: #838383;
    font-weight: normal;
    letter-spacing: 1px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    padding: 7px 2%;
    box-sizing: border-box;
  }

  .main_txt {
    font-size: 9px;
  }
  #header .header_sp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1% 2% 2% 2%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
  }
  #header .header_sp .title {
    width: 33%;
    height: auto;
    float: left;
  }
  .title {
    padding: 0px;
  }
  #header .header_sp .title img {
    width: 100%;
    height: auto;
  }
  #header .header_sp .title_header {
    width: 56%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 3%;
  }
  #header .header_sp .inquiries {
    font-size: 18px;
    color: #7b7b7b;
    line-height: 1;
    margin-bottom: 4px;
  }
  #header .header_sp .phone img {
    width: 100%;
    height: auto;
    max-width: 320px;
  }
  #header .iconMenu {
    box-sizing: border-box;
    cursor: pointer;
    padding: 1%;
    width: 10%;
    float: right;
    order: 1;
  }
  #header .iconMenu.spclose {
    margin-top: 15px;
  }
  .spclose {
    margin-right: 15px !important;
  }
  #header .iconMenu .icon_item {
    height: 2px;
    transition: all 0.3s;
    width: 100%;
    position: relative;
    background-color: rgb(119, 119, 119);
  }
  #header .iconMenu .icon_item:nth-child(2) {
    margin: 27% 0;
  }
  #header .on .lineOne {
    -webkit-transform: rotate(48deg) translate(46%, 0);
    -ms-transform: rotate(44deg) translate(46%, 0);
    -o-transform: rotate(44deg) translate(46%, 0);
    transform: rotate(44deg) translate(46%, 0);
    right: 8px;
  }
  #header .on .lineTwo {
    opacity: 0;
  }
  #header .on .lineThree {
    -webkit-transform: rotate(-48deg) translate(44%, 0);
    -ms-transform: rotate(-48deg) translate(44%, 0);
    -o-transform: rotate(-48deg) translate(44%, 0);
    transform: rotate(-48deg) translate(44%, 0);
    right: 8px;
  }
  #header .mainMenu {
    clear: both;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
    overflow-x: hidden;
    top: 0;
    background: #f9f6f1;
  }
  #header .mainMenu .mainMenu_list {
    background-color: rgb(255, 255, 255);
    box-shadow: 2.121px 2.121px 0px 0px #edebe1;
    box-sizing: border-box;
    margin: 0 15px;
  }
  #header .mainMenu .mainMenu_list .menu_item {
    position: relative;
    border-bottom: 1px solid #d2d7c4;
    line-height: 50px;
  }
  .menu_item span {
    padding-left: 35px;
  }
  #header .mainMenu .mainMenu_list .menu_item.bdrnone {
    border: none !important;
  }
  #header .mainMenu .mainMenu_list .menu_item > a {
    color: #666666;
    display: block;
    font-size: 15px;
    position: relative;
    padding-left: 7px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .menu_close a::after {
    display: none;
  }
  .menu_item.menutwocols a {
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-size: 13px !important;
  }
  .menu_item.menutwocols a:nth-child(even) {
    border-left: 1px solid #edebe1;
    padding-left: 10px;
  }
  .menu_close .closesign {
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: 4px;
    padding-left: 0;
  }
  .menu_close a {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-weight: 200 !important;
    font-size: 17px !important;
  }
  .menu_close .closesign:before,
  .menu_close .closesign:after {
    position: absolute;
    left: 0px;
    content: " ";
    height: 20px;
    width: 1px;
    background-color: #fff;
  }
  .menu_close .closesign:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_close .closesign:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .mainMenu .mainMenu_list .menu_close {
    text-align: center;
    background: #6c6857;
    /* width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 15px;
    SP追従メニューうまく行けば不要
    */
    box-shadow: 0 2px 8px #ccc;
  }
  .consult_splink span {
    width: 100%;
    display: inline-block;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #f37800;
    vertical-align: middle;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.3em;
  }
  .consult_splink {
    padding-right: 7px;
    padding-top: 10px;
    line-height: 1.3em;
  }
  .consult_splink:hover span {
    background: #333;
  }
  .menu_item a.noico::after {
    display: none;
  }
  .menu_consult {
    padding: 15px 0;
  }
  .menu_conttl {
    display: block;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
  }
  .menu_btntwocols a {
    width: 48.5%;
    color: #9b833b !important;
    float: left;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    text-align: center;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #fff, #fff 38%, #e4dcce);
    line-height: 1.3em;
    padding: 13px 0;
  }
  .menu_btntwocols a:hover {
    background: #212121;
    opacity: 1;
    color: #ffffff !important;
  }
  .menu_btntwocols {
    padding: 10px 7px 0 7px;
    display: block;
  }
  .menu_btntwocols a:nth-child(even) {
    float: right;
  }
  .sitemenu_ttl {
    max-width: 200px;
    margin: 0 auto;
    padding: 15px 0 10px 0;
  }
  .sp_menubtn {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
  .sp_menubtn img {
    width: 100%;
  }
  .sp_menubtn li {
    margin-bottom: 15px;
  }
  .sp_menufollow li {
    width: 50%;
    float: left;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .sp_menufollow a {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 14px;
  }
  .sp_menubook {
    background-color: rgb(225, 100, 115);
    box-shadow: 2.121px 2.121px 0px 0px #edebe1;
    -webkit-box-shadow: 2.121px 2.121px 0px 0px #edebe1;
  }
  .sp_menuhistory {
    background-color: rgb(46, 152, 162);
    box-shadow: 2.121px 2.121px 0px 0px #edebe1;
    -webkit-box-shadow: 2.121px 2.121px 0px 0px #edebe1;
  }
  .sp_menuhistory i {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .sp_menubook img {
    max-width: 30px;
    margin-bottom: 5px;
  }
  .sp_menufollow {
    box-sizing: border-box;
    margin: 0 10px 15px 10px;
  }
  .menu_item a::after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 7px;
    color: #a0a51a;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu_item.hasubmenu a::after {
    content: "+";
    position: absolute;
    right: 7px;
    color: #a0a51a;
  }
  .spemuother .menu_item a::after {
    color: #999999 !important;
  }
  .sfa-about > a:before {
    content: "";
    background: url(../images/common/nav_ico_01.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 28%;
    left: 15px;
  }
  .sfa-faq > a:before {
    content: "Q";
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 15px;
    line-height: 0;
    color: #a0a51a;
    font-size: 23px;
  }
  .sfa-toku > a:before {
    content: "\f16c";
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 15px;
    line-height: 0;
    color: #a0a51a;
    font-size: 19px;
    font-family: "FontAwesome";
  }
  .sfa-list > a:before {
    content: "\f03a";
    display: inline-block;
    position: absolute;
    top: 53%;
    left: 15px;
    line-height: 0;
    color: #a0a51a;
    font-size: 19px;
    font-family: "FontAwesome";
  }
  .sfa-content > a:before {
    content: "\f02d";
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 15px;
    line-height: 0;
    color: #a0a51a;
    font-size: 18px;
    font-family: "FontAwesome";
  }
  .sfa-shop > a:before {
    content: "\f024";
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 15px;
    line-height: 0;
    color: #a0a51a;
    font-size: 16px;
    font-family: "FontAwesome";
  }
  .sfa-support > a:before {
    content: "\f184";
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 15px;
    line-height: 0;
    color: #a0a51a;
    font-size: 20px;
    font-family: "FontAwesome";
  }
  .sfa-labo > a:before {
    content: "\f0c3";
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 15px;
    line-height: 0;
    color: #a0a51a;
    font-size: 20px;
    font-family: "FontAwesome";
  }
  .sfa-yakugaku > a:before {
    content: "\f19d";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 11px;
    line-height: 0;
    color: #a0a51a;
    font-size: 20px;
    font-family: "FontAwesome";
  }
  .hasubmenu ul {
    display: none;
    background: #eee8d0;
    color: #fff;
    font-size: 15px;
  }
  .hasubmenu ul a {
    color: #666;
    display: block;
    padding: 0 25px;
  }
  .hasubmenu li {
    border-bottom: 1px solid #fff;
    display: block;
  }
  .hasubmenu li:last-child {
    border-bottom: none;
  }
  .menu_item.hasubmenu.spsubmenuon a::after {
    content: "-";
    position: absolute;
    right: 7px;
    color: #a0a51a;
    font-size: 30px;
    font-weight: 300;
  }
  .menu_item.hasubmenu.spsubmenuon li > a::after {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  #header .header_sp img.logo_sp {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  #header .header_sp .on .lineOne {
    -webkit-transform: rotate(47deg) translate(49%, 0);
    -moz-transform: rotate(47deg) translate(49%, 0);
    -ms-transform: rotate(47deg) translate(49%, 0);
    -o-transform: rotate(47deg) translate(49%, 0);
    transform: rotate(47deg) translate(49%, 0);
    right: 4px;
  }
  #header .header_sp .on .lineThree {
    -webkit-transform: rotate(-47deg) translate(49%, 0);
    -moz-transform: rotate(-47deg) translate(49%, 0);
    -ms-transform: rotate(-47deg) translate(49%, 0);
    -o-transform: rotate(-47deg) translate(49%, 0);
    transform: rotate(-47deg) translate(49%, 0);
    right: 4px;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/

#gNavi {
  margin-bottom: 10px;
}
#gNavi li {
  float: left;
  width: 160px;
  background-color: #efefef;
}
#gNavi li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

/*------------------------------------------------------------

------------------------------------------------------------*/

#conts {
  float: left;
  max-width: 840px;
  width: 70%;
}
@media only screen and (max-width: 990px) {
}

@media only screen and (max-width: 767px) {
  #conts_sidebar {
    display: block;
  }
}

/*------------------------------------------------------------
PAGE TOP
------------------------------------------------------------*/

#pagetop {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  height: 50px;
  margin-top: 80px;
}
#pagetop .pagetop {
  width: 144px;
  height: 50px;
  float: right;
  text-align: center;
  position: relative;
}
#pagetop .pagetop .back-to-top span {
  margin: 0 auto;
  padding-left: 25px;
  font-size: 1rem;
  display: block;
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  right: 20px;
  z-index: 1;
}
#pagetop .pagetop .back-to-top span::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 50px solid #fff;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    height: auto;
    background: #cccd34;
    text-align: center;
    line-height: 58px;
    margin-top: 40px;
  }
  #pagetop .pagetop_sp a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
  }
  .back-to-top:hover {
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    opacity: 0.7;
  }
  #pagetop .pagetop_sp .back-to-top span {
    padding-left: 20px;
    position: relative;
  }
  #pagetop .pagetop_sp .back-to-top span::before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 8px solid #fff;
  }
}

/*------------------------------------------------------------
 footer
------------------------------------------------------------*/

#footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 0 0 260px 0;
}

#footer .job_section {
  padding: 40px 0;
}
#footer .job_section:nth-of-type(2) {
  padding: 40px 0 0;
}

#footer .job_section:not(:nth-of-type(2)) {
  padding: 40px 0;
  border-bottom: 1px solid #eae6da;
}

#footer .job_section h2.title_job_section {
  font-size: 1.25rem;
  color: #333;
  padding-left: 5px;
  border-left: 4px solid #cad02b;
  font-weight: bold;
}
#footer .job_section .text {
  margin-top: 10px;
  font-size: 1.25rem;
  color: #666;
  text-align: justify;
}
#footer .job_section .line_list {
  margin-top: 20px;
  padding-left: 15px;
}
#footer .job_section .line_list p {
  margin-right: 2.6%;
  width: 12%;
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
  float: left;
}
#footer .job_section .line_list ul {
  width: 85%;
  float: left;
  overflow: hidden;
}
#footer .job_section .line_list ul li {
  float: left;
}
#footer .job_section .line_list ul li:after {
  content: "/";
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .job_section .line_list ul li:last-child:after {
  content: "";
}
#footer .job_section .line_list ul li a {
  text-decoration: none;
  font-size: 1.25rem;
  color: #666;
  padding: 0;
  font-weight: 500;
}
#footer .job_section .line_list ul li a:hover {
  opacity: 0.8;
}
#footer .bottom {
  padding-top: 60px;
  text-align: center;
}
#footer .bottom .text {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
}
#footer .bottom .copyright {
  font-size: 1.2rem;
  color: #666;
  margin-top: 15px;
}

/*site map plus icon*/

#site_map .plus_icon {
  position: relative;
  width: 24px;
  height: 24px;
  float: right;
  right: 5%;
  top: 12px;
  border: none;
}
#site_map .plus_icon,
.plus_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#site_map .plus_icon span {
  position: absolute;
  right: 0;
  width: 45%;
  height: 2px;
  background-color: #666;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#site_map .plus_icon span:nth-of-type(1) {
  top: 9px;
  right: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#site_map .plus_icon span:nth-of-type(2) {
  top: 9px;
  right: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#site_map .plus_icon.active span:nth-of-type(1) {
  display: none;
}
#site_map .plus_icon.active span:nth-of-type(2) {
  top: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.site_hide_sec {
  display: none;
}
a {
  color: #333;
}
@media only screen and (max-width: 1150px) {
  #footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 0 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin: 0 auto;
    padding: 0px 0 30px;
    width: 100%;
    background: #f9f6f1;
    color: #666;
  }
  #footer.no_nav_fixed {
    padding: 0 !important;
  }
  #footer .job_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .footer_nav_sp li {
    border-bottom: 1px solid #eae6da;
    font-size: 1.4rem;
    line-height: 45px;
  }
  #footer .footer_nav_sp .nav_top {
    padding: 0 5% 0 5%;
  }
  #footer .footer_nav_sp li a {
    color: #666;
    display: block;
  }
  #footer .footer_nav_sp li a {
    color: #666;
    display: block;
  }
  #footer .footer_nav_sp .link_company li ul li a:hover,
  #footer .footer_nav_sp .link_company li:hover {
    opacity: 0.7;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
  }
  .access_footer {
    padding-bottom: 60px;
  }

  #footer .footer_nav_sp .tel {
    font-size: 1rem;
    overflow: hidden;
  }
  #footer .footer_nav_sp .tel a:hover {
    opacity: 0.7;
  }
  #footer #footer_telSP {
    display: flex;
    align-items: center;
  }
  #footer #footer_telSP .text {
    line-height: 1.4;
  }
  #footer #footer_telSP .text span {
    display: block;
  }
  #footer .footer_nav_sp .tel .text {
    width: 58%;
    vertical-align: middle;
    float: left;
    letter-spacing: 0px;
  }
  #footer .footer_nav_sp .tel .text span {
    letter-spacing: -1px;
  }
  #footer .footer_nav_sp .tel .img {
    padding-left: 0.5em;
    width: 40%;
    float: left;
  }
  #footer .footer_nav_sp .tel .img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #footer .footer_nav_sp .tel .img:hover {
    opacity: 0.8;
  }

  #footer .footer_nav_sp .btn {
    padding: 15px 0;
    width: 100%;
  }
  #footer .footer_nav_sp .btn_link {
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    background: #930000;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 5px 0 #570000;
    box-shadow: 0 5px 0 #570000;
  }
  #footer .footer_nav_sp .btn_link:hover {
    background: #212121;
    -webkit-box-shadow: 0 5px 0 #000;
    box-shadow: 0 5px 0 #000;
    opacity: 1;
  }

  /*footer shusei */
  #footer .footer_nav_sp .link_company {
    overflow: hidden;
    border-bottom: 0;
  }
  #footer .footer_nav_sp .link_company li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #eae6da;
    cursor: pointer;
    font-weight: 500;
  }
  #footer .footer_nav_sp .link_company li span {
    padding-left: 2%;
  }
  #footer .footer_nav_sp .link_company li ul {
    background: #faf3e7;
  }
  .site_hide_sec a {
    padding-left: 6%;
    padding-right: 6%;
  }
  #footer .footer_nav_sp .link_company li ul li {
    border-bottom: 1px solid #eae6da;
  }
  #footer .footer_nav_sp .link_company li ul li:first-child {
    border-top: 1px solid #eae6da;
  }
  #footer .footer_nav_sp .link_company li ul li:last-child {
    border-bottom: none;
  }
  #footer .bottom {
    padding: 15px 5% 0;
    text-align: center;
    background: #fff;
    padding-bottom: 80px;
  }
  #footer.no_nav_fixed .bottom {
    padding-bottom: 40px;
  }
  #footer.thank_h .bottom {
    padding: 15px 5% 0 !important;
  }
  #footer .bottom img {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
  #footer .bottom .text {
    font-size: 1rem;
  }
  #footer .bottom .copyright {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 660px) {
  #header .phone img {
    max-width: 250px;
  }
  #header .header_sp .inquiries {
    font-size: 14px;
  }
}
@media only screen and (max-width: 530px) {
  #header .phone img {
    max-width: 214px;
  }
  #header .header_sp .inquiries {
    font-size: 12px;
  }
}
@media only screen and (max-width: 460px) {
  #header .phone img {
    max-width: 196px;
  }
  #header .header_sp .inquiries {
    font-size: 11px;
  }
}
@media only screen and (max-width: 420px) {
  #header .phone img {
    max-width: 178px;
  }
  #header .header_sp .inquiries {
    font-size: 10px;
  }
}
@media only screen and (max-width: 390px) {
  #header .phone img {
    max-width: 160px;
  }
  #header .header_sp .inquiries {
    font-size: 9px;
  }
}
@media only screen and (max-width: 340px) {
  #header .phone img {
    max-width: 142px;
  }
  #header .header_sp .inquiries {
    font-size: 8px;
  }
}

/*more button for common 080917*/

.com_more {
  width: 510px;
  background: #efefef;
  border: 1px solid #cccccc;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  border-radius: 5px;
  box-sizing: border-box;
}
.com_more_cov {
  padding: 30px 0px 80px 0px;
}
.com_more a {
  display: block;
  color: #666666;
  padding: 18px 0px;
  font-size: 25px;
}
.com_more a span {
  padding-right: 17px;
}
@media only screen and (max-width: 767px) {
  .spmb60 {
    margin-bottom: 20px !important;
  }
  .breadcump ul li {
    float: none;
    display: inline-block;
  }
  .com_more {
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .com_more_cov {
    padding: 20px 0px 20px 0px;
  }
  .com_more a {
    padding: 15px 0px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  #header .mainMenu .mainMenu_list .menu_item a,
  .menu_conttl {
    font-size: 1.1rem;
  }
  #footer .footer_nav_sp .nav_top {
    padding: 0 2% 0 2%;
  }
}
.breadcump_sec {
  border-top: 1px solid #edece3;
}
.breadcump {
  max-width: 1140px;
  margin: 0 auto;
  padding: 13px 0px;
  scrollbar-color: #C1C1C1 #F1F1F1;
  scrollbar-width: thin;
}
.breadcump ul li {
  float: left;
  padding-right: 13px;
  padding-left: 13px;
  border-right: 1px solid #bdbdbd;
  color: #666666;
  font-size: 12px;
  line-height: 1.3em;
}
.breadcump ul li {
  color: #666;
}
.breadcump ul li:last-child {
  border: none;
  padding-right: 0;
}
.breadcump ul li:first-child {
  padding-left: 0;
}
.pgseo_pc {
  padding: 18px 30px 2px 30px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  /* .breadcump ul {white-space: nowrap;overflow-x: scroll;height: 30px;}
 */
  /* .breadcump ul::-webkit-scrollbar {height: 5px;}
.breadcump ul::-webkit-scrollbar-track {background: #f9f6f1;}
.breadcump ul::-webkit-scrollbar-thumb {background: #c1c1c1;}
 */
  #header .spMenu .header_sp .title_header {
    width: 53%;
    padding-top: 0;
  }
  #header .header_sp .title {
    width: 37%;
    margin-right: auto;
  }
  #header .header_sp .title a {
    display: block;
  }
  #header .header_sp .title a:hover {
    opacity: 0.7;
  }
  #conts {
    width: 100%;
  }
  .breadcump {
    padding: 5px 10px !important;
    box-sizing: border-box !important;
    height: 42px;
    margin-bottom: 6px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
  .list_pgseo {
    font-size: 12px;
    padding: 15px 7px 10px 7px;
    box-sizing: border-box;
    color: #333;
  }
  .pgseo_pc {
    padding: 15px 7px 0px 7px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 1.5px;
  }
  span.seomore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 75%;
    float: left;
  }
  .list_pgseo a {
    display: inline-block;
    color: #9f7e39;
    width: 25%;
    float: right;
    text-align: right;
  }
}

/* 括弧リスト表示 */
  .bracketslist {
  counter-reset: item;
  }
  .bracketslist li .numlist{
    margin-left: 1.5em;
  }
  .bracketslist li:before{
  counter-increment: item;
  content:"（" counter(item) "）";
  }

/* 利用規約関連 */
  .clist_asta{display: flex;}
  .clist_asta::before{content:"※";margin-right:3px;}

  .nomarl_list li{list-style: disc;}

  .listroman>li{
      list-style: upper-roman;
  }
  .listroman>li::before{
      content:"）";
  }


#privacypolicy{
    font-size:14px;
  ol,ul{
    margin: .5em 0 .5em 1.4em;
    li{
        margin-bottom: 4px;
    }
  }
  .numlist>li::before{
      content: none;
  }
  .title_green{
    margin-top: 10px;
  }
  .text_right {
    text-align:right;
  }
  .tensyoku_kansyo{
    border-top: 1px solid #CCC;
    padding-top: 2%;
    line-height: 1.5em;
  }
}
/* @media all and (min-width:0\0) and (min-resolution:.001dpcm) {.breadcump ul {height: 40px;}
}
 */

.ftR {
  float: right;
}
.ftL {
  float: left;
}
.txtbold {
  font-weight: bold;
}
.txtcenter {
  text-align: center;
}
.col4xs {
  width: 40%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.col8xs {
  width: 60%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.siderow {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.siderow .col4xs img {
  width: 100%;
}

.spemuother {
  margin: 15px 17px !important;
}

@media (max-width: 1170px) and (min-width: 768px) {
  #header .container_header,
  #footer.no_nav_fixed {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .menu_header li:last-child > a {
    padding: 0 25px;
  }
  .menu_header {
    padding: 0 10px;
  }
  .breadcump {
    padding: 13px 15px;
  }
  #header .header_left {
    width: auto;
  }
  #header .header_right {
    position: relative;
  }
  #header .header_sp .title img {
    max-width: 502px;
  }
  #footer.no_nav_fixed {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 1160px) and (min-width: 768px) {
  #conts,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .menu__second-level .block {
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .gnavi02 .menu__second-level .thumbnail img {
    max-width: inherit;
    max-width: 100%;
  }
  .block .row {
    margin: 0;
  }
  .block .col-xs-3 {
    padding: 0 10px;
  }
  .overlayrange {
    left: -10px !important;
    width: 104% !important;
  }

  .slider .tooltip-inner {
    font-size: 12px;
    margin-left: 25px;
  }
}
@media (max-width: 1140px) and (min-width: 901px) {
  .menu_header li > a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1140px) {
  .menu_header li {
    width: 12.5%;
  }
  .sede_pg .fea_ind_bnr_txt {
    padding: 10px 7px 0px 7px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    font-weight: 300;
  }
  .sede_pg span.seomore {
    font-weight: 300;
  }
  #header .col-xs-2 {
    width: 25%;
  }
  .menu_header li.submenuon > ul > li {
    width: 100%;
  }
  .menu_header li a {
    padding: 0px !important;
    text-align: center;
  }
  .menu_header li a .caption {
    text-align: left;
  }
  .cv_sidebtn {
    background-size: cover;
  }
  .cv_sidebtn:hover {
    background-size: cover;
  }
}
@media only screen and (max-width: 460px) {
  header .text,
  .main_txt {
    font-size: 7px;
  }
}
@media only screen and (max-width: 320px) {
  #sideBar a.bnt_link {
    font-size: 14px;
  }
  .side_qalist a {
    font-size: 14px;
  }
  #sideBar #list_feature ul li h3 {
    font-size: 16px;
  }
  header .text {
    font-size: 6px;
  }
  #header .header_sp .title {
    width: 39%;
  }
  #header .header_sp .title_header {
    width: 51%;
    padding-left: 5px;
  }
  .main_txt {
    font-size: 6px;
  }
}

/*! =======================================================
VERSION10.0.0
========================================================= */

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *Kyle Kemp
 *- Twitter: @seiyria
 *- Github:seiyria
 *Rohit Kalkur
 *- Twitter: @Rovolutionary
 *- Github:rovolution
 *
 * =========================================================
*
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */

.popupsalaryttl {
  font-size: 14px;
  margin-bottom: 10px;
  border-left: 4px solid #cad02b;
  padding-left: 4px;
  display: inline-block;
}
.popupsalaryselect select {
  width: 70%;
  height: 25px;
  display: inline-block;
  margin-left: 5%;
}
.popupsalaryselect {
  margin-bottom: 10px;
}
.popupq_salary .box_popup {
  margin-bottom: 30px !important;
}
.slaryslider {
  padding-top: 0;
  margin: 0 auto 10px auto;
  letter-spacing: 1px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.overlayrange {
  position: absolute;
  width: 100%;
  background-color: rgba(247, 247, 246, 0.6);
  z-index: 9999;
  height: 105px;
  top: -5px;
  border-radius: 5px;
  left: 16px;
}

/* .slidemove .overlayrange {display: none;}
 */

.slaryslider:last-child {
  margin-bottom: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f27800;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #f27800;
  border-radius: 4px;
}
.slaryslider_txt {
  font-size: 20px;
}
.slaryslider_txt span {
  font-size: 12px;
  padding-left: 5px;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  height: 20px;
  margin: 0 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl
  .slider-tick-label-container
  .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -40px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
  font-size: 15px;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #cad02b 0%, #cad02b 100%);
  background-image: -o-linear-gradient(top, #cad02b 0%, #cad02b 100%);
  background-image: linear-gradient(to bottom, #cad02b 0%, #cad02b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad02b', endColorstr='#cad02b', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/*
.slider-selection.tick-slider-selection {background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);}
 */

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: -1px;
  width: 22px;
  height: 22px;
  background-color: #fff; /*background-image: -webkit-linear-gradient(top, #cad02b 0%, #2e6da4 100%); background-image: -o-linear-gradient(top, #cad02b 0%, #2e6da4 100%); background-image: linear-gradient(to bottom, #cad02b 0%, #2e6da4 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); filter: none; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
  border: 0px solid transparent;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #cac8c8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
  top: 5px;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.slider-tick.in-selection {
  background: #a0a51a;
  opacity: 1;
}
.salary_slider_ttl {
  font-size: 16px;
  padding: 0px 0 0px 5px;
  border-left: 3px solid #cad02b;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1.6px;
  max-width: 745px;
  margin: 0 auto 50px;
}
.popup .slider {
  width: 100%;
  margin: 0 auto;
  max-width: 745px;
  display: block;
}
@media all and (max-width: 1100px) {
  .slaryslider_txt {
    font-size: 14px;
  }
}
@media (max-width: 1160px) and (min-width: 768px) {
  .salary_slider_ttl {
    max-width: 579px;
  }
  .slaryslider {
    max-width: 579px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcump ul li {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  .menu_header li {
    width: 12.5%;
    text-align: center;
  }
  .menu_header .submenuon li {
    width: 100%;
  }
  .menu_header li a {
    padding: 0 !important;
  }
  .menu_header li a span {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  #header .b_tokusyu .col-xs-2 {
    width: 20%;
  }
  .row2 .col-xs-2 .caption {
    display: block;
    padding-left: 70px;
    padding-top: 15px;
  }
  .row2 .col-xs-2 img {
    display: block;
    float: left;
  }
  #header .b_tokusyu .thumbnail {
    display: table;
  }
  #header .b_tokusyu .thumbnail a {
    display: table-row;
  }
  /**scroll bar IE9 bug ***/

  @media only screen and (min-width: 768px) {
    div#mCSB_1_container {
      left: 0px !important;
      width: auto !important;
    }
    .breadcump {
      /* margin-bottom: 10px;padding-bottom: 3px; */
    }
    .menu_header li .b_tokusyu a .caption {
      display: table-cell;
      padding: 0px 10px;
      vertical-align: middle;
    }
  }
}
@media only screen and (max-width: 767px) {
  .breadcump ul li {
    float: none;
    display: inline-block;
  }
  /*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
  /*
CONTENTS:
1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
  /*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
  .mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; /* direct pointer events to js */
  }
  .mCustomScrollbar.mCS_no_scrollbar,
  .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
  }
  .mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
  }
  .mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
  }
  /*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
  .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
  }
  /* non-visible scrollbar */
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
  }
  .mCS-dir-rtl
    > .mCSB_inside
    > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
  }
  /* RTL direction/left-side scrollbar */
  .mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .mCSB_outside + .mCSB_scrollTools {
    right: -26px;
  }
  /* scrollbar position: outside */
  .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
  }
  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
  }
  /* RTL direction/left-side scrollbar (scrollbar position: outside) */
  .mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    width: 12px; /* auto-expanded scrollbar */
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    width: 8px; /* auto-expanded scrollbar */
  }
  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }
  .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
  }
  /*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
  }
  .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
  }
  /* non-visible scrollbar */
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
  }
  /* scrollbar position: outside */
  .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 6px 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 6px auto;
  }
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
  }
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
  }
  /*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
  .mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
  }
  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
  }
  /* non-visible horizontal scrollbar */
  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
    + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
  }
  /* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
  .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
    + .mCSB_scrollTools
    ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
  }
  /* RTL direction/left-side scrollbar */
  .mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
  }
  /* non-visible scrollbar/RTL direction/left-side scrollbar */
  .mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
    + .mCSB_scrollTools
    ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
  }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
  }
  .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
  }
  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
  }
  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
  }
  /* non-visible horizontal scrollbar */
  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
  }
  /*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
  .mCSB_scrollTools,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonLeft,
  .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
/* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
      margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
      margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }

  /* theme: "minimal", "minimal-dark" */
  .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
  .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
  }
  .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox.mCS-minimal
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox.mCS-minimal-dark
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox.mCS-minimal-dark
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
  }
  /* RTL direction/left-side scrollbar */
  .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
  .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
  }
  .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #cccccc;
  }
  .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
  .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
  }
  .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
  .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
  }
  .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
  }
  .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-minimal.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
  }

  /* theme: "minimal-dark" */
  .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
  }
  .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-minimal-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
  }
  /* ---------------------------------------- */
}

.f_m{
  font-size: min(4vw,2em);
}

/******ボタン汎用*****/

.link_btn {
  text-align: center;
  border-radius: 3px;
  background: #f27800;
  box-shadow: 0 3px 0 #c06000;
  color: #fff;
}
.link_btn a {
  color: #fff;
  display: block;
  padding: 0.75em;
}
.link_btn:hover {
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
}
.columnbtn_wrap{
  display: flex;
  gap: 10px;
}
.columnbtn_wrap > *{
  flex:1;
}
@media screen and (max-width:640px) {
  .columnbtn_wrap{
    flex-direction: column;
  }
}
.link_btn a.columnbtn{
  color: #fff;
  padding: 13px 0;
  display: block;
}

.btn_col1 {
  width: 80%;
  max-width: 600px;
  margin: 2% auto;
  display: block;
  box-sizing: border-box;
}
.btn_col2 {
  width: 40%;
  float: left;
  margin: 2% 5%;
  box-sizing: border-box;
}
.btn_col3 {
  width: 30%;
  float: left;
  margin: 2% 1.5%;
  box-sizing: border-box;
}

.col_pink {
  background: #f9344c;
  box-shadow: 0 3px 0 #b3081d;
}
.col_pink:hover {
  background: #c21e32;
  box-shadow: 0 3px 0 #990719;
}
.col_blue {
  background: #1d86ae;
  box-shadow: 0 3px 0 #156584;
}
.col_blue:hover {
  background: #176f90;
  box-shadow: 0 3px 0 #02425a;
}
.col_green {
  background: #77b300;
  box-shadow: 0 3px 0 #67940f;
}
.col_green:hover {
  background: #5d8c01;
  box-shadow: 0 3px 0 #44610a;
}
.col_black {
  background: rgb(108, 104, 87);
  box-shadow: 0px 3px 0px 0px rgb(68, 65, 52);
}
.col_black:hover {
  background: #464339;
  box-shadow: 0px 3px 0px 0px #000;
}
.col_purple {
  background: #a45aaa;
  box-shadow: 0 3px 0 #6a336e;
}
.col_cream {
}
.one_button {
  width: 80%;
  max-width: inherit;
  margin: 30px auto;
}

/*Criteo注意書き文字サイズ調整*/
.smartphone .criteo_header,
html #cto_cookies_header_message,
.criteo_header * {
  font-size: 6px !important;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  color: #5e5e5d;
  line-height: normal !important;
  margin: 0;
  padding: 0;
  line-height: 1.2em !important;
}

@media all and (-ms-high-contrast: none) {
  @font-face {
    font-family: "Noto Sans CJK JP Subset";
    font-style: normal;
    font-weight: 200;
    src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Light"),
      local("NotoSansJP-Light"),
      url("/font/NotoSansCJKjp-Light.woff2") format("woff2"),
      url("/font/NotoSansCJKjp-Light.woff") format("woff"),
      url("/font/NotoSansCJKjp-Light.ttf") format("truetype");
  }
  @font-face {
    font-family: "Noto Sans CJK JP Subset";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-DemiLight"),
      local("NotoSansJP-DemiLight"),
      url("/font/NotoSansCJKjp-DemiLight.woff2") format("woff2"),
      url("/font/NotoSansCJKjp-DemiLight.woff") format("woff"),
      url("/font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
  }
  @font-face {
    font-family: "Noto Sans CJK JP Subset";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"),
      local("NotoSansJP-Regular"),
      url("/font/NotoSansCJKjp-Regular.woff2") format("woff2"),
      url("/font/NotoSansCJKjp-Regular.woff") format("woff"),
      url("/font/NotoSansCJKjp-Regular.ttf") format("truetype");
  }
  @font-face {
    font-family: "Noto Sans CJK JP Subset";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Medium"),
      local("NotoSansJP-Medium"),
      url("/font/NotoSansCJKjp-Medium.woff2") format("woff2"),
      url("/font/NotoSansCJKjp-Medium.woff") format("woff"),
      url("/font/NotoSansCJKjp-Medium.ttf") format("truetype");
  }
  @font-face {
    font-family: "Noto Sans CJK JP Subset";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Bold"),
      local("NotoSansJP-Bold"),
      url("/font/NotoSansCJKjp-Bold.woff2") format("woff2"),
      url("/font/NotoSansCJKjp-Bold.woff") format("woff"),
      url("/font/NotoSansCJKjp-Bold.ttf") format("truetype");
  }
}

/*注目キーワード*/
.tagkeyword {
  margin: 30px auto;
  max-width: 960px;
}
.tagkeyword h3 {
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  margin-bottom: 13px;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
}
.tagkeyword ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.tagkeyword li a {
  display: block;
  color: #1c86ad;
  border: 1px solid;
  border-radius: 20px;
  margin: 4px 3px;
  padding: 5px 9px;
  background: #fff;
  font-size: 12px;
}
.tagkeyword li a:before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 4px;
}
#bookmark .tagkeyword h3,
#history .tagkeyword h3 {
  font-size: 24px;
  border-bottom: 2px solid #cccccc;
  color: #666666;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 15px;
  padding-bottom: 15px;
  position: relative;
}
#bookmark .tagkeyword h3:before,
#history .tagkeyword h3:before {
  content: "";
  position: absolute;
  width: 100px;
  border: 1px solid #cad02b;
  bottom: -2px;
}

@media screen and (max-width: 640px) {
  .tagkeyword {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #bookmark .tagkeyword h3,
  #history .tagkeyword h3,
  .tagkeyword h3 {
    background: url(/images/index/tilte_line_1.png) no-repeat left bottom;
    font-size: 1.5rem;
    border: none;
    font-weight: bold;
  }
  #bookmark .tagkeyword h3,
  #history .tagkeyword h3 {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 500;
  }
  #bookmark .tagkeyword h3:before,
  #history .tagkeyword h3:before {
    content: none;
  }
}

/*DLPO*/
/*TOPデザイン変更*/
.twenties_btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .twenties_btn {
    display: block;
    width: 96%;
    margin: 15px auto;
  }
  .twenties_reason {
    stroke: #4db96a;
    color: #4db96a;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
    margin: 10px 0 3px;
  }
  .twenties_btn .aboutlink a {
    padding: 3% 0;
    font-size: 4vw;
  }
}

/*フォーム上訴求変更*/
.formontexttwenties {
  background: #e8edbb;
  color: #555;
  padding: 10px 20px;
  margin: 15px auto;
  border-radius: 5px;
  font-size: 1.3em;
  line-height: 1.6;
  text-align: left;
  max-width: 460px;
  box-sizing: border-box;
}
.chklist {
}
.chklist::before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 5px;
  color: #3ac755;
}
@media screen and (max-width: 640px) {
  .formontexttwenties {
    font-size: 3.8vw;
  }
}

.formontexttwenties_marker {
  background-image: linear-gradient(transparent 80%, #ffc35a 80%);
}

/* 近い求人（求人詳細） */

.nearareajob h4{
  margin: 40px auto -1%;
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(96%, 600px);
}
.nearareajob .btn_col1{
  width:92%;
}
@media screen and (max-width:640px) {
  .nearareajob h4{
  width: 92%;
  }
}
.nearareajob h4::before{
  content: "";
  background: url('/images/common/icon_caution.svg') no-repeat center center / contain ;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.nearareajob .link_btn{
  font-size: 1.2em;
}
.nearareajob span{
  font-size: .8em;
  padding-left:.3em;
}

/* and or検索 */

.characteristic_select{
  margin:10px auto 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background: #fff;
  width: 100%;
  box-sizing: border-box;

}
.searchpage_characteristic_select.characteristic_select,
.searchpage_characteristic_select .characteristic_select{
  width: fit-content;
  padding: 5px 20px 5px 11px;
  border-radius: 4px;
  margin-left: 0;

}
.characteristic_select label{
  cursor: pointer;
}
.characteristic_select label[for="characteristic_all"],
.characteristic_select label[for="characteristic_allSP"]{
  margin-right: 20px;
}
.characteristic_select input[type="radio"]{
  padding:8px;
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23125525" d="M7 1c3.309 0 6 2.691 6 6 0 3.31-2.691 6-6 6s-6-2.69-6-6c0-3.309 2.691-6 6-6m0-1a7 7 0 100 14A7 7 0 007 0z"/></svg>') no-repeat ,#fff;
  background-size: contain;
  border-radius: 50%;
  margin-bottom: -2px;
}
.characteristic_select input[type="radio"]:checked{
  background:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23FFF" d="M7 13.5C3.416 13.5.5 10.584.5 7S3.416.5 7 .5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5z"/><path fill="%23125525" d="M7 1c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6m0-1a7 7 0 10.001 14.001A7 7 0 007 0z"/><path fill="%23125525" d="M7 3c2.207 0 4 1.794 4 4s-1.793 4-4 4c-2.205 0-4-1.794-4-4s1.795-4 4-4"/></svg>') no-repeat , #bfe0ae;
  background-size: contain;
}
#popup .characteristic_select input{display: inline-block;}

#andor_tit{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
#andor_tit span{
  display: block;
  margin-bottom: 5px;
}
#andor_tit .characteristic_select{
  margin: 0;
}

/* CDPアンケート */
/* DLPOのためのアンケート開始ボタン非表示 */
.is__popup_none{
	display: none;
}
/*閉じる*/
#popupClose:checked,
#popupClose:checked + .popup_contents{ animation: fadeOut 0.3s ease-in-out 0s 1 normal forwards;  display:none;}
#popupClose .popup_contents{ display:flex; width: 96%; max-width:420px; margin:2%; bottom: 0; justify-content: center; align-items: flex-end;}
.popup_contents:has(#popupClose:checked),
.popup_contents:has(#popupClose:checked)::after,{
	display: none!important;
}
/* デザイン */
.popup_contents{
	display: flex;
	position: relative;
	z-index: 10;
}
#popupClose{position: absolute; z-index:10011; right:15px; top:10px; cursor: pointer;}
#popupClose:before{
	/* font: normal normal normal 24px/1 FontAwesome; content:"\f00d"; */
	content: url('/images/common/icon_popup_close.svg');
 }

	.pop_enquete,
	.pop_enquete >*{
		box-sizing: border-box;
	}
.pop_enquete{
	margin-bottom:20px;
	font-size:min(1.2em,4vw);
	box-shadow:  0 0 20px #cdcdcd;
	border-radius: 8px;
	font-size: 12px;
		display: none;
				position: fixed;
				top: 5%;
				margin: auto;
				width: 80%;
				left: 10%;
		z-index: 11000;
	}

	.enq_closebtn{
		display: block;
		cursor: pointer;
		width: 20px;
		text-align: center;
		background: #DDD;
		position: absolute;
		padding: 2px;
		z-index: 100;
		right: -10px;
		border-radius: 100px;
	}
	.enq_end_closebtn{
		background: #ddd;
		text-align: center;
		padding: 10px 0;
		width: min(60%,150px);
		margin: 50px auto 0;
		cursor: pointer;
	}
	@media screen and (max-width:640px) {
		.enq_closebtn{
			right: 15%;
		}
	}
	.enq_closebtn::before{
		font: normal normal normal 18px/1 FontAwesome;
    content: "\f00d";
				margin: auto;
	}

.pop_enquete_tit{
	background: #1aa18e;
	color: #fff;
	text-align: center;
	border-radius: 8px 8px 0 0;
	padding: 8px;
}

.pop_enquete_main{
	padding: 2% 2% 4%;
	background: #fafafa;
	border-radius: 0 0 8px 8px;
}
.pop_enquete_tit::after{
        content:"By ファルマスタッフ";
        text-align: right;
        display: block;
        font-size: .8em;
}
.enquete_thanks{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}
.thx_txt{
	margin: 15px auto;
	text-align: center;
}
.thx_copy{
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
	font-size: min(4vw,1.3em);
	width:85%;
	display: flex;
    gap: 13px;
    justify-content: center;
}
.thx_copy::before,
.thx_copy::after{
	content: "";
	display:block;
	border-left: 1px solid;
}
.thx_copy::before{transform: rotate(-20deg);}
.thx_copy::after{transform: rotate(20deg);}
.pop_enquete_q{
	display: flex;
	gap:.3em;
	min-width: 280px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.pop_enquete_q:not(:first-child){
	margin-top: 15px;
}
.pop_enquete label{display: flex; align-items: center; cursor:pointer; width: fit-content;}
.pop_enquete input{width: 20px;}
.pop_enquete input::before{font-family: 'FontAwesome';content: '\f096'; font-size: 1.5em; color:#1aa18e;}
.pop_enquete input:checked::before{font-family: 'FontAwesome';content: '\f046';}


.pop_enquete_send{
	cursor: pointer;
	display: block;
	padding: .4em;
	width: 80%;
	text-align: center;
	color: #fff;
	background: #1aa18e;
	box-shadow: 0 4px 0 #107365;
	margin: 0 auto 5px;
	border-radius: 4px;
	transition: .3s;
}

.pop_enquete_send:hover{
	background: #1cB072;
	box-shadow: 0 4px 0 #148053;
}
.popup_contents::after{
	content: "";
	position: absolute;
			top: -100vh;
			left: -100vw;
			width: 200vw;
			height: 200vh;
	z-index: -1;
	background: rgba(0,0,0,.4);
}

.popslider_wrap{
	padding:10px;
}
.inframe {
width: 67vw;
height: 50px;
color: #666;
padding: 16px;
margin:auto;
border:1px solid #ddd;
background-color: white;
overflow: scroll; /* スクロール設定 */
}

.inframe h3 {
  margin-bottom: 15px;
  color: #555;
}

.inframe strong {
  display: block;
}

.enq_tit {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.4;
  color: #07bd58;
}

.enq_txt {
  background: #d3e6ca;
  border-radius: 50px;
  position: relative;
}

.enq_txt::before,
.enq_txt::after {
  content: "";
  display: block;
  position: absolute;
  background: #d3e6ca;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.enq_txt::before {
  top: -15px;
}

.enq_txt::after {
  top: -24px;
  left: 15px;
  width: 12px;
  height: 12px;
}

.waai {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px;
  color: #07bd58;
  font-weight: bold;
  font-size: 1.5em;
}

.waai::before,
.waai::after {
  content: "";
  border: 1px solid;
  height: 1em;
  transform: rotate(30deg);
}

.waai::before {
  transform: rotate(-30deg);
}
.modal-content {
	width: 100%;
min-height: 600px;
text-align:left;
}

.pop_enquete_send:disabled{
	box-shadow: 0 4px 0 #FFF;
	color: #FFF;
	background: #AAA;
}
#privacypolicy ol{margin-left: 1.4em}
#privacypolicy .numlist>li{list-style:decimal;padding-bottom: 3px;}
.clist_asta, #privacypolicy .disklist li{display: flex; padding-bottom: 3px;}
.clist_asta::before{content:"※";}
.disklist li::before{content:"・";margin-right:3px;}
.ml0{margin-left:0;}
.ti{text-indent: -1.2em;}

#enq_prevbtn{
	width: 50%;
	margin: 10px auto;
	padding: 2%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#enq_prevbtn.slick-disabled,
#agree_button.slick-disabled
{
	visibility: hidden;
	transition:none;
}
/* 就業中の追加設問 */
.add_hide{
	display:none;
}

#sendAnswer{
	pointer-events: none;
	box-shadow: 0 4px 0 #FFF;
	color: #FFF;
	background: #AAA;
	margin-bottom:0;
  margin-top: 15%;
}
.js__td_enq_send.slick-arrow.slick-disabled{
	height: 0;
 margin: 10px;
}
.nonPush{
	color: #fff !important;
	background: #1aa18e !important;
	box-shadow: 0 4px 0 #107365 !important;
	pointer-events: auto !important;
}
.add_question select{
	-webkit-appearance: none;
	appearance: none;
	padding: 4px 1em;
	text-align: center;
	border:1px solid #ddd;
	border-radius: 4px;
}
.add_question #month{
	margin-left: 20px;
}

/* PC */
@media screen and (min-width:641px) {
	.pop_enquete{
		max-width: 550px;
		left: 50%;
		transform: translateX(-50%);
	}
	.slick-slide{
		width:min(100%,520px);
	}
	.pop_enquete_tit{
		font-size: 1.3em;
	}

	.pop_enquete_start {
		font-size: 1.2em;
		/* width: 250px; */
		box-sizing: border-box;
		margin:10px auto 25px;
		padding:0;
    cursor: pointer;
	}
	.inframe{
		width: min(calc(500px - 4%) , 80%);
	}
	.inframe + label{
    width: fit-content;
		margin: 10px 0 10px min(10%, 500px - 2%);
	}
	.pop_enquete_main{
		padding-bottom:12%;
	}
	/* .pop_enquete_send{
		margin-top: 5%;
	} */
  .enq_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.enq_txt {
    width: 40%;
    padding: 2% 5%;
}

.enq_img {
    width: 40%;
}
}

/* SP */
@media screen and (max-width:640px) {


	.popup_contents_btn{
		position: fixed;
		bottom: 80px;
		z-index: 100;
		width: calc(100% - 60px);
	}
  .pop_enquete{
    top:2%;
  }
	.pop_enquete_start {
		width: inherit;
    margin: 2%;
    padding: 0;
    display: block;
		/* font-size: 1.2em; */
    color: #fff;
	}
	/* .pop_enquete label{
		padding: .5em;
	} */
	.pop_enquete_send{
		margin: 0 auto 40px;

	}
  .enq_wrap {
    width: 250px;
    margin: 10px auto 20px;
}

.enq_txt {
    padding: 5% 9%;
}

.enq_wrap .enq_img img {
    width: 50%;
    margin: auto;

}

.enq_txt::after {
    left: 45px;
}
}

[data-cdp-tooltip] {position: relative;cursor: pointer;}
[data-cdp-tooltip]:before,
[data-cdp-tooltip]:after {content:"";position: absolute;transition:opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);transform:translate3d(0, 0, 0);pointer-events: none;bottom: 40px;left: 2%;}

[data-cdp-tooltip]:before {z-index: 1001;border: 6px solid transparent;background: transparent;animation:baroonArrow 1s linear both;left: 15%; width:20px; height:10px; background:url(/images/common/baroonarrow.png) no-repeat;background-size: contain; margin-left: -6px;margin-bottom: -14px;color:#f99c01;}

[data-cdp-tooltip]:after {
  z-index: 1000;padding: 8px;border-radius: 30px;background-color:#fff;color:#f99c00; border:2px solid #f99c00; content: attr(data-cdp-tooltip);font-size: 12px;line-height: 1.2; animation:baroonAppear .6s cubic-bezier(.175,.885,.32,1.275) both;
}


@keyframes baroonArrow {
  0%{transform:translateY(-10px); opacity: 0;}
  60%{transform:translateY(-10px); opacity: 0;}
  100%{transform:translateY(0); opacity:1;}
}

@keyframes baroonAppear {
  0%{transform:scale(.2); transform-origin:50% 100%; opacity: 0;}
  100%{transform:scale(1); transform-origin:50% 100%;opacity:1;}
}

/* ポップアップバナー上に掲載の場合 */
.is__onpopupbnr{
	position: fixed;
  bottom: 10px;
  z-index: 100;
}
@media screen and (min-width:641px) {
	.is__onpopupbnr{
		bottom: 30px;
		right:3%;
	}
}


/* / CDPアンケート */


/* details、summaryでのアコーディオンアニメーション */

 summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}

.summary_icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .summary_icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.summary_icon::before,
.summary_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #333;
}

.summary_icon::before {
  left: 0;
  transform: rotate(45deg);
}

.summary_icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.summary_content {
  overflow: hidden;

  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.summary_content_inner {
  padding: 2%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* --------レイアウト用のスタイル-------- */



 /* /details、summaryでのアコーディオンアニメーション */
