@charset "UTF-8";
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.footer__copyBody,
.footerCorp__body,
.footerTop__body,
.footerNav__body,
.footerNav2__body,
.relatedLink__body,
.footCvArea__body {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
}

body,
p {
  word-wrap: break-word;
}

img,
table {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  height: auto;
}

a:focus,
button:focus,
select:focus {
  outline: none;
}

a {
  color: #000000;
  text-decoration: none;
}

button {
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  cursor: pointer;
}

select {
  font-size: 16px;
}

amp-img img {
  object-fit: contain;
}

.recommendJob__tabmenuOuter {
  display: none;
}

@media screen and (max-width: 750px) {
  .recommendJob__tabmenuOuter {
    display: flex;
    justify-content: center;
  }
}

.recommendJob__tabmenuBtn {
  flex: 1 1 auto;
  display: block;
  border-bottom: 3px solid #2ca767;
  padding: 12px 10px 10px;
  width: calc(100% / 3);
  background: #e8f6ee;
  color: #2aa765;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.recommendJob__tabmenuBtn:active,
.recommendJob__tabmenuBtn:link,
.recommendJob__tabmenuBtn:visited {
  color: #2aa765;
}

.recommendJob__tabmenuBtn:hover {
  background: #ffffff;
  opacity: 1;
}

.recommendJob__tabmenuBtn + .recommendJob__tabmenuBtn {
  position: relative;
}

.recommendJob__tabmenuBtn + .recommendJob__tabmenuBtn::before {
  content: "";
  display: block;
  width: 3px;
  background: #2ca767;
  position: absolute;
  top: 0;
  left: -1.5px;
  bottom: -3px;
}

.recommendJob__tabmenuBtn.is-active {
  background: #fff;
  border-bottom-color: #fff;
}

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

@media screen and (max-width: 750px) {
  .recommendJob__col3 {
    display: block;
  }
}

.recommendJob__inner {
  flex: 1 1 auto;
  padding: 0 10px;
  width: calc(100% / 3);
}

@media screen and (max-width: 750px) {
  .recommendJob__inner {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.recommendJob__inner.is-active {
  display: block;
}

.recommendJob__innerCnt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background: #ffffff;
}

@media screen and (max-width: 750px) {
  .recommendJob__innerCnt {
    flex-flow: column-reverse nowrap;
    padding: 15px;
  }
}

.recommendJob__innerCnt > a {
  display: block;
  border-bottom: 1px dotted #39b373;
}

.recommendJob__title {
  border-bottom: 1px dotted #39b373;
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .recommendJob__title {
    display: none;
  }
}

.recommendJob__title::before {
  content: "";
  width: 70px;
  height: 1px;
  background: #2aa765;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}

.recommendJob__table {
  width: 100%;
  table-layout: fixed;
}

.recommendJob__trow > td {
  display: block;
  border-bottom: 1px dotted #39b373;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .recommendJob__trow > td {
    border: none;
  }
}

.recommendJob__trow > td > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.recommendJob__trow > td > a:hover {
  background: #e8f6ee;
}

.recommendJob__trow > td > a > h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #007437;
  font-size: 13px;
  line-height: 1.8;
  overflow: hidden;
}

.recommendJob__trow > td > a > .income {
  margin-top: 5px;
  color: #cd0058;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommendJob__trow > td > a > .income::before {
  content: "年収";
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  border-radius: 10px;
  padding: 0 1em;
  background-color: #007437;
  color: #fff;
  text-align: center;
}

.recommendJob__trow > td > a > span {
  color: #2aa762;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.recommendJob__btnWrap {
  padding: 15px;
}

@media screen and (max-width: 750px) {
  .recommendJob__btnWrap {
    padding: 0;
  }
}

.recommendJob__btn {
  display: block;
  border-radius: 5px;
  padding: 15px 20px;
  width: 100%;
  background: #e8f6ee;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  color: #007437;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: 0.4s;
  position: relative;
}

.recommendJob__btn:active,
.recommendJob__btn:link,
.recommendJob__btn:visited {
  color: #007437;
}

.recommendJob__btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/common/images/arrow.png") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.tabmenuJobtype__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .tabmenuJobtype__list {
    display: block;
  }
}

.tabmenuJobtype__item {
  flex: 1 1 auto;
  min-width: 25%;
  padding: 0 5px;
}

@media screen and (max-width: 750px) {
  .tabmenuJobtype__item + .tabmenuJobtype__item {
    margin-top: 10px;
  }
}

.tabmenuJobtype__anchor {
  display: block;
  border-top: dotted 1px #2aa765;
  padding: 10px;
  background: #e8f6ee;
  color: #007437;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .tabmenuJobtype__anchor {
    font-size: 14px;
    text-align: center;
  }
}

.tabmenuJobtype__anchor:active,
.tabmenuJobtype__anchor:link,
.tabmenuJobtype__anchor:visited {
  color: #007437;
}

.tabmenuJobtype__anchor:hover {
  opacity: 0.8;
}

.tabmenuLocation__col2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .tabmenuLocation__col2 {
    display: block;
  }
}

.tabmenuLocation__col2 + .tabmenuLocation__col2 {
  margin-top: 15px;
}

.tabmenuLocation__anchor,
.tabmenuLocation__anchor--large {
  flex: 1 1 auto;
  display: block;
  border-radius: 5px;
  padding: 10px 30px 10px 10px;
  background: #e8f6ee;
  font-size: 13px;
  text-align: center;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.tabmenuLocation__anchor::after,
.tabmenuLocation__anchor--large::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/common/images/arrow.png") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.tabmenuLocation__anchor--large {
  margin: 5px 20px 0 0;
  width: 20%;
  color: #007437;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .tabmenuLocation__anchor--large {
    width: 100%;
  }
}

.tabmenuLocation__anchor--large:active,
.tabmenuLocation__anchor--large:link,
.tabmenuLocation__anchor--large:visited {
  color: #007437;
}

.tabmenuLocation__list {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .tabmenuLocation__list {
    margin-top: 10px;
    width: 100%;
  }
}

.tabmenuLocation__item {
  flex: 0 0 auto;
  padding: 5px 3px;
}

@media screen and (max-width: 750px) {
  .tabmenuLocation__item {
    flex: 1 1 auto;
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 65px;
  }
}

.footer__copyWrap {
  padding: 25px;
  background: #2aa765;
}

.footer__copyBody {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__copyright {
  flex: 1 1 auto;
  display: block;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}

.footer__sns {
  flex: 0 1 auto;
  padding-right: 50px;
  font-size: 0;
}

@media screen and (max-width: 750px) {
  .footer__sns {
    padding-right: 0;
  }
}

.footer__snsAnchor {
  display: inline-block;
  vertical-align: top;
}

.footer__snsAnchor + .footer__snsAnchor {
  margin-left: 30px;
}

.footer__snsAnchor--x {
  overflow: hidden;
  border-radius: 50%;
}

.footer__snsImg {
  display: block;
  width: 35px;
  height: 35px;
}

.footer__snsImg--x {
  background: #000;
  padding: 8px;
}

.footerCorp {
  background: #ffffff;
}

.footerCorp__body {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footerCorp__inner + .footerCorp__inner {
  margin-top: 20px;
}

.footerCorp__col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

@media screen and (max-width: 750px) {
  .footerCorp__col2 {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .footerCorp__col2Unit,
  .footerCorp__col2Unit--left,
  .footerCorp__col2Unit--right {
    margin: 0 auto;
  }
}

.footerCorp__col2Unit--left {
  margin-right: 20px;
  flex: 0 1 auto;
}

@media screen and (max-width: 750px) {
  .footerCorp__col2Unit--left {
    margin: 0 auto;
  }
}

.footerCorp__col2Unit--right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.footerCorp__rightAnchor {
  display: block;
}

.footerCorp__heading {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .footerCorp__heading {
    text-align: center;
  }
}

.footerCorp__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-top: 5px;
}

.footerCorp__item {
  flex: 0 0 auto;
  padding: 5px;
  font-size: 11px;
  position: relative;
}

.footerCorp__item::before {
  content: "|";
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footerCorp__item:last-of-type::before {
  content: none;
}

.footerTop {
  background-color: #2aa765;
}

.footerTop__body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footerTop__col2 {
  display: flex;
  align-items: center;
  min-height: 40px;
}

@media screen and (max-width: 750px) {
  .footerTop__col2 {
    display: block;
  }
}

.footerTop__col2Unit,
.footerTop__col2Unit--left {
  flex: 0 1 auto;
}

@media screen and (max-width: 750px) {
  .footerTop__col2Unit,
  .footerTop__col2Unit--left {
    margin: 0 auto;
  }
}

.footerTop__col2Unit--left {
  flex-shrink: 0;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .footerTop__col2Unit--left {
    margin-right: 0;
  }
}

.footerTop__logo {
  display: block;
  width: 200px;
}

@media screen and (max-width: 750px) {
  .footerTop__logo {
    width: 160px;
  }
}

.footerTop__caption {
  color: #ffffff;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .footerTop__caption {
    margin-top: 15px;
  }
}

.footerNav {
  background: #ffffff;
}

.footerNav__body {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footerNav__col5 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .footerNav__col5 {
    flex-flow: row wrap;
  }
}

.footerNav__inner,
.footerNav__inner--noGrowth {
  flex: 1 1 20%;
  padding: 10px 5px;
}

@media screen and (max-width: 750px) {
  .footerNav__inner,
  .footerNav__inner--noGrowth {
    flex: 1 1 50%;
    padding: 10px 0;
  }
}

.footerNav__inner--noGrowth {
  flex: 0 0 auto;
}

@media screen and (max-width: 750px) {
  .footerNav__inner--noGrowth {
    flex: 1 1 50%;
  }
}

.footerNav__heading,
.footerNav__heading--anchor {
  color: #2aa765;
  font-size: 13px;
  font-weight: 700;
}

.footerNav__heading + .footerNav__heading,
.footerNav__heading--anchor + .footerNav__heading,
.footerNav__heading + .footerNav__heading--anchor,
.footerNav__heading--anchor + .footerNav__heading--anchor {
  margin-top: 14px;
}

.footerNav__heading--anchor {
  font-weight: 700;
}

.footerNav__heading--anchor:active,
.footerNav__heading--anchor:link,
.footerNav__heading--anchor:visited {
  color: #2aa765;
}

.footerNav__heading--anchor:hover {
  text-decoration: underline;
}

.footerNav__list {
  margin-top: 14px;
}

.footerNav__anchor,
.footerNav__anchor--green {
  display: inline-block;
  padding-left: 1em;
  font-size: 11px;
  line-height: 2;
  position: relative;
}

.footerNav__anchor::before,
.footerNav__anchor--green::before {
  content: "\f105";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}

.footerNav__anchor:hover,
.footerNav__anchor--green:hover {
  text-decoration: underline;
}

.footerNav__anchor--green {
  display: block;
  padding: 0;
  color: #2aa765;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.footerNav__anchor--green:active,
.footerNav__anchor--green:link,
.footerNav__anchor--green:visited {
  color: #2aa765;
}

.footerNav__anchor--green::before {
  content: none;
}

.footerNav__anchor--green + .footerNav__anchor--green {
  margin-top: 1em;
}

.footerNav2 {
  background: #f8f8f8;
}

.footerNav2__body {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footerNav2__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.footerNav2__item {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #2aa765;
  font-size: 12px;
}

.footerNav2__item + .footerNav2__item {
  position: relative;
}

.footerNav2__item + .footerNav2__item::before {
  content: "|";
  position: absolute;
  top: 5px;
  left: 0;
}

.footerNav2__anchor:active,
.footerNav2__anchor:link,
.footerNav2__anchor:visited {
  color: #2aa765;
}

.footerNav2__anchor:hover {
  text-decoration: underline;
}

.relatedLink {
  background: #e8f6ee;
}

.relatedLink__body {
  padding-top: 25px;
  padding-bottom: 25px;
}

.relatedLink__inner + .relatedLink__inner {
  margin-top: 20px;
}

.relatedLink__heading {
  font-size: 13px;
  font-weight: 700;
}

.relatedLink__outerList {
  margin-top: 25px;
}

.relatedLink__outerItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.relatedLink__outerItem + .relatedLink__outerItem {
  margin-top: 10px;
}

.relatedLink__title {
  margin-right: 15px;
  border-right: 1px solid #2aa765;
  flex: 0 0 auto;
  width: 95px;
  color: #2aa765;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}

.relatedLink__itemInner {
  flex: 1 1 auto;
}

.relatedLink__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.relatedLink__item {
  padding: 5px;
  font-size: 10px;
  line-height: 1.5;
  position: relative;
}

.relatedLink__item::before {
  content: "|";
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.relatedLink__item:last-of-type::before {
  content: none;
}

.relatedLink__anchor:hover {
  text-decoration: underline;
}

.breadcrumbs {
  padding-top: 2px;
  background: #ffffff;
}

.breadcrumbs__list {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  max-width: 1000px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.breadcrumbs__list::-webkit-scrollbar {
  display: none;
}

.breadcrumbs__item {
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  font-size: 11px;
  line-height: 2;
  position: relative;
}

.breadcrumbs__item:first-of-type::before {
  content: "\f015";
  color: #666666;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "\f105";
  color: #666;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 2px;
}

.breadcrumbs__anchor {
  display: block;
  text-decoration: none;
}

.breadcrumbs__anchor:hover {
  text-decoration: underline;
}

.cvAreaSP {
  display: none;
}

@media screen and (max-width: 750px) {
  .cvAreaSP {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(206, 206, 206, 0.8);
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }
}

.cvAreaSP.is-visible {
  opacity: 1;
  visibility: visible;
}

.cvAreaSP__inner--left {
  flex: 1 1 auto;
  margin-right: 8px;
}

.cvAreaSP__inner--right {
  flex: 0 0 auto;
}

.cvAreaSP__btn,
.cvAreaSP__btn--pink,
.cvAreaSP__btn--white {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 5px 10px;
  height: 100%;
  min-height: 50px;
  max-height: 80px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
  user-select: none;
}

.cvAreaSP__btn--pink {
  flex-flow: row wrap;
  background: #cc0057;
  color: #ffffff;
  text-align: center;
}

.cvAreaSP__btn--pink:active,
.cvAreaSP__btn--pink:link,
.cvAreaSP__btn--pink:visited {
  color: #ffffff;
}

.cvAreaSP__btn--pink::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  width: 13px;
  height: 13px;
  background: url("/common/images/cv-button.svg") top center no-repeat;
  background-size: contain;
}

.cvAreaSP__btn--white {
  flex-direction: column;
  border: none;
  background: #ffffff;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .cvAreaSP__btn--white {
    flex-direction: row;
  }
}

.cvAreaSP__btn--white::before {
  content: "";
  display: block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background: url("/common/images/job-button.svg") top center no-repeat;
  background-size: contain;
}

.cvAreaSP__btnText,
.cvAreaSP__btnText--yellow {
  display: inline-block;
  font-weight: bold;
}

.cvAreaSP__btnText--yellow {
  color: #fdff3a;
}

.compare__list {
  max-width: none;
}

@media screen and (max-width: 750px) {
  .compare__list {
    border-radius: 10px;
    overflow: hidden;
  }
}

.compare__item,
.compare__item--head {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .compare__item,
  .compare__item--head {
    flex-wrap: wrap;
  }
}

.compare__item:nth-of-type(n + 3) .compare__col--wide,
.compare__item--head:nth-of-type(n + 3) .compare__col--wide,
.compare__item:nth-of-type(n + 3) .compare__col--medium,
.compare__item--head:nth-of-type(n + 3) .compare__col--medium,
.compare__item:nth-of-type(n + 3) .compare__col--narrow,
.compare__item--head:nth-of-type(n + 3) .compare__col--narrow {
  border-top: 1px solid #2aa765;
}

@media screen and (max-width: 750px) {
  .compare__item:nth-of-type(n + 3) .compare__col--wide,
  .compare__item--head:nth-of-type(n + 3) .compare__col--wide,
  .compare__item:nth-of-type(n + 3) .compare__col--medium,
  .compare__item--head:nth-of-type(n + 3) .compare__col--medium,
  .compare__item:nth-of-type(n + 3) .compare__col--narrow,
  .compare__item--head:nth-of-type(n + 3) .compare__col--narrow {
    border-top: none;
  }
}

.compare__item:nth-of-type(2) .compare__col--narrow,
.compare__item--head:nth-of-type(2) .compare__col--narrow {
  border-top: none;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 750px) {
  .compare__item:nth-of-type(2) .compare__col--narrow,
  .compare__item--head:nth-of-type(2) .compare__col--narrow {
    border-radius: 0;
  }
}

.compare__item:last-of-type > .compare__col--wide,
.compare__item--head:last-of-type > .compare__col--wide,
.compare__item:last-of-type > .compare__col--medium,
.compare__item--head:last-of-type > .compare__col--medium,
.compare__item:last-of-type > .compare__col--narrow,
.compare__item--head:last-of-type > .compare__col--narrow {
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 750px) {
  .compare__item:last-of-type > .compare__col--wide,
  .compare__item--head:last-of-type > .compare__col--wide,
  .compare__item:last-of-type > .compare__col--medium,
  .compare__item--head:last-of-type > .compare__col--medium,
  .compare__item:last-of-type > .compare__col--narrow,
  .compare__item--head:last-of-type > .compare__col--narrow {
    border-radius: 0;
  }
}

.compare__item--head {
  align-items: flex-end;
}

@media screen and (max-width: 750px) {
  .compare__item--head {
    align-items: stretch;
  }
}

.compare__colHead {
  padding: 0;
}

.compare__headText {
  margin-top: 5px;
}

.compare__colHeading,
.compare__colHeading--green,
.compare__colHeading--gray {
  flex: 1 1 auto;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .compare__colHeading,
  .compare__colHeading--green,
  .compare__colHeading--gray {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    border-radius: 0;
    box-shadow: none;
  }
}

.compare__colHeading--green {
  background: #2aa765;
  max-width: calc(55% - (210px / 2));
  width: calc(55% - (210px / 2));
}

@media screen and (max-width: 750px) {
  .compare__colHeading--green {
    max-width: 50%;
  }
}

.compare__colHeading--gray {
  background: #888888;
  max-width: calc(45% - (210px / 2));
  width: calc(45% - (210px / 2));
}

@media screen and (max-width: 750px) {
  .compare__colHeading--gray {
    max-width: 50%;
  }
}

.compare__img {
  max-height: 20px;
}

.compare__col,
.compare__col--wide,
.compare__col--medium,
.compare__col--narrow {
  flex: 1 1 auto;
  padding: 15px;
  background: #e8f6ee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
  .compare__col,
  .compare__col--wide,
  .compare__col--medium,
  .compare__col--narrow {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
  }
}

.compare__col--wide {
  max-width: calc(55% - (210px / 2));
  width: calc(55% - (210px / 2));
}

@media screen and (max-width: 750px) {
  .compare__col--wide {
    order: 2;
    max-width: 50%;
    background: #ffffff;
  }
}

.compare__col--medium {
  max-width: calc(45% - (210px / 2));
  width: calc(45% - (210px / 2));
}

@media screen and (max-width: 750px) {
  .compare__col--medium {
    order: 3;
    max-width: 50%;
    background: #ffffff;
  }
}

.compare__col--narrow {
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  width: 150px;
  min-width: 150px;
}

@media screen and (max-width: 750px) {
  .compare__col--narrow {
    flex-direction: row-reverse;
    align-items: center;
    order: 1;
    margin: 0;
    width: 100%;
    min-width: auto;
  }
}

.compare__title {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .compare__title {
    font-size: 16px;
    font-weight: bold;
  }
}

.compare__term {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .compare__term {
    font-size: 14px;
  }
}

.compare__termText--large {
  color: #b69124;
  font-size: 1.4em;
}

.compare__desc {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  max-width: 360px;
}

@media screen and (max-width: 750px) {
  .compare__desc {
    font-size: 12px;
  }
}

.compare__icon {
  display: block;
  margin: 10px auto 0;
}

@media screen and (max-width: 750px) {
  .compare__icon {
    display: inline-block;
    margin: 0 20px 0 0;
    max-height: 25px;
  }
}

.successList__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.successList__item {
  flex: 1 1 auto;
  padding: 15px;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .successList__item {
    padding: 10px 0;
    width: 100%;
    max-width: 500px;
  }
}

.successList__anchor {
  display: block;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0px 9px rgba(0, 40, 5, 0.15);
  transition: box-shadow 0.2s;
}

@media screen and (max-width: 750px) {
  .successList__anchor {
    padding: 15px;
  }
}

.successList__anchor:hover {
  box-shadow: 0 0px 9px rgba(0, 40, 5, 0.35);
}

.successList__anchor:hover > .successList__title::after {
  transform: translate(9px, -1px) rotate(45deg);
}

.successList__title {
  font-size: 15px;
  font-weight: bold;
}

.successList__title::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #2aa765;
  border-right: 2px solid #2aa765;
  width: 5px;
  height: 5px;
  transform: translate(5px, -1px) rotate(45deg);
  transition: transform 0.2s;
}

.successList__col2 {
  display: flex;
  margin-top: 20px;
}

.successList__imgArea {
  flex: 1 1 auto;
  margin-right: 20px;
  max-width: 40%;
  min-width: 120px;
}

@media screen and (max-width: 750px) {
  .successList__imgArea {
    min-width: 100px;
  }
}

.successList__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.successList__textArea {
  flex: 1 1 auto;
  max-width: 55%;
}

.successList__balloon {
  border: 1px solid #2aa765;
  border-radius: 8px;
  padding: 5px 10px;
  background: #ffffff;
  position: relative;
}

.successList__balloon::before {
  content: "";
  border: 8px solid rgba(255, 255, 255, 0);
  border-right-color: #2aa765;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

.successList__balloon::after {
  content: "";
  border: 8px solid rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.successList__income {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .successList__income {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
}

.successList__income + .successList__income {
  margin-top: 5px;
  border-top: 1px dashed #2aa765;
  padding-top: 5px;
}

.successList__incomeTitle,
.successList__incomeTitle--green,
.successList__incomeTitle--orange {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .successList__incomeTitle,
  .successList__incomeTitle--green,
  .successList__incomeTitle--orange {
    flex: 0 0 auto;
    margin-right: 1em;
  }
}

.successList__incomeTitle--green {
  color: #2aa765;
}

.successList__incomeTitle--orange {
  color: #ff5600;
}

.successList__incomeDesc {
  font-size: 13px;
}

.successList__incomeDesc--large {
  font-size: 15px;
  font-weight: bold;
}

.strongPoint__heading {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .strongPoint__heading {
    font-size: 22px;
  }
}

.strongPoint__heading--lv4 {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 18px;
  position: relative;
}

.strongPoint__heading--lv4::before {
  counter-increment: colNum;
  content: counter(colNum);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #2ca767;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .strongPoint__heading--lv4 {
    margin-top: 0;
    width: calc(100% - 90px);
    font-size: 16px;
  }
}

.strongPoint__heading--lead {
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .strongPoint__heading--lead {
    text-align: left;
  }
}

.strongPoint__col3 {
  display: flex;
  justify-content: center;
  counter-reset: colNum;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .strongPoint__col3 {
    flex-flow: row wrap;
  }
}

.strongPoint__colItem {
  flex: 1 1 auto;
  padding: 20px;
  width: calc(100% / 3);
}

@media screen and (max-width: 750px) {
  .strongPoint__colItem {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 20px 0;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .strongPoint__imgOuter {
    margin-right: 10px;
    width: 80px;
  }
}

.strongPoint__img,
.strongPoint__img--pc,
.strongPoint__img--sp {
  width: 100%;
  height: auto;
}

.strongPoint__img--pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .strongPoint__img--pc {
    display: none;
  }
}

.strongPoint__img--sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .strongPoint__img--sp {
    display: block;
  }
}

.strongPoint__headingText--green {
  color: #2ca767;
}

.strongPoint__headingText--large {
  color: #2aa765;
  font-size: 1.4em;
}

.strongPoint__lead {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .strongPoint__lead {
    line-height: 1.7;
  }
}

.strongPoint__lead--undergreen {
  border-bottom: solid 1px #2aa765;
}

.footCvArea {
  padding: 30px 0;
  background: #effbf5;
}

.footCvArea__inner {
  padding-right: 300px;
  min-height: 330px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .footCvArea__inner {
    padding-right: 0;
    min-height: 0;
  }
}

.footCvArea__heading {
  font-size: 26px;
  text-align: left;
}

.footCvArea__headingText {
  border-bottom: 3px solid #2aa765;
  line-height: 1.7;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .footCvArea__headingText > br {
    display: none;
  }
}

.footCvArea__lead {
  margin-top: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .footCvArea__lead::after {
    content: "";
    display: block;
    clear: both;
  }
}

.footCvArea__img {
  border-radius: 50%;
  width: 280px;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  .footCvArea__img {
    margin: 0 0 1em 1em;
    width: 150px;
    height: auto;
    position: static;
    float: right;
  }
}

.footCvArea__cvBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d81159;
  margin: 40px auto 0;
  border-radius: 5px;
  padding: 5px 20px 5px 120px;
  width: 100%;
  max-width: 600px;
  min-height: 70px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302),
    0 1px 3px 1px rgba(60, 64, 67, 0.149);
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  transition-property: box-shadow, opacity;
  transition-duration: 0.3s;
}

@media screen and (max-width: 750px) {
  .footCvArea__cvBtn {
    margin-top: 25px;
    padding-left: 100px;
    min-height: 60px;
    font-size: 14px;
  }
}

.footCvArea__cvBtn:hover {
  opacity: 0.8;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
}

.footCvArea__cvBalloon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 15px;
  width: 90px;
  height: 90px;
  background: #feff3a;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302),
    0 1px 3px 1px rgba(60, 64, 67, 0.149);
  color: #000000;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .footCvArea__cvBalloon {
    width: 80px;
    height: 80px;
    font-size: 14px;
    left: 10px;
  }
}

.footCvArea__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 30px;
  border-top: 1px dashed #2aa765;
  padding: 20px 20px 0;
}

@media screen and (max-width: 750px) {
  .footCvArea__list {
    padding: 10px 0;
  }
}

.footCvArea__item {
  flex: 1 1 auto;
  width: 50%;
  padding: 15px;
}

@media screen and (max-width: 750px) {
  .footCvArea__item {
    padding: 10px;
    width: 100%;
    max-width: 330px;
  }
}

.footCvArea__anchor {
  display: block;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}

.footCvArea__anchor:hover {
  background-color: #f2f2f2;
}

.footCvArea__anchor:hover .footCvArea__itemTitle::after {
  margin-left: 9px;
}

.footCvArea__itemTitle {
  color: #2aa765;
  font-size: 16px;
  font-weight: bold;
}

.footCvArea__itemTitle::after {
  content: "";
  display: inline-block;
  margin: 0 0 2px 5px;
  border-top: 2px solid #2aa765;
  border-right: 2px solid #2aa765;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transition: margin-left 0.2s;
}

.footCvArea__itemLead {
  margin-top: 10px;
}

.snsShare__body {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.snsShare__inner,
.snsShare__inner--shrink {
  flex: 1 1 auto;
}

@media screen and (max-width: 750px) {
  .snsShare__inner,
  .snsShare__inner--shrink {
    flex: 0 0 auto;
  }
}

.snsShare__inner--shrink {
  display: none;
  flex-shrink: 1;
}

@media screen and (max-width: 750px) {
  .snsShare__inner--shrink {
    display: block;
  }
}

.snsShare__inner + .snsShare__inner,
.snsShare__inner--shrink + .snsShare__inner,
.snsShare__inner + .snsShare__inner--shrink,
.snsShare__inner--shrink + .snsShare__inner--shrink {
  position: relative;
}

.snsShare__inner + .snsShare__inner::before,
.snsShare__inner--shrink + .snsShare__inner::before,
.snsShare__inner + .snsShare__inner--shrink::before,
.snsShare__inner--shrink + .snsShare__inner--shrink::before {
  content: none;
  position: absolute;
  border-left: 1px solid #e5e5e5;
  top: 0;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .snsShare__inner + .snsShare__inner::before,
  .snsShare__inner--shrink + .snsShare__inner::before,
  .snsShare__inner + .snsShare__inner--shrink::before,
  .snsShare__inner--shrink + .snsShare__inner--shrink::before {
    content: "";
  }
}

.snsShare__title {
  display: none;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .snsShare__title {
    display: block;
    text-align: center;
  }
}

.snsShare__title > br {
  display: none;
}

@media screen and (max-width: 750px) {
  .snsShare__title > br {
    display: inline;
  }
}

.snsShare__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.snsShare__item {
  padding: 5px;
  width: calc(100% / 3);
  position: relative;
}

@media screen and (max-width: 750px) {
  .snsShare__item {
    padding-left: 25px;
    padding-right: 0;
  }
}

.snsShare__item + .snsShare__item::before {
  content: "";
  position: absolute;
  border-left: 1px solid #e5e5e5;
  top: 0;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .snsShare__item + .snsShare__item::before {
    display: none;
  }
}

.snsShare__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}

@media screen and (max-width: 750px) {
  .snsShare__anchor {
    display: block;
  }
}

.snsShare__anchor:hover {
  opacity: 0.8;
}

.snsShare__imgOuter {
  flex: 0 0 auto;
}

.snsShare__imgOuter--x {
  overflow: hidden;
  border-radius: 50%;
}

.snsShare__img {
  display: block;
  width: 35px;
  height: 35px;
}

.snsShare__img--x {
  background: #000;
  padding: 8px;
}

.snsShare__text {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .snsShare__text {
    display: none;
  }
}

.snsAccount__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.snsAccount__item {
  padding: 25px;
}

.snsAccount__anchor {
  display: block;
}

.snsAccount__anchor--x {
  overflow: hidden;
  border-radius: 50%;
}

.snsAccount__img {
  display: block;
  width: 50px;
  height: 50px;
}

.snsAccount__img--x {
  background: #000;
  padding: 12px;
}
.nonPublic {
  border: 1px solid #d6d6d6;
  padding: 5px;
}

.nonPublic__inner {
  padding: 30px 50px;
  background: url("/jobsearch/img/bg_searchPrivateJob-pc.jpg") top center
    no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .nonPublic__inner {
    padding: 0;
    background-image: url("/jobsearch/img/bg_searchPrivateJob.jpg");
    background-size: 100% auto;
  }
}

.nonPublic__img,
.nonPublic__img--pc,
.nonPublic__img--sp {
  margin: 0 auto;
  width: 100%;
}

.nonPublic__img--pc {
  display: block;
  max-width: 866px;
}

@media screen and (max-width: 750px) {
  .nonPublic__img--pc {
    display: none;
  }
}

.nonPublic__img--sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .nonPublic__img--sp {
    display: block;
  }
}

.nonPublic__txtArea {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 750px) {
  .nonPublic__txtArea {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}

.nonPublic__descTerm {
  flex: 0 0 auto;
  padding: 0 30px;
  color: #d9217d;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .nonPublic__descTerm {
    padding: 0;
  }
}

.nonPublic__description {
  flex: 1 1 auto;
  border-left: 1px solid #bea9b3;
  padding: 0 30px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .nonPublic__description {
    margin-top: 10px;
    padding: 0;
    border-left: none;
  }
}

.nonPublic__text--blue {
  color: #036498;
  font-size: 14px;
  font-weight: bold;
}

.nonPublic__anchor {
  display: inline-block;
  margin-top: 5px;
  color: #d9217d;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.nonPublic__anchor:link,
.nonPublic__anchor:visited {
  color: #d9217d;
}

.nonPublic__anchor:hover {
  text-decoration: none;
}

.nonPublic__anchor::before {
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left: 4px solid #d9217d;
}

@media screen and (min-width: 750px) {
  .br-pcOnly {
    display: block;
  }
  .br-spOnly {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .br-pcOnly {
    display: none;
  }
  .br-spOnly {
    display: block;
  }
}

.profile {
  max-width: 1000px;
  margin: 25px auto 0;
  padding: 20px 20px 0;
  border: solid 1px #dbdbdb;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .profile {
    margin-right: 4%;
    margin-left: 4%;
  }
}

.profile__author {
  padding-bottom: 15px;
}

.profile__reviewed {
  padding-bottom: 20px;
}

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

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

.profile__img__wrap {
  width: 100px;
  height: auto;
  float: left;
}

.profile__data {
  width: calc(100% - 120px);
  float: right;
}

.profile__role {
  margin-bottom: 4px;
  padding: 4px 20px;
  background-color: #2aa765;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.profile__name {
  margin-bottom: 4px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.profile__post {
  display: block;
  font-size: 14px;
}

.profile__lower {
  padding-top: 16px;
}

.profile__text {
  margin-bottom: 12px;
  font-size: 14px;
}

.profile__link {
  margin-top: 8px;
}

.profile__link a {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .profile__link a {
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 10px;
    display: block;
    border: solid 2px #2aa765;
    border-radius: 5px;
    text-align: center;
    color: #2aa765;
    line-height: 1.25;
  }
}

.profile__link a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #2aa765;
  border-right: 2px solid #2aa765;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.2s;
}

@media screen and (max-width: 750px) {
  .profile__link a::before {
    right: 12px;
  }
}

.profile__link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .profile__link a:hover {
    text-decoration: none;
  }
}

.profile__link a:hover::before {
  right: -20px;
}

@media screen and (max-width: 750px) {
  .profile__link a:hover::before {
    right: 12px;
  }
}

.profile__link .icon__blank {
  width: 10px;
  height: auto;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .profile__link .icon__blank {
    display: none;
  }
}

.profile__border {
  width: 100%;
  height: 15px;
  border-top: dashed 2px #2aa765;
}

/*figure{
margin: 0;
}*/
#oneclum,
.twoclum {
  width: 620px;
  margin: 53px auto 45px;
  /*	article {
      width: 100%;
  	overflow: hidden;  
      vertical-align: middle;
      display: flex;
      flex-flow:row wrap;
      align-items: center;*/
}

@media screen and (max-width: 750px) {
  #oneclum,
  .twoclum {
    width: 100%;
    margin: 43px auto 34px;
  }
}

#oneclum a,
.twoclum a {
  display: inline-block;
  text-decoration: none;
  color: #0f0f0f;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}

#oneclum a:active,
#oneclum a:hover,
.twoclum a:active,
.twoclum a:hover {
  opacity: 0.7;
}

#oneclum article,
.twoclum article {
  width: 100%;
  background-color: white;
  border: solid 2px #2aa765;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* 全体の角丸サイズを指定 */
  padding: 11px 14px;
  overflow: hidden;
  vertical-align: middle;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #oneclum article,
  .twoclum article {
    padding: 11px;
  }
}

#oneclum .box-title,
.twoclum .box-title {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: 30px;
  font-size: 16px;
  line-height: 1.4em;
  color: #2aa765;
  background-color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* 全体の角丸サイズを指定 */
  margin: 0 3px 5px 3px;
  padding: 5px;
}

@media screen and (max-width: 750px) {
  #oneclum .box-title,
  .twoclum .box-title {
    left: 22px;
  }
}

#oneclum .box-title img,
.twoclum .box-title img {
  box-sizing: border-box;
  margin: 0 2px;
  vertical-align: middle;
  padding-bottom: 2px;
}

#oneclum .entry_img,
.twoclum .entry_img {
  display: inline-block;
  width: 28%;
  text-align: left;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  #oneclum .entry_img,
  .twoclum .entry_img {
    width: 38%;
  }
}

#oneclum .entry_img img,
.twoclum .entry_img img {
  width: 100%;
  max-width: 136px;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* 全体の角丸サイズを指定 */
}

#oneclum .text_excerpt,
.twoclum .text_excerpt {
  display: inline-block;
  width: 66%;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1.4em;
}

@media screen and (max-width: 750px) {
  #oneclum .text_excerpt,
  .twoclum .text_excerpt {
    width: 58%;
  }
}

@media screen and (max-width: 455px) {
  .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 3px;
    line-height: 1.4em;
    font-size: 14px;
    color: #2aa765;
    background-color: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /* 全体の角丸サイズを指定 */
    margin: 0 3px 5px 3px;
    padding: 5px;
  }
  .box-title img {
    max-width: 20px;
  }
  .entry_img img {
    width: 100%;
    max-width: 106px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /* 全体の角丸サイズを指定 */
  }
  .text_excerpt {
    line-height: 1.4em;
  }
}

.categoryList {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .categoryList {
    width: calc(100% - 30px);
    margin: 0 auto 25px;
  }
}

.categoryList__subtitle {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2aa765;
}

@media screen and (max-width: 750px) {
  .categoryList__subtitle {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.categoryList__subtitle--green {
  color: #2aa765;
}

.categoryList__item-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 15px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 10px -1px rgba(8, 71, 38, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.categoryList__category {
  margin-bottom: 0.2em;
}

.categoryList__category li {
  margin-right: 10px;
  margin-bottom: 1.25em;
  float: left;
}

@media screen and (max-width: 455px) {
  .categoryList__category li {
    margin-right: 8px;
    margin-bottom: 1em;
  }
}

.categoryList__category li a {
  padding: 8px 20px;
  background-color: #2aa765;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 20px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 455px) {
  .categoryList__category li a {
    padding: 4px 12px;
    font-size: 13px;
  }
}

.categoryList__category li a:hover {
  opacity: 0.7;
}

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

.categoryList__tag li {
  margin-right: 10px;
  margin-bottom: 1.25em;
  float: left;
}

@media screen and (max-width: 455px) {
  .categoryList__tag li {
    margin-right: 8px;
    margin-bottom: 1em;
  }
}

.categoryList__tag li a {
  padding: 6px 18px;
  border: solid 1px #2aa765;
  color: #2aa765;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 20px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 455px) {
  .categoryList__tag li a {
    padding: 4px 12px;
    font-size: 13px;
  }
}

.categoryList__tag li a:hover {
  opacity: 0.7;
}

.categoryList__item {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 10px -1px rgba(8, 71, 38, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .categoryList__item {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.categoryList__item li {
  margin-right: 16px;
  float: left;
}

@media screen and (max-width: 750px) {
  .categoryList__item li {
    margin-bottom: 30px;
  }
}

.categoryList__item li a {
  padding: 8px 20px;
  background-color: #2aa765;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 20px;
  transition: all 0.2s linear;
}

.categoryList__item li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .featureList {
    width: calc(100% - 30px);
    margin: 0 auto 25px;
  }
}

.featureList__list {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 15px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 10px -1px rgba(8, 71, 38, 0.15);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .featureList__list {
    display: block;
  }
}

.featureList__item {
  width: 48%;
  padding-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .featureList__item {
    width: 100%;
  }
}

.featureList__anchor {
  position: relative;
  display: inline-block;
  color: #2aa765;
  font-size: 14px;
  line-height: 1.3;
  transition: opacity 0.3s;
}

.featureList__anchor:visited,
.featureList__anchor:link {
  color: #2aa765;
  font-weight: bold;
}

.featureList__anchor:hover {
  opacity: 0.6;
}

.featureList__anchor::after {
  content: "";
  border-top: 2px solid #2aa765;
  border-right: 2px solid #2aa765;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(0, -50%) rotate(45deg);
  transition: transform 0.2s;
}

.headerModal {
  display: none;
  background: #2ca767;
  width: 100%;
  height: calc(100vh - 100px);
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.headerModal::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 750px) {
  .headerModal {
    top: 50px;
    height: calc(100vh - 50px);
  }
}

.headerModal::after {
  content: "";
  width: 100%;
  background: #39b373;
  position: fixed;
  top: calc(100px + 20%);
  left: 0;
  right: 0;
  bottom: 20%;
  transform: skewY(-12deg);
}

.headerModal.is-inPage {
  display: block;
  height: auto;
  overflow: visible;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.headerModal.is-inPage:after {
  position: absolute;
  top: 20%;
}

.headerModal.is-inPage > .headerModal__body {
  padding: 50px 15px;
}

@media screen and (max-width: 750px) {
  .headerModal.is-inPage > .headerModal__body {
    padding: 30px 15px;
  }
}

.headerModal__closeBtn {
  border: 1px solid #2ca767;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302),
    0 1px 3px 1px rgba(60, 64, 67, 0.149);
  position: fixed;
  top: 125px;
  right: 25px;
  z-index: 2;
  cursor: pointer;
  user-select: none;
}

@media screen and (max-width: 750px) {
  .headerModal__closeBtn {
    top: 85px;
    right: 20px;
  }
}

.headerModal__closeBtn::before,
.headerModal__closeBtn::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #2ca767;
  position: fixed;
  top: 140px;
  right: 30px;
}

@media screen and (max-width: 750px) {
  .headerModal__closeBtn::before,
  .headerModal__closeBtn::after {
    top: 100px;
    right: 25px;
  }
}

.headerModal__closeBtn::before {
  transform: rotate(45deg);
}

.headerModal__closeBtn::after {
  transform: rotate(-45deg);
}

.headerModal__closeBtn:hover {
  background-color: #fafafb;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
}

.headerModal__body {
  padding: 30px 15px 200px;
}

.headerModal__inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.headerModal__inner + .headerModal__inner {
  margin-top: 40px;
}

.headerModal__heading,
.headerModal__heading--icon {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .headerModal__heading,
  .headerModal__heading--icon {
    font-size: 20px;
  }
}

.headerModal__heading--icon {
  position: relative;
}

.headerModal__heading--icon::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  background: url("/common/images/img_topAB_icon_search.png") top center
    no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .headerModal__heading--icon::before {
    width: 20px;
    height: 20px;
  }
}

.headerModal__leadOuter {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .headerModal__leadOuter {
    display: block;
  }
}

.headerModal__leadInner,
.headerModal__leadInner--right {
  flex: 0 0 auto;
}

.headerModal__leadInner--right {
  padding: 7px 20px;
}

@media screen and (max-width: 750px) {
  .headerModal__leadInner--right {
    padding: 20px 0;
  }
}

.headerModal__lead {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .headerModal__lead {
    font-size: 14px;
  }
}

.headerModal__lead > br {
  display: none;
}

@media screen and (max-width: 750px) {
  .headerModal__lead > br {
    display: inline;
  }
}

.headerModal__lead--yellow {
  display: block;
  color: #feff3a;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .headerModal__lead--yellow {
    font-size: 16px;
  }
}

.headerModal__btn {
  display: block;
  border-radius: 5px;
  padding: 15px 10px;
  background: #cc0057;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .headerModal__btn {
    margin: 0 auto;
    max-width: 350px;
    font-size: 12px;
    text-align: center;
  }
}

.headerModal__btn:active,
.headerModal__btn:link,
.headerModal__btn:visited {
  color: #ffffff;
}

.headerModal__btn:hover {
  opacity: 0.8;
}

.headerModal__content {
  margin-top: 30px;
}

.headerTabmenu {
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  .headerTabmenu {
    padding: 0;
  }
}

.headerTabmenu__btnArea {
  display: flex;
}

.headerTabmenu__btn {
  flex: 1 1 auto;
  display: block;
  border-bottom: 3px solid #2aa765;
  padding: 12px 10px 10px;
  background: #e8f6ee;
  color: #2aa765;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .headerTabmenu__btn {
    font-size: 12px;
  }
}

.headerTabmenu__btn:active,
.headerTabmenu__btn:link,
.headerTabmenu__btn:visited {
  color: #2aa765;
}

.headerTabmenu__btn:hover {
  background: #ffffff;
}

.headerTabmenu__btn + .headerTabmenu__btn {
  position: relative;
}

.headerTabmenu__btn + .headerTabmenu__btn::before {
  content: "";
  display: block;
  width: 3px;
  background: #2ca767;
  position: absolute;
  top: 0;
  left: -1.5px;
  bottom: -3px;
}

.headerTabmenu__btn.is-active {
  background: #ffffff;
  border-bottom-color: #ffffff;
}

.headerTabmenu__btn.is-active:hover {
  background: #ffffff;
  opacity: 1;
}

.headerTabmenu__content {
  display: none;
  background: #ffffff;
  padding: 30px;
}

@media screen and (max-width: 750px) {
  .headerTabmenu__content {
    padding: 15px;
  }
}

.headerTabmenu__content.is-active {
  display: block;
}

.headerTabmenu__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .headerTabmenu__list {
    display: block;
  }
}

.headerTabmenu__item {
  flex: 1 1 auto;
  padding: 0 5px;
}

@media screen and (max-width: 750px) {
  .headerTabmenu__item + .headerTabmenu__item {
    margin-top: 10px;
  }
}

.headerTabmenu__anchor {
  display: block;
  padding: 15px 20px;
  background: #e8f6ee;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.headerTabmenu__anchor:hover {
  opacity: 0.8;
}

.headerTabmenu__title {
  padding: 0 12px;
  color: #007437;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.headerTabmenu__title::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/common/images/arrow.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: -8px;
}

.headerTabmenu__desc {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .headerTabmenu__desc {
    margin-top: 10px;
  }
}

@keyframes megamenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.js-hamburgerOpened {
  overflow: hidden;
}

#header.p-header:before {
  display: none;
}

#wrap,
.exam,
.woman {
  padding-top: 48px !important;
}
@media print, screen and (min-width: 768px) {
  #wrap,
  .exam,
  .woman {
    padding-top: 86px !important;
  }
}

.p-header#header {
  position: relative;
  z-index: 10000;
  width: 100%;
  height: auto;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .p-header#header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .p-header#header:before {
    content: "";
    display: block;
    width: 100%;
    height: 84px;
    background-color: #fff;
    border-top: 2px solid #2bac75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}

@media print, screen and (min-width: 768px) {
  .p-header_inner {
    padding-top: 4px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    pointer-events: none;
  }
}

.p-header_tit {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .p-header_tit {
    display: block;
    font-size: clamp(11px, 1.09091vw, 12px);
    font-weight: normal;
    position: absolute;
    top: 16px;
    right: 396px;
    pointer-events: all;
  }
}
.p-header_tit a {
  color: #000 !important;
  text-decoration: none !important;
}

.p-header_logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 5px;
  border-top: 2px solid #2bac75;
}
@media print, screen and (min-width: 768px) {
  .p-header_logo {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    width: 220px;
    height: 82px;
    padding: 0;
    border-top: none;
    pointer-events: all;
  }
}
.p-header_logo img {
  display: block;
  width: 150px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .p-header_logo img {
    width: 220px;
  }
}

.p-header_employer {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-header_employer {
    display: block;
    position: absolute;
    right: 332px;
    top: 16px;
    font-size: clamp(11px, 1.09091vw, 12px);
    text-decoration: underline !important;
    color: #2bac75 !important;
    font-weight: bold;
    pointer-events: all;
  }
}
@media print and (hover: hover),
  screen and (min-width: 768px) and (hover: hover) {
  .p-header_employer:hover {
    color: #2bac75 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_employer {
    right: 282px;
  }
}

.p-header_nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #2bac75;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 73px 15px 90px;
}
@media print, screen and (min-width: 768px) {
  .p-header_nav {
    background-color: transparent;
    height: 82px;
    overflow-y: unset;
    position: absolute;
    padding: 4px 0 0;
    left: 0;
    top: 0;
  }
}
.p-header_nav.js-navHamburger {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 768px) {
  .p-header_nav.js-navHamburger {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hamburgerOpened .p-header_nav.js-navHamburger {
  opacity: 1;
  pointer-events: all;
}
.p-header_nav_employer {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-header_nav_employer {
    display: none;
  }
}
.p-header_nav_employer > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline !important;
}

.p-header_navBtn {
  z-index: 3;
  width: 33px;
  height: 36px;
  position: fixed;
  top: 9px;
  right: 15px;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: all;
}
@media print, screen and (min-width: 768px) {
  .p-header_navBtn {
    display: none;
  }
}
.js-hamburgerOpened .p-header_navBtn:before {
  top: 8px;
  transform: rotate(30deg);
}
.js-hamburgerOpened .p-header_navBtn:after {
  opacity: 0;
}
.js-hamburgerOpened .p-header_navBtn .p-header_navBtn_inner {
  font-size: 0;
}
.js-hamburgerOpened .p-header_navBtn .p-header_navBtn_inner:before {
  top: 8px;
  transform: rotate(-30deg);
}
.js-hamburgerOpened .p-header_navBtn .p-header_navBtn_inner:after {
  content: "CLOSE";
  display: block;
  font-size: 10px;
}
.p-header_navBtn:before,
.p-header_navBtn:after {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background-color: #2bac75;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transition: all 0.5s ease;
}
.p-header_navBtn:before {
  top: 0;
}
.p-header_navBtn:after {
  top: 8px;
}
.p-header_navBtn_inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  color: #2bac75;
}
.p-header_navBtn_inner:before {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background-color: #2bac75;
  position: absolute;
  top: 16px;
  left: 0;
  transition: all 0.5s ease;
}

.p-header_gnav {
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media print, screen and (min-width: 768px) {
  .p-header_gnav {
    flex-direction: row;
    justify-content: flex-end;
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: transparent;
    padding: 54px 10px 0 0;
    height: 82px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_gnav {
    padding: 47px 282px 0 0;
  }
}

@media print and (hover: hover),
  screen and (min-width: 768px) and (hover: hover) {
  .p-header_gnav_item:hover .p-header_gnav_item_link:before {
    opacity: 1;
  }
  .p-header_gnav_item:hover .js-gnavTarget {
    opacity: 1;
    pointer-events: all;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header_gnav_item:nth-child(1) .p-header_gnav_item_link:after {
    display: none;
  }
}
.p-header_gnav_item_link {
  background-color: #e9f6ed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  text-decoration: none !important;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 15px;
  gap: 15px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-header_gnav_item_link {
    padding: 0;
    gap: 4px;
    font-size: clamp(12px, 1.27273vw, 14px);
    height: 100%;
    align-items: flex-start;
    background-color: transparent;
    line-height: 16px;
    vertical-align: middle;
  }
  .p-header_gnav_item_link.js-active:before {
    opacity: 1;
  }
}
.p-header_gnav_item_link:before,
.p-header_gnav_item_link:after {
  width: 16px;
  height: 2px;
  background-color: #2bac75;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -1px;
  transform-origin: center center;
}
@media print, screen and (min-width: 768px) {
  .p-header_gnav_item_link:before {
    width: 100%;
    height: 4px;
    background-color: #f7ee13;
    z-index: 1;
    top: 12px;
    margin-top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.p-header_gnav_item_link:after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .p-header_gnav_item_link:after {
    transform: rotate(0);
    width: 1px;
    height: 14px;
    background-color: #d1d1d1;
    right: auto;
    top: 2px;
    left: -13px;
  }
}
.p-header_gnav_item_link.js-active:after {
  transform: rotate(0);
}
.p-header_gnav_item_link_ico {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .p-header_gnav_item_link_ico {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background-color: transparent;
  }
}
.p-header_gnav_item_link_ico img {
  display: block;
  width: 22px;
  height: 22px;
}
@media print, screen and (min-width: 768px) {
  .p-header_gnav_item_link_ico img {
    width: 100%;
    height: 100%;
  }
}
.p-header_gnav_item_link_txt {
  position: relative;
  color: #000;
  z-index: 3;
  font-weight: bold;
}

.p-header_dropdown {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 86px;
    padding: 32px 10px;
  }
  .p-header_dropdown:before,
  .p-header_dropdown:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }
  .p-header_dropdown:before {
    z-index: 1;
    height: 50%;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .p-header_dropdown:after {
    height: 100%;
    top: 0;
    z-index: 2;
    background-color: #2bac75;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_dropdown {
    padding: 32px 0;
  }
}
.p-header_dropdown.js-gnavTarget {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown.js-gnavTarget {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
  }
  .p-header_dropdown.js-gnavTarget.js-active {
    opacity: 1;
    pointer-events: all;
  }
}
.p-header_dropdown.__shown {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_inner {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    min-height: 194px;
    position: relative;
    z-index: 3;
  }
}
.p-header_dropdown_hl {
  display: none;
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_hl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 161px;
    background-color: #e9f6ed;
    gap: 13px;
  }
}
.p-header_dropdown_hl_ico {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}
.p-header_dropdown_hl_ico img {
  width: 40px;
  height: 40px;
  display: block;
}
.p-header_dropdown_hl_txt {
  color: #2bac75;
  font-weight: bold;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_top {
    display: none;
  }
}
.p-header_dropdown_top > a {
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  text-decoration: none !important;
  font-weight: bold;
}
.p-header_dropdown_top > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 2px solid #2bac75;
  border-right: 2px solid #2bac75;
  transform-origin: center center;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_cnt {
    width: calc(100% - 161px);
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 20px;
  }
  .p-header_dropdown_nav.__type1,
  .p-header_dropdown_nav.__type2,
  .p-header_dropdown_nav.__type3 {
    grid-auto-flow: column;
  }
  .p-header_dropdown_nav.__type1 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .p-header_dropdown_nav.__type1 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_nav.__type2 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .p-header_dropdown_nav.__type3 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
.p-header_dropdown_nav_item {
  border-bottom: 1px solid #d1d1d1;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_nav_item {
    border-bottom: none;
  }
}
.p-header_dropdown_nav_item > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  position: relative;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_nav_item > a {
    font-size: 14px;
    gap: 8px;
    height: auto;
  }
}
@media (hover: hover) {
  .p-header_dropdown_nav_item > a:hover {
    color: #2bac75 !important;
  }
}
.p-header_dropdown_nav_item > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 2px solid #2bac75;
  border-right: 2px solid #2bac75;
  transform-origin: center center;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_nav_item > a:after {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_clms {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_dropdown_clms {
    display: grid;
    gap: 60px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_clms.__type1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_dropdown_clms.__type2 {
    grid-template-columns: 0.9fr 0.8fr 2fr;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_dropdown_clms.__type2
    .p-header_dropdown_clms_item:nth-child(n + 2):before {
    left: -15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_dropdown_clms.__type3 {
    grid-template-columns: 2fr 3fr 2fr;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_clms_item:nth-child(n + 2) {
    position: relative;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_dropdown_clms_item:nth-child(n + 2):before {
    content: "";
    display: block;
    position: absolute;
    background-color: #d1d1d1;
    width: 1px;
    height: 100%;
    top: 0;
    left: -30px;
  }
}
.p-header_dropdown_clms_item_tit {
  color: #2bac75;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #d1d1d1;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-header_dropdown_clms_item_tit {
    border-bottom: none;
    height: auto;
    margin-bottom: 20px;
  }
}

.p-header_close {
  margin-top: 10px;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-header_close {
    display: none;
  }
}
.p-header_close:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 2px solid #2bac75;
  border-right: 2px solid #2bac75;
  transform-origin: center center;
  transform: rotate(-45deg);
}

.p-header_search {
  position: fixed;
  top: 9px;
  right: 66px;
  z-index: 3;
  width: 94px;
  height: 32px;
  background-color: #2bac75;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  pointer-events: all;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
  .p-header_search {
    position: absolute;
    top: 15px;
    right: 224px;
    width: 94px;
    height: 30px;
    gap: 0;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_search {
    right: 166px;
    width: 84px;
    height: 56px;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .p-header_search:hover {
    opacity: 0.7;
    box-shadow: 0 0 0 transparent;
  }
}
.p-header_search_ico > img {
  display: block;
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 1025px) {
  .p-header_search_ico > img {
    width: 32px;
    height: 32px;
  }
}
.p-header_search_txt {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
@media print, screen and (min-width: 1025px) {
  .p-header_search_txt {
    font-size: 13px;
  }
}

.p-header_cv {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  pointer-events: all;
}
@media print, screen and (min-width: 768px) {
  .p-header_cv {
    position: absolute;
    padding: 0;
    z-index: 3;
    left: auto;
    right: 10px;
    width: 205px;
    height: 30px;
    bottom: auto;
    top: 15px;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv {
    top: 10px;
    right: 0;
    width: 150px;
    height: 61px;
  }
}
.spOriginalCTA .p-header_cv {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .spOriginalCTA .p-header_cv {
    display: block;
  }
}
.p-header_cv_btn {
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  height: 100%;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.5s eaase;
  text-decoration: none !important;
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv_btn {
    border-radius: 0;
    overflow: visible;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    box-shadow: 0 0 0 transparent;
  }
  .p-header_cv_btn:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 5px);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    transition: all 0.5s ease;
    z-index: 1;
    background-color: #cc0057;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }
}
@media (hover: hover) {
  .p-header_cv_btn:hover {
    box-shadow: 0 0 0 transparent;
  }
  .p-header_cv_btn:hover:before {
    box-shadow: 0 0 0 transparent;
    opacity: 0.7;
  }
}
.p-header_cv_copy {
  background-color: #fff;
  border: 1px solid #cc0057;
  border-radius: 6px 0 0 6px;
  width: 82px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.16;
  color: #cc0057;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-header_cv_copy {
    width: 49px;
    font-size: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv_copy {
    width: 126px;
    height: 18px;
    border-radius: 9px;
    font-size: 10px;
    z-index: 3;
  }
  .p-header_cv_copy br {
    display: none;
  }
}
.p-header_cv_copy:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .p-header_cv_copy:before {
    border-width: 2px 0 2px 4px;
    right: -4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv_copy:before {
    border-width: 4px 2.5px 0 2.5px;
    border-color: #fff transparent transparent transparent;
    top: auto;
    bottom: -4px;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-2.5px);
  }
}
.p-header_cv_txt {
  width: calc(100% - 72px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #cc0057;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .p-header_cv_txt {
    width: calc(100% - 49px);
    gap: 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv_txt {
    z-index: 3;
    width: 100%;
    height: auto;
    background-color: transparent;
    gap: 10px;
  }
}
.p-header_cv_txt_txt1 {
  font-size: 17px;
  font-weight: bold;
  color: #cc0057;
  width: 40px;
  height: 26px;
  background-color: #fdff3a;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .p-header_cv_txt_txt1 {
    font-size: 10px;
    width: 27px;
    height: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv_txt_txt1 {
    font-size: 12px;
    width: 28px;
    height: 28px;
    white-space: nowrap;
  }
}
.p-header_cv_txt_txt2 {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-header_cv_txt_txt2 {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv_txt_txt2 {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
}
.p-header_cv_txt_txt2 br {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .p-header_cv_txt_txt2 br {
    display: block;
  }
}

.p-header_space {
  display: none;
  position: relative;
  height: 58px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .p-header_space {
    height: 84px;
  }
}