@charset "UTF-8";
/*
Theme Name: Nurse Hyper
Theme URI: https://megria.com/
Description: Nurse Hyper専用テーマ
Version: 1.1.2
Author: Nurse Hyper
*/

@font-face {
  font-family: "DaunPenh";
  src: url("./fonts/daunpenh.ttf") format("truetype");
}

/* Defult */
@media screen and (min-width:1181px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
  .form_contact input, .form_contact textarea {
    font-size: 16px;
    line-height: 1.8;
  }
  section h2 { font-size: 2rem; margin-bottom: 20px; font-weight: bold; }
  section h2:not(:first-child) { margin-top: 100px; }
}
@media screen and (max-width:1180px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
  .form_contact input, .form_contact textarea {
    font-size: 16px;
    line-height: 1.6;
  }
  section h2 { font-size: 1.5rem; margin-bottom: 20px; font-weight: bold; }
  section h2:not(:first-child) { margin-top: 50px; }
}
@media screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
.form_contact input, .form_contact textarea {
  margin: 0;
	padding: 0;
	border: 0;
	color: #525252;
	font-family:"Noto Sans JP", serif;
 	font-weight: 400;
	letter-spacing: 0.05em;
}
.hiragino,
p.button a {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
p.daunpenh {
  font-family: "DaunPenh", sans-serif;
  font-weight: 500;
}
p.renew_date {
  text-align: right;
  margin-top: 20px;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
  opacity: 0.8;
}
body {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
body.overflow__hidden {
  height: 100%;
  overflow: hidden;
}
article , aside , details, figcaption , figure ,
footer , header , hgroup , menu , nav , section {
	display: block;
}
ul {
  list-style-type: none;
}
ul.disc {
	list-style-type: disc;
  padding-left: 1em;
}
ol {
  padding-left: 1.3em;
  margin-top: 15px;
}
p.tel_link a { text-decoration: underline; }

/* Color */
section.fv h2,
section.column_lists h2,
.subpage_content section h2,
.subpage_content section h3,
section.contact.confirm .contactform h2 {
  color: #044969;
}
.subpage_content.solid_page section h3 {
  border-left: 6px solid #044969;
}
.support p span,
ul li span,
section.support .accordion[open] p,
.accordion[open] p:before,
.invalid-feedback {
  color: #9AD667;
  font-weight: 500;
}
p.tel_link a {
  color: #9AD667;
}
p.titlenumber,
.accordion summary:before,
.single_page .favorite_box > div.title h2,
p.button a,
aside .favorite > .title {
  color: #9AD667;
}
.banner_box p,
.info_box > div.info_content h4,
.columns_box div.info_content h3,
.columns_box div.info_content h3 a,
p.location,
p.salary,
ul.tag li,
ul.tag li a,
section.support .head_title h3,
section.searchform h2,
button.search_butoon,
section.column_lists h3 a,
.single_page h2 {
  color: #1D1D1D;
}
.banner_box p.catch {
  color: #FA4343;
}
.favorite_box > div.favorite_box_lists div.title_box h3,
footer p,
footer a,
aside .favorite_box_lists div.title_box h3 {
  color: #525252;
}
.search_box table label select option[disabled] {
  color: #C9C9C9;
}
.search_box table label select option {
  color: #525252;
}
p.occupation_type,
.favorite_box > div.title h2,
.columns_box > div.title h2,
.columns_box_lists div.info_content p.date,
.column_info p.date,
.single_page p.date {
  color: #B1B1B1;
}
section.support h2,
ul.job_tag li,
section h2 span.search_num {
  color: #525252;
}
.wpcf7-form-control a {
  color: #3A7AE2;
  text-decoration: underline;
}
.wpcf7-form-control a:hover {
  text-decoration: none;
}
textarea:-moz-placeholder {
  color: #C9C9C9!important;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #C9C9C9!important;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #C9C9C9!important;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #C9C9C9!important;
  opacity: 1;
}
textarea::placeholder {
  color: #C9C9C9!important;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #C9C9C9!important;
  opacity: 1;
}
input:-moz-placeholder{
  color: #C9C9C9!important;
  opacity: 1;
}
input::-moz-placeholder{
  color: #C9C9C9!important;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #C9C9C9!important;
  opacity: 1;
}
.form_contact input[type="submit"] { -webkit-appearance: none; }
.banner_box p.catch::before,
.banner_box p.catch::after {
  background-color: #FA4343;
}
section.contact .contactform,
.search_box,
.column_list_box .column_info_box,
.subpage_content.single_page,
.subpage_content,
.single_page section.contact {
  background-color: #fff;
}
ul.job_tag li {
  background-color: #F1FDE8;
}
section.support {
  background-color: #F1FDE8;
}
main.subpage,
section.contact,
section.searchform {
  background-color: #F7F9FA;
}
.single_page .favorite_box > div.title h2,
aside .favorite > .title {
  background-color: #FFFB9B;
}
div.pagenation span.page-numbers.current {
  background-color: #e6e8e9;
}
input[type=checkbox] + .wpcf7-list-item-label::after,
input[type=checkbox] + .wpcf7-list-item-label::before,
input[type=radio] + .wpcf7-list-item-label::after,
input[type=radio] + .wpcf7-list-item-label::before {
  background-color: #D5D5D5;
}
.searchform input[type=checkbox] + span:after,
.searchform input[type=checkbox] + span:before {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background-color: #fff;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
input[type="radio"]:checked + .wpcf7-list-item-label::before,
.searchform input[type=checkbox]:checked + span:before,
section.searchform table label.selectbox::after {
  background-color: #9AD667;
}
.form_contact .wpcf7-submit:disabled {
  border: 3px solid #E0E0E0;
  background-color: #F7F7F7;
  color: #C3C3C3;
}
footer {
  background-color: #D2F0AB;
}
div.pagenation a.page-numbers {
  background-color: #323232;
  color: #fff;
}
.favorite_box > div.favorite_box_lists div.title_box,
.columns_box > div.columns_box_lists div.title_box,
p.location span,
p.salary span,
#nav_open,
#nav_content,
aside .title,
.kyujin_content .head_info dl dt,
.form_contact .need,
aside .favorite_box_lists div.title_box {
  background-color: #9AD667;
  color: #fff;
}
.kyujin_content .main_info dl dt {
  background-color: #B1B1B1;
  color: #fff;
}
.favorite_box_lists p.feature {
  color: #908B8D;
  background-color: #FEF2F7;
}
button.search_butoon,
button.kyujin_form_button,
.form_contact .wpcf7-submit,
p.backbutton a {
  background-color: #B8E57A;
  cursor: pointer;
  border: 3px solid #9AD667;
}
.form_contact .wpcf7-previous {
  background-color: #525252;
  cursor: pointer;
  border: 3px solid #525252;
  color: #fff;
}
aside .title::after {
  border-top: 30px solid #9AD667;
}
aside .favorite > .title:after {
  border-top: 30px solid #FFFB9B;
}
ul.kyujin_tag li {
  border: 1px solid #E2E2E2;
}
.kyujin_content .main_info h3,
section.contact.confirm p.message_line {
  border-bottom: 2px solid #9AD667;
}
section.contact.confirm .contactform dl dt {
  background-color: #B1B1B1;
  border-radius: 16px;
  padding: 5px 15px;
  min-width: 100px;
  margin-right: 18px;
}
section.contact.confirm .contactform dl dt p {
  color: #fff;
  text-align: center;
}
section.contact.confirm .contactform dl dt,
section.contact.confirm .contactform dl dd {
  display: inline-block;
}

/* Font */
@media screen and (min-width:1181px) {
  /* 32px */
  .column .subpage_content section h2,
  section.contact.confirm .contactform h2,
  .subpage_content section h2 {
    font-size: 2rem;
  }
  /* 24px */
  .favorite_box > div.title h2,
  .columns_box > div.title h2,
  section.kyujin_box h2 span.search_keyword {
    font-size: 1.5rem;
  }
  /* 23px */
  .button a {
    font-size: 1.4375rem;
  }
  /* 21px */
  section.column_lists h3 a,
  .single_page h2 {
    font-size: 1.3125rem;
  }
  /* 19px */
  .column_info p.date,
  .single_page p.date {
    font-size: 1.1875rem;
  }
  /* 15px */
  .copyright p {
    font-size: 0.9375rem;
  }
  .banner_box p.catch span {
    font-size: 0.875rem;
  }
  .banner_box p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:1180px) {
  .column .subpage_content section h2,
  section.contact.confirm .contactform h2,
  .subpage_content section h2 {
    font-size: 1.5rem;
  }
  .favorite_box > div.title h2,
  .columns_box > div.title h2,
  section.kyujin_box h2 span.search_keyword {
    font-size: 1.2rem;
  }
  .button a {
    font-size: 1.2rem;
  }
  .fv_content .button a {
    font-size: 1.1rem;
  }
  .copyright p {
    font-size: 0.7rem;
  }
  section.column_lists h2 {
    font-size: 1.4rem;
  }
  section.column_lists h3 a,
  .single_page h2 {
    font-size: 1.25rem;
  }
  #nav_content li a {
    font-size: 1.25rem;
  }
  .banner_box p.catch span {
    font-size: 1.4rem;
  }
  .banner_box p.catch {
    font-size: 1.2rem;
  }
  .column_info p.date,
  .single_page p.date {
    font-size: 1rem;
  }
}
/* 67px */
section.support p.titlenumber {
  font-size: 4.1875rem;
}
/* 27px */
.accordion summary:before,
.accordion[open] p:before {
  font-size: 1.6875rem;
}
/* 21px */
.three_col .head_title h3,
.subpage_content section h3 {
  font-size: 1.3125rem;
}
/* 20px */
section.support p,
.kyujin_content .main_info h3,
p.tel_link a {
  font-size: 1.25rem;
}
/* 18px */
button.search_butoon {
  font-size: 1.125rem;
}
/* 15px */
section.support p,
.contact_content .form_contact dl dt p,
.form_contact input,
.form_contact textarea,
.wpcf7-list-item-label,
.column_info ul.tag li a,
.slick-initialized .slick-slide p,
.header_box > div nav ul li a {
  font-size: 0.9375rem;
}
/* 14px */
.favorite_box > div.favorite_box_lists > div h3,
.columns_box > div.columns_box_lists > div h3,
p.location,
p.salary,
.contact_content p,
.single_page ul.tag li,
.single_page ul.tag li a,
aside .column_info .info_box div.info_content h3,
ul.kyujin_tag li,
ul.kyujin_tag li a,
aside .favorite_box_lists div.title_box h3,
p.contact_notice {
  font-size: 0.875rem;
}
/* 12px */
.info_box > div.info_content h4,
.columns_box div.info_content h3,
.columns_box div.info_content h3 a,
.favorite_box_lists p.feature,
.contact_content .form_contact p .need,
.search_box table label span {
  font-size: 0.75rem;
}
/* 10px */
ul.tag li,
.favorite_box_lists ul.tag li a,
.columns_box_lists ul.tag li a,
.kyujin_box_lists ul.tag li a,
aside .column_info ul.tag li,
.columns_box_lists div.info_content p.date,
aside .column_info .info_box div.info_content p.date,
aside .column_info ul.tag li a {
  font-size: 0.625rem;
}
/* 9px */
p.occupation_type,
p.location span,
p.salary span,
footer .footer_logo a span {
  font-size: 0.5625rem;
}
/* bold */
.favorite_box > div.favorite_box_lists > div h3,
.info_box > div.info_content h4,
.columns_box div.info_content h3,
.columns_box div.info_content h3 a,
p.location,
p.salary,
.favorite_box_lists p.feature,
section.support .head_title h3,
.accordion summary:before,
.accordion[open] p:before,
.copyright p,
section.column_lists h3 a,
.single_page h2,
aside .column_info .info_box div.info_content h3,
.subpage_content section h3,
.slick-initialized .slick-slide p,
aside .favorite_box_lists div.title_box h3,
p.tel_link a {
  font-weight: 700;
}
.contact_content .form_contact p .need,
.contact_content .form_contact dl dt p,
.form_contact input,
.form_contact textarea,
.wpcf7-list-item-label,
footer .links li a,
.search_box table tr th,
button.search_butoon {
  font-weight: 600;
}
p.location span,
p.salary span {
  font-weight: 500;
}

/* Layout */
@media screen and (min-width:1181px) {
  main.subpage {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 0 85px;
  }
  section .content {
    padding: 0 64px;
  }
  .subpage_content {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .column .subpage_content {
    max-width: 960px;
    padding-top: 80px;
  }
  .subpage_content.single_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1052px;
    padding: 80px 64px;
  }
  .subpage_content.single_page > .main_content {
    width: calc(100% - 385px);
  }
  .subpage_content.single_page > aside {
    width: 335px;
  }
}
@media screen and (max-width:1180px) {
  main.subpage {
    margin-top: 70px;
    padding: 0 20px 70px;
  }
  section { padding: 50px 0; }
  section.contact {
    padding: 0;
  }
  section .content {
    padding: 0 20px;
  }
  body.home section.contact .content {
    padding: 50px 20px;
  }
  .subpage section .content {
    padding: 0;
  }
  .spnone { display:none; }
  .subpage_content {
    padding: 0 20px 0;
  }
  .subpage_content.single_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1180px;
    padding: 40px 20px;
  }
  .subpage_content.single_page > .main_content,
  .subpage_content.single_page > aside {
    width: 100%;
  }
  .subpage_content.single_page > aside {
    margin-top: 40px;
  }
}
section h2,
section h3,
.subpage.column section h2 {
  text-align: center;
}
.subpage_content section h2 {
  text-align: left;
}
.article_content { margin: 20px auto 0; }
.subpage_content.solid_page section h3 {
  padding-left: 18px;
  margin: 54px auto 18px;
  text-align: left;
  line-height: 1.5;
}
.subpage_content.solid_page section h3:first-child {
  margin: 15px auto 18px;
}

/* breadcrumb */
@media screen and (min-width:1181px) {
  section.breadcrumb {
    padding: 100px 0 20px;
  }
}
@media screen and (max-width:1180px) {
  section.breadcrumb {
    padding: 20px 0 20px;
  }
}
section.breadcrumb ul li {
  display: inline;
}

/* aside */
@media screen and (min-width:1181px) {
  aside .title {
    width: 335px;
  }
  aside .title::after {
    border-left: 168.5px solid #fff;
    border-right: 167.5px solid #fff;
  }
}
@media screen and (max-width:1180px) {
  aside .title {
    width: 300px;
  }
  aside .title::after {
    border-left: 150px solid #fff;
    border-right: 150px solid #fff;
  }
}
aside .title {
  padding: 10px 0 0;
  margin: 0 auto 46px;
  position: relative;
  text-align: center;
}
aside .title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
aside .recommend {
  margin-bottom: 50px;
}
aside .column_info {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
}
aside .column_info .info_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
aside .column_info .info_box > div.image {
  width: 150px;
  height: auto;
  border-radius: 8px;
}
aside .column_info .info_box > div.info_content {
  margin-left: 8px;
  width: calc(100% - 158px);
}
aside .column_info .info_box div.info_content h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  text-align: left;
}
aside .column_info ul.tag {
  padding: 0 8px 8px 8px;
  margin-top: 0;
}
aside .column_info ul.tag li {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 3px;
  margin: 0 4px 4px 0;
  display: inline-block;
}

/* column */
@media screen and (min-width:1181px) {
  .two_col .set {
    margin: 2%;
    max-width: 45.8%;
  }
  .four_col > div {
    width: 20%;
    margin: 20px auto;
  }
}
@media screen and (max-width:1180px) {
  .two_col .set {
    margin: 0 auto 40px;
    max-width: 100%;
  }
  .four_col > div {
    width: 40%;
    margin: 20px auto;
  }
}
.four_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.two_col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.one_col .set {
  width: 100%;
  margin: 2% auto;
}
.one_col .box,
.two_col .box {
  box-shadow: 0 0 8px grey;
  width: 80%;
  padding: 20px;
  text-align: center;
  margin: -40px auto 0;
  position: relative;
  background-color: #fff;
}
.one_col .box h3,
.two_col .box h3 {
  letter-spacing: 0em;
  line-height: 33px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
}
.one_col .box h3::before,
.two_col .box h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}

/* header */
@media screen and (min-width:1181px) {
  header {
    height: 100px;
  }
  header .header_box {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }
  header .header_box > div.logo {
    width: 250px;
    height: auto;
  }
  #nav_drawer { display: none; }
}
@media screen and (max-width:1180px) {
  header .header_box {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 10px;
  }
  header { height: 70px; }
  header.top { height: auto; }
  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  header div#nav_drawer nav ul {
    margin-bottom: 20px;
  }
  header div#nav_drawer nav ul li {
    display: block;
    margin: 5px;
  }
  header div#nav_drawer nav .btn_fullheight {
    display: none;
  }
  #nav_open span { top: 25px; left: 50%; }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #nav_open span::before {
    position: absolute;
    top: 10px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
  }
  #nav_open span::after {
    position: absolute;
    top: 20px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 30px;
    top: 30px;
    left: 40%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
  }
  header .header_box > div.logo {
    width: 200px;
    height: auto;
  }
  div.header_nav { display: none; }
}
header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header_box > div nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.header_box > div nav ul li {
  margin-right: 18px;
  position: relative;
}
.header_box > div nav ul li a {
  vertical-align: middle;
}
.header_box > div nav ul li:last-child {
  margin-right: 0;
}
nav ul li.menu_icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2px;
}
nav ul li.menu_icon.recruit:before {
  background-image: url("./images/icn_search.png");
}
nav ul li.menu_icon.favorite:before {
  background-image: url("./images/icn_fav.png");
}
nav ul li.menu_icon.support:before {
  background-image: url("./images/icn_work.png");
}

.nav_unshown { display: none; }
#nav_open.active {
  background-color: rgba(0,0,0,0);
}
#nav_close span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  cursor: pointer;
}
#nav_close span::before,
#nav_close span::after {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.4s;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#nav_close span::after { transform: rotate(-45deg); }
#nav_content {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 0px);
  text-align: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
  opacity: 0;
}
#nav_content ul { margin: auto; padding-top: 80px; }
#nav_content li {
  padding: 10px;
  text-align: center;
  display: block;
}
#nav_content li a { color: #fff; }
#nav_content.active {
  opacity: 1;
  pointer-events: auto;
}
#nav_open.active span::before {
  transform: rotate(90deg);
  top: 0px;
}
#nav_open.active span::after {
  content: none;
}
#nav_content .header_sns {
  padding-top: 40px;
}
#nav_content .header_sns a {
  display: inline-block;
  margin: 0 auto;
}
#nav_content .header_sns a img {
  margin: 0 5px;
}

/* footer */
@media screen and (min-width:1181px) {
  footer .container {
    padding: 40px 0 160px;
  }
  footer .footer_logo {
    max-width: 160px;
    width: 30%;
  }
  footer .links {
    display: flex;
    justify-content: center;
  }
  footer .copyright { padding: 20px 0 0; text-align: right; }
  .page_top {
    position: fixed;
    right: calc(50% - 580px);
    bottom: 22px;
    z-index: 3;
  }
  .page_top p {
    width: 64px;
    height: 64px; 
    z-index: 10;
  }
  footer .links li a {
    margin-right: 1.5em;
    letter-spacing: 0;
  }
}
@media screen and (max-width:1180px) {
  footer .container {
    padding: 20px 10px 140px;
  }
  footer .footer_logo {
    max-width: 160px;
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
  }
  footer .links {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  footer .copyright { padding: 10px 0 0; text-align: center; }
  .page_top {
    position: fixed;
    right: 5px;
    bottom: 5px;
  }
  .page_top p {
    width: 50px;
    height: 50px; 
    z-index: 10;
  }
  footer .links li a {
    margin-right: 1em;
    letter-spacing: 0;
  }
  footer .links li.footer_banner {
    margin-top: 20px;
  }
}
footer .container {
  max-width: 1180px;
  margin: 0 auto;
}
footer .two_col {
  align-items: end;
}
footer .contact p, footer .contact a { color: rgb(43, 43, 43); }

footer .links li { display: inline-block; }
footer .links li.footer_banner {
  max-width: 290px;
}
footer .links li:last-child a {
  margin-right: 0;
}
.page_top {
  opacity: 0;
  transition: .5s ease-in-out;
}
.page_top.active {
  opacity: 1;
  transition: .5s ease-in-out;
}

/* TOP */
@media screen and (min-width:1181px) {
  section.fv {
    margin: 100px auto 0;
    text-align: center;
    max-width: none;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
  }
  .fv_content {
    position: absolute;
    top: 80%;
    left: 62%;
    transform: translate(-62%, -40%);
    max-width: 50%;
    text-align: left;
  }
  section.fv h2 {
    font-size: 2.25rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  section.fv img {
    width: 100%;
    height: auto;
  }
  section.news {
    padding: 100px 0;
  }
  section.news ul li {
    padding: 0;
  }
  section.news h2 { margin-bottom: 50px; }
  section.profile {
    padding: 100px 10px 100px;
  }
  .banner_box {
    max-width: 320px;
    background-color: #fff;
    border-radius: 13px;
    padding: 12px 11px;
    position: absolute;
    bottom: 26px;
    right: 26px;
  }
}
@media screen and (max-width:1180px) {
  section.fv {
    margin: 70px auto 0;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
  }
  .fv_content {
    position: absolute;
    top: 80%;
    right: 5%;
    transform: translateY(-27%);
    width: 95%;
    text-align: right;
  }
  section.fv h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 700;
    text-align: right;
  }
  section.fv img.top_back {
    width: 100%;
    height: auto;
  }
  section.news {
    padding: 50px 0;
  }
  .news_title { display: block; margin-top: 0px; }
  section.news ul li {
    padding: 0;
  }
  .banner_box {
    max-width: 300px;
    margin: 10px auto 0;
    background-color: #fff;
    border-radius: 13px;
    padding: 6px 5px;
  }
}
.banner_box p {
  font-weight:bold;
  text-align: center;
}
.banner_box p.catch {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_box p.catch::before,
.banner_box p.catch::after {
  content: '';
  width: 1px;
  height: 20px;
}
.banner_box p.catch::before {
  margin-right: 10px;
  transform: rotate(-35deg)
}
.banner_box p.catch::after {
  margin-left: 10px;
  transform: rotate(35deg)
}
.banner_box_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
}
.banner_box_link > div {
  width: 32%;
}

/* button area */
@media screen and (min-width:1181px) {
  .button_area {
    padding: 35px 0 20px;
  }
  .button_area > div {
    width: 48%;
    max-width: 324px;
    height: auto;
    margin-right: 1%;
  }
  .button_area > div:last-child {
    margin-right: 0;
  }
  .button_area > div.intro:before {
    width: 54px;
    height: 54px;
    top: -14px;
    left: -27px;
  }
}

@media screen and (max-width:1180px) {
  .button_area {
    padding: 20px 0 5px;
  }
  .button_area > div {
    width: 60%;
    max-width: 250px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 2%;
  }
  .button_area > div:last-child {
    margin-bottom: 0;
  }
  .button_area > div.intro:before {
    width: 40px;
    height: 40px;
    top: -10px;
    left: -15px;
  }
	.button_area > div.intro:before {
		left: -20px;
	}
}
.button_area {
  background: linear-gradient(180deg, #fff, #F2F2F2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: .5s ease-in-out;
}
.button_area.active {
  opacity: 1;
  transition: .5s ease-in-out;
}
.button_area > div a img {
  width: 100%;
  max-width: 324px;
  height: auto;
  margin-right: 1%;
}
.button_area > div.intro {
  position: relative;
}
.button_area > div.intro:before {
  content: "";
  background-image: url("./images/icon_free.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}

/* favorite */
@media screen and (min-width:1181px) {
  .favorite_box > div.title {
    width: 17%;
    text-align: center;
  }
  .favorite_box > div.favorite_box_lists {
    width: 83%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .single_page .favorite_box > div.title h2 {
    padding: 4px 15px;
    text-align: left;
  }
  .favorite_box > div.favorite_box_lists .scroll > div,
  aside div.favorite_box_lists > div {
    min-width: 335px;
    width: 33%;
    margin-right: 1%;
  }
}
@media screen and (max-width:1180px) {
  .favorite_box > div.title {
    width: 100%;
    text-align: center;
  }
  .favorite_box > div.favorite_box_lists {
    width: calc(100% - 40px);
    overflow-x: auto;
    padding: 0 0 20px;
    margin: 0 auto;
  }
  .single_page .favorite_box > div.title h2 {
    padding: 4px 5px;
    text-align: left;
  }
  .favorite_box > div.favorite_box_lists .scroll > div {
    min-width: 300px;
    width: 33%;
  }
  body.home .favorite_box > div.favorite_box_lists .scroll > div {
    margin-right: 2%;
  }
  aside div.favorite_box_lists > div {
    width: 100%;
    margin-right: 0;
  }
}
section.favorite {
  padding: 26px 0;
}
.favorite_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single_page .favorite_box {
  display: block;
}
.single_page .favorite_box > div.title,
.single_page .favorite_box > div.favorite_box_lists {
  width: 100%;
}
.favorite_box > div.title h2 img {
  width: 42px;
  height: auto;
  margin-bottom: 10px;
}
.favorite_box > div.favorite_box_lists .scroll {
  display: inline-flex;
}
.favorite_box > div.favorite_box_lists .scroll > div,
aside div.favorite_box_lists > div {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  position: relative;
}
aside div.favorite_box_lists > div {
  margin-bottom: 20px;
}
aside div.favorite_box_lists > div:last-child {
  margin-bottom: 0;
}
.favorite_box > div.favorite_box_lists div p.icon_favorite,
div.simplefavorite-button {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
div.simplefavorite-button i {
  font-size: 24px;
}
div.favorite_box_lists div p.icon_favorite img {
  width: 24px;
  height: auto;
}
div.favorite_box_lists div .info_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
div.favorite_box_lists div .info_box > div.image {
  width: 110px;
  height: auto;
  border-radius: 8px;
}
div.favorite_box_lists div .info_box > div.info_content {
  margin-left: 8px;
  width: calc(100% - 118px);
}
div.favorite_box_lists div .info_box > div.info_content h4 span:not(:last-child),
p.occupation_type span:not(:last-child) {
  display: inline-block;
}
.favorite_box div.favorite_box_lists div.title_box,
aside .favorite_box_lists div.title_box {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px;
}
.favorite_box div.favorite_box_lists div.title_box h3,
div.favorite_box_lists .info_box div.info_content h4,
aside .favorite_box_lists div.title_box h3 {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
p.location span,
p.salary span {
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 10px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}
.favorite_box_lists p.feature {
  padding: 8px;
}
.favorite_box_lists ul.tag,
.single_page aside .favorite_box_lists ul.tag {
  padding: 8px 42px 8px 8px;
  margin-top: 0;
}
.favorite_box_lists ul.tag li,
.single_page aside .favorite_box_lists ul.tag li {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 3px;
  margin: 0 4px 4px 0;
  display: inline-block;
}

/* search form */
@media screen and (min-width:1181px) {
  .search_box table tr th {
    width: 15%;
    padding: 20px 0;
  }
  .search_box table tr td {
    width: 85%;
    padding: 20px 0;
  }
  .check_box {
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    */
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 2%;
    
  }
  .check_box.five_col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  /*
  .check_box label {
    width: 23%;
    margin-bottom: 20px;
  }
  .check_box.five_col label {
    width: 20%;
  }
  */
}
@media screen and (max-width:1180px) {
  .search_box table tr th,
  .search_box table tr td {
    width: 100%;
    display: block;
  }
  .search_box table tr th {
    padding: 20px 0 0;
  }
  .search_box table tr td {
    padding: 10px 0 20px;
  }
  .check_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .check_box label {
    width: 48%;
    margin-bottom: 20px;
  }
  .check_box.five_col label {
    width: 48%;
  }
}
.search_box {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 12px;
}
.search_box table {
  width: 100%;
  border-collapse: collapse;
}
.search_box table tr.search_checkbutton {
  border-bottom: 1px solid #E2E2E2;
}
.search_box table tr th {
  text-align: left;
}
.search_box table label {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.search_box table label.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.search_box table label select {
  appearance: none;
  min-width: 250px;
  padding: 16px 20px;
  border: 1px solid #707070;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
.search_box select { color: #ddd; }
button.search_butoon {
  cursor: pointer;
  padding: 15px 36px;
  border-radius: 40px;
  text-align: center;
  margin: 30px auto 0;
  display: block;
  position: relative;
}
button.search_butoon:before {
  background-image: url("./images/icn_search_pink.png");
  content: "";
  width: 23.5px;
  height: 23.5px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
button.search_butoon:hover {
  opacity: .8;
}
section.kyujin_box h2 span.search_keyword {
  line-height: 1.5;
  display: inline-block;
  margin-right: 1em;
}

/* Support */
@media screen and (min-width:1181px) {
  section.support div.three_col > div {
    width: calc(32% - 40px);
  }
}
@media screen and (max-width:1180px) {
  section.support div.three_col > div {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  section.support div.three_col > div:last-child {
    margin-bottom: 0;
  }
}
section.support p.support_guide {
  max-width: 825px;
  text-align: center;
  margin: 25px auto 0;
}
section.support div.three_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.support div.three_col > div {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: justify;
}
div.three_col > div > .head_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: last baseline;
  padding: 0 0 0 14px;
}
section.support p.titlenumber {
  margin-right: 15px;
  line-height: .5;
  letter-spacing: 0;
}
section.support .head_title h3 {
  text-align: left;
  line-height: 1.3
}
.faq_section {
  max-width: 590px;
  margin: 0 auto;
}
.accordion {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 8px 1px rgba(134,134,134,.3);
  background-color: #fff;
  border-radius: 8px;
  transition: 2s;
  margin: 0 auto 20px;
}
.accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 55px;
  cursor: pointer;
  
}
.accordion summary:before {
  content: "Q";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  content: "";
  background-image: url("./images/icn_arrow.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .5s;
}
.accordion[open] summary::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: .5s;
}
.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  padding: 0 55px 20px;
  transition: .5s;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
  position: relative;
}
.accordion[open] p:before {
  content: "A";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 24px;
  line-height: 25px;
}

/* favorite */
@media screen and (min-width:1181px) {
  .columns_box > div.title {
    width: 17%;
  }
  .columns_box > div.columns_box_lists {
    width: 83%;
  }
  .columns_box > div.columns_box_lists .scroll > div {
    min-width: 335px;
  }
  .single_page .main_content ul.tag {
    margin-top: 0;
  }
  .single_page ul.tag li {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    margin: 0 4px 4px 0;
  }
  .column_info ul.tag ,
  .single_page ul.tag {
    padding: 0 8px 8px;
    margin-top: 20px;
  }
}
@media screen and (max-width:1180px) {
  .columns_box > div.title {
    width: 100%;
  }
  .columns_box > div.columns_box_lists {
    width: calc(100% - 40px);
    overflow-x: auto;
    padding: 0 0 20px;
    margin: 0 auto;
  }
  .columns_box > div.columns_box_lists .scroll > div {
    min-width: 300px;
  }
  .single_page .main_content ul.tag {
    margin: 20px auto;
    padding: 0;
  }
  .single_page ul.tag li {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 7px;
    margin: 0 4px 4px 0;
  }
  .column_info ul.tag ,
  .single_page ul.tag {
    padding: 0;
    margin-top: 10px;
  }
}
section.columns {
  padding: 26px 0;
}
.columns_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.columns_box > div.title {
  text-align: center;
}
.columns_box > div.title h2 img {
  width: 42px;
  height: auto;
  margin-bottom: 10px;
}
.columns_box > div.columns_box_lists {
  overflow-x: auto;
  padding-bottom: 20px;
}
.columns_box > div.columns_box_lists .scroll {
  display: inline-flex;
}
.columns_box > div.columns_box_lists .scroll > div {
  width: 33%;
  margin-right: 1%;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  position: relative;
}
.columns_box > div.columns_box_lists div p.icon_columns {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
div.columns_box_lists div p.icon_columns img {
  width: 24px;
  height: auto;
}
div.columns_box_lists div .info_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
div.columns_box_lists div .info_box > div.image {
  width: 150px;
  height: auto;
  border-radius: 8px;
}
div.columns_box_lists div .info_box > div.info_content {
  margin-left: 8px;
  width: calc(100% - 158px);
}
.columns_box div.columns_box_lists div.title_box {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px;
}
div.columns_box_lists .info_box div.info_content h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  text-align: left;
}
p.location span,
p.salary span {
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 10px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}
.columns_box_lists p.feature {
  padding: 8px;
}
.columns_box_lists ul.tag {
  padding: 0 8px 8px 8px;
}
.columns_box_lists ul.tag li {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin: 0 4px 4px 0;
  display: inline-block;
}
.column_info ul.tag li {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
  margin: 0 4px 4px 0;
}
.column_info ul.tag li a,
.single_page ul.tag li a,
.columns_box_lists ul.tag li a {
  display: block;
  padding: 3px;
}
.columns_box_lists ul.tag li {
  padding: 3px;
}
/*
.columns_box_lists ul.tag li a {
  display: block;
  padding: 3px;
}
.scroll-hint.is-right-scrollable {
  background: none!important;
}

/* Contact */
@media screen and (min-width:1181px) {
  section.contact .contactform {
    margin: 64px auto 0;
    padding: 50px 0 30px;
  }
  .form_contact .two_col > div {
    width: 49%;
  }
  .form_contact .wpcf7-previous {
    padding: 15px 45px;
    border-radius: 40px;
    text-align: center;
    margin: 0 20px 0 auto;
    display: inline-block;
  }
  .form_contact .wpcf7-submit,
  p.backbutton a {
    padding: 15px 45px;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width:1180px) {
  section.contact .contactform {
    margin: 32px auto 0;
    padding: 25px 20px 15px;
  }
  .form_contact .two_col > div {
    width: 100%;
  }
  .form_contact .wpcf7-previous {
    padding: 15px;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto 20px;
    display: inline-block;
    width: 200px;
  }
  .form_contact .wpcf7-submit,
  p.backbutton a {
    padding: 15px;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 200px;
  }
}
section.contact p span.underline {
  text-decoration: underline;
}
section.contact .contactform {
  border-radius: 8px;
  max-width: 900px;
}
.contact_content {
  max-width: 660px;
  margin: 0 auto;
}
.form_contact .need {
  margin-right: 8px;
  padding: 0 7px;
  border-radius: 7px;
}
.form_contact dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 35px 0 9px;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after { content: ""; }
.form_contact .wpcf7-text,
.form_contact .wpcf7-textarea,
.form_contact .wpcf7-date {
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 16px 20px;
}
.submit_button {
  margin: 40px auto 0;
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #707070;
}
.submit_button p {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.form_contact .wpcf7-submit:hover,
.form_contact .wpcf7-previous:hover,
p.backbutton a:hover {
  opacity: 0.7;
}
p.backbutton {
  display: grid;
  margin: 50px auto 0;
  text-align: center;
}
.contact.confirm .form_contact .wpcf7-submit {
  display: inline-block;
}
.wpcf7-spinner {
  width: 0!important;
  height: 0!important;
  margin: 0!important;
}
.form_contact .two_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_recruit .wpcf7-not-valid-tip {
  color: #FF2178;
  font-size: 0.66rem;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 12px;
}
input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  visibility: hidden;
}
span.wpcf7-list-item {
 margin-left: 0;
}
input[type=checkbox] + .wpcf7-list-item-label,
input[type=radio] + .wpcf7-list-item-label,
.searchform input[type=checkbox] + span {
  padding-left: 23px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 16px;
}
input[type=checkbox] + .wpcf7-list-item-label::after,
input[type=checkbox] + .wpcf7-list-item-label::before,
input[type=radio] + .wpcf7-list-item-label::after,
input[type=radio] + .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0;
}
.searchform input[type=checkbox] + span:after,
.searchform input[type=checkbox] + span:before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -1px;
  left: 0;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  top: 6px;
}
input[name=youracceptance] + .wpcf7-list-item-label::after,
input[name=youracceptance] + .wpcf7-list-item-label::before {
  top: 5px;
}
input[type=checkbox] + .wpcf7-list-item-label::after,
input[type=radio] + .wpcf7-list-item-label::after,
.searchform input[type=checkbox] + span:after {
  opacity: 0;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  left: 5px;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: rgba(255,255,255,0);
  top: 5px;
}
input[name=youracceptance] + .wpcf7-list-item-label::after {
  top: 3px;
}
input[type=checkbox]:checked + .wpcf7-list-item-label,
input[type=radio]:checked + .wpcf7-list-item-label,
.searchform input[type=checkbox]:checked + span {
  color: #656565;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after,
input[type=radio]:checked + .wpcf7-list-item-label::after,
.searchform input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #fff;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
}
.wpcf7-checkbox .wpcf7-list-item:not(:last-child),
.wpcf7-form-control.wpcf7-checkbox .role_category_checkbox,
.wpcf7-radio .wpcf7-list-item:not(:last-child) {
  margin-right: 10px;
}
.wpcf7-form-control.wpcf7-checkbox .role_category_checkbox:last-child {
  margin-right: 0;
}


/* Column page */
@media screen and (min-width:1181px) {
  .column_list_box .column_info_box {
    padding: 30px 25px;
  }
  .column_list_box .column_info_box .main_image {
    width: 43%;
  }
  .column_list_box .column_info_box .column_info {
    width: calc(57% - 22px);
  }
  section.column_lists {
    padding: 0 0 50px;
  }
  .kyujin_box_lists {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 2%;
  }
  section.column_lists h3 {
    margin: 0 auto 20px;
  } 
}
@media screen and (max-width:1180px) {
  .column_list_box .column_info_box {
    padding: 20px 20px;
  }
  .subpage.column .column_list_box .column_info_box {
    padding: 0;
  }
  .column_list_box .column_info_box .main_image,
  .column_list_box .column_info_box .column_info {
    width: 100%;
  }
  section.column_lists {
    padding: 20px 0 50px;
  }
  .kyujin_box_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.column_lists h3 {
    margin: 0 auto 10px;
  }
}

.column_list_box {
  margin: 65px auto 0;
}
.column_list_box .column_info_box {
  margin: 0 auto 45px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column_list_box .column_info_box .column_info {
  text-align: left;
}
section.column_lists h3 {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
}

/* Kyujin */
@media screen and (min-width:1181px) {
  .job_head {
    padding-right: 50px;
  }
  .job_head div.simplefavorite-button {
    top: 50%;
    right: 20px;
  }
  .kyujin_content .head_info dl dt {
    min-width: 140px;
    margin-right: 28px;
	  padding: 0 9px;
  }
  .kyujin_content .main_info dl dt {
    min-width: 100px;
    margin-right: 28px;
  }
  .kyujin_box_lists > div {
    width: 100%;
    margin-bottom: 56px;
  }
}
@media screen and (max-width:1180px) {
  .job_head div.simplefavorite-button {
    top: -65px;
    right: 0;
  }
  .kyujin_content .head_info dl dt,
  .kyujin_content .main_info dl dt {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .kyujin_box_lists > div {
    width: 100%;
    margin-bottom: 28px;
  }
}
ul.job_tag li {
  padding: 8px 13px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
  border-radius: 5px;
}
ul.job_tag li:last-child {
  margin-right: 0;
}
ul.kyujin_tag {
  margin: 20px auto;
}
ul.kyujin_tag li {
  padding: 6px 7px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
}
.kyujin_content .head_info {
  margin: 20px auto 0;
}
.kyujin_content .head_info dl,
.kyujin_content .main_info dl {
  margin-bottom: 15px;
}
.kyujin_content .head_info dl:last-child {
  margin-bottom: 0;
}
.kyujin_content .head_info dl dt,
.kyujin_content .head_info dl dd,
.kyujin_content .main_info dl dt,
.kyujin_content .main_info dl dd {
  display: inline-block;
}
.kyujin_content .head_info dl dt {
  text-align: center;
  border-radius: 16px;
}
.kyujin_content .main_info h3 {
  padding-bottom: 8px;
  margin: 40px auto 24px;
}
.kyujin_content .main_info dl {
  border-bottom: 1px dashed #E2E2E2;
  padding-bottom: 15px;
}
.kyujin_content .main_info dl dt {
  text-align: center;
  border-radius: 16px;
}
button.kyujin_form_button {
  cursor: pointer;
  padding: 15px 36px 15px 46px;
  border-radius: 40px;
  text-align: center;
  margin: 50px auto 0;
  display: block;
  position: relative;
  
}
button.kyujin_form_button:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top: solid 2px #28a745;
  border-right: solid 2px #28a745;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 20px;
  transition: .5s;
}
button.kyujin_form_button.clicked:before {
  transform: rotate(315deg);
  margin-top: -5px;
}
button.kyujin_form_button:hover {
  opacity: .8;
}
section.toggleContent {
  display:none;
}
section.contact.toggleContent .contactform {
  margin: 0 auto;
  padding: 0 0 30px;
}
section.contact.confirm,
section.contact.confirm .content {
  margin: 0 auto;
  padding: 0;
}
section.contact.confirm .contactform {
  margin: 32px auto 0;
  padding: 0;
}
section.contact.confirm h2 {
  text-align: center;
}
section.contact.confirm p.message_line {
  padding-bottom: 8px;
  text-align: center;
  margin: 0 auto 20px;
}
section.contact.confirm .submit_button p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kyujin_box_lists > div {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  position: relative;
}
.kyujin_box_lists div.title_box {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px;
  background-color: #9AD667;
  color: #fff;
}
.kyujin_box_lists div.title_box h3 {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #fff;
  font-weight: 700;
}
.kyujin_box_lists .info_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
.kyujin_box_lists .info_box > div.image {
  width: 110px;
  height: auto;
  border-radius: 8px;
}
.kyujin_box_lists .info_box > div.info_content {
  margin-left: 8px;
  width: calc(100% - 118px);
}
.kyujin_box_lists .info_box > div.info_content h4 {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 700;
  font-size: 0.75rem;
  color: #1D1D1D;
}
.kyujin_box_lists .info_box > div.info_content p.salary,
.favorite_box_lists .info_box > div.info_content p.salary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.kyujin_box_lists p.feature {
  padding: 8px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #908B8D;
  background-color: #F1FDE8;
}
.kyujin_box_lists ul.tag {
  padding: 8px 42px 8px 8px;
  margin-bottom: 24px;
}
.kyujin_box_lists ul.tag li {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 3px;
  margin: 0 4px 4px 0;
  display: inline-block;
  font-size: 0.625rem;
}
.kyujin_box_lists p.icon_favorite {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.kyujin_box_lists p.icon_favorite img {
  width: 24px;
  height: auto;
}
.job_head {
  position: relative;
}
.job_head h2 {
  text-align: justify;
}
.job_head div.simplefavorite-button {
  transform: translateY(-50%);
  bottom: inherit;
}

/* pagenation */
div.pagenation {
  margin: 0 auto;
  text-align: center;
}
div.pagenation a.page-numbers,
div.pagenation span.page-numbers.current {
  padding: 8px 15px;
  border-radius: 5px;
}



/* slide */
@media screen and (min-width:1200px) {
  .kyujin_slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}
@media screen and (max-width:1199px) {
  .kyujin_slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
.slide-items {
	margin: auto;
}
.slick-initialized .slick-slide {
  position: relative;
}
.slick-initialized .slick-slide p {
  position: absolute;
  width: calc(100% - 24px);
  bottom: 20px;
  background-color: rgba(255,255,255,0.5);
  padding: 12px;
  text-align: center;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
}
.slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index:2;
  cursor: pointer;
}
.slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index:2;
  cursor: pointer;
}
.slide-arrow.next-arrow img,
.slide-arrow.prev-arrow img {
  width:34px;
  height:52px;
}
.slide-arrow.prev-arrow img {
  transform: scale(-1,1);
}

/* Dots */
.slide-dots.slick-slider{
    margin-bottom: 30px;
}

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

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

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

.slide-dots li button:hover,
.slide-dots li button:focus{
    outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before{
    opacity: 0.8;
}

.slide-dots li button:before{
    font-style:normal;
    line-height: 24px;
	border-radius:20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    background: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide-dots li.slick-active button:before{
    opacity: .75;
    color: red;
	border:none;
	background: #000;
}

@media screen and (min-width: 740px) {
		
    .slide-prev, 
    .slide-next {
        position: absolute;
        top: 44%;
        cursor: pointer;
        outline: none;
        border-top: 2px solid #272727;
        border-right: 2px solid #272727;
        height: 20px;
        width: 20px;
	    z-index:5;
    }

    .slide-prev {
        left: 30px;
        transform: rotate(-135deg);
    }

    .slide-next {
        right: 30px;
        transform: rotate(45deg);
    }

}

/* Responsive */
@media screen and (max-width:1024px) {
  .news_list li {
    flex-wrap: wrap;
  }
  .news_title::before {
    content: none;
    margin-right: 0;
  }
}
@media screen and (max-width:999px) {
  header .pc_menu {
    display: none;
  }
  .category_list {
    max-width: 481px;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  br.nobr767 { display: none; }
  .top_menu .column2 .inner {
    padding: 20px;
  }
  .top_recruit .serif {
    font-size: 1.88em;
  }
  .category_list {
    max-width: 321px;
  }
  .page-numbers {
    width: 45px;
    height: 45px;
    margin: 10px;
    font-size: 13px;
    line-height: 45px;
  }
}

/* button */
@media screen and (min-width:1181px) {
}
@media screen and (max-width:1180px) {
  section.fv .button a {
    padding: 8px 40px 8px 15px;
    background-position: right 15px center;
  }
}
.button {
  margin-top: 20px;
  display: inline-block;
}
.button a {
  display: block;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  box-shadow: 2px 2px 8px 1px #707070;
  padding: 8px 60px 8px 30px;
  border-radius: 10px;
  text-decoration: underline;
  text-align: center;
  background-image: url("./images/icn_arrow.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
.button a:hover {
  text-decoration: none;
}
.button.error {
  margin: 40px auto 0;
  text-align: center;
  display: block;
}
.button.error a {
  display: inline-block;
}

@media screen and (max-width:768px){
  #sp {
    display: block;
  }
  #pc,
  .pc_none {
    display: none;
  }
  .center {
    margin: auto;
  }
}

/* search */
@media screen and (min-width:1181px) {
  section.searchform.nocontent_favorite {
    margin: 100px auto 0;
  }
  #searhtab {
    max-width: 900px;
    margin: auto;
    display: flex;
  }
  #searhtab label {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width:1180px) {
  section.searchform.nocontent_favorite {
    margin: 50px auto 0;
  }
  #searhtab {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #searhtab label {
    width: calc(50% - 20px);
  }
}
.search_box{
  box-sizing: border-box;
}
#searhtab {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#searhtab input{
  display: none;
}
#searhtab label.active {
    background: #9AD667;
    color: #fff;
}
#searhtab label {
    display: block;
    margin-right: 20px;
    padding: 10px 5px;
    background: #E0E0E0;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
#searhtab label:last-child {
  margin-right: 0;
}
.display-hidden {
    display: none;
}

/* 画像情報 */
table.photo_list tr th {
  text-align: center;
  font-weight: bold;
}
table.photo_list tr th,
table.photo_list tr td {
  padding: 8px;
  border: 1px solid #ddd;
}

/* Animetion */
.animation_box {
  opacity: 0;
  transform: translateY(20px);
  transition: 2.5s ease;
}
.fv {
  opacity: 0;
  animation: fadeIn 3s ease 1s 1 forwards;
}
.fv h2 {
  opacity: 0;
  animation: textIn 5s ease 1s 1 forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.page-template-pagetemplate-column .button_area.column-page_none,
.single .button_area.column-page_none {
	display: none;
}

.banner_box {
	display: none;
}