/* ##############################################################################

    ANIMATED & KEYFRAMES

############################################################################## */

@keyframes shine {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shine {
  -webkit-animation: shine 0.6s steps(4) alternate infinite;
  -moz-animation: shine 0.6s steps(4) alternate infinite;
  animation: shine 0.6s steps(4) alternate infinite;
}
.delay-1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-15s {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-2s {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.fadein-up {
  opacity: 0;
  transition: all 0.4s ease-out;
  transform: translateY(20px);
}
.fadein-up.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ##############################################################################

    COMMON

############################################################################## */

html {
  height: 100%;
  overflow-y: scroll;
  scroll-padding-top: 94px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 66px;
  }
}
body {
  height: 100%;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  body:not(.mce-content-body) {
    min-width: 1080px;
  }
}

.wpfp-img {
  display: none !important;
}

/* layout
**************************************** */

/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-sm {
  max-width: 720px;
}
.inner-lg {
  max-width: calc(100% - 128px);
}
.inner-mid {
  max-width: 1080px;
}
@media only screen and (max-width: 768px) {
  .inner-lg {
    max-width: calc(100% - 10%);
  }
}

/* --- loops移行に伴う変更 --- */
.lps_sec .inner .img_text--img {
  margin-bottom: 0;
}
.lps_sec .inner .img_text--img .img-trim {
  border-radius: 8px;
}
.lps_sec .inner .img_text--img .img-trim img {
  box-shadow: 0 0 0 2px #43b149;
  border-radius: 8px;
}
.lps_sec .inner-lg .img_text--img .img-trim {
  box-shadow: none;
  border-radius: 0;
}
.lps_sec .inner-lg .img_text--img .img-trim img {
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .lps_sec .lps_parts--img_text .lps_parts--child:has(.ttl-03_num) {
    flex-direction: column-reverse;
  }
  .lps_sec .lps_parts--img_text .lps_parts--child .img_text--txt:has(.ttl-03_num) {
    margin-bottom: 24px;
  }
  .lps_sec .lps_parts--img_text .lps_parts--child .img_text--txt .ttl-03_num,
  .lps_sec .lps_parts--img_text .lps_parts--child .img_text--txt .ttl-03 {
    text-align: center;
  }
  .lps_sec .lps_parts--column .lps_parts--child .column_item:not(.bg-wh) .img + .text {
    padding-top: 12px;
  }
  .lps_sec .lps_parts--column .lps_parts--child .column_item:not(.bg-wh) .img + .text .ttl-03 {
    margin-bottom: 0.5em;
  }
  .lps_sec .lps_parts--column .lps_parts--child .column_item:not(.bg-wh):not(:last-child) {
    margin-bottom: 56px;
  }
  .lps_sec .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item:has(.box) {
    margin-bottom: 24px;
  }
  .lps_sec .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item:has(.box) .box .editor-ttl {
    padding-left: 22px;
  }
}

/* --- loops移行に伴う変更 ここまで--- */

/* --- section_pdg --- */
.section_pdg {
  padding-top: 104px;
  padding-bottom: 104px;
}
/* --- loops移行に伴う変更 --- */
/* --- anchor --- */
.lps_sec .anchor {
  position: absolute;
  top: -80px; /* 固定ヘッダーの高さ */
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .lps_sec .inner {
    width: 86%;
  }
  .lps_sec .inner-xl {
    max-width: 86%;
  }

  /* --- section_pdg --- */
  .lps_sec .section_pdg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* --- anchor --- */
  .lps_sec .anchor {
    top: -64px; /* 固定ヘッダーの高さ */
  }
}
/* --- loops移行に伴う変更ここまで --- */

/* --- float --- */
.flt-rgt {
  float: right;
}
.flt-lft {
  float: left;
}

/* --- position --- */
.pos_rel {
  position: relative;
  z-index: 0;
}

/* -- img -- */
.img-border {
  border: 2px solid #43b149;
}
.img-radius {
  border-radius: 8px;
  overflow: hidden;
}

/* --- margin --- */
.mgn-btm8 {
  margin-bottom: 8px;
}
.mgn-btm16 {
  margin-bottom: 16px;
}
.mgn-btm24 {
  margin-bottom: 24px;
}
.mgn-btm32 {
  margin-bottom: 32px;
}
.mgn-btm40 {
  margin-bottom: 40px;
}
.mgn-btm48 {
  margin-bottom: 48px;
}
.mgn-btm56 {
  margin-bottom: 56px;
}
.mgn-btm64 {
  margin-bottom: 64px;
}
.mgn-btm72 {
  margin-bottom: 72px;
}
.mgn-btm80 {
  margin-bottom: 80px;
}
.mgn-btm88 {
  margin-bottom: 88px;
}
.mgn-btm96 {
  margin-bottom: 96px;
}
.mgn-btm104 {
  margin-bottom: 104px;
}
.mgn-btm112 {
  margin-bottom: 112px;
}

/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pn-none-flex {
  display: none;
}
.sp-none {
  display: block;
}
.sp-none-inline {
  display: inline;
}
.sp-none-table {
  display: table;
}
.sp-none-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1080px) {
  .tab_show {
    display: none;
  }
  .tab_hide {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .gnav--blog.pc-none {
    display: block;
  }
  .gnav--blog.sp-none {
    display: none;
  }
  .tab_show {
    display: block;
  }
  .tab_hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 86%;
  }
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
  .mgn-btm88 {
    margin-bottom: 48px;
  }
  .mgn-btm96 {
    margin-bottom: 48px;
  }
  .mgn-btm104 {
    margin-bottom: 56px;
  }
  .mgn-btm112 {
    margin-bottom: 56px;
  }
  .sp-none,
  .sp-none-inline,
  .sp-none-table,
  .sp-none-flex {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
  .pc-none-table {
    display: table;
  }
  .pc-none-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mokomoko_line {
  position: relative;
}
.mokomoko_line::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url(../images/common/mokomoko_line.png);
}

@media only screen and (max-width: 768px) {
  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

/* flex
**************************************** */

/* --- ブロック要素 --- */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* --- インライン要素 --- */
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-j-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-j-ctr {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-j-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-a-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-a-ctr {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-a-baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-a-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-c-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-c-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-c-start {
  -webkit-align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-c-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-c-ctr {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-c-baseline {
  -webkit-align-content: baseline;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}
.flex-c-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* --- ざっくりflexレイアウト --- */
.flex-col2,
.flex-col3,
.flex-col4,
.flex-col5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col2 > *:nth-child(even) {
  margin-right: 0;
}
.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col3 > *:nth-child(3n + 3) {
  margin-right: 0;
}
.flex-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col4 > *:nth-child(4n + 4) {
  margin-right: 0;
}
.flex-col5 > * {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col5 > *:nth-child(5n + 5) {
  margin-right: 0;
}

/* --- loops移行に伴う変更 --- */
.lps_sec .flex-col2,
.lps_sec .flex-col3,
.lps_sec .flex-col4 {
  flex-wrap: wrap;
}
.lps_sec .flex-col2 > *,
.lps_sec .flex-col3 > *,
.lps_sec .flex-col4 > * {
  margin-left: 0;
  margin-right: 0;
}
.lps_sec .flex-col2 {
  gap: 3vw;
}
.lps_sec .flex-col3 {
  gap: 3vw;
}
.lps_sec .flex-col4 {
  gap: 2vw;
}
.lps_sec .flex-col1 > * {
  width: 100%;
}
.lps_sec .flex-col2 > * {
  width: calc(50% - 1.5vw);
}
.lps_sec .flex-col3 > * {
  width: calc(33.33% - 2vw);
}
.lps_sec .flex-col4 > * {
  width: calc(25% - 1.5vw);
}

.lps_sec .lps_parts--button .flex-col3 {
  gap: 1rem 3vw;
}
/* --- loops移行に伴う変更ここまで --- */

@media screen and (max-width: 768px) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .flex-col2.flex-sp-block > *:last-child,
  .flex-col3.flex-sp-block > *:last-child,
  .flex-col4.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }

  /* --- ざっくりflexレイアウト - sp --- */
  .flex-sp-col2 > *,
  .flex-sp-col2.flex-col3 > *:nth-child(3n + 3) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col2 > *:nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col3 > *,
  .flex-sp-col3.flex-col4 > *:nth-child(4n + 4) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col3 > *:nth-child(3n + 3) {
    margin-right: 0;
  }

  /* --- loops移行に伴う変更 --- */
  .lps_sec .flex-col2.flex-sp-block > *,
  .lps_sec .flex-col3.flex-sp-block > *,
  .lps_sec .flex-col4.flex-sp-block > * {
    width: 100%;
  }
  .lps_sec .flex-sp-col2 > * {
    width: calc(50% - 1.5vw);
  }
  .lps_sec .flex-sp-col3 > * {
    width: calc(33.33% - 2vw);
  }

  .lps_sec .lps_parts--button .flex-col3 {
    gap: 0 3vw;
  }
  /* --- loops移行に伴う変更 ここまで--- */
}

/* --- loops移行に伴う変更 --- */
/* img
  ********************************************** */
.lps_sec .img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lps_sec .img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lps_sec .img-trim.pos_rel::before {
  content: "";
  display: block;
}
.lps_sec .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lps_sec .img-cover.pos_ab {
  inset: 0;
  margin: auto;
}
.lps_sec .img-contain {
  object-fit: contain;
}
/* --- loops移行に伴う変更 ここまで--- */

/* bg
**************************************** */
.bg-gray {
  background-color: #f8f8f8;
}
.bg-beige {
  background-color: #f8f6ef;
}
.bg-abstract {
  background-image: url(../images/common/stripe_blue.jpg);
}
.bg-green_dots {
  background-image: url(../images/common/bg-green_dots.png);
}
.bg-character {
  position: relative;
}
.bg-character::before,
.bg-character::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
}
.bg-character::before {
  width: 80px;
  height: 40px;
  top: -16px;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  z-index: 0;
}
.bg-character::after {
  top: -52px;
  width: 47px;
  height: 39px;
  background-image: url(../images/common/bg-character.png);
}
.bg-gray.bg-character::before {
  background-color: #f8f8f8;
}
.bg-beige.bg-character::before {
  background-color: #f8f6ef;
}
.bg-green_dots.bg-character::before {
  background-image: url(../images/common/bg-green_dots.png);
}

/* --- loops移行に伴う変更 --- */
.lps_sec .bg-main {
  background-color: #1d7fb7;
}
.lps_sec .bg-sub {
  background-color: #eee;
}
.lps_sec .bg-wh {
  background-color: #fff;
}
.lps_sec .column_item.bg-wh {
  border-radius: 8px;
}
.lps_sec .column_item .btn {
  margin-left: auto;
  margin-right: auto;
}
/* --- loops移行に伴う変更 ここまで--- */

@media only screen and (max-width: 768px) {
  .bg-character::after {
    background-size: cover;
    background-image: url(../images/common/bg-character-sp.png);
  }
}

/* ttl
**************************************** */

/* --- page_ttl --- */
.page_ttl {
  position: relative;
  height: 468px;
  background-color: #333;
  margin-bottom: -48px;
  padding: 180px 0 0;
  text-align: center;
  color: #eadfc3;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background: url(../images/page/page_ttl-common.jpg) center top;
}
.page_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/common/pagettl_kazari.png) center bottom repeat-x;
}

/* --- よくある質問・募集要項・検索結果・イベント --- */
.page-faq .page_ttl::after,
.subpage.search .page_ttl::after,
.archive-events .page_ttl::after,
.single-events .page_ttl::after,
.archive-recruitment .page_ttl::after,
.single-recruitment .page_ttl::after,
.page-favorite .page_ttl::after,
.page-contact .page_ttl::after,
.page-entry .page_ttl::after,
.page-seminar .page_ttl::after,
.page-document .page_ttl::after,
.archive-video .page_ttl::after,
.single-video .page_ttl::after {
  background: url(../images/common/pagettl_kazari-beige.png) center bottom repeat-x;
}
.page_ttl-jp,
.page_ttl-en {
  display: block;
}
.page_ttl-jp {
  position: relative;
  font-size: 320%;
  font-weight: normal;
  margin-bottom: 32px;
  padding-top: 44px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}
.page_ttl-jp::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 6px double;
  width: 72px;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page_ttl-en {
  font-size: 107%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* --- loops移行に伴う変更 --- */
/* --- ttl --- */

.lps_sec .ttl-01 {
  font-size: 214%;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #43b149;
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.lps_sec.lps_add .ttl-01 {
  margin-bottom: 2.5em;
}
.lps_sec .ttl-01 span:not(.anchor) {
  position: relative;
  display: inline-block;
  padding: 0 46px;
}
.lps_sec .ttl-01 small {
  display: block;
  margin-top: 14px;
  padding-bottom: 4px;
  font-size: 43.6%;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
}
.lps_sec .ttl-01 span::before,
.lps_sec .ttl-01 span::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 6px double;
  width: 0;
  height: 100%;
  top: 0;
}
.lps_sec .ttl-01 span::before {
  left: 0;
}
.lps_sec .ttl-01 span::after {
  right: 0;
}
.lps_sec .ttl-02 {
  color: #43b149;
  line-height: 1.4;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.lps_sec .ttl-02 {
  font-size: 214%;
  letter-spacing: 0.07em;
}
.lps_sec .ttl-02 span:not(.anchor) {
  padding-top: 36px;
  padding-bottom: 46px;
  display: inline-block;
}
.lps_sec .ttl-02 span:not(.anchor):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 72px;
  height: 0;
  border-top: 6px double;
  border-left: none;
}
.lps_parts--img_text .inner-lg .ttl-03 {
  font-size: 2.5rem; /* 40px */
}
.lps_sec .ttl-03 {
  font-size: 1.75rem; /* 28px */
  line-height: 1.5;
  color: #43b149;
}
.lps_sec .ttl-03_num {
  font-size: 1.75rem; /* 28px */
  color: #43b149;
  display: block;
  line-height: 1.3;
  font-size: 3.75rem;
  font-family: din-2014-narrow, sans-serif;
}
.lps_sec .faq_item .ttl-03 {
  color: #fff;
}
.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03 {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1em;
}
.lps_sec .column-3 .ttl-03,
.lps_sec .column-4 .ttl-03 {
  font-size: 1.5rem; /* 24px */
}
.lps_sec .align_items_center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  /* --- ttl --- */
  .lps_sec .ttl-01 {
    font-size: 1.5rem; /* 24px */
    margin-bottom: 2em;
  }
  .lps_sec .ttl-02 {
    font-size: 1.375rem; /* 22px */
  }
  .lps_sec .ttl-03,
  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03,
  .lps_parts--img_text .inner-lg .ttl-03 {
    font-size: 1.25rem; /* 20px */
  }
  .lps_sec .ttl-01 span::before {
    left: -4px;
  }
  .lps_sec .ttl-01 span::after {
    right: -4px;
  }
  .lps_sec .ttl-01 span:not(.anchor) {
    position: relative;
    display: inline-block;
    padding: 0 16px;
  }
  .lps_sec .ttl-02 span:not(.anchor) {
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .lps_sec .flex-col2 {
    gap: 0;
  }
  .lps_sec .inner .img_text--img {
    margin-bottom: 3%;
  }
  .lps_sec .lps_parts--child.bg-wh .img_text--child {
    margin-bottom: 0;
  }
}
/* --- loops移行に伴う変更 ここまで--- */

/* --- section_ttl --- */
.section_ttl {
  font-size: 214%;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #43b149;
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.section_ttl span {
  position: relative;
  display: inline-block;
  padding: 0 46px;
}
.section_ttl small {
  display: block;
  margin-top: 14px;
  padding-bottom: 4px;
  font-size: 43.6%;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
}
.section_ttl span::before,
.section_ttl span::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 6px double;
  width: 0;
  height: 100%;
  top: 0;
}
.section_ttl span::before {
  left: 0;
}
.section_ttl span::after {
  right: 0;
}
.section_ttl-sm {
  width: auto;
  max-width: 100%;
  font-size: 160%;
  line-height: 1;
  text-align: left;
}
.section_ttl-sm.txt-ctr {
  text-align: center;
}
.section_ttl-sm span {
  padding: 0 24px;
}
.section_ttl-sm small {
  display: inline-block;
  margin-left: 16px;
  padding-bottom: 0;
}
.section_ttl-top span::after {
  display: none;
}
.section_ttl-top span {
  padding-top: 36px;
}
.section_ttl-top span::before {
  right: 0;
  margin: auto;
  width: 72px;
  height: 0;
  border-top: 6px double;
  border-left: none;
}
.section_catch {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
}

/* --- heading --- */
.heading-1,
.heading-2,
.heading-3,
.heading-4 {
  color: #43b149;
  line-height: 1.4;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.heading-1 {
  font-size: 214%;
  letter-spacing: 0.07em;
}
.heading-2 {
  font-size: 160%;
}
.heading-3 {
  font-size: 120%;
}
.heading-3::before,
.heading-4::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 6px;
  background-color: #c3d800;
  border-radius: 8px;
}
.heading-3::before {
  top: -1px;
}

@media only screen and (max-width: 768px) {
  /* --- section_ttl --- */
  .section_ttl {
    font-size: 188%;
    line-height: 1.3;
  }
  .section_ttl span {
    display: block;
    padding: 0 8%;
  }
  .section_ttl-top span {
    padding: 0;
    padding-top: 28px;
  }
  .section_ttl-sm {
    font-size: 156%;
  }

  /* --- heading --- */
  .heading-1 {
    font-size: 168%;
  }
  .heading-2 {
    font-size: 134%;
  }

  /* --- page_ttl --- */
  .page_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    padding: 0 0 50px;
    background-size: 120%;
    margin-top: 64px;
    background-image: url(../images/page/page_ttl-common_sp.jpg);
    background-size: cover;
  }
  .page_ttl-jp {
    font-size: 200%;
    margin-bottom: 10px;
    padding-top: 28px;
    line-height: 1.35;
  }
  .page_ttl-en {
    font-size: 84%;
    line-height: 1.4;
  }
}

/* txt
**************************************** */
.font-din {
  font-family: din-2014-narrow, sans-serif;
}
.txt-white {
  color: #fff;
}
.txt-green {
  color: #43b149;
}
.strong {
  font-weight: normal;
  padding: 0 2px;
  background: linear-gradient(transparent 65%, #fffca8 65%);
}
.txt-lg {
  font-size: 107%;
}
.txt-reed {
  font-size: 124%;
}
.txt-sm {
  font-size: 94%;
  line-height: 1.7;
}
.txt-xs {
  font-size: 87%;
  line-height: 1.68;
  letter-spacing: 0.08em;
}
.txt-ctr {
  text-align: center;
}
.txt-rgt {
  text-align: right;
}
.txt-attention {
  font-size: 87%;
  color: #aeadad;
  line-height: 1.66;
}
.txt-attention-kome {
  position: relative;
  padding-left: 1.4em;
}
.txt-attention-kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.txtarea {
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
.txtarea p:not(:last-child) {
  margin-bottom: 1.2em;
}

/* --- loops移行に伴う変更 --- */
.lps_sec .txt-lg {
  font-size: 1.125rem; /* 18px */
}
.lps_sec .txt-sm {
  font-size: 0.875rem; /* 14px */
}
.lps_sec .txt-wh,
.lps_sec .txt-wh * {
  color: #fff;
}
.lps_sec .txt-main,
.lps_sec .txt-main * {
  color: #1d7fb7;
}
.lps_sec .txt-sub,
.lps_sec .txt-sub * {
  color: #eee;
}
/* --- loops移行に伴う変更 ここまで--- */

@media print, screen and (min-width: 769px) {
  .txt-tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .txt-tate * {
    font-feature-settings: normal;
  }
}
@media only screen and (max-width: 768px) {
  .txt-lg {
    font-size: 100%;
  }
}

/* --- loops移行に伴う変更 --- */
@media screen and (max-width: 767px) {
  .lps_sec .txt-lg {
    font-size: 1.071rem; /* 15px */
  }
  .lps_sec .txt-sm {
    font-size: 0.929rem; /* 13px */
  }
}
/* --- loops移行に伴う変更 ここまで--- */

/* table & list
**************************************** */
table {
  width: 100%;
}

/* --- table_default --- */
.table_default th,
.table_default td {
  padding: 16px 24px;
  line-height: 1.6;
}
.table_default th {
  min-width: 128px;
  border-bottom: 2px solid #f3852f;
  color: #f3852f;
  font-size: 107%;
  letter-spacing: 0.2em;
}
.table_default td {
  border-bottom: 1px solid #f3852f;
  border-left: 4px solid #fff;
  font-size: 93%;
}

/* --- table_line --- */
.table_line th,
.table_line td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.table_line th {
  background-color: #025845;
  border: 1px solid #666;
  color: #fff;
  font-size: 107%;
}
.table_line td {
  border: 1px solid #d2d2d2;
  font-size: 93%;
}

/* --- loops移行に伴う変更 --- */
.lps_sec .table2 th {
  position: relative;
}
.lps_sec .table2 th::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 3px);
  height: 2px;
  background-color: #f3852f;
}
/* --- loops移行に伴う変更 ここまで--- */

/* --- list ---- */
.list {
  list-style-type: none;
}
.list li:not(:last-child) {
  margin-bottom: 16px;
}
.list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.7;
}
.list-disc li::before,
.list-square li::before,
.list-circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #c3d60d;
}
/* 数字付きリスト */
.list-num {
  padding-left: 1.4em;
  list-style-type: decimal;
}
.list-num li {
  padding-left: 0;
}
.list-num li::before {
  display: none;
}
/* 白丸付きリスト */
.list-circle li::before {
  border: 1px solid #c3d60d;
  background-color: transparent;
}
/* 四角付きリスト */
.list-square li::before {
  border-radius: 0;
  background-color: #c3d60d;
}
/* 入れ子のスタイル */
.list li ul {
  margin-top: 16px;
}
.list li ul li::before {
  width: 6px;
  height: 6px;
  top: 0.65em;
}

/* --- dlリスト --- */
.list-dl {
  position: relative;
  border-top: 1px solid #bfbfbf;
  line-height: 1.7;
}
.list-dl dt {
  position: absolute;
  padding-top: 16px;
  color: #43b149;
  font-weight: 700;
}
.list-dl dd {
  padding-left: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfbfbf;
}

/* \
**************************************** */
.btn {
  position: relative;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  padding: 0 64px 0 56px;
  font-size: 120%;
  line-height: 56px;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: #f18a07;
  border-radius: 28px;
  transition: all 0.4s ease-out;
}
.btn::before,
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn::before {
  width: 19px;
  height: 19px;
  right: 34px;
  background-color: #eee;
  border-radius: 10px;
}
.btn::after {
  width: 6px;
  height: 6px;
  right: 41px;
  border-right: 2px solid #f18a07;
  border-top: 2px solid #f18a07;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn:hover {
  background-color: #f6ac00;
  color: #fff;
}

.btn-sm {
  display: inline-block;
  color: #f18a07;
  font-size: 107%;
  line-height: 1;
  position: relative;
  letter-spacing: 0.14em;
  padding: 2px 0;
}
.btn-sm::before,
.btn-sm::after {
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-sm::before {
  width: 16px;
  height: 16px;
  background-color: #f18a07;
  border-radius: 10px;
  margin-right: 10px;
  top: 2px;
}
.btn-sm::after {
  width: 6px;
  height: 6px;
  left: 4px;
  border-right: 2px solid #eee;
  border-top: 2px solid #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.btn-sm:hover {
  color: #43b149;
}
.btn-sm:hover::before {
  background-color: #43b149;
}
.contact_btn {
  margin-bottom: 24px;
  width: 100%;
}
.contact_btn .btn_seminar {
  width: 300px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 16px;
  line-height: 24px;
}
.contact_btn .btn_seminar a {
  color: #fff;
}
.contact_btn .btn_seminar .txt-lg {
  font-size: 1.125rem;
}
.contact_btn .btn_document {
  width: 300px;
}
.contact_btn .btn_document a {
  color: #fff;
}
.contact_btn .btn_document .txt-lg {
  font-size: 1.125rem;
}
@media only screen and (max-width: 1180px) and (min-width: 769px) {
  .contact_btn .btn_seminar,
  .contact_btn .btn_document {
    width: 280px;
  }
  .contact_btn .btn_seminar .txt-lg {
    font-size: 0.875rem;
  }
  .contact_btn .btn_document .txt-lg {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .contact_btn {
    flex-wrap: wrap;
  }
  .contact_btn .btn_seminar {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .contact_btn .btn_seminar,
  .contact_btn .btn_document {
    width: 230px;
  }
  .contact_btn .btn_seminar .txt-lg {
    font-size: 0.875rem;
  }
  .contact_btn .btn_document .txt-lg {
    font-size: 0.875rem;
  }
}

/* --- loops移行に伴う変更 --- */
.lps_sec .btn {
  position: relative;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  padding: 0;
  font-size: 120%;
  /* line-height: 56px; */
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: #f18a07;
  border-radius: 28px;
}
.lps_sec .btn::before {
  right: 20px;
}
.lps_sec .btn::after {
  right: 27px;
}

.lps_sec .btn a {
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 28px;
  padding: 14px 2em 14px 1.5em;
}

.lps_sec .btn:not(.btn-next_page) a:hover {
  background-color: #f6ac00;
}
.lps_sec .btn.btn-next_page {
  padding: 14px 40px;
  width: 100%;
  border-radius: 0;
  transition: all 0.2s ease-out;
}
.lps_sec .btn-next_page:hover {
  background-color: #f6ac00;
}
.lps_sec .btn.btn-next_page a {
  min-width: 100%;
  text-align: left;
}
.section_pdg-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .lps_sec .btn {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .lps_sec .btn a {
    min-width: 100%;
    font-size: 84%;
    padding: 14px 2.3em 14px 1.5em;
  }
  .lps_sec .btn-next_page {
    line-height: 36px;
  }
  .lps_sec .btn-next_page a {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --- loops移行に伴う変更ここまで --- */

/* --- 角丸4pxのボタン --- */
.btn-square {
  display: inline-block;
  padding: 16px 56px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.btn-square_bray {
  background-color: #ececec;
}
.btn-square_org {
  background-color: #f18a07;
  color: #fff;
}
.btn-square_yellow {
  background-color: #f6ac00;
  color: #fff;
}
.btn-square_green {
  background-color: #009342;
}
.btn-square_green:hover {
  background-color: #43b149;
}
.btn-square_beige {
  border-color: #ded4b9;
  background-color: #eadfc3;
}

@media all and (-ms-high-contrast: none) {
  .btn {
    font-size: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .btn {
    width: auto;
    min-width: 240px;
    padding: 0 48px 0 30px;
    font-size: 114%;
    line-height: 48px;
    text-align: center;
  }
  .btn::before {
    right: 20px;
  }
  .btn::after {
    right: 28px;
  }
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  width: 98%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  top: 32px;
  left: 40px;
  padding: 0 40px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  z-index: 999;
}
.subpage .header {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.subpage .header.fixed,
.subpage .header:hover {
  opacity: 1;
}

#fix_bnr {
  position: fixed;
  right: 0;
  bottom: 34.5%;
  z-index: 190;
  padding-top: 18px;
  padding-left: 10px;
  transform: translateX(100%);
  transition: all 0.2s ease-out;
}
#fix_bnr a {
  background-color: #ffd849;
  display: block;
  padding: 0 18px 10px 20px;
  border-radius: 8px 0 0 8px;
}
#fix_bnr a:hover {
  background-color: #f6ac00;
}
#fix_bnr img {
  transform: translateY(-18px);
}
#fix_bnr .close,
#fix_bnr .open i {
  font-size: 164%;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
}
#fix_bnr .close {
  transform: translateX(160px) translateY(22px);
}
#fix_bnr .open i {
  text-indent: -0.03em;
}
#fix_bnr .close:hover {
  background-color: #ddd;
}
#fix_bnr .open {
  position: absolute;
  top: 36px;
  left: auto;
  right: 0;
  display: block;
  transition: all 0.2s ease-out;
  transform: translateX(100%);
  border-radius: 28px 0 0 28px;
  padding: 4px 10px 4px 5px;
  background-color: #ffd849;
}
#fix_bnr .open:hover i {
  background-color: #f18a07;
  border-color: #f18a07;
  color: #fff;
}
#fix_bnr.show {
  transform: translateX(0);
}
#fix_bnr.show .close {
  transform: translateX(-10px) translateY(22px);
}
#fix_bnr.show.hide,
#fix_bnr.hide {
  transform: translateX(100%);
}
#fix_bnr.show.hide .close,
#fix_bnr.hide .close {
  transform: translateX(160px) translateY(22px);
}
#fix_bnr.hide.show .open {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
@media screen and (max-width: 1480px) and (min-width: 1060px) {
  .header .header--logo {
    width: 250px;
  }
}

@media screen and (max-width: 1220px) and (min-width: 768px) {
  .header {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    top: 24px;
    left: 20px;
    padding: 0 24px;
  }
  /* .header--logo {
      width: 300px;
    } */
}
@media screen and (min-width: 1060px) {
  .header {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    padding: 0;
  }
  .subpage .header {
    opacity: 1;
  }
  .header--logo {
    width: 198px;
    max-width: calc(100% - 160px);
    margin: 15px 16px;
  }
  .header--logo a {
    display: block;
  }
}

/* gnav
**************************************** */
.gnav a {
  position: relative;
  display: block;
  padding: 24px 10px;
  font-size: 94%;
  font-weight: bold;
}
.gnav_btn {
  display: none;
}
.gnav--blog {
  position: relative;
}
.gnav--blog.pc-none .current {
  color: #333;
}
.gnav--blog .gnav--link span {
  position: relative;
}
.gnav--blog .gnav--link span::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px / 2);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.gnav--blog .gnav--link:hover {
  cursor: default;
}
.gnav--blog .gnav--link:hover span:after {
  border-bottom: 1px solid #f18a07;
  border-right: 1px solid #f18a07;
}
.gnav--blog_child {
  position: absolute;
  top: 64px;
  left: -53px;
  transform: translate(-50%, -50%);
  width: 220px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.4s ease-out;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}
.gnav--blog_child .gnav--blog_link {
  position: relative;
  display: block;

  padding: 10px 16px;
  line-height: 1;
}
.gnav--list .gnav--blog a::before {
  content: none;
}
.gnav--blog_child .gnav--blog_link::before {
  content: none;
}

@media screen and (max-width: 1340px) and (min-width: 1060px) {
  .gnav a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 88%;
  }
}
@media screen and (max-width: 1059px) and (min-width: 768px) {
  .gnav a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 74%;
  }
}
@media screen and (min-width: 768px) {
  .gnav a::before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 4px;
    width: 32px;
    background-color: #f6ac00;
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-4px);
  }
  .gnav a:hover::before,
  .gnav a.current::before {
    opacity: 1;
    transform: translateY(0);
  }
  .gnav a:hover,
  .gnav a.current {
    color: #f18a07;
  }
  .gnav--blog_child .current_none.current {
    color: inherit;
  }
  /* hover */
  .gnav--link::after {
    transition: 0.4s ease-out;
  }
  .gnav--blog_child .gnav--blog_link:hover {
    color: #f18a07;
  }
  .gnav--blog:hover .gnav--blog_child {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 1080px) {
  .gnav--list {
    align-items: center;
  }
  .gnav--entry {
    margin-left: 10px;
  }
  .gnav--entry a {
    display: inline-block;
    width: 160px;
    max-width: 100%;
    margin-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 100%;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: #f18a07;
    border-radius: 28px;
  }
  .gnav--entry a::before {
    content: none;
  }

  .gnav--entry a:hover,
  .gnav--entry a.current {
    color: #fff;
    background-color: #f6ac00;
  }
}
@media screen and (max-width: 1080px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 112px 34px 32px;
    background-color: #e7e5e4;
    pointer-events: none;
    transition: 0.4s ease-out;
    opacity: 0;
    overflow-y: scroll;
    z-index: -1;
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
  }
  .gnav_btn {
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    z-index: 9999;
    border-left: 1px solid #e7e5e4;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .gnav_btn--lines {
    position: relative;
    width: 24px;
    height: 16px;
  }
  .gnav_btn--lines span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f6ac00;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 7px;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .header.active .gnav_btn {
    background-color: #e7e5e4;
  }
  .header.active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .header.active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }

  .gnav--list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
  }
  .gnav--list li {
    width: 50%;
    border-bottom: 1px solid #e7e5e4;
  }
  .gnav--list li:not(.tab_hide) {
    display: flex;
    align-items: center;
  }
  .gnav--list a {
    position: relative;
    width: 100%;
    padding: 16px 16px 16px 10px;
    font-size: 100%;
    font-weight: normal;
  }
  .gnav--list a::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 5px;
    height: 5px;
    border-right: 2px solid #c8d33d;
    border-top: 2px solid #c8d33d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav--list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    border-right: 1px solid #e7e5e4;
  }
  .gnav--list .gnav--seminar a {
    border-bottom: none;
    line-height: 1.5;
  }
  .gnav--list .gnav--document a {
    border-bottom: none;
    line-height: 1.5;
  }
  .gnav--ttl.txt-ctr {
    font-size: 86%;
    line-height: 1;
    margin-bottom: 12px;
    color: #43b149;
    letter-spacing: 0.18em;
    font-weight: normal;
  }
  .gnav--recruit {
    position: relative;
    width: 100%;
  }
  .gnav--recruit::before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 8px;
    top: -32px;
    width: 47px;
    height: 39px;
    background-image: url(../images/common/bg-character.png);
  }

  .gnav--recruit li {
    width: 33.3%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .gnav--recruit a {
    display: block;
    height: 80px;
    padding: 18px 8px;
    letter-spacing: 0.15em;
    font-weight: normal;
  }
  .gnav--recruit .gnav--search a {
    border-radius: 4px 0 0 4px;
    background-color: #43b149;
    color: #fff;
  }
  .gnav--recruit .gnav--check a {
    background-color: #c3d60d;
  }
  .gnav--recruit .gnav--like a {
    border-radius: 0 4px 4px 0;
    background-color: #fff;
  }
  .gnav--recruit a img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    top: 64px;
    left: 0;
    height: 92vh;
    width: 100%;
    padding: 32px 24px;
    background-color: #e7e5e4;
    pointer-events: none;
    transition: 0.4s ease-out;
    opacity: 0;
    overflow-y: scroll;
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
  }
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
  }
  .gnav_tel {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 64px;
    width: 64px;
    height: 64px;
    z-index: 9999;
    border-left: 1px solid #e7e5e4;
  }

  .gnav--ttl.txt-ctr {
    font-size: 86%;
    line-height: 1;
    margin-bottom: 12px;
    color: #43b149;
    letter-spacing: 0.18em;
    font-weight: normal;
  }
  .gnav--recruit {
    position: relative;
    width: 100%;
  }
  .gnav--recruit::before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 8px;
    top: -32px;
    width: 47px;
    height: 39px;
    background-image: url(../images/common/bg-character.png);
  }

  .gnav--recruit li {
    width: 33.3%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .gnav--recruit a {
    display: block;
    height: 80px;
    padding: 18px 8px;
    letter-spacing: 0.15em;
    font-weight: normal;
  }
  .gnav--recruit .gnav--search a {
    border-radius: 4px 0 0 4px;
    background-color: #43b149;
    color: #fff;
  }
  .gnav--recruit .gnav--check a {
    background-color: #c3d60d;
  }
  .gnav--recruit .gnav--like a {
    border-radius: 0 4px 4px 0;
    background-color: #fff;
  }
  .gnav--recruit a img {
    margin-bottom: 10px;
  }
  .header--sitemap {
    text-align: right;
  }
  .header--sitemap a {
    display: inline-block;
    padding: 0;
    margin-top: 8px;
    font-size: 80%;
    letter-spacing: 0.01em;
    opacity: 0.3;
  }
}

/* fix_nav
**************************************** */
.fix_nav {
  position: absolute;
  top: 17%;
  z-index: 100;
}
.fix_nav.lft {
  left: 0;
}
.fix_nav.rgt {
  right: 0;
}
_::-webkit-full-page-media,
_:future,
:root .fix_nav.rgt {
  right: 48px;
}
.fix_nav li {
  position: relative;
}
.fix_nav li::before {
  content: "";
  display: block;
  position: absolute;
  left: -26px;
  margin: auto;
  top: 24px;
  width: 48px;
  height: 48px;
  z-index: 89;
}
.fix_nav li.graduates::before {
  background-image: url(../images/graduates_btn_img.png);
}
.fix_nav li.event::before {
  left: -24px;
  width: 47px;
  height: 47px;
  background-image: url(../images/event_btn_img.png);
}
.fix_nav a {
  position: relative;
  display: block;
  padding: 52px 10px 32px;
  background-color: #025845;
  margin-bottom: 8px;
  color: #fff;
  z-index: 90;
}
.fix_nav.lft a {
  border-radius: 0 4px 4px 0;
}
.fix_nav.rgt a {
  border-radius: 4px 0 0 4px;
}
.fix_nav a:hover {
  background-color: #43b149;
}
.fix_nav a::before,
.fix_nav a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.fix_nav a::before {
  top: 24px;
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 10px;
}
.fix_nav a::after {
  top: 29px;
  right: 1px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #025845;
  border-top: 2px solid #025845;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fix_nav .video a {
  background-color: #344594;
}
.fix_nav .video a::after {
  border-color: #344594;
}
.fix_nav .video a:hover {
  background-color: #2140cf;
}
.fix_nav .event a {
  background-color: #f18a07;
}
.fix_nav .event a::after {
  border-color: #f18a07;
}
.fix_nav .event a:hover {
  background-color: #f6ac00;
}
.fix_nav .corporate a {
  padding-top: 32px;
  padding-left: 14px;
  padding-right: 12px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.fix_nav .corporate a::before,
.fix_nav .corporate a::after {
  display: none;
}
.fix_nav .corporate a:hover {
  background-color: #fff;
}
.fix_nav .corporate a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fix_nav .corporate a:hover img {
  opacity: 0.7;
}

/* fix_sns
********************************************** */
.fix_sns {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 10;
  font-size: 119%;
}
.fix_sns li:not(:last-child) {
  margin-bottom: 8px;
}
.fix_sns li a {
  display: block;
  width: 54px;
  border-radius: 0 4px 4px 0;
  transform: translateX(-14px);
  transition: all 0.2s ease-out;
}
.fix_sns li a:hover {
  transform: translateX(0);
}
.fix_sns li:nth-child(1) a {
  background-color: #1877f2;
  font-size: 120%;
}
.fix_sns li:nth-child(2) a {
  background-color: #cd201f;
}
.fix_sns li:nth-child(3) a {
  background-color: #00b900;
  font-size: 120%;
}
.fix_sns li:nth-child(4) a {
  background-color: #008f4b;
}
.fix_sns li:nth-child(5) a {
  background-color: #fff;
}
.fix_sns li i,
.fix_sns li img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  margin-left: auto;
  border-radius: 0 4px 4px 0;
}
.page-disabled_welfare .fix_sns .icon-icon_instagram,
.page-disabled_welfare .fix_sns .icon-icon_twitter,
.page-home-nursing-care .fix_sns .icon-icon_instagram,
.page-home-nursing-care .fix_sns .icon-icon_twitter {
  display: none;
}

@media screen and (max-width: 767px) {
  .fix_sns {
    position: relative;
    display: flex;
    margin-top: 24px;
  }
  .fix_sns li {
    position: static;
  }
  .fix_sns li:not(:last-child) {
    margin-right: 6px;
  }
  .fix_sns li a {
    border-radius: 4px;
  }
  .fix_sns li i {
    margin-right: auto;
  }
  .fix_sns.sp-none {
    display: none;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

/* -- パンくずリスト -- */
#breadcrumbs {
  font-size: 80%;
  text-align: center;
  padding: 9px 0;
  color: #aaa;
  border-top: 1px double #eee;
  border-bottom: 1px double #eee;
  background-color: #f8f8f8;
}

/* -- チェック済みの求人 -- */
.check {
  padding-bottom: 64px;
  overflow: hidden;
}

/* footer
  **************************************** */
.footer {
  padding: 64px 0;
}
.footer--nav-ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.footer--nav-ttl::before {
  background-color: #3db243;
}
.footer--nav-lists {
  max-width: 200px;
}
.footer--nav-lists.interview {
  width: 100%;
  margin: 0 32px;
}
.footer--nav-lists.recruitment {
  max-width: 736px;
}
.footer--nav-lists li {
  margin-bottom: 10px;
  font-size: 90%;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.footer--nav-list--cat li {
  position: relative;
  padding-left: 16px;
}
.footer--nav-list--cat li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #c2d60d;
}
.footer--nav-list--cat li.parent::before {
  top: 5px;
  bottom: auto;
}
.footer--nav-list--cat ul.child {
  display: none;
  margin-top: 8px;
}
.footer--nav-list--cat li.parent .open {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.footer--nav-list--cat li.parent .open:hover {
  opacity: 0.9;
}
.footer--nav-list--cat li.parent .open::before,
.footer--nav-list--cat li.parent .open::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.2s ease-out;
}
.footer--nav-list--cat li.parent .open::after {
  transform: rotate(90deg);
}
.footer--nav-list--cat li.parent .open.close::after {
  transform: rotate(0);
}
.footer--txt-list {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 4px;
}
.footer--icon-list {
  margin: 0 20px 0 0;
}
.footer--map {
  position: relative;
}
.footer--map::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -48px;
  width: 332px;
  height: 232px;
  background-image: url(../images/common/map_car.png);
}
.footer--map .map {
  border: 2px solid #43b149;
  background-color: #eee;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.footer--map .map iframe {
  width: 101%;
  margin-top: -46px;
}
.footer_overview {
  display: inline-block;
}
.footer_overview--address {
  line-height: 1.65;
  border-bottom: 4px double #ddd;
  padding: 8px;
}
.footer_overview--tel {
  padding: 6px 8px;
  line-height: 1.65;
}
.footer_overview--tel i {
  width: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
.footer--copyright {
  text-align: center;
  color: #666;
  line-height: 1;
}
.page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
  text-align: center;
}
.page_top i {
  transition: all 0.2s ease-out;
  transform: rotate(-90deg);
  display: block;
  background-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  text-indent: 0.09em;
  border: 1px solid #ddd;
  color: #aaa;
  font-size: 200%;
}
.page_top a:hover i {
  background-color: #f6ac00;
  border: 1px solid #f18a07;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .footer--nav {
    flex-wrap: wrap;
  }
  .footer--nav-lists.recruitment {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .footer--nav-lists.interview {
    margin: 0;
  }
  .footer--nav-lists.interview,
  .footer--nav-lists.other {
    max-width: 48%;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .check {
    padding-bottom: 34px;
  }
  .footer {
    padding: 40px 0 80px;
  }
  .footer--nav {
    display: none;
  }
  .footer--icon-lists {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer--icon-list {
    margin: 0 8px 8px;
  }
  .footer--icon-list img {
    height: 40px;
    width: auto;
  }
  .footer--map {
    width: 100%;
  }
  .footer--map .heading-2 {
    padding-left: 5%;
  }
  .footer--map .map {
    height: 280px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .footer--map::after {
    display: none;
  }
  .footer--map .map iframe {
    width: 100%;
    height: 326px;
  }
  .footer--map_link {
    margin-bottom: 12px;
  }
  .footer--map_link a {
    color: #f18a07;
    text-decoration: underline;
  }
  .footer--txt-list {
    text-align: center;
  }
  .footer_overview {
    display: block;
    padding: 0 4px;
    text-align: center;
  }
  .footer_overview--tel small {
    display: block;
  }
  .footer_overview--tel small:first-of-type {
    display: none;
  }

  .fix_btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  .fix_btns li {
    width: 50%;
  }
  .fix_btns li.form a,
  .fix_btns li.tel a,
  .fix_btns li .wpfp-link[title="お気に入り登録"] {
    display: block;
    text-align: center;
    background-color: #43b149;
    padding: 12px 0 8px;
    line-height: 1.4;
    font-size: 120%;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  }
  .fix_btns li.form a {
    background-color: #f18a07;
  }
  .fix_btns li.tel a {
    background-color: #43b149;
  }
  .fix_btns li .wpfp-link[title="お気に入り登録"] {
    background-color: #f18a07;
  }
  .fix_btns li small {
    display: block;
  }
}

/* ##############################################################################

    INDEX（home）

############################################################################## */

/* hero
*************************************************** */
.hero {
  position: relative;
  height: 902px;
  background-color: #eee;
}
.hero-slide-list {
  display: flex !important;
  align-items: center;
  height: 900px;
  background: center no-repeat;
  background-size: auto 100%;
}
.hero-slide-list .catch {
  position: relative;
  margin-bottom: 28px;
  font-size: 180%;
  font-weight: normal;
  line-height: 2.65;
}
.hero-slide-list .catch strong {
  display: inline-block;
  background-color: #fff;
  padding: 8px 18px;
  font-weight: normal;
  line-height: 1.5;
}
.hero-slide-list .catch strong span {
  color: #222 !important;
  background: linear-gradient(transparent 65%, #fffca8 65%);
}
.hero-slide-list .catch .kirakira {
  position: absolute;
  transform: scale(0.7);
}
.hero-slide-list .catch .kirakira_01 {
  top: -70px;
  left: -70px;
}
.hero-slide-list .catch .kirakira_02 {
  top: -70px;
  left: 0;
}
.hero-slide-list .catch .kirakira_03 {
  top: 0;
  left: -90px;
}
.hero-slide-list .catch .kirakira_04 {
  right: -40px;
  bottom: -30px;
}
.hero-slide-list .catch .kirakira_05 {
  right: -70px;
  bottom: 40px;
}
.hero-slide-list .catch .kirakira_06 {
  right: -80px;
  bottom: -68px;
}
.hero-slide-list .interview_info {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.05em;
  padding: 40px;
}
.hero-slide-list .interview_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  border: 2px dotted #fcd756;
}
.hero-slide-list .interview_info--in {
  width: 100%;
}
.hero-slide-list .interview_info .name {
  font-size: 134%;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 8px;
}
.hero-slide-list .interview_info a {
  position: relative;
  display: block;
  width: 100%;
  margin: 12px auto 0;
  line-height: 36px;
  border-radius: 28px;
  border: 1px dashed #43b149;
  color: #43b149;
  font-size: 94%;
}
.hero-slide-list .interview_info a:hover {
  background-color: #43b149;
  color: #fff;
}
.hero-slide-list .interview_info .info {
  font-size: 80%;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.02em;
}
.hero--txtarea {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: 100%;
  text-align: center;
}
.hero-pager-wrap {
  position: relative;
  height: 134px;
  transform: translateY(-170px);
}
.slick-hero-pager {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-pager-list {
  position: relative;
  width: 86px !important;
  height: 86px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-position: center;
  margin-top: 9px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.hero-pager-list:hover {
  border-color: #c5d718;
}
.hero-pager-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border: 7px solid transparent;
  border-bottom: 10px solid #c5d718;
  transition: all 0.2s ease-out;
  transform: translateY(-4px);
  z-index: -1;
}
.slick-hero-pager .slick-slide {
  width: 86px !important;
  height: 96px;
  margin-left: 18px;
}
.slick-hero-pager .slick-current .hero-pager-list {
  border: 3px solid #c5d718;
}
.slick-hero-pager .slick-current .hero-pager-list::before {
  transform: translateY(-18px);
}
.hero .more_interview {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero .more_interview a {
  color: #fff;
}
.hero .more_interview a:hover {
  color: #43b149;
}

.hero_links {
  position: absolute;
  right: calc(100% - 39.5%);
  bottom: 0;
  background-color: rgb(255 255 255 / 0.9);
  border-radius: 40px 40px 0 0;
  padding: 24px 32px 30px;
}
.hero_links h3 {
  margin-bottom: 14px;
  font-size: 144%;
  text-align: center;
}
.hero_links h3 span {
  position: relative;
  padding: 0 32px;
}
.hero_links h3 span::before,
.hero_links h3 span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 23px;
  height: 38px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/faq/faq_sidenav.png);
}
.hero_links h3 span::before {
  left: 0;
  background-position: top left;
}
.hero_links h3 span::after {
  right: 0;
  background-position: top right;
}
.hero_links ul li:not(:last-child) {
  margin-bottom: 12px;
}
.hero_links .hoshi {
  position: absolute;
}
.hero_links .hoshi_1 {
  top: 20%;
  left: -3%;
}
.hero_links .hoshi_2 {
  top: 12%;
  left: 5px;
}
.hero_links .hoshi_3 {
  top: 1%;
  left: -1%;
}
.hero_links .hoshi_4 {
  right: -2%;
  bottom: 20%;
}
.hero_links .hoshi_5 {
  right: -3%;
  bottom: 9%;
}

@media only screen and (max-width: 768px) {
  .hero,
  .hero-slide-list {
    height: 520px;
  }
  .hero-slide-list {
    align-items: flex-end;
    padding-bottom: 40px;
    background-size: auto 120%;
    background-position: top 66% center;
  }
  .hero-slide-list_content {
    display: block;
  }
  .hero-slide-list .catch {
    margin-bottom: 12px;
    font-size: 110%;
    font-weight: normal;
    line-height: 2.4;
    text-align: center;
  }
  .hero-slide-list .catch .kirakira {
    transform: scale(0.5);
  }
  .hero-slide-list .catch .kirakira_01 {
    top: -40px;
    left: -30px;
  }
  .hero-slide-list .catch .kirakira_02 {
    top: -50px;
    left: 0;
  }
  .hero-slide-list .catch .kirakira_03 {
    top: -60px;
    left: -30px;
  }
  .hero-slide-list .catch .kirakira_04 {
    right: 0;
    bottom: -30px;
  }
  .hero-slide-list .catch .kirakira_05 {
    right: -18px;
    bottom: 0;
  }
  .hero-slide-list .catch .kirakira_06 {
    right: -20px;
    bottom: -38px;
  }
  .hero-slide-list .catch strong {
    display: inline;
    padding: 6px;
  }
  .hero-slide-list .info-list {
    color: #fff;
    text-align: center;
    font-size: 88%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .hero-slide-list_content .btn {
    width: 80%;
    padding: 0 50px 0 29px;
    font-size: 100%;
    line-height: 40px;
    text-align: center;
  }
  .hero-pager-wrap {
    height: 89px;
    transform: translateY(-32px);
    z-index: 1;
  }
  .slick-hero-pager {
    width: 275px;
    left: -8px;
    margin: 0 auto;
  }
  .slick-hero-pager .slick-slide {
    width: 47px !important;
    height: 57px;
    margin-left: 8px;
  }
  .hero-pager-list {
    width: 47px !important;
    height: 47px;
    background-size: cover;
  }
  .hero .more_interview {
    width: 100%;
    text-align: center;
  }
  .hero .more_interview a {
    color: #43b149;
  }
  .hero_links {
    position: relative;
    right: 0;
    border-radius: 0;
    padding: 84px 32px 30px;
  }
  .hero_links h3 {
    line-height: 1.35;
  }
  .hero_links h3 span {
    display: inline-block;
    padding: 0 40px;
  }
  .hero_links h3 span::before,
  .hero_links h3 span::after {
    bottom: 0;
  }
  .hero_links .btn {
    width: 100%;
  }
  .hero_links .hoshi_1 {
    top: 36%;
    left: 0;
  }
  .hero_links .hoshi_2 {
    top: 25%;
    left: 12px;
  }
  .hero_links .hoshi_3 {
    top: 11%;
    left: 1%;
  }
  .hero_links .hoshi_4 {
    right: 0;
  }
  .hero_links .hoshi_5 {
    right: 0;
  }
}

/* home_news_info
*************************************************** */
.home_news_info {
  padding: 56px 0;
}
.home_news_info--inner {
  position: relative;
  width: calc(100% - 84px);
  background-color: #eef5a9;
  border-radius: 28px;
  padding: 32px 186px 24px 40px;
}
.home_news_info--inner .ttl {
  position: relative;
  padding-left: 18px;
  margin-bottom: 18px;
  line-height: 1;
  font-size: 154%;
  font-weight: normal;
  line-height: 1;
}
.home_news_info--inner .ttl::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 4px;
  height: 94%;
  border-radius: 4px;
  background-color: #43b149;
}
.home_news_info--newslist {
  margin-bottom: 8px;
}
.home_news_info--newslist dt {
  margin-right: 20px;
  line-height: 1.5;
}
.home_news_info--newslist dd {
  line-height: 1.5;
  padding-right: 24px;
}
.home_news_info--btn {
  position: absolute;
  right: 24px;
  bottom: 26px;
  display: inline-block;
  width: auto;
  height: 38px;
  line-height: 38px;
  background-color: #43b149;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  padding: 0 20px 0 30px;
}
.home_news_info--btn:hover {
  background-color: #025845;
  color: #fff;
}
.home_news_info .fb {
  margin-left: 34px;
  font-size: 240%;
  line-height: 1;
}
.home_news_info .fb a {
  color: #475993;
}
.home_news_info .fb a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .home_news_info {
    padding: 28px 0 22px;
  }
  .home_news_info--inner {
    width: 100%;
    border-radius: 8px;
    padding: 0 18px 12px;
  }
  .home_news_info--inner .ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 18px 0 8px;
    font-size: 120%;
    text-align: center;
  }
  .home_news_info--inner .ttl::before {
    display: none;
  }
  .home_news_info--newslist {
    flex: auto;
    width: 100%;
    font-size: 94%;
  }
  .home_news_info--newslist dt {
    margin-right: 8px;
  }
  .home_news_info--newslist dd {
    line-height: 1.65;
    padding-right: 0;
  }
  .home_news_info--inner a.home_news_info--btn {
    position: static;
    width: auto;
    height: auto;
    padding: 0 14px 2px 24px;
    border-radius: 28px;
    margin: 12px auto 0;
    line-height: 1.8;
  }
  .home_news_info .fb {
    margin-left: 0;
    margin-top: 15px;
    font-size: 200%;
    text-align: center;
  }
  .home_news_info .fb i {
    vertical-align: middle;
    margin-right: 10px;
  }
  .home_news_info .fb small {
    font-size: 56%;
  }
}

/* feature_bnr
*************************************************** */
.feature_bnr a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1380px) and (min-width: 769px) {
  .feature_bnr li {
    width: 30%;
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .home_feature_bnr--inner {
    padding-top: 86px;
    padding-bottom: 18px;
  }
  .feature_bnr {
    justify-content: center;
  }
  .feature_bnr:nth-child(2) {
    margin-bottom: 0;
  }
  .feature_bnr li {
    width: 48%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .feature_bnr li:nth-child(odd) {
    margin-right: 4%;
  }
}

/* home_search--box
*************************************************** */
.home_search {
  position: relative;
}
.home_search.pdb_adjust {
  padding-bottom: 48px;
}

/* -- home_search--box -- */
.home_search--box {
  position: relative;
  top: 0;
  background-color: #fff;
  padding: 25px 64px 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px -4px #183827;
}
.home_search--box::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: -40px;
  right: 0;
  left: 0;
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  background-color: #fff;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.05);
}

.home_search--chara {
  position: absolute;
  top: -161px;
  right: 0;
}
.home_search--chara .hoshi {
  position: absolute;
  transform: scale(0.8);
}
.home_search--chara .hoshi_1 {
  top: 30px;
  left: -20px;
}
.home_search--chara .hoshi_2 {
  top: -16px;
  left: 30px;
}
.home_search--chara .hoshi_3 {
  top: -12px;
  right: 110px;
}
.home_search--chara .hoshi_4 {
  top: 30px;
  right: 58px;
}
.home_search--chara .hoshi_5 {
  top: 0;
  right: 80px;
}
.home_search--ttl {
  position: relative;
  transform: translateY(-45px);
}
.home_search--ttl::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #fff;
}
.home_search--ttl span {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1100px) {
  .home_search--box {
    width: 95%;
    padding: 25px 24px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home_search--box {
    width: 94%;
    padding: 25px 20px 30px;
  }
  .home_search--ttl {
    position: relative;
    transform: translateY(-45px);
    margin-bottom: -22px;
    font-size: 150%;
    color: #43b149;
  }
  .home_search--ttl::after {
    top: 20px;
  }
}

/* #search_form /parts/searchform.php
*************************************************** */
.home_search {
  padding-top: 40px;
}
.home .home_search {
  padding: 80px 0 100px;
}
.home .home_search .section_ttl {
  color: #025845;
}
#search_form .ttl {
  margin-top: -36px;
  margin-left: -12px;
  margin-bottom: 12px;
  color: #025845;
  font-weight: normal;
}
#search_form .ttl span {
  padding: 0 12px;
  background-color: #fff;
}
.search_form--wrap {
  position: relative;
  margin-bottom: 32px;
}
.search_form--left_col,
.search_form--right_col {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.search_form--left_col {
  width: 42%;
  padding-top: 22px;
  padding-right: 28px;
  padding-bottom: 28px;
  border-right: 1px solid #e5e5e5;
}
.search_form--right_col {
  position: relative;
  width: 58%;
}
.search_form--col {
  padding-top: 22px;
  padding-left: 28px;
  padding-bottom: 28px;
}
.search_form--col:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
#search_form .searchtext {
  outline: 0;
  height: 56px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #999;
  width: 100%;
  margin-right: 16px;
  flex: 1;
  font-size: 94%;
  letter-spacing: 0.15em;
}
#search_form button[type="reset"] {
  position: absolute;
  right: 0;
  bottom: -19px;
  -webkit-appearance: none;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  border: none;
  border-left: 18px solid #fff;
  padding: 8px 25px 6px;
  outline: 0;
  cursor: pointer;
  letter-spacing: 0.086em;
  transition: all 0.2s ease-out;
}
#search_form button[type="reset"]:hover {
  background-color: #eee;
}
#search_form button[type="submit"] {
  -webkit-appearance: none;
  outline: 0;
  border-radius: 4px;
  border: none;
  background-color: #f18a07;
  cursor: pointer;
  padding: 14px 76px;
  color: #fff;
  font-size: 120%;
  letter-spacing: 0.12em;
  transition: all 0.2s ease-out;
}
#search_form button[type="submit"]:hover {
  background-color: #f6ac00;
}
#search_form button[type="submit"]:disabled {
  background-color: #aaa;
}

/* -- checkbox 共通スタイル -- */
#search_form .check_style input[type="checkbox"] {
  display: none;
}
#search_form .check_style-no input[type="checkbox"] {
  display: inline-block;
}
#search_form .job_list label.job_list--parent,
#search_form .btn_list label {
  display: block;
  padding: 12px 8px;
  border: 1px solid #ded4b9;
  background-color: #eadfc3;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
}
#search_form .job_list label:hover,
#search_form .btn_list label:hover,
#search_form .btn_list #modal-area-open:hover,
#search_form .btn_list #modal-business-open:hover {
  background-color: #e1e128;
  border-color: #d3dc1a;
}
#search_form .job_list input[type="checkbox"]:checked + label,
#search_form .btn_list input[type="checkbox"]:checked + label {
  background-color: #c3d60d;
  border-color: #c3d60d;
}
#search_form .job_list label.job_list--parent i {
  display: inline-block;
  width: 32px;
  margin-right: 20px;
  text-align: center;
}

/* -- 職種を選ぶ -- */
#search_form .job_list {
  height: 100%;
}
#search_form .job_list li {
  position: relative;
  height: calc(100% / 8 - (6px * 7 / 8));
}
#search_form .job_list li:not(.job_list--child) {
  margin-bottom: 6px;
}
#search_form .job_list li:not(.job_list--child):last-child {
  margin-bottom: 0;
}
#search_form .job_list li .open {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: all 0.2s ease-out;
}
#search_form .job_list li .open:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#search_form .job_list li .open::before,
#search_form .job_list li .open::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #111;
}
#search_form .job_list li .open::after {
  transform: rotate(90deg);
}
#search_form .job_list label.job_list--parent {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 24px;
  text-align: left;
  font-size: 120%;
}

/* -- 地域・業態を選ぶ -- */
#modal-area-open img,
#modal-business-open img {
  margin-right: 12px;
}
.search_form--col.area-business .btn_list li {
  width: calc(100% / 2 - (8px * 1 / 2));
}
#search_form .btn-square {
  position: relative;
  display: block;
  padding: 12px 22px;
  cursor: pointer;
  text-align: left;
}
#search_form .btn-square::after {
  content: "\e90b";
  position: absolute;
  right: 5%;
  font-size: 114%;
  font-family: "icomoon";
  line-height: 1.8;
}
#search_form .btn-square.normal-none {
  display: none;
}
@media only screen and (max-width: 900px) {
  #search_form .btn-square.normal-none {
    display: block;
  }
}

/* -- 雇用形態を選ぶ -- */
.search_form--col.type .btn_list li {
  width: calc(100% / 3 - (8px * 2 / 3));
  flex: 1;
}
.search_form--col.type .btn_list li:not(:last-child) {
  margin-right: 8px;
}

/* -- 働き方・その他のキーワードを選ぶ -- */
#search_form .tag_list {
  margin-left: -5px;
  margin-bottom: -5px;
}
#search_form .tag_list li {
  margin-left: 5px;
  margin-bottom: 5px;
}
#search_form .tag_list label {
  display: block;
  padding: 2px 15px;
  background-color: #eee;
  border-radius: 28px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-size: 90%;
}
#search_form .tag_list label i {
  margin-right: 4px;
  color: #c3d60d;
  font-size: 94%;
}
#search_form .tag_list label:hover,
#search_form .tag_list input[type="checkbox"]:checked + label {
  background-color: #c3d60d;
}
#search_form .tag_list label:hover i,
#search_form .tag_list input[type="checkbox"]:checked + label i {
  color: #fff;
}

/* -- 検索項目モーダル -- */
.modal_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.modal_content.visible {
  opacity: 1;
  pointer-events: all;
}
@media all and (-ms-high-contrast: none) {
  .modal_content {
    display: none;
  }
  .modal_content.visible {
    display: flex;
  }
}
.modal_content .section_ttl {
  margin-bottom: 38px;
}
.modal_content--wrap {
  position: relative;
  width: 90%;
  max-width: 800px;
  height: 400px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px -4px #183827;
  transition: all 0.4s ease-out;
  transform: translateY(30px);
}
.modal_content.visible .modal_content--wrap {
  transform: translateY(0);
}
#search_form .modal_content--wrap .ttl {
  position: relative;
  z-index: 1;
  width: 25%;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 20px 0;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.04);
  font-size: 148%;
  text-align: center;
  line-height: 2.8;
  color: #41b347;
}
#search_form #modal-jobs .ttl {
  padding: 8px 0 4px;
}
#search_form #modal-jobs .ttl small {
  display: block;
  color: #999;
  font-size: 60%;
}
#search_form #modal-jobs .ttl small i {
  font-style: normal;
}
#search_form #modal-jobs .ttl small img {
  margin-right: 6px;
}
#search_form #modal-business .ttl,
#search_form #modal-area .ttl {
  line-height: 2;
}
.modal_content--wrap .close {
  position: absolute;
  top: 8px;
  right: 18px;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
}
.modal_content--wrap .close i {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 50%;
  background-color: #555;
  color: #fff;
  font-size: 148%;
  font-style: normal;
  transition: all 0.4s ease-out;
}
.modal_content--wrap .close:hover i {
  background-color: #43b149;
}
.modal_content--wrap .check_style-no {
  width: 75%;
  height: 400px;
  overflow-y: scroll;
  background: #f8f6ef;
  padding: 20px 70px 20px 30px;
  border-radius: 0 8px 8px 0;
}
.modal_content--wrap .check_style-no::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
.modal_content--wrap .check_style-no::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.modal_content--wrap .check_style-no::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
#search_form .modal_content--wrap .job_list--child {
  height: auto;
  padding-left: 14px;
}
.modal_content--wrap .job_list--parent,
.modal_content--wrap .job_list--child:not(:last-child),
.modal_content--wrap .business_list li:not(:last-child),
.modal_content--wrap .area_list li:not(:last-child),
.modal_content--wrap .tag_list-sp li:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #eadfc3;
}
.modal_content--wrap .job_list--parent input[type="checkbox"],
.modal_content--wrap .job_list--child input[type="checkbox"],
.modal_content--wrap .business_list li input[type="checkbox"],
.modal_content--wrap .area_list li input[type="checkbox"],
.modal_content--wrap .tag_list-sp li input[type="checkbox"] {
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
  margin: 0 6px 0 0;
}
.modal_content--wrap .job_list--parent label,
.modal_content--wrap .job_list--child label,
.modal_content--wrap .business_list li label,
.modal_content--wrap .area_list li label,
.modal_content--wrap .tag_list-sp li label {
  font-size: 114%;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#search_form .modal_content--wrap .job_list--parent label:hover,
#search_form .modal_content--wrap .job_list--child label:hover,
.modal_content--wrap .business_list li label:hover,
.modal_content--wrap .area_list li label:hover,
.modal_content--wrap .tag_list-sp li label:hover {
  background-color: transparent;
  color: #43b149;
}
#search_form .modal_content--wrap .job_list--parent input[type="checkbox"]:checked + label,
#search_form .modal_content--wrap .job_list--child input[type="checkbox"]:checked + label {
  background-color: transparent;
  color: #43b149;
}

/* -- 選択された検索項目を表示 -- */
#search_keywords {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  background-color: #fff;
  padding: 18px 8vw 8px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-out;
  transform: translateY(100%);
}
#search_keywords.active {
  transform: translateY(0);
}
#show-keywords {
  flex: 1;
}
#show-keywords .keyword {
  display: inline-block;
  background-color: #c3d60d;
  border-radius: 28px;
  padding: 6px 10px 6px 24px;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#show-keywords .keyword:hover {
  background-color: #a6b60b;
}
#show-keywords .keyword i {
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0 3px;
  margin-left: 8px;
  font-style: normal;
  line-height: 1.5;
}
/*#show-keywords .keyword.no-keyword {
    background-color: #a6b60b;
  }*/
#search_keywords button[type="submit"] {
  margin-bottom: 8px;
}

/* favorite
  **************************************** */
.home_search_ttl {
  position: relative;
  z-index: 1;
  color: #43b149;
  margin-top: -38px;
  text-align: center;
  font-weight: normal;
  font-size: 164%;
  line-height: 1.5;
}
.home_search_ttl span {
  position: relative;
}
.home_search_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 59px;
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  .home .home_search {
    padding: 130px 0 50px;
  }
  .home .home_search .section_ttl {
    margin-bottom: 56px;
  }
  .home .home_search--box {
    margin-top: -40px;
  }
  .home_search--box {
    padding: 25px 24px 40px;
  }
  .search_form--left_col,
  .search_form--right_col {
    width: 100%;
  }
  .search_form--left_col {
    padding-right: 0;
    border-right: none;
  }
  .search_form--col {
    padding-left: 0;
  }
  #search_form .btn-square::after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 28px;
  }
  .modal_content .modal_content--wrap {
    height: auto;
  }
  .modal_content--wrap .close {
    position: static;
    width: 100%;
    background-color: #555;
    border-radius: 0 0 8px 8px;
    padding: 14px 0;
    color: #fff;
  }
  .modal_content--wrap .close i {
    padding: 2px 5px;
    margin-right: 8px;
    font-size: 114%;
    background-color: #fff;
    color: #555;
  }
  .modal_content--wrap .close br {
    display: none;
  }
  #search_form .modal_content--wrap .ttl {
    width: 100%;
    padding: 12px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
    line-height: 1.8;
  }
  #search_form #modal-business .ttl,
  #search_form #modal-area .ttl {
    line-height: 1.65;
  }
  .modal_content--wrap .check_style-no,
  .tab_content {
    width: 100%;
  }
  .modal_content--wrap .check_style-no {
    height: 46vh;
    padding: 14px 18px 28px;
    border-radius: 0;
  }
  .tab_nav-wrap {
    overflow-x: scroll;
  }
  .tab_nav {
    width: 100%;
  }
  .tab_nav li {
    padding: 8px 0;
    text-align: center;
    min-width: 114px;
    background-color: #eadfc3;
  }
  .tab_nav li.tab_nav--name_medical,
  .tab_nav li.tab_nav--name_care,
  .tab_nav li.tab_nav--name_care-managers,
  .tab_nav li.tab_nav--name_rehabili,
  .tab_nav li.tab_nav--name_childcare,
  .tab_nav li.tab_nav--name_nutrition,
  .tab_nav li.tab_nav--name_disability,
  .tab_nav li.tab_nav--name_clerical-other {
    color: #fff;
  }
  .tab_nav li.tab_nav--name_medical {
    background-color: #43b149;
  }
  .tab_nav li.tab_nav--name_care {
    background-color: #f18a07;
  }
  .tab_nav li.tab_nav--name_care-managers {
    background-color: #16a6b6;
  }
  .tab_nav li.tab_nav--name_rehabili {
    background-color: #2c5379;
  }
  .tab_nav li.tab_nav--name_childcare {
    background-color: #f58e7e;
  }
  .tab_nav li.tab_nav--name_nutrition {
    background-color: #ee6557;
  }
  .tab_nav li.tab_nav--name_disability {
    background-color: #a18e5c;
  }
  .tab_nav li.tab_nav--name_clerical-other {
    background-color: #95a4a5;
  }
  .modal_content--wrap .job_list--parent label,
  .modal_content--wrap .job_list--child label,
  .modal_content--wrap .business_list li label,
  .modal_content--wrap .area_list li label {
    font-size: 108%;
  }
  .tab_content .check_style-no {
    display: none;
  }
  .tab_content .check_style-no.select {
    display: block;
  }

  .search_form--col.area-business .btn_list li:first-child {
    margin-bottom: 8px;
  }
  .search_form--col.area-business .btn_list li .btn-square {
    display: flex !important;
    align-items: center;
    line-height: 1.25;
  }

  #search_form .searchtext {
    height: 45px;
    padding: 0 16px;
    margin-right: 0;
    margin-bottom: 14px;
  }
  #search_form button[type="submit"] {
    width: 100%;
    font-size: 107%;
    padding: 14px 20px;
  }

  #search_keywords {
    padding: 18px 4vw 8px;
  }
  #search_form #search_keywords button[type="submit"] {
    width: auto;
  }

  #jobs-open img,
  #works-open img,
  #infos-open img,
  #modal-area-open img,
  #modal-business-open img {
    margin-right: 12px;
  }

  /* --- favorite --- */
  .home_search_ttl::before {
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  #search_form .btn-square {
    padding: 8px 14px;
  }
  #search_form .job_list label:hover,
  #search_form .btn_list label:hover,
  #search_form .btn_list #modal-area-open:hover,
  #search_form .btn_list #modal-business-open:hover {
    border: 1px solid #ded4b9;
    background-color: #eadfc3;
  }
  .tab_nav {
    width: 620px;
  }
  #search_keywords {
    position: static;
    box-shadow: none;
    padding: 0;
  }
  #search_keywords.active {
    margin-bottom: 8px;
  }
  #search_keywords.active #show-keywords {
    position: relative;
    padding-left: 65px;
  }
  #search_keywords.active #show-keywords::before {
    content: "選択中 : ";
    position: absolute;
    top: 0;
    left: 0;
  }
  #show-keywords .keyword {
    padding: 3px 7px 4px 14px;
    font-size: 94%;
  }
  #show-keywords .keyword i {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .search_form--col.area-business .btn_list li,
  .search_form--col.type .btn_list li {
    width: 100%;
  }
  .search_form--col.area-business .btn_list li .btn-square {
    line-height: 1.9;
  }
  .search_form--col.area-business .btn_list li br {
    display: none;
  }
  .search_form--col.type .btn_list li {
    margin-bottom: 6px;
    margin-right: 0 !important;
  }
}

/* home_message
*************************************************** */
.home_message {
  padding-top: 80px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 242, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 242, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 242, 1) 100%);
}
.home_message--content {
  padding: 130px 0 100px;
  background-image: url(../images/home_message-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left 46%;
}
.home_message .txtarea {
  max-width: 560px;
  width: 48%;
  transform: translateY(-20px);
}
.home_message .txtarea .txt-lg {
  margin-bottom: 64px;
}

@media only screen and (max-width: 900px) {
  .home_message {
    padding-top: 52px;
  }
  .home_message--content {
    padding: 40px 0 60px;
    background-size: 120%;
    background-image: none;
  }
  .home_message--content .flex {
    justify-content: center;
  }
  .home_message--content .heading-1 {
    text-align: center;
  }
  .home_message .txtarea {
    width: 100%;
    max-width: 90%;
    transform: translateY(0);
  }
  .home_message .txtarea .img-border img {
    width: 100%;
  }
  .home_message .txtarea .txt-lg {
    margin-bottom: 24px;
  }
}

/* home_advantage
*************************************************** */
.home_advantage--list .number {
  position: relative;
  display: block;
  font-size: 224%;
  letter-spacing: 0;
  line-height: 1;
}
.home_advantage--list .number .pop,
.home_advantage--list .number .hoshi {
  position: absolute;
}
.home_advantage--list .number .pop_green {
  top: -18px;
  left: 56px;
}
.home_advantage--list .number .pop_orange {
  top: -16px;
  left: -24px;
}
.home_advantage--list .number .hoshi {
  transform: scale(0.8);
}
.home_advantage--list .number-green .hoshi_1 {
  top: -10px;
  left: 124px;
}
.home_advantage--list .number-green .hoshi_2 {
  left: 136px;
  bottom: 35px;
}
.home_advantage--list .number-green .hoshi_3 {
  left: 106px;
  bottom: 14px;
}
.home_advantage--list .number-orange .hoshi_1 {
  top: -10px;
  left: -84px;
}
.home_advantage--list .number-orange .hoshi_2 {
  left: -98px;
  bottom: 35px;
}
.home_advantage--list .number-orange .hoshi_3 {
  left: -66px;
  bottom: 14px;
}

/* -- home_advantage--lists -- */
.home_advantage--lists .home_advantage--list:not(:last-child) {
  margin-bottom: 60px;
}
.home_advantage--lists .home_advantage--list:last-child {
  width: 90%;
  max-width: 1140px;
  margin: 94px auto 0;
}
.home_advantage--lists .home_advantage--list .txtarea {
  position: relative;
  flex: 1;
  max-width: 558px;
}
.home_advantage--lists .home_advantage--list:nth-child(odd) .txtarea {
  margin-left: 6vw;
  margin-right: auto;
}
.home_advantage--lists .home_advantage--list:nth-child(even) .txtarea {
  margin-left: auto;
  margin-right: 6vw;
}
.home_advantage--lists .home_advantage--list:last-child .txtarea {
  margin-left: 58px;
}
.home_advantage--lists .home_advantage--list:last-child .number {
  float: left;
  margin-right: 24px;
}
.home_advantage--lists .home_advantage--list .heading-1 {
  margin-bottom: 20px;
}
.home_advantage--lists .home_advantage--list .txtarea .btn {
  width: 240px;
  background-color: #f18a07;
  line-height: 40px;
  font-size: 107%;
  font-weight: normal;
}
@media all and (-ms-high-contrast: none) {
  .home_advantage--lists .home_advantage--list .txtarea .btn {
    font-size: 94%;
  }
}
.home_advantage--lists .home_advantage--list .txtarea .btn::before {
  background-color: #fff;
}
.home_advantage--lists .home_advantage--list .txtarea .btn::after {
  border-color: #f18a07;
}
.home_advantage--lists .home_advantage--list .txtarea .btn:hover {
  background-color: #f6ac00;
}
.home_advantage--lists .home_advantage--list .txtarea .point_img {
  position: absolute;
  right: -90px;
  bottom: 26px;
}
.home_advantage--lists .home_advantage--list .txtarea .point_img.hikaru {
  left: -108px;
  right: auto;
}
.home_advantage--lists .home_advantage--list .imgarea {
  position: relative;
  width: 640px;
  height: 480px;
  border-radius: 8px;
  background-position: center;
  transition: all 0.2s ease-out;
}
.home_advantage--lists .home_advantage--list:last-child .imgarea {
  width: 440px;
  height: 320px;
  background-size: cover;
}
.home_advantage--lists .home_advantage--list .imgarea:hover {
  opacity: 0.7;
}
.home_advantage--lists .home_advantage--list .imgarea a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home_advantage--img01 {
  background-image: url(../images/home_advantage--list_01img.jpg);
}
.home_advantage--img02 {
  background-image: url(../images/home_advantage--list_02img.jpg);
}
.home_advantage--img03 {
  position: relative;
  background-image: url(../images/home_advantage--list_03img.jpg);
}
.home_advantage--img03 .point_img {
  position: absolute;
  top: -22px;
  right: -42px;
}
.home_advantage--img04 {
  background-image: url(../images/home_advantage--list_04img.jpg);
}
.home_advantage--img07 {
  width: 200px;
  background-position: center;
  background-size: cover;
  background-image: url(../images/home_advantage--list_07img.jpg);
}

/* -- other-advantage -- */
.other-advantage {
  padding: 48px 0 76px;
}
.other-advantage .inner {
  position: relative;
}
.other-advantage .number {
  position: absolute;
  top: -30px;
}
.other-advantage .home_advantage--list {
  position: relative;
  width: calc(100% / 2 - (32px * 1 / 2));
  background-color: #fff;
  padding: 46px 64px;
  border-radius: 8px;
}
.other-advantage .home_advantage--list .txtarea {
  flex: 1;
}
.other-advantage .home_advantage--list .txtarea .btn-sm {
  float: right;
  margin-top: 6px;
}
.home_advantage--list_05 {
  margin-right: 24px;
}
.home_advantage--list_05::before {
  content: "";
  display: block;
  float: right;
  width: 118px;
  height: 81px;
  margin-right: -36px;
  background-image: url(../images/other-advantage-05.png);
}
.home_advantage--list_06 .point_img {
  position: absolute;
  top: -33px;
  right: -35px;
}
.home_advantage--list_06 .point_img:hover {
  opacity: 0.8;
}
.home_advantage--list_05 .heading-1 {
  padding-right: 90px;
}
.other-advantage .home_advantage--list_07 {
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
}
.home_advantage--list_07 .txtarea {
  margin-right: 48px;
}
.home_advantage--list_07 .number {
  right: 64px;
}
.other-advantage_charaimg {
  position: absolute;
  bottom: -91px;
  right: 0;
}

@media only screen and (max-width: 1430px) {
  .home_advantage--lists .home_advantage--list {
    align-items: flex-start;
  }
  .home_advantage--lists .home_advantage--list .imgarea {
    flex: 1;
  }
}
@media only screen and (max-width: 1240px) {
  .home_advantage--lists .home_advantage--list:last-child .number {
    float: none;
  }
}
@media only screen and (max-width: 1170px) {
  .home_advantage--lists .home_advantage--list .heading-1 br,
  .other-advantage .home_advantage--list .txtarea .heading-1 br {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .home_advantage {
    background-color: #f9fbf3;
  }
  .home_advantage--lists .home_advantage--list {
    display: block;
  }
  .home_advantage--list .number .pop_green,
  .home_advantage--list .number .pop_orange {
    top: -20px;
    left: -20px;
  }
  .home_advantage--list .number .pop_green {
    transform: rotate(-85deg) scale(0.8);
  }
  .home_advantage--list .number .pop_orange {
    transform: scale(0.8);
  }
  .home_advantage--list .number-orange .hoshi,
  .home_advantage--list .number-green .hoshi {
    display: none;
  }

  /* -- home_advantage--lists -- */
  .home_advantage--lists {
    padding: 0 3vw;
  }
  .home_advantage--lists .home_advantage--list .heading-1 {
    padding-left: 84px;
    margin-top: 28px;
    margin-bottom: 18px;
  }
  .home_advantage--lists .home_advantage--list .number {
    position: absolute;
    left: 0;
  }
  .home_advantage--lists .home_advantage--list:not(:last-child) {
    margin-bottom: 30px;
  }
  .home_advantage--lists .home_advantage--list .txtarea {
    max-width: 100%;
  }
  .home_advantage--lists .home_advantage--list .txtarea::before {
    display: none;
  }
  .home_advantage--lists .home_advantage--list:nth-child(odd) .txtarea,
  .home_advantage--lists .home_advantage--list:last-child .txtarea {
    margin-left: 0;
  }
  .home_advantage--lists .home_advantage--list:nth-child(even) .txtarea {
    margin-right: 0;
  }
  .home_advantage--lists .home_advantage--list .txtarea .btn {
    display: block;
    margin: 0 auto;
  }
  .home_advantage--lists .home_advantage--list:last-child {
    width: 100%;
    margin: 54px auto 0;
  }
  .home_advantage--lists .home_advantage--list .imgarea,
  .home_advantage--lists .home_advantage--list:last-child .imgarea {
    width: 100%;
    height: 430px;
    flex: auto;
    background-size: cover;
  }
  .home_advantage--lists .home_advantage--list .txtarea .point_img.hikaru,
  .home_advantage--lists .home_advantage--list .txtarea .point_img,
  .home_advantage--img03 .point_img {
    display: none;
  }

  /* -- other-advantage -- */
  .other-advantage .home_advantage--list {
    width: 100%;
  }
  .home_advantage--list_05 {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .home_advantage--list_05::before,
  .home_advantage--list_06 .point_img {
    display: none;
  }
  .home_advantage--list_05 .heading-1 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* -- home_advantage--lists -- */
  .home_advantage--lists {
    padding: 0;
  }
  .home_advantage--lists .home_advantage--list .heading-1 {
    padding-left: 53px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 160%;
  }
  .home_advantage--lists .home_advantage--list .number {
    font-size: 200%;
  }
  .home_advantage--lists .home_advantage--list .imgarea,
  .home_advantage--lists .home_advantage--list:last-child .imgarea {
    height: 230px;
  }

  /* -- other-advantage -- */
  .other-advantage {
    padding: 48px 0 76px;
  }
  .other-advantage .number {
    top: -18px;
  }
  .other-advantage .home_advantage--list {
    padding: 34px 20px 28px;
  }
  .other-advantage .home_advantage--list .txtarea {
    flex: auto;
  }
  .other-advantage .home_advantage--list .heading-1 {
    font-size: 142%;
  }
  .home_advantage--list_05 .heading-1 {
    padding-right: 0;
  }
  .home_advantage--list_07 .txtarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .home_advantage--list_07 .number {
    right: auto;
  }
  .other-advantage_charaimg {
    right: 0;
    left: 0;
    bottom: -96px;
    margin: auto;
    transform: scale(0.8);
  }
  .home_advantage--img07 {
    width: 100%;
    height: 160px;
  }
}

/* home_career_works
*************************************************** */
.home_career_work {
  padding-top: 72px;
  background-color: #fff;
}
.home_career_work--content {
  position: relative;
  width: 50%;
  height: 720px;
  background: center no-repeat;
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
}
.home_career_work--content .kirakira,
.home_career_work--content .hana {
  position: absolute;
}
.home_career_work--content .kirakira_01 {
  top: 10%;
  left: 10%;
}
.home_career_work--content .kirakira_02 {
  right: 12%;
  bottom: 22%;
}
.home_career_work--content .kirakira_03 {
  top: 20%;
  left: 12%;
}
.home_career_work--content .kirakira_04 {
  top: 14%;
  left: 18%;
}
.home_career_work--content .kirakira_05 {
  right: 18%;
  bottom: 14%;
}
.home_career_work--content .hana_01 {
  top: 14%;
  right: 14%;
}
.home_career_work--content .hana_02 {
  left: 20%;
  bottom: 8%;
}
.home_career_work--content .hana_03 {
  top: 20%;
  right: 14%;
}
.home_career_work--content .hana_04 {
  left: 10%;
  bottom: 20%;
}
.home_career_work--content .hana_05 {
  left: 15%;
  bottom: 14%;
}
.home_career_work--content .hana_06 {
  top: 12%;
  right: 20%;
}
.home_career_work--content .ttl {
  margin-bottom: 36px;
  font-size: 182%;
  font-weight: normal;
  line-height: 1.8;
}
.home_career {
  border-right: 4px solid #fff;
  background-image: url(../images/career-bg.jpg);
}
.home_work {
  background-image: url(../images/work-bg.jpg);
}
.home_career_work--content .txtarea {
  position: relative;
  max-width: 480px;
  height: 410px;
  background: #fff center no-repeat;
  padding: 80px;
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.2);
}
.home_career .txtarea {
  background-image: url(../images/career-bg-wh.jpg);
}
.home_work .txtarea {
  background-image: url(../images/work-bg-wh.jpg);
}
.home_career_work--content .point_img {
  position: absolute;
  top: 130px;
  right: -42px;
}
@media only screen and (max-width: 1580px) {
  .home_advantage--lists .home_advantage--list .txtarea .point_img {
    right: 0;
    bottom: -29px;
  }
}
@media only screen and (max-width: 1160px) {
  .home_career_work--content .point_img {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .home_career_work--content {
    width: 100%;
    height: 530px;
    border: 4px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  .home_career_work {
    padding-top: 52px;
  }
  .home_career_work--content {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }
  .home_career_work--content .kirakira,
  .home_career_work--content .hana {
    display: none;
  }
  .home_career_work--content .point_img {
    display: none;
  }
  .home_career_work--content .txtarea {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 22px 32px 14px;
    background-size: cover;
  }
  .home_career_work--content .ttl {
    margin-bottom: 18px;
    font-size: 128%;
  }
  .home_career {
    border-right: none;
  }
  .home_career .txtarea {
    background-image: url(../images/career-bg-wh_sp.jpg);
  }
  .home_work .txtarea {
    background-image: url(../images/work-bg-wh_sp.jpg);
  }
}

/* home_interview
*************************************************** */
#interview_post_slider {
  margin-bottom: 24px;
}
#interview_post_slider .slick-slide {
  width: 260px !important;
  transform: translateX(-142px);
  margin: 0 12px;
  opacity: 0.5;
  pointer-events: none;
}
#interview_post_slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
#interview_post_slider .slick-prev,
#interview_post_slider .slick-next {
  top: 38%;
}
#interview_post_slider .slick-prev {
  left: 11vw;
}
#interview_post_slider .slick-next {
  right: 11vw;
}
.post-interview .img {
  height: 440px;
  background-position: top center;
}
.post-interview a {
  position: relative;
  display: block;
}
.post-interview a::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  width: 102px;
  height: 94px;
  opacity: 0;
  transition: all 0.2s ease-out;
  background-image: url(../images/common/more_hover_img.png);
}
.post-interview a:hover::before {
  opacity: 1;
}
.post-interview a:hover {
  color: #222;
}
.post-interview .txt {
  position: relative;
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
  padding: 18px 32px;
  background-color: #fff;
  margin-top: -64px;
}
.home .post-interview .txt {
  width: 95%;
  padding: 14px 18px 18px;
}
.post-interview--image_blur {
  position: absolute;
  left: -12px;
  bottom: 0;
  opacity: 0.3;
}
.post-interview .txt .name,
.post-interview .txt .info,
.post-interview .txt .tag {
  position: relative;
}
.post-interview .txt .name {
  border-bottom: 1px dashed #f8f6ef;
  margin-bottom: 8px;
  padding-bottom: 2px;
  font-size: 120%;
  font-weight: normal;
}
.post-interview .txt .info {
  font-size: 80%;
}
.post-interview .txt .tag {
  margin-top: 4px;
}
.post-interview .txt .tag li {
  margin-right: 4px;
  font-size: 74%;
  letter-spacing: 0.01em;
}

/* -- トップだけ -- */
.home .post-interview,
.home .post-interview .img {
  width: 260px;
}
.home .post-interview .img {
  height: 380px;
}
.home .post-interview--image_blur {
  left: -34px;
}
.home_interview_tax_job-list {
  margin-bottom: 34px;
}
.home_interview_tax_job-parent {
  margin: 0 6px;
}
.home_interview_tax_job-parent a {
  display: block;
  padding: 3px 16px;
  margin: 4px 0;
  border-radius: 28px;
  background-color: #f6ac00;
  color: #fff;
  font-size: 107%;
}
.home_interview_tax_job-parent a:hover {
  background-color: #f18a07;
}

@media only screen and (max-width: 768px) {
  #interview_post_slider .slick-slide {
    transform: translateX(0);
  }
  #interview_post_slider .slick-next,
  #interview_post_slider .slick-prev {
    top: 45%;
    width: 50px;
    height: 50px;
  }
  #interview_post_slider .slick-next {
    right: 10vw;
  }
  #interview_post_slider .slick-prev {
    left: 10vw;
  }
  #interview_post_slider .slick-prev::before {
    right: 16px;
  }
  #interview_post_slider .slick-next::before {
    left: 16px;
  }
  .home .post-interview .img {
    height: 320px;
    background-position: top 28% center;
  }
  .home_interview_tax_job-parent {
    margin: 3px 3px;
  }
  .home_interview_tax_job-parent a {
    min-width: 68px;
    padding: 2px 12px;
    font-size: 100%;
    text-align: center;
  }
  .home_interview .btn {
    width: 100%;
    padding: 0 48px 0 18px;
    line-height: 56px;
  }
  .post-interview a::before {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #interview_post_slider .slick-next {
    right: 2%;
  }
  #interview_post_slider .slick-prev {
    left: 2%;
  }
}

/* home_linkbnr
*************************************************** */
.home_linkbnr--list {
  width: calc(25% - 8px);
}
.home_linkbnr--list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  background-color: #000;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
.home_linkbnr--list .about {
  background-image: url(../images/home_linkbnr-list_aboutus.jpg);
}
.home_linkbnr--list .interview {
  background-image: url(../images/home_linkbnr-list_interview.jpg);
}
.home_linkbnr--list .faq {
  background-image: url(../images/home_linkbnr-list_faq.jpg);
}
.home_linkbnr--list .message {
  background-image: url(../images/home_linkbnr-list_message.jpg);
}
.home_linkbnr--list .section_ttl {
  font-size: 160%;
  color: #fff;
}
.home_linkbnr--list .section_ttl span {
  padding: 24px 0 0;
}
.home_linkbnr--list .section_ttl small {
  color: #43b149;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home_linkbnr--list .section_ttl-top span::before {
  width: 40px;
  border-color: #43b149;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home_linkbnr--list a:hover .section_ttl small,
.home_linkbnr--list a:hover .section_ttl-top span::before {
  color: #f18a07;
  border-color: #f18a07;
}

@media only screen and (max-width: 768px) {
  .home_linkbnr--list {
    width: 49%;
    margin-bottom: 8px;
  }
  .home_linkbnr--list a {
    height: 170px;
  }
  .home_linkbnr--list .section_ttl {
    font-size: 124%;
  }
}
@media only screen and (max-width: 320px) {
  .home_linkbnr--list {
    width: 100%;
  }
}

/* home_event
*************************************************** */
.home_event--catlist {
  margin-bottom: 8px;
}
.home_event--catlist li:not(:last-child) {
  margin-right: 12px;
}
.home_event--catlist li img {
  margin-right: 6px;
  vertical-align: text-bottom;
}
.home_event--catlist.pc-none {
  display: none;
}

/* カレンダーのスタイル */
.event_calendar {
  padding: 0 12px 14px;
  background-color: #d4e8f1;
}
#wp-catcalendarajax thead td#caption_copy {
  padding: 14px 0;
  color: #f39b2c;
  font-size: 187%;
  line-height: 1;
}
#wp-catcalendarajax thead td#caption_copy span {
  margin-left: 8px;
  font-size: 115%;
}
#wp-catcalendarajax th {
  padding: 6px 0;
  background-color: #f3f3f5;
  border-bottom: 1px solid #ebebeb;
  color: #333;
  font-weight: normal;
}
#wp-catcalendarajax tbody td {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
#wp-catcalendarajax tbody td.pad {
  background-color: #f3f3f5;
}
#wp-catcalendarajax td#today {
  border-color: #ebebeb;
}
#wp-catcalendarajax td a {
  text-decoration: none;
  color: #fff !important;
  font-size: 257%;
  line-height: 1;
}
#wp-catcalendarajax td a:hover {
  background-color: transparent;
  color: #f39b2c !important;
}
#wp-catcalendarajax td a i {
  vertical-align: middle;
}

#wp-catcalendarajax caption,
.i-term {
  display: none;
}
#wp-catcalendarajax {
  width: 100%;
  table-layout: fixed;
}
#wp-catcalendarajax td {
  position: relative;
}
#wp-catcalendarajax tbody td {
  height: 70px;
  padding-top: 24px;
  text-align: left;
  pointer-events: none;
}
#wp-catcalendarajax tbody td.event-day {
  cursor: pointer;
  pointer-events: all;
}
#wp-catcalendarajax tbody td .inline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
}
#wp-catcalendarajax tbody td .num {
  position: absolute;
  line-height: 1;
  top: 4px;
  left: 4px;
}
#wp-catcalendarajax tbody td .term {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
#wp-catcalendarajax tbody td .term-event {
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icon_event_small.png);
  width: 14px;
  height: 17px;
}
#wp-catcalendarajax tbody td .term-graduate-briefing-tour {
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icon_shinsotsu_small.png);
  width: 20px;
  height: 16px;
}
#wp-catcalendarajax tbody td .term-middle-briefing-tour {
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icon_chuto_small.png);
  width: 18px;
  height: 17px;
}

/* --- modal --- */
#calendar_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
#calendar_modal.is_show {
  opacity: 1;
  pointer-events: all;
}
#calendar_modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#posts-calendar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background-color: #fff;
  box-shadow: 0 0 10px -4px #183827;
  transition: all 0.4s ease-out;
  border-radius: 8px;
}
#calendar_modal.is_show #posts-calendar {
  transform: translate(-50%, -50%);
}
#posts-calendar .post {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
#posts-calendar .post:first-child {
  border-top: 1px solid #ebebeb;
}
#posts-calendar #detail_date {
  color: #f28a07;
  background-color: #d4e8f1;
  padding: 30px 34px;
  border-radius: 8px 8px 0 0;
  line-height: 1;
  font-size: 148%;
}
#posts-calendar #detail_date small {
  color: #737373;
  margin-left: 4px;
}
#posts-calendar #detail_date #calendar_modal-close {
  position: absolute;
  top: 38%;
  right: 16px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#posts-calendar #detail_date #calendar_modal-close::after {
  content: "閉じる";
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 55%;
}
#posts-calendar #detail_date #calendar_modal-close:hover {
  opacity: 0.7;
}
#posts-calendar .post_wrap {
  width: 800px;
  max-height: 360px;
  padding: 28px 32px 32px;
  overflow-y: scroll;
}
#posts-calendar .post--term {
  width: 160px;
  text-align: center;
  margin-right: 16px;
  z-index: 1;
}
#posts-calendar .post--term a {
  display: block;
  border-radius: 4px;
  color: #fff;
}
#posts-calendar .post--term.post--term-event a {
  background-color: #f28b01;
}
#posts-calendar .post--term.post--term-event a:hover {
  background-color: #f6ac00;
}
#posts-calendar .post--term.post--term-graduate-briefing-tour a {
  background-color: #00b53b;
}
#posts-calendar .post--term.post--term-graduate-briefing-tour a:hover {
  background-color: #c3d60d;
}
#posts-calendar .post--term.post--term-middle-briefing-tour a {
  background-color: #ff4c24;
}
#posts-calendar .post--term.post--term-middle-briefing-tour a:hover {
  background-color: #ff784f;
}
#posts-calendar .post--date {
  line-height: 1.4;
  margin-right: 24px;
}

/* --- colorbox --- */
#cboxOverlay {
  background-color: #000;
}
#cboxLoadedContent {
  background-color: #fff;
  padding: 0;
}
#cboxMiddleLeft,
#cboxContent,
#cboxLoadedContent {
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  .home_event {
    width: 100%;
  }
  .home_event .section_ttl {
    margin-bottom: 14px;
  }
  .home_event .txt-xs {
    width: 47%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .home_event--catlist.sp-none {
    display: none;
  }
  .home_event--catlist.pc-none {
    display: block;
    width: 47%;
  }
  .home_event--catlist li {
    width: 100%;
    font-size: 80%;
    margin-bottom: 4px;
  }
  .home_event--catlist li:not(:last-child) {
    margin-right: 0;
  }
  .home_event--catlist li img {
    transform: scale(0.7);
    vertical-align: sub;
  }
  .home_event--catlist li:nth-child(2) img {
    margin-left: -2px;
    margin-right: 3px;
  }

  /* イベントカレンダー */
  .event_calendar {
    padding: 0 6px 6px;
  }
  #wp-catcalendarajax thead td#caption_copy {
    padding: 8px 0;
    font-size: 154%;
  }
  #wp-catcalendarajax td a {
    font-size: 238%;
  }
  #wp-catcalendarajax tbody td {
    height: 55px;
    padding: 6px;
    padding-top: 18px;
    line-height: 1;
  }
  #wp-catcalendarajax tbody td .num {
    font-size: 80%;
  }
  #wp-catcalendarajax tbody td .term {
    margin-right: 4px;
    background-size: cover;
  }
  #wp-catcalendarajax tbody td .term-graduate-briefing-tour {
    width: 9px;
    height: 8px;
  }
  #wp-catcalendarajax tbody td .term-middle-briefing-tour {
    width: 9px;
    height: 9px;
  }
  #wp-catcalendarajax tbody td .term-event {
    width: 9px;
    height: 9px;
  }
  /* modal */
  #posts-calendar {
    width: 94%;
  }
  #posts-calendar #detail_date #calendar_modal-close {
    right: 10px;
  }
  #posts-calendar #detail_date {
    padding: 16px;
    line-height: 1.3;
  }
  #posts-calendar #detail_date small {
    display: block;
    margin-left: 0;
  }
  #posts-calendar .post_wrap {
    width: 100%;
    padding: 18px 12px;
  }
  #posts-calendar .post {
    flex-wrap: wrap;
  }
  #posts-calendar .post--term {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #posts-calendar .post--date {
    line-height: 1.4;
    margin-right: 12px;
    padding-left: 8px;
    width: 32%;
  }
  #posts-calendar .post--ttl {
    width: 63%;
    line-height: 1.5;
  }
}

/* posts-news
*************************************************** */
.home_news .section_ttl {
  margin-bottom: 42px;
}
.posts-news {
  margin-bottom: 24px;
}
.post-news {
  padding: 22px 8px 20px;
  border-bottom: 1px dotted #d5d5d5;
}
.posts-news .post-news:nth-child(1),
.posts-news .post-news:nth-child(2) {
  border-top: 1px dotted #d5d5d5;
}
.posts-news .post--img {
  float: right;
  margin-left: 16px;
}
.post-news .post--ttl {
  font-size: 120%;
  line-height: 1.4;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.post-news .post--txt {
  color: #aeadad;
}
.post-news .post--txt br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .home_news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .home_news .section_ttl {
    margin-bottom: 22px;
  }
  .home_news .posts-news {
    margin-bottom: 14px;
  }
  .home_news .post-news {
    padding: 10px 8px 8px;
  }
  .home_news .post--date {
    margin-bottom: 2px;
  }
  .home_news .post-news .post--ttl {
    font-size: 114%;
    line-height: 1.5;
  }
  .home_news .post-news .post--txt {
    display: none;
  }
}

/* home_new_graduates
*************************************************** */
.home_new_graduates.mgn-btm104 {
  margin-bottom: 0;
}
.catalog-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 38%;
  min-width: 250px;
  margin-right: 28px;
  border: 1px solid #aaa;
}
.catalog-area .btn-sm {
  margin-top: 8px;
}
.catalog-area .btn-sm::after {
  top: 3px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.catalog-area img {
  border: 1px solid #ddd;
}
.home_new_graduates .right-area {
  flex: 1;
}
.briefing {
  width: 100%;
  background-color: #f8f6ef;
  margin-bottom: 16px;
  padding: 0 32px 32px;
}
.briefing .section_ttl-top {
  max-width: 100%;
  font-size: 147%;
  padding-top: 32px;
}
.briefing .table_default th,
.briefing .table_default td {
  padding: 8px 12px;
}
.briefing .table_default th {
  min-width: 0;
  width: 120px;
  font-size: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  font-weight: normal;
}
.briefing .table_default td {
  border-left-color: #f8f6ef;
}
.briefing .no-post {
  margin-top: 20px;
}
.entry-bnr li {
  flex: 1;
}
.entry-bnr li:nth-child(1) {
  margin-right: 18px;
}
.entry-bnr li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .catalog-area,
  .briefing {
    width: 100%;
    margin-right: 0;
  }
  .home_new_graduates {
    padding-top: 70px;
    margin-top: -70px;
  }
  .home_new_graduates .section_ttl {
    text-align: center;
  }
  .home_new_graduates .section_ttl small {
    display: block;
    margin-left: 0;
  }
  .briefing {
    margin-top: 24px;
    padding: 0 16px 24px;
  }
  .briefing .section_ttl-top {
    padding-top: 22px;
    margin-bottom: 10px;
  }
  .briefing .table_default th {
    width: 70px;
  }
  .entry-bnr li {
    width: 100%;
    flex: auto;
  }
  .entry-bnr li:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

/* posts-recruitment
*************************************************** */
.posts-recruitment .slick-list {
  overflow: inherit !important;
}
.posts-recruitment .slick-slide {
  opacity: 0.5;
  pointer-events: none;
}
.posts-recruitment .slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.post-recruitment {
  position: relative;
  display: inline-block;
  padding-top: 24px;
  margin-right: 16px;
  vertical-align: top;
}
.post-recruitment::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 24px;
  top: 0;
  width: 22px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(../images/common/tax_recruitment-iryo.png);
}
.post-recruitment a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 344px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.post-recruitment .bgarea {
  position: relative;
  width: 104%;
  height: 140px;
  left: -2%;
  top: -10px;
  background-color: #eee center no-repeat;
  background-size: cover;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}
.post-recruitment .bgarea::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2a3d2b;
  opacity: 0.5;
}
.post-recruitment .imgarea {
  display: block;
  position: absolute;
  height: 120px;
  top: 20px;
  left: 20px;
  right: 20px;
  background: #eee center no-repeat;
  background-size: cover;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.post-recruitment .txtarea {
  position: relative;
  top: -20px;
  padding: 32px 20px 0;
  background-color: #fff;
}
.post-recruitment-no {
  margin-bottom: 8px;
  color: #888;
  line-height: 1;
}
.post-recruitment-ttl,
.post-event-ttl {
  font-size: 134%;
  color: #3db243;
  font-weight: normal;
  line-height: 1.48;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.post-recruitment-details,
.post-event-details {
  font-size: 87%;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 8px 0;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 12px;
}
.post-recruitment-details dt,
.post-event-details dt {
  width: 80px;
  float: left;
  clear: both;
  text-align: center;
  margin: 2px 0;
  background-color: #ddf1de;
  border-radius: 10px;
}
.post-recruitment-details dd,
.post-event-details dd {
  padding: 2px 0 2px 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.post-recruitment-details dd.fiveline {
  height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.post-recruitment .btn {
  width: 100%;
  line-height: 38px;
  background-color: transparent;
  border: 2px solid;
  color: #f18a07;
  padding: 0;
  transition: all 0.2s ease-out;
}
.post-recruitment .btn::before {
  opacity: 0;
  right: 24px;
  transition: all 0.2s ease-out;
}
.post-recruitment .btn::after {
  right: 32px;
}

/* -- tax_recruitment-kaigo -- */
.tax_recruitment-kaigo::before {
  background-image: url(../images/common/tax_recruitment-kaigo.png);
}
.tax_recruitment-kaigo .bgarea::before {
  background-color: #a97a3e;
}
.tax_recruitment-kaigo .post-recruitment-ttl {
  color: #f18a07;
}
.tax_recruitment-kaigo .post-recruitment-details dt {
  background-color: #fce8cd;
}

/* -- hover -- */
.post-recruitment a:hover {
  color: #222;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.post-recruitment a:hover .btn {
  background-color: #f18a07;
  color: #fff;
}
.post-recruitment a:hover .btn::before {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .post-recruitment a {
    width: 280px;
  }
  .post-recruitment-details dd.fiveline {
    -webkit-line-clamp: 2;
  }
}
/* -- job -- */
.job_item {
  width: 100%;
  margin-right: 32px;
}
.job_item .job_img {
  overflow: hidden;
}
.job_item .job_img img {
  transition: all 0.4s ease-out;
}
.job_item a:hover .job_img img {
  transform: scale(1.03);
}
.job_title {
  font-size: 134%;
  color: #3db243;
  font-weight: normal;
  line-height: 1.48;
  margin-bottom: 16px;
}
.job_img {
  width: 388px;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  border: 2px solid #ddd;
}
.job_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job_list {
  margin-top: 16px;
}
.job_list li {
  margin-bottom: 8px;
}
.job_place .place_name {
  padding: 2px 0 2px 8px;
}
.job_place .place {
  width: 80px;
  display: inline-block;
  text-align: center;
  margin: 2px 0;
  background-color: #ddf1de;
  border-radius: 10px;
}
.job_service .service_name {
  padding: 2px 0 2px 8px;
}
.job_service .service {
  width: 80px;
  display: inline-block;
  text-align: center;
  margin: 2px 0;
  background-color: #ddf1de;
  border-radius: 10px;
}
.job_place {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}
.job_place .place {
  min-width: 80px;
}
.job_service {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}
.job_place .place_name {
  display: block;
}
.job_service .service {
  min-width: 80px;
}
.job_service .service_name {
  display: block;
}
.post--link::before {
  content: "";
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .lps_parts--job .lps_parts--child {
    flex-direction: column;
  }
  .job_item {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .job_img {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    border: 2px solid #ddd;
  }
  .job_place {
    font-size: 13px;
  }
  .job_service {
    font-size: 13px;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */

/* faq
*************************************************** */
.page-faq .page_ttl {
  background-image: url(../images/page/page_ttl-faq.jpg);
}
.page-faq .main_column {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.faq_section {
  position: relative;
  padding: 36px 28px 24px;
}
.faq_section:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: url(../images/common/wave_line.png);
}
.faq_section .ttl {
  position: relative;
  font-size: 186%;
  margin-bottom: 33px;
}
.faq_section .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 70%;
  background-color: #f18a07;
}
.faq_list:not(:last-child) {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.faq_list:last-child {
  padding-bottom: 18px;
}
.faq_list .q,
.faq_list .a {
  position: relative;
}
.faq_list .q {
  margin-bottom: 8px;
  padding-left: 2.3em;
  font-size: 130%;
  color: #025845;
  font-weight: bold;
}
.faq_list .a {
  padding-top: 3px;
  padding-left: 3.1em;
}
.faq_list .q::before,
.faq_list .a::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 50%;
  padding: 0 10px;
}
.faq_list .q::before {
  content: "Q";
  background-color: #025845;
  font-weight: normal;
  font-size: 94%;
}
.faq_list .a::before {
  content: "A";
  background-color: #f18a07;
  font-size: 125%;
}
.faq_list .a a {
  text-decoration: underline;
  color: #f18a07;
}

/* --- side_column faq --- */
.faq_nav {
  padding: 28px 24px 24px;
  margin-left: -34px;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.faq_nav::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 40px;
  width: 70px;
  height: 58px;
  background-image: url(../images/faq/faq_sidenav.png);
  z-index: -1;
}
.faq_nav li:last-of-type {
  margin-top: 28px;
}
.faq_nav li:not(:last-of-type) {
  margin-bottom: 12px;
}
.faq_nav li:not(:last-of-type) a {
  display: block;
  font-size: 108%;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 28px;
  padding: 8px 18px;
}
.faq_nav li:not(:last-of-type) a::before {
  content: "\e908";
  vertical-align: top;
  margin-right: 8px;
  font-family: "icomoon";
  color: #f18a07;
}

@media screen and (max-width: 1350px) {
  .faq_nav {
    position: relative;
    margin-left: 0;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .page-faq .page_ttl {
    background-image: url(../images/page/page_ttl-faq_sp.jpg);
  }
  .page-faq .page_ttl::after {
    background: url(../images/common/pagettl_kazari.png) center bottom repeat-x;
  }
  .page-faq #faq {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-faq .main_content {
    width: 100%;
    flex-direction: column-reverse;
  }
  .page-faq .main_column {
    border-radius: 0;
    box-shadow: none;
  }
  .faq_section {
    padding: 28px 18px 24px;
  }
  .faq_section .ttl {
    font-size: 134%;
    margin-bottom: 20px;
  }
  .faq_section .ttl::before {
    left: -18px;
  }
  .faq_list .q {
    padding-top: 4px;
    padding-left: 2.6em;
    font-size: 108%;
    line-height: 1.5;
  }
  .faq_list .a {
    padding-left: 2.8em;
  }
  .faq_list .q::before,
  .faq_list .a::before {
    padding: 0 9px;
  }
  .faq_list .q::before {
    font-size: 100%;
    line-height: 1.8;
    padding-bottom: 2px;
  }
  .faq_nav {
    position: relative;
    padding: 28px 18px 1px;
    margin-left: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .faq_nav::before {
    background-size: cover;
    background-image: url(../images/faq/faq_sidenav_sp.png);
  }
  .faq_nav li:not(:last-of-type) a::before {
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 4px;
  }
  .faq_nav li:not(:last-of-type) a {
    padding: 8px 10px;
    font-size: 108%;
  }
  .faq_nav li:last-of-type {
    display: none;
  }
}

/* welfare
*************************************************** */
.welfare .section_pdg.style_parts--bg.bg-character.bg-wh {
  padding-bottom: 0;
}
.page-welfare .cta_wrap .cta {
  padding-bottom: 0;
}
.page-welfare .page_ttl {
  background-image: url(../images/page/page_ttl-welfare.jpg);
  color: #f18a07;
  text-shadow: rgba(255, 255, 255, 1) 0 0 4px, rgba(255, 255, 255, 0.5) 4px 0 8px, rgba(255, 255, 255, 0.5) -4px 0 8px,
    rgba(255, 255, 255, 0.5) 0 -4px 8px, rgba(255, 255, 255, 0.5) 0 4px 8px, rgba(255, 255, 255, 0.5) 4px 4px 8px,
    rgba(255, 255, 255, 0.5) -4px 4px 8px, rgba(255, 255, 255, 0.5) 4px -4px 8px, rgba(255, 255, 255, 0.5) -4px -4px 8px,
    rgba(255, 255, 255, 0.5) 4px 4px 8px, rgba(255, 255, 255, 0.5) -4px 4px 8px, rgba(255, 255, 255, 0.5) 4px -4px 8px,
    rgba(255, 255, 255, 0.5) -4px -4px 8px, rgba(255, 255, 255, 0.5) 4px 4px 8px, rgba(255, 255, 255, 0.5) -4px 4px 8px,
    rgba(255, 255, 255, 0.5) 4px -4px 8px, rgba(255, 255, 255, 0.5) -4px -4px 8px, rgba(255, 255, 255, 0.5) 4px 4px 8px,
    rgba(255, 255, 255, 0.5) -4px 4px 8px, rgba(255, 255, 255, 0.5) 4px -4px 8px, rgba(255, 255, 255, 0.5) -4px -4px 8px;
}
.welfare-intro .heading-1 {
  line-height: 1.65;
}
.welfare-kurumin {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 8px;
  padding: 28px 40px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.welfare-kurumin .img {
  width: 250px;
  height: 250px;
  margin-right: 40px;
  text-align: center;
  line-height: 240px;
}
.welfare-kurumin .img img:not(:last-child) {
  margin-right: 18px;
}
.welfare-kurumin .txt {
  flex: 1;
  font-size: 108%;
}
.welfare-kurumin .txt small {
  display: block;
  margin-top: 16px;
  line-height: 1.65;
  color: #999;
}
.welfare-list .img {
  border-radius: 8px;
  border: 2px solid #43b149;
  overflow: hidden;
}
.welfare-list .img img {
  width: 100%;
}
.welfare-list.list-top .img {
aspect-ratio: 578/360;
}
.welfare-list .ttl {
  margin-bottom: 6px;
  text-align: center;
  font-size: 156%;
  line-height: 1.45;
  font-weight: normal;
  color: #43b149;
}
.welfare-list p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.welfare-list p small {
  display: inline-block;
  line-height: 1.5;
  color: #999;
}
.welfare-list .list-dl dt {
  padding: 8px;
}
.welfare-list .list-dl dd {
  padding-top: 8px;
  padding-bottom: 8px;
}
#welfare_childcare .welfare-list.flex-col3 li:nth-child(2) {
  margin-right: 0;
}

/* -- 健康支援 -- */
.health-sup li {
  border-radius: 8px;
  border: 2px solid #43b149;
  padding: 24px 34px 34px;
}
.health-sup li .ttl {
  margin-bottom: 8px;
}
.health-sup li:nth-last-child(-n + 2) {
  width: 48.5%;
}
.health-sup li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .page-welfare .page_ttl {
    background-image: url(../images/page/page_ttl-welfare_sp.jpg);
  }
  .welfare-intro {
    padding-bottom: 74px;
  }
  .welfare-kurumin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px;
  }
  .welfare-kurumin .img {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 6px;
    line-height: 1.5;
    padding: 20px 0;
    margin-bottom: 8px;
  }
  .welfare-kurumin .txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .welfare-kurumin .txt small {
    margin-top: 8px;
  }
  .welfare-list li {
    width: 100%;
    margin-right: 0;
  }
  .welfare-list li:not(:last-child) {
    margin-bottom: 38px;
  }
  .health-sup li {
    padding: 18px 16px 24px;
  }
  .health-sup li:not(:last-child) {
    margin-bottom: 18px;
  }
  .health-sup li:nth-last-child(-n + 2) {
    width: 100%;
  }
}

/* career
*************************************************** */
.page-career .page_ttl {
  background-image: url(../images/page/page_ttl-career.jpg);
  color: #f18a07;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 1), 1px 0 8px rgba(255, 255, 255, 1), 0 -1px 8px rgba(255, 255, 255, 1),
    -1px 0 8px rgba(255, 255, 255, 1), 1px 1px 8px rgba(255, 255, 255, 1), -1px -1px 8px rgba(255, 255, 255, 1);
}
.work_carrier {
  padding-top: 0;
}
.work_carrier--intro .txt {
  font-size: 114%;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
.work_carrier--intro .img {
  height: 290px;
  border-radius: 8px;
  border: 2px solid #43b149;
}
.work_carrier--list li {
  width: 22.5%;
  margin-right: 3%;
  font-size: 94%;
}
.work_carrier--list li p small {
  display: inline-block;
  line-height: 1.5;
  color: #999;
}
.work_carrier--list li .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #ddf1de;
  margin: 0 auto 20px;
  background-position: center;
}
.work_carrier-01 {
  background-image: url(../images/career/work_carrier_intro-icon01.jpg);
}
.work_carrier-02 {
  background-image: url(../images/career/work_carrier_intro-icon02.jpg);
}
.work_carrier-03 {
  background-image: url(../images/career/work_carrier_intro-icon03.jpg);
}
.work_carrier-04 {
  background-image: url(../images/career/work_carrier_intro-icon04.jpg);
}
.work_every {
  padding-top: 80px;
  padding-bottom: 80px;
}
.work_every.job-dietician {
  padding-bottom: 0;
}
.work_every .btn {
  width: 400px;
}
.work_every .imgarea .img,
.work_every .imgarea.img-only,
.work-life-balance_efforts--list .imgarea .img,
.work-life-balance_efforts--list .imgarea.img-only {
  border-radius: 4px;
  border: 2px solid #43b149;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.work_every .imgarea .img,
.work_every .imgarea.img-only {
  height: 350px;
}
.work_every .imgarea .img-standard,
.work-life-balance_efforts--list .imgarea .img-standard {
  width: 100%;
  height: 360px;
}
.work_every .imgarea .img-small,
.work-life-balance_efforts--list .imgarea .img-small {
  width: calc(100% / 2 - (24px * 1 / 2));
  height: 150px;
}

/* 介護職 */
.work_every.job-care .txt p img {
  float: right;
  margin: 10px 8px 0 18px;
}

/* 医師 */
.work_every--sm .txt {
  flex: 1;
}
.work_every--sm .imgarea {
  width: 279px;
  margin-left: 40px;
}
.work_every--sm .imgarea .img-small {
  width: 100%;
}
.work_every--sm .imgarea .img-small:not(:last-child) {
  margin-bottom: 24px;
}

/* 画像指定 */
.job-care-img01 {
  background-image: url(../images/career/work_care_training_img01.jpg);
}
.job-care-img02 {
  background-image: url(../images/career/work_care_system_img01.jpg);
}
.job-care-img03 {
  background-image: url(../images/career/work_care_system_img02.jpg);
}
.job-care-img04 {
  background-image: url(../images/career/work_care_system_img03.jpg);
}
.job-nurse-img01 {
  background-image: url(../images/career/work_nurse_training_img01.jpg);
}
.job-nurse-img02 {
  background-image: url(../images/career/work_nurse_training_img02.jpg);
}
.job-doctor-img01 {
  background-image: url(../images/career/work_doctor_training_img01.jpg);
}
.job-doctor-img02 {
  background-image: url(../images/career/work_doctor_training_img02.jpg);
}
.job-doctor-img03 {
  background-image: url(../images/career/work_doctor_training_img03.jpg);
}
.job-doctor-img04 {
  background-image: url(../images/career/work_doctor_training_img04.jpg);
}
.job-manager-img01 {
  background-image: url(../images/career/work_manager_training_img01.jpg);
}
.job-manager-img02 {
  background-image: url(../images/career/work_manager_training_img02.jpg);
}
.job-manager-img03 {
  background-image: url(../images/career/work_manager_training_img03.jpg);
}
.job-therapist-img01 {
  background-image: url(../images/career/work_rehabili_training_img01.jpg);
}
.job-therapist-img02 {
  background-image: url(../images/career/work_rehabili_training_img02.jpg);
}
.job-child-img01 {
  background-image: url(../images/career/work_child_training_img01.jpg);
}
.job-staff-img01 {
  background-image: url(../images/career/work_staff_training_img01.jpg);
}
.job-dietician-img01 {
  background-image: url(../images/career/work_dietian_training_img01.jpg);
}

@media only screen and (max-width: 900px) {
  .work_carrier--intro .txt,
  .work_carrier--intro .img {
    width: 100%;
    margin-right: 0;
  }
  .work_carrier--intro .img {
    height: 210px;
    background-size: cover;
  }
  .work_carrier--intro .txt {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 108%;
  }
  .work_carrier--list li {
    width: 45%;
    margin-right: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .work_carrier--list li .img {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    background-position: center;
    background-size: cover;
  }

  .work_every--system {
    flex-direction: column-reverse;
  }
  .work_every--training .txt,
  .work_every--training .imgarea,
  .work_every--system .txt,
  .work_every--system .imgarea {
    width: 100%;
    margin-right: 0;
  }
  .work_every--training .imgarea,
  .work_every--system .imgarea {
    margin-top: 18px;
  }
  .work_every .imgarea.img-only,
  .work-life-balance_efforts--list .imgarea.img-only {
    height: 360px;
  }
  .work_every--sm .imgarea {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .work_every--sm .imgarea .img-small {
    height: 200px;
  }
  .work_every--sm .imgarea .img-small:not(:last-child) {
    margin-bottom: 0;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .page-career .page_ttl {
    background-image: url(../images/page/page_ttl-career_sp.jpg);
  }

  .work_every {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .work_every .section_ttl + .inner-sm {
    width: 100%;
  }
  .work_every .btn {
    width: auto;
    padding: 0 40px 0 18px;
  }
  .work_every .imgarea .img,
  .work_every .imgarea.img-only,
  .work-life-balance_efforts--list .imgarea .img,
  .work-life-balance_efforts--list .imgarea.img-only {
    height: 220px;
  }
  .work_every .imgarea .img-standard,
  .work-life-balance_efforts--list .imgarea .img-standard {
    height: 210px;
  }
  .work_every .imgarea .img-small,
  .work-life-balance_efforts--list .imgarea .img-small {
    width: calc(100% / 2 - (14px * 1 / 2));
    height: 100px;
  }
}

/* work-life-balance
*************************************************** */
.page-work-life-balance .cta_wrap .cta {
  padding-bottom: 0;
}
.page-work-life-balance .page_ttl {
  background-image: url(../images/page/page_ttl-work-life-balance.jpg);
  color: #f18a07;
  text-shadow: 0 0 16px rgba(255, 255, 255, 1);
}
.work-life-balance_intro .section_ttl {
  max-width: 100%;
}
.work-life-balance_efforts--list li.work-life-balance_effort:not(:last-child) {
  margin-bottom: 40px;
}
.work-life-balance_efforts--list .heading-1 span.font-din {
  display: block;
  font-size: 186%;
  line-height: 1.3;
}
.work-life-balance_efforts--list .imgarea .img-big {
  width: 100%;
  height: 400px;
}
.work-life-balance_efforts--other {
  margin: 48px 0 72px;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 32px;
}
.work-life-balance_efforts--other .heading-1 {
  margin-bottom: 2px;
  transform: translateY(-16px);
}
.work-life-balance_efforts--other .list {
  flex: 1;
  margin-right: 44px;
}
.work-life-balance_efforts--other .list li:not(:last-child) {
  margin-bottom: 8px;
}
.work-life-balance_efforts-01 .img-standard {
  background-image: url(../images/work-life-balance/work-life-balance_efforts01-img01.jpg);
}
.work-life-balance_efforts-01 .img-small-01 {
  background-image: url(../images/work-life-balance/work-life-balance_efforts01-img02.jpg);
}
.work-life-balance_efforts-01 .img-small-02 {
  background-image: url(../images/work-life-balance/work-life-balance_efforts01-img03.jpg);
}
.work-life-balance_efforts-02 .img-only {
  background-image: url(../images/work-life-balance/work-life-balance_efforts02-img01.jpg);
}
.work-life-balance_efforts-03 .img-standard {
  background-image: url(../images/work-life-balance/work-life-balance_efforts03-img03.jpg);
}

.work-life-balance_efforts-04 .img-standard {
  background-image: url(../images/work-life-balance/work-life-balance_efforts04-img01.jpg);
}
.work-life-balance_efforts-04 .img-small-01 {
  background-image: url(../images/work-life-balance/work-life-balance_efforts04-img02.jpg);
}
.work-life-balance_efforts-04 .img-small-02 {
  background-image: url(../images/work-life-balance/work-life-balance_efforts04-img03.jpg);
}

.work-life-balance_efforts-05 {
  background-color: #fff;
  padding: 32px 60px 40px;
  border-radius: 8px;
}
.work-life-balance_efforts-05 .heading-1 span.font-din {
  display: inline-block;
  margin-right: 19px;
  vertical-align: sub;
}
.eva-content {
  padding: 0 20px 32px;
  border-bottom: 1px solid #ddd;
}
.eva-content p {
  flex: 1;
  margin-right: 18px;
}

@media only screen and (max-width: 900px) {
  .work-life-balance_intro {
    padding-bottom: 80px;
  }
  .work-life-balance_efforts--list li:first-child {
    margin-bottom: 24px;
  }
  .work-life-balance_efforts--list li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .work-life-balance_efforts--list li .txt,
  .work-life-balance_efforts--list li .imgarea {
    width: 100%;
    margin-right: 0;
  }
  .work-life-balance_efforts--list li .txt .heading-1 {
    text-align: center;
  }
  .work-life-balance_efforts--list .imgarea .img-big {
    height: 210px;
  }
  .work-life-balance_efforts--other {
    margin: 34px 0 32px;
    padding-bottom: 20px;
  }
  .work-life-balance_efforts--other .list {
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .work-life-balance_efforts--other .img,
  .work-life-balance_efforts--other .img img {
    width: 100%;
    text-align: center;
  }
  .work-life-balance_efforts-05 {
    padding: 18px 20px 32px;
  }
  .work-life-balance_efforts-05 .heading-1 {
    display: flex;
  }
  .work-life-balance_efforts-05 .heading-1 span.font-din {
    margin-right: 12px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-work-life-balance .page_ttl {
    background-image: url(../images/page/page_ttl-work-life-balance_sp.jpg);
  }
  .eva-content {
    padding: 0 0 18px;
  }
  .eva-content p {
    flex: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .eva-content img {
    border: 2px solid #d2e13f;
    display: block;
    width: 100%;
    border-radius: 8px;
  }
}

/* message
*************************************************** */
.page-message .cta_wrap .cta {
  padding-bottom: 0;
}
.page-message .page_ttl {
  background-image: url(../images/page/page_ttl-message.jpg);
  color: #f18a07;
  text-shadow: none;
}
.message_section .section_ttl {
  max-width: 100%;
}
.message_section .img {
  overflow: hidden;
  border: 2px solid #43b149;
  border-radius: 8px;
}
.message_section .imgband {
  width: 100%;
  height: 380px;
  border-top: 2px solid #43b149;
  border-bottom: 2px solid #43b149;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.message_section-1 .imgband {
  background-image: url(../images/message/message-bg01.jpg);
}

.message_section-2 .section_pdg {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .page-message .page_ttl {
    background-image: url(../images/page/page_ttl-message_sp.jpg);
  }
  .message_section .imgband {
    height: 210px;
    background-size: cover;
  }
}

/* about
**************************************** */
.page-about .cta_wrap .cta {
  padding-bottom: 0;
}
.page-about .page_ttl {
  background-image: url(../images/page/page_ttl-about.jpg);
  color: #f18a07;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 1), 1px 0 8px rgba(255, 255, 255, 1), 0 -1px 8px rgba(255, 255, 255, 1),
    -1px 0 8px rgba(255, 255, 255, 1), 1px 1px 8px rgba(255, 255, 255, 1), -1px -1px 8px rgba(255, 255, 255, 1);
}
.about_idea .heading-1,
.about_idea .heading-2,
.about_policy .heading-2 {
  line-height: 1.6;
  color: #333;
}
.about_idea .heading-1 {
  font-size: 230%;
}
.about_idea .imgband {
  width: 100%;
  height: 400px;
  background-position: center;
}
.about_idea .video {
  width: 600px;
  height: 340px;
  margin: 40px auto 0;
  border: 2px solid #43b149;
  border-radius: 8px;
  overflow: hidden;
}
.about_policy .flex-col2 > * {
  width: 47.5%;
  margin-right: 5%;
}
.about_policy .flex-col2 > *:nth-child(even) {
  margin-right: 0;
}
.about_policy--list li:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 2px dotted #d8d4c6;
}
.about_policy--list li h3 {
  margin-bottom: 8px;
  font-weight: normal;
}
.about_can .img {
  border: 2px solid #43b149;
  border-radius: 4px;
  overflow: hidden;
}
.about_policy--list .about_policy--list--value {
  padding-top: 40px;
}
.about_policy--list .about_policy--list--value .heading-3::before {
  display: none;
}
.about_policy--list--value .value--list:first-child {
  padding-right: 56px;
}
.about_policy--list--value .value--list .heading-3 {
  padding-bottom: 16px;
}

/* staff_policy */
.staff_policy .heading-1 {
  color: #222;
}
.staff_policy .about_policy--list h3 {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 138px;
  font-weight: normal;
}
.staff_policy .about_policy--list li:not(:last-child) {
  padding-bottom: 26px;
  margin-bottom: 26px;
}

/* about_summary */
.about_summary .list-dl dt {
  padding-top: 8px;
  font-weight: normal;
}
.about_summary .list-dl dd {
  padding-left: 78px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.about_summary .imgarea {
  background-image: url(../images/about/about_summary_img.jpg);
  border: 2px solid #43b149;
  border-radius: 8px;
}

/* about_can */
.about_can {
  padding-top: 104px;
  padding-bottom: 80px;
}
.about_can .txt-lg {
  font-size: 120%;
}

@media only screen and (max-width: 900px) {
  .about_policy .flex-col2 > * {
    width: 100%;
    margin-right: 0;
  }
  .about_policy--list li:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  /* about_summary */
  .about_summary .txtarea,
  .about_summary .imgarea {
    width: 100%;
    margin-right: 0;
  }
  .about_summary .txtarea h3,
  .about_summary .txtarea h4 {
    text-align: center;
  }
  .about_summary .txtarea h3,
  .about_summary .txtarea dl {
    margin-bottom: 28px;
  }
  .about_summary .imgarea {
    height: 400px;
    background-position: center;
    background-size: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .page-about .page_ttl {
    background-image: url(../images/page/page_ttl-about_sp.jpg);
  }

  .about_idea .video {
    width: 100%;
    height: 200px;
    margin: 20px auto 0;
    background-color: #43b149;
  }
  .about_idea .video video {
    width: 100%;
  }
  .about_policy--list--value .value--list:first-child {
    padding-right: 0;
  }

  /* about_summary */
  .about_summary .imgarea {
    height: 200px;
  }

  /* staff_policy */
  .staff_policy .about_policy--list li:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .staff_policy .about_policy--list li p {
    flex: 1;
  }

  /* about_can */
  .about_can {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about_can .inner-sm {
    width: 100%;
  }
}

/* search
*************************************************** */
.subpage.search #show-keywords {
  position: relative;
  display: inline-block;
}
.subpage.search #show-keywords::before,
.subpage.search #show-keywords::after {
  position: absolute;
  font-size: 114%;
}
.subpage.search #show-keywords::before {
  content: "「";
  top: -8px;
  left: -10px;
}
.subpage.search #show-keywords::after {
  content: "」";
  right: -10px;
  bottom: -2px;
}
.subpage.search #show-keywords .keyword {
  padding: 4px 16px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: auto;
}
.subpage.search #show-keywords .keyword:hover {
  background-color: #c3d60d;
}

.there-search-post {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 28px 28px 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.not-search-post {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

/* sitemap
*************************************************** */
.sitemap--list {
  width: 49%;
}
.sitemap--list-page.sitemap--list > li {
  margin-bottom: 10px;
}
.sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) {
  margin-top: 10px;
}
.sitemap--list-posts.sitemap--list > .sitemap--item-child {
  margin-bottom: 10px;
}
.sitemap--list li a {
  display: block;
  text-decoration: none;
}
.sitemap--item-ttl {
  font-weight: bold;
}
.sitemap--item:not(.sitemap--item-ttl) {
  font-size: 85%;
}
.sitemap--item-post {
  margin-top: 16px !important;
  margin-bottom: 12px;
}

/* --- category --- */
.sitemap--list li.sitemap--item-child a {
  padding-left: 8px;
}
.sitemap--list li.sitemap--item-child.sitemap--item-page {
  padding: 6px 0 6px 24px;
}
.sitemap--list li.sitemap--item-taxonomy ul {
  letter-spacing: -0.4em;
}
.sitemap--list li.sitemap--item-taxonomy ul li {
  display: inline-block;
  padding: 0;
  margin-right: 8px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .sitemap--list {
    width: 100%;
  }
  .sitemap--list-posts.sitemap--list > .sitemap--item-child {
    margin-bottom: 8px;
  }
}

/* favorite
**************************************** */
.page-favorite .page_ttl {
  background-image: url(../images/page/page_ttl-favorite.jpg);
  color: #f18a07;
  text-shadow: none;
}
.inner-favorite {
  width: 826px;
  margin: 0 auto 140px;
}

@media only screen and (max-width: 768px) {
  .page-favorite .page_ttl {
    background-image: url(../images/page/page_ttl-favorite_sp.jpg);
  }
  .inner-favorite {
    width: 86%;
  }
  .page-favorite .home_search {
    margin-top: 50px;
    width: 92%;
  }
  .page-favorite .home_search--box {
    width: 100%;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 30px;
}

/* post(Loops追加）
**************************************** */
.posts-blog .post--ttl {
  font-size: 1.625rem; /* 26px */
  line-height: 1.6;
}

/* blog(Loops追加）
**************************************** */
.archive .posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.archive .posts-blog .post:first-child {
  border-top: 1px solid #e5e5e5;
}
.posts-blog .post--txtarea {
  flex: 1;
}
.posts-blog .post--date {
  margin-right: 16px;
  /* margin-bottom: 4px; */
}
.posts-blog .post--img {
  width: 280px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.posts-blog .post--img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.no-image {
  background-image: url(/wp/wp-content/themes/original_theme/images/common/header-logo.png);
  background-size: contain !important;
}

@media screen and (max-width: 1100px) {
  .archive .posts-blog {
    margin-bottom: 56px;
  }
  .archive-blog .container > .inner.flex,
  .single-blog .container > .inner.flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .archive .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    height: 220px;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}

/* --- post --- */
.post {
  position: relative;
}
.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post--date {
  color: #aaa;
  font-size: 85%;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post .post--img img {
  overflow: hidden;
  border-radius: 3px;
}
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 86.67%; /* 13px */
  background-color: #43b149;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 3em;
  float: left;
  margin: 2px;
  white-space: nowrap;
}
.cat_list a:hover {
  opacity: 0.7;
}

.posts-blog .cat_list a {
  color: #555;
  background-color: #fce3c5;
}

@media screen and (max-width: 1350px) {
  .main_column {
    width: 100%;
    margin-right: 0;
  }
}

/* side_column
**************************************** */
.side_column {
  width: 344px;
}
.archive-video .side_column {
  width: 234px;
}

/* --- wp-calendar --- */
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar td {
  padding: 2px 0;
}
#wp-calendar tbody td a {
  background-color: #eee;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-decoration: none;
  border-radius: 15px;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  background-color: #56a0b9;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 1350px) {
  .side_column {
    width: 100%;
  }
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  align-items: center;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #eadfc3;
  width: 40px;
  height: 40px;
  line-height: 46px;
  border-radius: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 4px;
}
.wp-pagenavi a.page,
.wp-pagenavi .current {
  padding: 0;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.wp-pagenavi .current {
  background-color: #ffd849;
}
.wp-pagenavi a[rel="next"],
.wp-pagenavi a[rel="prev"] {
  font-size: 0;
  background-color: #f18a07;
}
.wp-pagenavi a[rel="next"]:hover,
.wp-pagenavi a[rel="prev"]:hover {
  background-color: #f6ac00;
}
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi a[rel="prev"]::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.wp-pagenavi a[rel="next"]::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi a[rel="prev"]::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}

@media only screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-bottom: 60px;
  }
}

/* --- archive-blog --- */
.archive-blog .wp-pagenavi {
  margin-top: 40px;
}
.archive-blog .wp-pagenavi a {
  background-color: #fce3c5;
}
.archive-blog .wp-pagenavi .current {
  background-color: #fff;
}
.archive-blog .wp-pagenavi a[rel="next"]::before,
.single-blog .wp-pagenavi a[rel="next"]::before,
.archive-blog .wp-pagenavi a[rel="prev"]::before,
.single-blog .wp-pagenavi a[rel="prev"]::before {
  border-right: 2px solid #555;
  border-top: 2px solid #555;
}
.archive-blog .wp-pagenavi a[rel="next"]:hover,
.single-blog .wp-pagenavi a[rel="next"]:hover,
.archive-blog .wp-pagenavi a[rel="prev"]:hover,
.single-blog .wp-pagenavi a[rel="prev"]:hover {
  opacity: 0.7;
  background-color: #fce3c5;
}
/* --- single-blog --- */
.single-blog .wp-pagenavi a {
  position: relative;
  padding: 0.5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 110%;
  line-height: 1;
  border-radius: 50px;
  background-color: #fce3c5;
  white-space: nowrap;
  height: 40px;
  width: auto;
}
.single-blog .wp-pagenavi-single {
  justify-content: center;
}
.single-blog .wp-pagenavi a {
  color: #555;
}
.single-blog .wp-pagenavi a[rel="next"],
.single-blog .wp-pagenavi a[rel="prev"] {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}
.single-blog .wp-pagenavi-single a {
  padding: 0.6em 1em;
}
.single-blog .wp-pagenavi-single a:hover {
  opacity: 0.8;
}
.single-blog .wp-pagenavi-single a[rel="next"]::after,
.single-blog .wp-pagenavi-single a[rel="prev"]::after {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fce3c5;
}
.single-blog .wp-pagenavi-single a[rel="next"]::before,
.single-blog .wp-pagenavi-single a[rel="prev"]::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single-blog .wp-pagenavi-single a[rel="next"]:hover,
.single-blog .wp-pagenavi-single a[rel="prev"]:hover {
  border-radius: 50px;
}

/* news
**************************************** */
.news--archive {
  padding: 4px 16px;
  background-color: #f8f6ef;
  margin-bottom: 24px;
  border: 1px solid #eadfc3;
}
.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}
.subpage .post-news {
  max-width: 100%;
  width: 100%;
  padding: 24px 8px;
}
.subpage .posts-news .post-news:nth-child(2) {
  border-top: none;
}
.subpage .post-news .post--ttl {
  font-size: 160%;
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
  font-size: 92%;
}
.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}
.archive-pulldown .archive_list a {
  display: block;
  padding: 2px 16px;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.archive-pulldown .archive_list--label {
  margin-right: 8px;
}
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 8px 54px 8px 32px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
  transform-origin: 50% 50%;
}
.archive-pulldown .active .archive_list--btn::after {
  top: 14px;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .news--archive {
    flex-wrap: wrap;
  }
  .subpage .post-news {
    padding: 18px 8px;
  }
  .subpage .post-news .post--ttl {
    font-size: 123%;
  }
  .posts-news .post--img {
    display: none;
  }
}

/* recruitment
**************************************** */
.archive-recruitment .page_ttl,
.single-recruitment .page_ttl,
.subpage.search .page_ttl {
  background-image: url(../images/page/page_ttl-recruitment.jpg);
  color: #f18a07;
  text-shadow: none;
}
.recruitment_list-archive,
.events_list-archive,
.posts-video {
  margin-bottom: 60px;
}
.recruitment_list-archive .post-recruitment,
.post-event a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 28px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.recruitment_list-archive .post-recruitment:not(:last-child) {
  margin-bottom: 48px;
}
.recruitment_list-archive .post-recruitment::before {
  display: none;
}
.recruitment_list-archive .post-recruitment .imgarea,
.post-event .imgarea {
  position: static;
  width: 220px;
  height: 186px;
  margin-right: 28px;
  border-radius: 8px;
  border: 2px solid #ddd;
  background-position: center;
  box-shadow: none;
}
.recruitment_list-archive .post-recruitment .txtarea,
.post-event .txtarea {
  top: 0;
  padding: 0;
  flex: 1;
}
.recruitment_list-archive .post-recruitment .btns > * {
  flex: 1;
  box-shadow: none;
}
.recruitment_list-archive .post-recruitment .btn {
  border-radius: 28px;
  margin-left: 28px;
  line-height: 52px;
  background-color: #f18a07;
  border: none;
  color: #fff;
  font-weight: normal;
}
.recruitment_list-archive .post-recruitment .btn:hover {
  background-color: #f6ac00;
}
.recruitment_list-archive .post-recruitment a[href="/favorite/"] {
  background-color: #009342;
}
.recruitment_list-archive .post-recruitment a[href="/favorite/"]::after {
  border-color: #009342;
}
.recruitment_list-archive .post-recruitment a[href="/favorite/"]:hover {
  background-color: #43b149;
}
.recruitment_list-archive .post-recruitment .btn::before {
  opacity: 1;
}
.recruitment_list-archive .post-recruitment .wpfp-span .btn {
  margin-left: 0;
}
.recruitment_list-archive .post-recruitment .wpfp-link[title="お気に入り登録"],
.recruitment_list-archive .post-recruitment .wpfp-link.remove-parent {
  width: 100%;
  background-color: #f6ac00;
  border-radius: 28px;
  line-height: 52px;
  font-size: 114%;
  color: #fff;
  text-align: center;
}
.recruitment_list-archive .post-recruitment .wpfp-link:hover {
  box-shadow: none;
}
.recruitment_list-archive .post-recruitment .wpfp-link[title="お気に入り登録"]::before,
.recruitment_list-archive .post-recruitment .wpfp-link[href="/favorite/"]::before,
.recruitment_list-archive .post-recruitment .wpfp-link.remove-parent::before {
  content: "\e919";
  margin-right: 8px;
  vertical-align: text-bottom;
  font-family: "icomoon";
  font-size: 114%;
  line-height: 1;
}

/* --- side_column blog --- */
.archive-blog .side_column,
.single-blog .side_column {
  width: 270px;
  flex: 0 0 auto;
}
.archive-blog .side_section:not(:last-child),
.single-blog .side_section:not(:last-child) {
  margin-bottom: 64px;
}
.archive-blog .side--ttl,
.single-blog .side--ttl {
  margin-bottom: 24px;
  font-size: 140%;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1;
}
.archive-blog .side--ttl small,
.single-blog .side--ttl small {
  font-size: 70%;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 16px;
}

.archive-blog .side_column .archive_list--ttl,
.single-blog .side_column .archive_list--ttl {
  cursor: pointer;
  padding: 8px 16px;
  background-color: #fce3c5;
  line-height: 1;
  border-radius: 4px;
}
.archive-blog .side_column .archive_list--ttl::after,
.single-blog .side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: 0.4s ease-out;
}
.archive-blog .side_column .side--list > li:not(:last-child),
.single-blog .side_column .side--list > li:not(:last-child) {
  margin-bottom: 4px;
}
.archive-blog .side_column .archive_list--ttl.active::after,
.single-blog .side_column .archive_list--ttl.active::after {
  transform: rotate(315deg);
}
.archive-blog .side_column .archive_month,
.single-blog .side_column .archive_month {
  display: none;
  margin-top: 8px;
  margin-bottom: 8px;
}

.archive-blog .archive_month li,
.single-blog .archive_month li {
  padding-left: 1.5em !important;
  position: relative;
  margin: 0;
  border-bottom: none;
  padding: 0;
  line-height: 1.65;
}
.archive-blog .archive_month li::before,
.single-blog .archive_month li::before,
.single-blog .side--list li::before,
.archive-blog .side--list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #f4a13f;
  border-radius: 50%;
}

.archive-blog .main_column,
.single-blog .main_column {
  margin-right: 80px;
}

@media only screen and (max-width: 768px) {
  .archive-blog .side_column {
    width: 100%;
  }
  .archive-blog .side_column .archive_list--ttl,
  .single-blog .side_column .archive_list--ttl {
    width: 84%;
  }
}

/* --- side_column recruitment --- */
.archive-recruitment .side_column {
  position: relative;
  line-height: 1.5;
}
.arch_side {
  border-radius: 8px;
  padding: 0 0 24px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.arch_side::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.arch_side--ttl {
  position: relative;
}
.arch_side--ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 190px;
  height: 80px;
  background-color: #fff;
}
.arch_side--ttl span {
  position: relative;
  color: #43b149;
  font-size: 160%;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.arch_search_term:last-child {
  margin-bottom: 18px;
}
.arch_search_term .ttl {
  position: relative;
  padding: 8px 18px;
  background-color: #f4f0e7;
  border-bottom: 1px solid #eadfc3;
  cursor: pointer;
  transition: all 0.2s ease-in;
  font-weight: normal;
  font-size: 108%;
}
.arch_search_term .ttl:hover {
  background-color: #eadfc3;
}
.arch_search_term.active .ttl,
.arch_search_term .ttl.close,
.arch_search_term .ttl.close {
  background-color: #eadfc3;
  color: #222;
}
.arch_search_term .ttl .open {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.arch_search_term .ttl .open i {
  display: block;
  transform: rotate(-90deg);
  line-height: 1.2;
}
.arch_search_term--list {
  display: none;
  padding: 8px 18px 18px;
}
.arch_search_term:last-child .arch_search_term--list {
  padding-bottom: 0;
}
.arch_search_term.jobs .arch_search_term--list {
  padding: 0;
}
.arch_search_term.active .arch_search_term--list,
.arch_search_term--child.active {
  display: block;
}
.arch_search_term--list li {
  line-height: 2;
}
.arch_search_term--list li input[type="checkbox"],
.arch_search_term--list li label {
  cursor: pointer;
}
.arch_search_term--list li input[type="checkbox"] {
  -webkit-appearance: none;
  outline: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
.arch_search_term--list li input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 2px;
  margin-left: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.arch_search_term--list li input[type="checkbox"]:checked {
  border-color: #b4c50b;
  background-color: #c3d60d;
}
.arch_search_term--list li input[type="checkbox"]:checked::before {
  opacity: 1;
}
.arch_search_term--list li.arch_search_term--parent {
  position: relative;
  padding: 6px 18px 8px;
  background-color: #fafafa;
  border-bottom: 1px solid #e6e6e6;
}
.arch_search_term--list li .open {
  position: absolute;
  top: 6px;
  right: 11px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.arch_search_term--list li .open:hover,
.arch_search_term--list li .open.close {
  background-color: rgba(0, 0, 0, 0.08);
}
.arch_search_term--list li .open::before,
.arch_search_term--list li .open::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  display: block;
  background-color: #aaa;
  transition: all 0.2s ease-out;
}
.arch_search_term--list li .open::after {
  transform: rotate(90deg);
}
.arch_search_term--list li .open.close::after {
  transform: rotate(0);
}
.arch_search_term--child {
  display: none;
  margin-top: 2px;
  padding-left: 20px;
}
.arch_search_term--child input[type="checkbox"] {
  margin-right: 6px !important;
}
.arch_side .searchtext {
  display: block;
  width: 90%;
  margin: 20px auto 0;
  padding: 12px 8px;
}
.arch_side button[type="submit"],
.arch_side button[type="reset"] {
  -webkit-appearance: none;
  outline: 0;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
.arch_side button[type="submit"] {
  width: 90%;
  padding: 12px 0;
  margin: 20px auto 0;
  border: none;
  background-color: #f18a07;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 114%;
}
.arch_side button[type="reset"] {
  margin: 14px auto 0;
  border: 1px solid #ddd;
  background-color: transparent;
  padding: 8px 30px 7px;
}

#select_keywords {
  position: relative;
  width: 90%;
  background-color: #f4f0e7;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.2s ease-out;
}
#select_keywords.active {
  padding: 12px 2px 6px 8px;
  margin: 16px auto 0;
  opacity: 1;
}
#select_keywords::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 10px;
  margin: auto;
  border: 10px solid transparent;
  border-top: 10px solid #f4f0e7;
}
#select_keywords .keyword {
  display: inline-block;
  background-color: #c3d60d;
  border-radius: 28px;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 1px 10px 2px 18px;
  cursor: pointer;
}
#select_keywords .keyword i {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin-left: 4px;
  font-style: normal;
  padding: 0 1px;
}

@media only screen and (max-width: 768px) {
  .recruitment_list-archive,
  .events_list-archive,
  .posts-video {
    margin-bottom: 30px;
  }
  .archive-recruitment .page_ttl,
  .single-recruitment .page_ttl,
  .subpage.search .page_ttl {
    background-image: url(../images/page/page_ttl-recruitment_sp.jpg);
  }
  .recruitment_list-archive {
    margin-bottom: 40px;
  }
  .recruitment_list-archive .post-recruitment,
  .post-event a {
    padding: 24px 20px 20px;
    border-radius: 4px;
  }
  .recruitment_list-archive .post-recruitment .imgarea,
  .post-event .imgarea {
    width: 100%;
    height: 132px;
    margin-right: 0;
    margin-bottom: 16px;
    border-radius: 4px;
    background-size: cover;
  }
  .recruitment_list-archive .post-recruitment:not(:last-child) {
    margin-bottom: 20px;
  }

  .recruitment_list-archive .post-recruitment .btns > * {
    flex: auto;
  }
  .recruitment_list-archive .post-recruitment .btn {
    margin-top: 12px;
    margin-left: 0;
  }
  .recruitment_list-archive .post-recruitment .wpfp-link[title="お気に入り登録"],
  .recruitment_list-archive .post-recruitment .wpfp-link.remove-parent,
  .recruitment_list-archive .post-recruitment .btn {
    line-height: 46px;
  }
}

/* interview
**************************************** */
.pdg_adjust {
  padding-bottom: 0;
}
.archive-interview .page_ttl {
  background-image: url(../images/page/page_ttl-interview.jpg);
}
.archive-interview .cta_wrap .cta {
  padding-bottom: 0;
}
.interview_tax_job-list {
  position: relative;
  margin-bottom: 20px;
}
.interview_tax_job-parent {
  margin-right: 10px;
}
.interview_tax_job-parent .parent_link {
  position: relative;
  display: inline-block;
  padding: 4px 14px;
  background-color: #f6ac00;
  border-radius: 28px;
  color: #fff;
}
.interview_tax_job-parent .parent_link:hover {
  background-color: #f18a07;
}
.interview_tax_job-child {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: none;
  background-color: #eadfc3;
  padding: 12px 20px;
  border-radius: 4px;
}
.interview_tax_job-child li {
  float: left;
  margin-right: 22px;
}
.interview_tax_job-parent.all .parent_link {
  background-color: #f18a07;
}
.interview_tax_job-parent.all .parent_link:hover {
  background-color: #f6ac00;
}
.interview_tax_job-parent.all .parent_link::after {
  content: "\e90b";
  font-family: "icomoon";
  border-radius: 50%;
  background-color: #fff;
  color: #f18a07;
  text-align: center;
  display: inline-block;
  line-height: 19px;
  text-indent: 3px;
  width: 19px;
  height: 19px;
  margin-left: 6px;
}
.interview_tax_tag-list li {
  margin-right: 12px;
}
.interview_tax_tag-list li a {
  display: inline-block;
  border-bottom: 6px solid rgba(0, 0, 0, 0.09);
  line-height: 0.8;
  color: #888;
}
.interview_tax_tag-list li a:hover {
  border-bottom: 6px solid rgba(241, 138, 7, 0.09);
  color: #f18a07;
}

.archive-interview .interview_list {
  margin-top: 80px;
}
.archive-interview .post-interview {
  width: calc(100% / 4 - (24px * 3 / 4));
  margin-right: 24px;
  margin-bottom: 34px;
}
.archive-interview .post-interview:nth-child(4n) {
  margin-right: 0;
}
.archive-interview .post-interview a {
  width: 100%;
}
.archive-interview .post-interview .txt {
  padding: 18px 22px;
  margin-top: -100px;
}

@media only screen and (max-width: 768px) {
  .archive-interview .page_ttl {
    background-image: url(../images/page/page_ttl-interview_sp.jpg);
  }
  .archive-interview .container .inner main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .interview_tax_job-parent {
    position: relative;
    width: 100%;
    margin-right: 0;
    padding: 4px 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
  }
  .interview_tax_job-parent .parent_link {
    color: #333;
    padding-left: 8px;
  }
  .interview_tax_job-parent .parent_link::after {
    display: none;
  }
  .interview_tax_job-parent .open {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 24px;
    height: 24px;
    line-height: 1.3;
  }
  .interview_tax_job-child {
    position: static;
    padding: 0 0 6px 18px;
    border-radius: 0;
    background-color: transparent;
  }
  .interview_tax_job-child li {
    float: none;
    margin-right: 0;
  }
  .interview_tax_job-child li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 8px solid #c2d60d;
  }
  .archive-interview .interview_list {
    margin-top: 0;
  }
  .archive-interview .post-interview {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
  .archive-interview .post-interview a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .archive-interview .post-interview .img {
    width: 40%;
    height: auto;
    background-position: top 12% center;
    background-size: cover;
  }
  .archive-interview .post-interview .txt {
    padding: 18px;
    margin-top: 0;
    width: 60%;
  }
  .archive-interview .post-interview--image_blur {
    opacity: 0.1;
  }
}

/* events
  　post-eventはpost-recruitmentとスタイルを一部共有しています
  　ここからpost-event固有のスタイルを指定します
**************************************** */
.archive-events .page_ttl {
  background-image: url(../images/page/page_ttl-events.jpg);
}
.post-event:not(:last-child) {
  margin-bottom: 32px;
}
.post-event a:hover {
  color: #222;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.post-event .btn-sm {
  color: #999;
}
.post-event .btn-sm::before {
  background-color: #999;
}
.tax-graduate-briefing-tour a:hover .btn-sm {
  color: #53cdd0;
}
.tax-graduate-briefing-tour a:hover .btn-sm::before {
  background-color: #53cdd0;
}
.tax-event a:hover .btn-sm {
  color: #f18a07;
}
.tax-event a:hover .btn-sm::before {
  background-color: #f18a07;
}
.tax-middle-briefing-tour a:hover .btn-sm {
  color: #3db243;
}
.tax-middle-briefing-tour a:hover .btn-sm::before {
  background-color: #3db243;
}

.tax-graduate-briefing-tour .post-event-ttl {
  color: #53cdd0;
}
.tax-event .post-event-ttl {
  color: #f18a07;
}
.post-event .post-event-ttl span {
  margin-right: 8px;
  padding: 5px 9px;
  border-radius: 4px;
  vertical-align: text-bottom;
  color: #fff;
  font-size: 74%;
}
.tax-graduate-briefing-tour .post-event-ttl span {
  background-color: #53cdd0;
}
.tax-middle-briefing-tour .post-event-ttl span {
  background-color: #3db243;
}
.tax-event .post-event-ttl span {
  background-color: #f18a07;
}

.post-event-details dd .day:not(:last-of-type)::after,
.event_post--table td .day:not(:last-of-type)::after,
.briefing .table_default td .day:not(:last-of-type)::after {
  content: "／";
  margin-left: 1px;
}
.tax-graduate-briefing-tour .post-event-details dt {
  background-color: #def5f6;
}
.tax-event .post-event-details dt {
  background-color: #fce8cd;
}
.event_contact_btn .btn {
  width: auto;
  padding: 14px 64px 14px 56px;
  line-height: 1.5;
}

/* --- side_column events --- */
.events_side .section_ttl-sm {
  margin-bottom: 26px;
}
.events_side .section_ttl-sm span {
  width: 100%;
}
.events_side .events_nav {
  margin-bottom: 46px;
}
.events_side .events_nav--list li:not(:last-child) {
  margin-bottom: 12px;
}
.events_side .events_nav--list li a {
  font-size: 114%;
  line-height: 45px;
  font-weight: normal;
}
.events_side .home_event {
  margin-top: 12px;
}
.events_side .home_event .txt-xs {
  width: 47%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.events_side .home_event--catlist {
  display: block;
  width: 47%;
}
.events_side .home_event--catlist li {
  width: 100%;
  font-size: 80%;
  margin-bottom: 4px;
}
.events_side .home_event--catlist li:not(:last-child) {
  margin-right: 0;
}
.events_side .home_event--catlist li img {
  transform: scale(0.7);
  vertical-align: sub;
}
.events_side .home_event--catlist li:nth-child(2) img {
  margin-left: -2px;
  margin-right: 3px;
}

/* カレンダー */
@media screen and (min-width: 1100px) {
  .events_side #wp-catcalendarajax td a {
    color: #f18a07 !important;
  }
  .events_side #wp-catcalendarajax td a:hover {
    color: #f6ac00 !important;
  }
  .events_side #wp-catcalendarajax th {
    background-color: #ecf4f7;
    border-bottom: 1px solid #e6eff4;
  }
  .events_side #wp-catcalendarajax thead td#caption_copy {
    padding: 4px 0 8px;
    font-size: 150%;
  }
  .events_side #wp-catcalendarajax tbody td {
    height: 52px;
    padding: 6px;
    padding-top: 18px;
    border: 1px solid #e6eff4;
  }
  .events_side #wp-catcalendarajax tbody td.has_event,
  .events_side #wp-catcalendarajax tbody td.event-day {
    background-color: #fdfae4;
  }
  .events_side #wp-catcalendarajax tbody td.pad {
    background-color: #e6eff4;
  }
  .events_side #wp-catcalendarajax tbody td .num {
    font-size: 86%;
  }
  .events_side #wp-catcalendarajax tbody td .term {
    margin-right: 4px;
    background-size: cover;
  }
  .events_side #wp-catcalendarajax tbody td .term-graduate-briefing-tour {
    width: 9px;
    height: 7px;
  }
  .events_side #wp-catcalendarajax tbody td .term-event {
    width: 7px;
    height: 9px;
  }
  .events_side #wp-catcalendarajax tbody td .term-middle-briefing-tour {
    width: 9px;
    height: 9px;
  }
}

@media only screen and (max-width: 768px) {
  .archive-events .page_ttl {
    background-image: url(../images/page/page_ttl-events_sp.jpg);
  }
  .post-event:not(:last-child) {
    margin-bottom: 20px;
  }
  .event_contact_btn .btn {
    padding: 14px 46px 14px 18px;
  }

  /* --- side_column events --- */
  .events_side {
    margin-top: 28px;
  }
  .events_nav--list li a {
    min-width: 100%;
  }
}

/* video
**************************************** */
.posts-video .post {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.posts-video .post:hover {
  transform: translateY(-1px);
}
.posts-video .post--img {
  overflow: hidden;
  padding-top: calc(2 / 3.6 * 100%);
}
.posts-video .post--img > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: inherit;
  min-height: 100%;
}
.posts-video .post--txtarea {
  padding: 24px;
}
.posts-video .post--ttl {
  color: #333;
}
.posts-video .txt-rgt {
  pointer-events: none;
}
.posts-video .post .btn-sm {
  transition: all 0.2s ease-out;
}
.posts-video .post:hover .btn-sm {
  color: #43b149;
}
.posts-video .post:hover .btn-sm::before {
  background-color: #43b149;
}

/* --- side_column video --- */
.side--list:not(:last-child) {
  margin-bottom: 8px;
}
.side--list a {
  display: block;
}

/* --- BLOG(Loops追加） --- */
/* 見出し */
.posts-blog .ttl-sm01 {
  margin-bottom: 0.5em;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.5;
}
.posts-blog .ttl-sm02 {
  margin-bottom: 0.5em;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.6;
}
.posts-blog .ttl-sm03 {
  margin-bottom: 0.5em;
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.5;
}
.txt-orange {
  color: #f1890f;
}
.txt-lg {
  font-size: 105%;
}

/* ##############################################################################

    SINGLE

############################################################################## */

/* wp-pagenavi-single
**************************************** */
.wp-pagenavi-single {
  display: flex;
  justify-content: space-between;
}
.wp-pagenavi-single a {
  background-color: transparent;
  color: #f18a07;
}
.wp-pagenavi-single a[rel="prev"],
.wp-pagenavi-single a[rel="next"] {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  font-size: 100%;
  line-height: 1.5;
}
.wp-pagenavi-single a[rel="prev"] {
  justify-self: flex-end;
  padding-right: 30px;
}
.wp-pagenavi-single a[rel="next"] {
  justify-self: flex-start;
  padding-left: 30px;
}
.wp-pagenavi-single a[rel="prev"]:hover,
.wp-pagenavi-single a[rel="next"]:hover {
  background-color: transparent;
  color: #f6ac00;
}
.wp-pagenavi-single a[rel="prev"]::before,
.wp-pagenavi-single a[rel="next"]::before {
  position: absolute;
  top: 7px;
  z-index: 1;
  border-color: #fff;
}
.wp-pagenavi-single a[rel="prev"]::before {
  right: 7px;
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="next"]::before {
  left: 7px;
  transform: rotate(-135deg);
}
.wp-pagenavi-single a[rel="prev"]::after,
.wp-pagenavi-single a[rel="next"]::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #f38a00;
}
.wp-pagenavi-single a[rel="prev"]::after {
  right: 0;
}
.wp-pagenavi-single a[rel="next"]::after {
  left: 0;
}

/* recruitment
**************************************** */
.recurit_post {
  padding: 54px 0 0;
}
.recurit_post .section_ttl-top {
  max-width: 100%;
}
.recurit_post .recruit_info {
  color: #888;
  font-size: 94%;
}
.recurit_post .recurit_post--content,
.event_post .event_post--content,
.video_post .video_post--content {
  background-color: #fff;
  border-radius: 8px 0 8px 8px;
  padding: 48px 42px 95px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.recruit_post--slider,
.event_post--slider {
  width: 742px;
  height: 430px;
  overflow: hidden;
}
.recruit_post--slider li img,
.event_post--slider li img {
  border-radius: 8px;
  border: 2px solid #43b149;
}
.recruit_post--pager,
.event_post--pager {
  margin-top: 14px;
  margin-bottom: 60px;
}
.recruit_post--pager .slick-track,
.event_post--pager .slick-track {
  width: 100% !important;
}
.recruit_post--pager .slick-slide,
.event_post--pager .slick-slide {
  width: 77px !important;
  margin-right: 8px;
}
.recruit_post--pager li img,
.event_post--pager li img {
  border: 2px solid #43b149;
  border-radius: 8px;
}
.recurit_post--table tr:not(:last-child),
.event_post--table tr:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.recurit_post--table th,
.recurit_post--table td,
.event_post--table th,
.event_post--table td {
  padding: 16px 0;
}
.recurit_post--table th,
.event_post--table th {
  width: 168px;
  text-align: left;
  color: #f18a07;
  font-weight: normal;
}
.recurit_post--table td a {
  color: #f18a07;
}
.recurit_post--table td a:hover {
  color: #43b149;
}
.recruit_term_list li {
  display: inline-block;
  background-color: #eee;
  border-radius: 28px;
  padding: 2px 24px 2px 22px;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.recruit_term_list li i {
  margin-right: 4px;
  color: #c3d60d;
  font-size: 94%;
}
#recruit_post--map,
#event_post--map {
  position: relative;
  display: block;
  border-radius: 8px;
  border: 2px solid #43b149;
  overflow: hidden;
  margin-bottom: 88px;
}
#recruit_post--map iframe,
#event_post--map iframe {
  width: 100%;
}
.recruit_post--content .interview_list {
  justify-content: center;
}
.interview_add {
  width: calc(100% / 3 - 24px);
  margin-bottom: 88px;
  margin-right: 12px;
  margin-left: 12px;
}
.interview_add .txt {
  position: relative;
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
  padding: 18px 21px;
  background-color: rgba(240, 240, 240, 0.7);
  margin-top: -64px;
  backdrop-filter: blur(12px);
}
.interview_add .txt .name {
  border-bottom: 1px dashed #f8f6ef;
  margin-bottom: 8px;
  padding-bottom: 2px;
  font-size: 100%;
  font-weight: normal;
}
.interview_add .txt .info {
  font-size: 80%;
}
.interview_add a {
  position: relative;
  display: block;
  width: 100%;
}
.interview_add a:hover {
  color: #222;
}
.interview_add a:hover::before {
  opacity: 1;
}
.interview_add a::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -21px;
  width: 102px;
  height: 94px;
  opacity: 0;
  transition: all 0.2s ease-out;
  background-image: url(../images/common/more_hover_img.png);
}
@media only screen and (max-width: 768px) {
  .interview_add {
    width: auto;
    margin-bottom: 40px;
  }
  .interview_add .txt .name {
    font-size: 110%;
  }
  .interview_add .txt .info {
    font-size: 86%;
  }
  .single-recruitment .interview_list.flex-j-ctr {
    margin-bottom: 48px;
    margin-top: 24px;
  }
  .single-recruitment .interview_add {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
  .single-recruitment .interview_list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .single-recruitment .interview_list .img {
    flex-basis: 40%;
  }
  .single-recruitment .interview_list img {
    height: 100%;
    object-fit: cover;
  }
  .single-recruitment .interview_list .txt {
    height: auto;
    padding: 18px;
    margin-top: 0;
    flex-basis: 60%;
  }
}

.recurit_entry_btn,
.event_contact_btn {
  position: relative;
}
.recurit_entry_btn::before,
.event_contact_btn::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 58px;
  background-image: url(../images/recruitment/recruit_btn-chara.png);
}
.recurit_content_btns li,
.event_content_btns li {
  width: calc(100% / 2 - (8px * 1 / 2));
  margin-bottom: 8px;
}
.recurit_content_btns .btn-square,
.event_content_btns .btn-square {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 86px;
  padding: 0;
  font-size: 120%;
  line-height: 1.5;
}
.recurit_content_btns .btn-square img {
  margin-right: 16px;
}
.recurit_content_btns .btn-square .font-din,
.event_content_btns .btn-square .font-din {
  font-size: 184%;
  line-height: 0.75;
}
.recurit_content_btns .btn-square .font-din small,
.event_content_btns .btn-square .font-din small {
  font-size: 38%;
}
.recurit_content_btns .btn-square .font-din img,
.event_content_btns .btn-square .font-din img {
  vertical-align: top;
  margin-right: 10px;
}
.recurit_content_btns .btn-square[href="/favorite/"] i {
  margin-right: 14px;
  color: #f6ac00;
  font-size: 123%;
}
.recurit_content_btns .btn-square small,
.event_content_btns .btn-square small {
  font-family: fot-cezanne-pron, "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}

/* --- 職員を知る --- */
.term_list .term_parent {
  width: calc(100% / 6 - (14px * 5 / 6));
}
.term_list .term_parent.care-managers {
  /*align-self: flex-end;*/
}
.term_list .term_parent.childcare {
  align-self: start;
  /*margin-left: calc(100%/6 - (34%));*/
}
.term_list .term_parent.nutrition {
  align-self: center;
  margin-left: calc(100% / 6 - (34%));
}
.term_parent_ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.term_parent_ttl::before {
  background-color: #3db243;
}
.term_child li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 94%;
}
.term_child li::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #c2d60d;
}

/* --- side_column recruitment --- */
.recruit_btns,
.event_btns {
  background-color: #fff;
  padding: 48px 48px 48px 0;
  margin-left: -30px;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
}
.recruit_btns li:first-child {
  position: relative;
}
.recruit_btns li:first-child::before {
  content: "";
  position: absolute;
  top: -62px;
  right: 4px;
  width: 93px;
  height: 77px;
  background-image: url(../images/recruitment/recruit_btns-chara.png);
}
.recruit_btns .btn,
.event_btns .btn {
  text-align: left;
  padding: 16px 0;
  padding-left: 60px;
}
.recruit_btns .btn::before,
.event_btns .btn::before {
  position: static;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 17px;
}
.recruit_btns .btn::after,
.event_btns .btn::after {
  left: 66px;
  right: auto;
}
.recruit_btns .wpfp-link[title="お気に入り登録"],
.recruit_btns .btn-square[href="/favorite/"] {
  display: block;
  border-radius: 4px;
  padding: 0 0 0 60px;
  color: #fff;
  line-height: 76px;
  font-size: 120%;
  letter-spacing: 0.15em;
}
.recruit_btns .wpfp-link[title="お気に入り登録"] {
  background-color: #f6ac00;
}
.recruit_btns .wpfp-link[title="お気に入り登録"]:hover {
  background-color: #009342;
}
.recruit_btns .wpfp-link[title="お気に入り登録"]::before,
.recruit_btns .btn-square[href="/favorite/"]::before {
  content: "\e919";
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 18px;
  vertical-align: bottom;
  font-family: "icomoon";
  font-size: 110%;
}
.recruit_btns .btn-square[href="/favorite/"]::after {
  display: none;
}
.side_column .other_recruits {
  margin-top: 48px;
  margin-bottom: 32px;
}
.side_column .post-interview {
  width: 100%;
  max-width: 344px;
}
.side_column .post-interview:not(:last-of-type) {
  margin-bottom: 16px;
}
.side_column .post-interview a {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.side_column .post-interview a:hover {
  color: #222;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.side_column .post-interview .img {
  width: 100%;
  height: 160px;
  border-radius: 4px 4px 0 0;
  background-position: top 15% center;
  background-size: 100%;
}
.side_column .post-interview .txt {
  padding: 14px 8px 24px;
  margin-top: 0;
}
.side_column .post-interview .txt h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 6px;
  font-size: 148%;
  font-weight: normal;
  line-height: 1.5;
}
.side_column .post-interview .txt .tag {
  margin-bottom: 18px;
  line-height: 1.65;
}
.side_column .post-interview .txt .tag li {
  display: inline-block;
  margin-right: 6px;
}
.side_column .post-interview .btn {
  width: 100%;
  line-height: 38px;
  background-color: transparent;
  border: 2px solid;
  color: #f18a07;
  padding: 0;
}
.side_column .post-interview .btn::before {
  opacity: 0;
  right: 24px;
}
.side_column .post-interview .btn::after {
  right: 32px;
}
.side_column .post-interview a:hover .btn {
  background-color: #f18a07;
  color: #fff;
}
.side_column .post-interview a:hover .btn::before {
  opacity: 1;
}

@media only screen and (max-width: 1350px) {
  .recruit_btns,
  .event_btns {
    width: 100%;
    padding: 48px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    border-radius: 8px;
  }
  .recruit_btns li:first-child,
  .event_btns li:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .recruit_btns li:first-child::before {
    display: none;
  }
  .recruit_btns .btn,
  .event_btns .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .recruit_btns .wpfp-link[title="お気に入り登録"],
  .recruit_btns .btn-square[href="/favorite/"] {
    padding: 0 100px 0 60px;
  }
}
@media only screen and (max-width: 911px) {
  .recruit_btns,
  .event_btns {
    display: block;
  }
  .recruit_btns li:first-child,
  .event_btns li:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .recruit_btns .btn,
  .event_btns .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 940px) {
  .recruit_post--slider,
  .event_post--slider {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .recurit_post .recurit_post--content,
  .event_post .event_post--content,
  .video_post .video_post--content {
    border-radius: 6px;
    padding: 24px 18px 15px;
  }
  .recruit_post--slider,
  .event_post--slider {
    width: 100%;
    height: auto;
  }
  .recruit_post--pager,
  .event_post--pager {
    margin-top: 4px;
    margin-bottom: 32px;
  }
  .recurit_content_btns li,
  .event_content_btns li {
    width: 100%;
  }
  .recurit_content_btns .wpfp-link[title="お気に入り登録"] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 86px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 120%;
    line-height: 1.5;
  }
  .recurit_content_btns .wpfp-link[title="お気に入り登録"]::before {
    content: "\e919";
    font-family: "icomoon";
    margin-right: 8px;
    color: #f6ac00;
    font-size: 120%;
    vertical-align: middle;
  }
  .recurit_entry_btn::before,
  .event_contact_btn::before {
    background-size: cover;
    background-image: url(../images/recruitment/recruit_btn-chara_sp.png);
  }

  .recurit_post--table th {
    padding: 8px 0 0;
  }
  .recurit_post--table td {
    padding: 6px 0 14px;
  }
  .recurit_post--table th,
  .recurit_post--table td {
    display: block;
    width: 100%;
  }
  .recruit_term_list li {
    padding: 2px 15px 2px 10px;
  }

  .term_list .term_parent {
    width: 47%;
    margin-bottom: 18px;
  }
  .term_list .term_parent.care-managers {
    align-self: flex-start;
  }
  .term_list .term_parent.childcare,
  .term_list .term_parent.nutrition {
    margin-left: 0;
  }

  /* --- side_column recruitment --- */
  .recruit_btns,
  .event_btns {
    display: none;
  }
  .side_column .other_recruits {
    margin-top: 0;
  }
  .other_recruits .post-recruitment {
    margin-right: 0;
  }
  .other_recruits .post-recruitment a {
    width: 100%;
  }

  /* --- 固定ボタン --- */
  .single-recruitment .fix_btns li.form a,
  .single-recruitment .fix_btns li .wpfp-link[title="お気に入り登録"] {
    padding: 21px 8px;
    min-width: auto;
    font-size: 108%;
  }
  .single-recruitment .fix_btns li .btn {
    border-radius: 0;
    padding: 0 8px;
    min-width: 100%;
    line-height: 63px;
    border: none;
    font-size: 108%;
  }
  .single-recruitment .fix_btns li .btn::before,
  .single-recruitment .fix_btns li .btn::after {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .term_list .term_parent {
    width: 100%;
  }
}

/* interviews
**************************************** */
.page_ttl-interview {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 76px;
  height: 600px;
  background-position: top 32% center;
  background-repeat: no-repeat;
}
.interview_intro_column {
  position: relative;
  z-index: 2;
}
.interview_intro_column .catch {
  margin-bottom: 28px;
  font-size: 180%;
  font-weight: normal;
  line-height: 2.65;
}
.interview_intro_column .catch strong {
  display: inline-block;
  background-color: #fff;
  padding: 8px 18px;
  font-weight: normal;
  line-height: 1.5;
}
.interview_intro_column .catch strong span {
  color: #222 !important;
  background: linear-gradient(transparent 65%, #fffca8 65%);
}
.interview_intro_column .interview_tag li {
  display: inline-block;
  text-shadow: none;
  margin-right: 8px;
}
.interview_intro_column .interview_tag a {
  color: #efefef;
  border-bottom: 4px solid;
  padding-bottom: 4px;
}
.interview_intro_column .interview_tag a:hover {
  color: #f18a07;
}
.interview_intro_column .right-col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8%;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 220px;
  height: 220px;
}
.interview_intro_column .name {
  margin-bottom: 10px;
  border-bottom: 2px dashed #f6ac00;
  font-size: 158%;
  font-weight: normal;
}
.interview_intro_column .info {
  font-size: 88%;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.interview_area {
  padding: 80px 0 160px;
}
.interviews--content:not(:last-child) {
  margin-bottom: 80px;
}
.interviews--content .staff-info {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}
.interviews--content .staff-info .name {
  font-size: 142%;
  font-weight: normal;
}
.interviews--content .staff-info .info {
  margin-bottom: 2px;
  color: #555;
}
.interviews--content .staff-info .interview_tag li {
  display: inline-block;
  margin-right: 4px;
}
.interviews--content .staff-info .interview_tag a {
  color: #555;
  font-size: 90%;
  padding: 0 3px;
  display: inline-block;
  border-bottom: 2px solid #999;
  line-height: 1.6;
}
.interviews--content .staff-info .interview_tag a:hover {
  color: #f18a07;
  border-bottom: 2px solid #f18a07;
}
.interviews--content .interviewer {
  margin-bottom: 14px;
  font-size: 114%;
  color: #009342;
  font-weight: normal;
}
.interviews--content .interviewer::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #009342;
  vertical-align: middle;
  margin-right: 8px;
}
.interviews--content .staff {
  font-size: 114%;
}
.interviews--content .staff:not(:last-of-type) {
  margin-bottom: 34px;
}

/* -- 画像があったとき -- */
.interviews--content .txt {
  flex: 1;
}
.interviews--content .txt .staff:not(:last-of-type) {
  margin-bottom: 34px;
}
.interviews--content.img_left img {
  margin-left: 38px;
}
.interviews--content.img_right img {
  margin-right: 38px;
}

/* -- 一日の流れ -- */
.schedule {
  flex: auto;
  border-radius: 8px;
  padding: 32px 32px 24px;
  background-color: #fff;
  margin-right: 18px;
  margin-bottom: 18px;
  width: calc(100% / 3 - (18px * 2 / 3));
}
.schedule_list .schedule:only-child {
  flex: none;
  max-width: 650px;
  width: 70%;
  margin-right: 0;
}
.schedule:nth-child(3n),
.schedule:last-child {
  margin-right: 0;
}
.schedule .section_ttl {
  margin-bottom: 16px;
}
.schedule dl {
  position: relative;
}
.schedule dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 2px;
  height: 93%;
  background-color: #009342;
}
.schedule:nth-child(odd) dl::before {
  background-color: #f18a07;
}
.schedule:nth-child(odd) .section_ttl {
  color: #f18a07;
}
.schedule dl dt,
.schedule dl dd {
  margin-bottom: 8px;
  line-height: 1.5;
  flex: auto;
}
.schedule dl dt {
  float: left;
  clear: both;
  min-width: 112px;
  padding-right: 12px;
}
.schedule dl dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #009342;
  vertical-align: baseline;
}
.schedule:nth-child(odd) dl dt::before {
  background-color: #f18a07;
}
.schedule dl dd {
  padding-left: 118px;
}
.interview_schedule .btn {
  min-width: 360px;
  max-width: 470px;
  width: 90%;
}

@media only screen and (max-width: 1120px) {
  .interviews--content {
    display: block;
    width: 600px;
    margin: 0 auto;
  }
  .interviews--content.img_right img,
  .interviews--content.img_left img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .page_ttl-interview {
    align-items: flex-end;
    padding-top: 0;
    height: 410px;
    background-position: top 36% center;
  }
  .interview_intro_column {
    justify-content: center;
  }
  .interview_intro_column .left-col {
    margin-bottom: 24px;
  }
  .interview_intro_column .catch {
    margin-bottom: 8px;
    font-size: 124%;
    font-weight: normal;
    line-height: 2.4;
    text-align: center;
  }
  .interview_intro_column .catch strong {
    display: inline;
    padding: 8px;
  }
  .interview_intro_column .interview_tag a {
    color: #f18a07;
  }
  .interview_intro_column .right-col {
    display: none;
  }
  .interview_area {
    padding: 40px 0 100px;
  }
  .interviews--content {
    width: 100%;
  }
  .interviews--content:not(:last-child) {
    margin-bottom: 40px;
  }
  .interviews--content .staff-info {
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
  .interviews--content .interviewer {
    margin-bottom: 6px;
  }
  .interviews--content .txt .staff:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .interviews--content img {
    margin-bottom: 28px;
  }
  .interviews--content.img_right img {
    margin-right: 0;
  }
  .interviews--content.img_left img {
    margin-left: 0;
  }

  /* -- 一日の流れ -- */
  .schedule_list {
    display: block;
    border-radius: 8px;
    padding: 18px;
    background-color: #fff;
  }
  .schedule {
    width: 100%;
    flex: 1;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
  .schedule_list .schedule:only-child {
    width: 100%;
  }
  .schedule:not(:last-child) {
    margin-right: 0;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
  .schedule .section_ttl {
    margin-bottom: 12px;
  }
  .schedule dl::before {
    height: 94%;
  }
  .schedule dl dt,
  .schedule dl dd {
    line-height: 1.5;
  }
  .interview_schedule .btn {
    min-width: 95%;
    max-width: 90%;
    width: 90%;
    padding-left: 16px;
    font-size: 100%;
    letter-spacing: 0.02em;
  }
}

/* events
**************************************** */
.event_post {
  padding: 80px 0;
}
.tax-event .section_ttl-top {
  color: #f18a07;
}
.tax-graduate-briefing-tour .section_ttl-top {
  color: #53cdd0;
}
.event_post .section_ttl-top small {
  display: inline-block;
  background-color: #43b149;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
}
.tax-event .section_ttl-top small {
  background-color: #f18a07;
}
.tax-graduate-briefing-tour .section_ttl-top small {
  background-color: #53cdd0;
}

/* --- side_column events --- */
.event_btns {
  margin-bottom: 48px;
}
.event_btns .btn {
  padding-left: 44px;
}
.event_btns .btn::after {
  left: 49px;
}
.event-contact-tels {
  background-color: #f5f5f5;
  padding: 14px 14px 12px;
  border-radius: 4px;
}
.event-contact-tels dl {
  margin-top: 4px;
}
.event-contact-tels dl dt {
  float: left;
  width: 128px;
  color: #888;
}

@media only screen and (max-width: 1350px) {
  .event-contact-tels {
    width: 350px;
    padding: 12px 14px 8px;
  }
  .event-contact-tels dl {
    margin-top: 0;
  }
  .events_nav--list li .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 911px) {
  .event-contact-tels {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .event_post {
    padding: 50px 0 60px;
  }
  .event_post--table th {
    width: 48px;
  }
}

/* video
**************************************** */
.video_wrap {
  padding-top: calc(9 / 16 * 100%);
}
.video_wrap:not(:last-child) {
  margin-bottom: 40px;
}
.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .video_wrap:not(:last-child) {
    margin-bottom: 24px;
  }
}

/* blog
**************************************** */
/* ブログ見出し */
.blog--info .ttl-sm01 {
  margin-bottom: 1.5em;
  font-size: 214%;
  letter-spacing: 0.07em;
  color: #43b149;
  line-height: 1.4;
  font-weight: normal;
}
.blog--info .mce-content-body * + .ttl-sm01 {
  margin-top: 40px;
}
.blog--info .ttl-sm02 {
  margin-bottom: 0.5em;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.6;
}
.blog--info .mce-content-body * + .ttl-sm02 {
  margin-top: 40px;
}
.blog--info .ttl-sm03 {
  margin-bottom: 0.5em;
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.5;
}
.blog--info .mce-content-body * + .ttl-sm03 {
  margin-top: 40px;
}

/* cta
**************************************** */
.cta {
  padding-top: 104px;
  padding-bottom: 104px;
}
body:has(main .lps_sec) .cta_wrap .cta {
  padding-bottom: 0; /* loopsの時だけ上部のCTAの余白を調整 */
}
.cta_inner {
  width: calc(100% - 84px);
  border-radius: 32px;
  padding-top: 32px;
  padding-bottom: 18px;
  padding-left: 36px;
  padding-right: 36px;
  text-align: center;
  background-color: #eef5a9;
  background-image: url(/wp/wp-content/themes/original_theme/images/cta/br-ptn01.jpg);
}

.cta_inner .ttl {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
  display: inline-block;
  font-size: 133%;
  font-weight: 600;
  line-height: 1;
}
.cta_inner .ttl::before {
  content: "";
  position: absolute;
  left: -38px;
  top: -4px;
  width: 26px;
  height: 24px;
  background-image: url(/wp/wp-content/themes/original_theme/images/cta/kazari-left.png);
}
.cta_inner .ttl::after {
  content: "";
  position: absolute;
  right: -35px;
  top: -4px;
  width: 26px;
  height: 24px;
  background-image: url(/wp/wp-content/themes/original_theme/images/cta/kazari-right.png);
}
.cta_character {
  position: relative;
}
.cta_character .point_img {
  position: absolute;
  right: -90px;
  bottom: 26px;
}
.cta_character .point_img.hikaru {
  left: 0px;
  right: auto;
  bottom: -25px;
}
.cta_character .point_img.nagomi {
  right: 0px;
  left: auto;
  bottom: -25px;
}
.cta_btn--inner {
  height: 80px;
}
.cta_btn--inner .btn_contact {
  line-height: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn_attention {
  width: 360px;
  padding-top: 4px;
  letter-spacing: 1.26px;
  text-align: center;
  color: #707070;
}
.btn_phone {
  position: relative;
  background-color: #009342;
  margin-right: 24px;
}
.btn_phone::after {
  border-right: 2px solid #009342;
  border-top: 2px solid #009342;
}
.btn_phone:hover {
  background-color: #00b900;
}

.btn_phone .txt-lg {
  position: relative;
  text-align: center;
  display: block !important;
  font-size: 183%;
  font-family: din-2014-narrow, sans-serif;
  font-weight: bold;
  color: #fff;
}

.btn_phone .txt-lg::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
  width: 29px;
  height: 23px;
  background-image: url(/wp/wp-content/themes/original_theme/images/cta/icon-tel.png);
}

.btn_contact .txt-lg {
  font-size: 100%;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .cta {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1060px) {
  .cta_character {
    display: none;
  }
  .cta_btn .btn {
    width: 300px;
  }
  .cta_btn .btn_contact {
    padding: 0px 64px 0 44px;
  }
  .cta_btn .cta_btn--inner .btn_phone .txt-lg::before {
    left: -40px;
  }
}

@media screen and (min-width: 767px) {
  .cta_btn--inner .btn_phone::before,
  .cta_btn--inner .btn_phone::after {
    content: none;
  }
  .cta_btn--inner .btn_phone {
    padding: 0 25px 0 64px;
  }
  .cta_btn--inner .btn_phone .txt-lg::before {
    left: -12px;
  }
  .btn_phone:hover {
    background-color: #009342;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    padding-bottom: 70px;
  }
  .cta_inner {
    width: 86%;
  }
  .cta_inner .ttl {
    padding-left: 0;
  }
  .cta_btn {
    flex-wrap: wrap;
    padding-top: 8px;
  }
  .cta_btn .btn {
    width: 270px;
  }
  .cta_btn--inner {
    text-align: center;
  }
  .cta_btn--inner:first-of-type {
    margin-bottom: 8px;
  }
  .btn_phone {
    margin-right: 0;
    padding-left: 49px;
  }
  .btn_phone .txt-lg {
    font-size: 157%;
  }
  .btn_phone .txt-lg::before {
    left: -33px;
  }
  .btn_attention {
    font-size: 95%;
  }
}

/* ##############################################################################

    FORMY

############################################################################## */

.page-contact .page_ttl,
.page-thanks .page_ttl {
  background-image: url(../images/page/page_ttl-form.jpg);
  color: #43b149;
  text-shadow: none;
}
.page-entry .page_ttl,
.page-recruit-thanks .page_ttl {
  background-image: url(../images/page/page_ttl-entry.jpg);
}
.page-seminar .page_ttl {
  background-image: url(../images/page/page_ttl-form_seminar.jpg);
  color: #43b149;
  text-shadow: none;
}
.page-document .page_ttl {
  background-image: url(../images/page/page_ttl-form_document.jpg);
  color: #43b149;
  text-shadow: none;
}

.form-entry,
.form-contact {
  position: relative;
}
.form-entry-intro {
  position: relative;
  width: 499px;
  margin: -32px auto 0;
}
.form-entry-intro .hoshi {
  position: absolute;
}
.form-entry-intro .hoshi_1 {
  top: 0;
  left: 0;
}
.form-entry-intro .hoshi_2 {
  top: 60px;
  left: -60px;
}
.form-entry-intro .hoshi_3 {
  top: 10px;
  left: -50px;
}
.form_seminar_txt,
.form_document_txt {
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.form-entry-tel {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.form-contact-txt img {
  margin-right: 38px;
  margin-bottom: -20px;
}
.form-contact-txt .txt {
  flex: 1;
}
.formy_form-contact,
.formy_form-entry {
  position: relative;
  padding: 20px 4vw 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
#formy_form table {
  width: 100%;
}
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover {
  opacity: 0.7;
}
#formy_form textarea:hover {
  opacity: 0.7;
}
#formy_form input:focus {
  outline: none;
}
#formy_form .parsley-validated {
  background-color: #eee;
}
#formy_form .parsley-error {
  background-color: #fee;
}
#formy_form .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 8px 16px;
}
.requiredIcon {
  background-color: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  min-width: 220px;
  padding: 16px 32px;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}
#formy_form ul li label {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 8px 0 40px;
  cursor: pointer;
}
#formy_form ul li label:hover {
  opacity: 0.7;
}
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before {
  border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #4dbaff;
}
.formy_submit_disabled {
  background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  background-color: #aaa;
}
.formy_send {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}
.confirm-message {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-contact .page_ttl,
  .page-thanks .page_ttl {
    background-image: url(../images/page/page_ttl-form_sp.jpg);
  }
  .page-entry .page_ttl,
  .page-recruit-thanks .page_ttl {
    background-image: url(../images/page/page_ttl-entry_sp.jpg);
  }
  .page-seminar .page_ttl {
    background-image: url(../images/page/page_ttl-form_seminar_sp.jpg);
    color: #43b149;
    text-shadow: none;
  }
  .page-document .page_ttl {
    background-image: url(../images/page/page_ttl-form_document_sp.jpg);
    color: #43b149;
    text-shadow: none;
  }
  .form-entry,
  .form-contact {
    padding-bottom: 180px;
  }
  .form-entry-intro {
    width: 95%;
  }
  .form-entry-intro .hoshi {
    transform: scale(0.7);
  }
  .form-entry-intro .hoshi_1,
  .form-entry-intro .hoshi_2,
  .form-entry-intro .hoshi_3 {
    left: auto;
  }
  .form-entry-intro .hoshi_1 {
    top: -20px;
    right: 0;
  }
  .form-entry-intro .hoshi_2 {
    top: -52px;
    right: 20px;
  }
  .form-entry-intro .hoshi_3 {
    top: -25px;
    right: 39px;
  }
  .form_seminar_txt,
  .form_document_txt {
    font-size: 0.6875rem;
  }
  .form-entry-tel {
    bottom: -6px;
    width: 93%;
  }
  .form-contact-txt {
    margin-bottom: 18px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .form-contact-txt img {
    margin-right: 12px;
    margin-left: -14px;
    width: 108px;
  }
  .form-contact-txt .txt-lg {
    font-size: 94%;
  }
  #formy_form {
    padding: 0 16px 28px;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-size: contain;
    background-position: center;
  }
}
@media only screen and (max-width: 320px) {
  .form-contact-txt img {
    display: none;
  }
}

/* ##############################################################################

    レスポンシブ用

############################################################################## */

.normal-none,
.normal-none-inline,
.normal-none-flex {
  display: none;
}
.small-none {
  display: block;
}
.small-none-inline {
  display: inline-block;
}
.small-none-flex {
  display: flex;
}

@media screen and (max-width: 900px) {
  .small-none,
  .small-none-inline,
  .small-none-flex {
    display: none;
  }
  .normal-none {
    display: block;
  }
  .normal-none-inline {
    display: inline-block;
  }
  .normal-none-flex {
    display: flex;
  }
}
