/*
Theme Name: SHIMIZUKAI
Author: FOIS
*/
.btn_cmn, .btn_cmn_light, .btn_cmn_singular, .btn_primary, .btn_primary_light, .daily_flow_in_btn, .bt_staff {
  margin-left: auto;
  margin-right: auto; }
  .btn_cmn a, .btn_cmn_light a, .btn_cmn_singular a, .btn_primary a, .btn_primary_light a, .daily_flow_in_btn a, .bt_staff a {
    align-items: center;
    border-radius: 40px;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    font-weight: 400;
    justify-content: center;
    height: 80px;
    padding: 5px 30px 5px 10px;
    position: relative;
    opacity: 1;
    text-align: center;
    width: 100%; }
    .btn_cmn a::after, .btn_cmn_light a::after, .btn_cmn_singular a::after, .btn_primary a::after, .btn_primary_light a::after, .daily_flow_in_btn a::after, .bt_staff a::after {
      content: "";
      display: block;
      height: 10px;
      position: absolute;
      right: 10px;
      top: calc(50% - 5px);
      transition: 0.3s all ease-in-out;
      width: 15px; }
    .btn_cmn a:hover, .btn_cmn_light a:hover, .btn_cmn_singular a:hover, .btn_primary a:hover, .btn_primary_light a:hover, .daily_flow_in_btn a:hover, .bt_staff a:hover {
      transition: 0.3s all ease-in-out; }
      .btn_cmn a:hover::after, .btn_cmn_light a:hover::after, .btn_cmn_singular a:hover::after, .btn_primary a:hover::after, .btn_primary_light a:hover::after, .daily_flow_in_btn a:hover::after, .bt_staff a:hover::after {
        right: 5px; }
  @media (max-width: 767px) {
    .btn_cmn a, .btn_cmn_light a, .btn_cmn_singular a, .btn_primary a, .btn_primary_light a, .daily_flow_in_btn a, .bt_staff a {
      font-size: 1.125rem;
      height: 60px;
      padding: 5px 20px 5px 10px; } }
  @media all and (-ms-high-contrast: none) {
    .btn_cmn a, .btn_cmn_light a, .btn_cmn_singular a, .btn_primary a, .btn_primary_light a, .daily_flow_in_btn a, .bt_staff a {
      padding-top: 10px; } }

*,
*::after,
*::before {
  box-sizing: border-box; }

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; }

html {
  display: flex;
  flex-direction: column; }

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  min-height: 100vh;
  line-height: 1.8; }

main {
  flex: 0 0 auto; }

.mg_tp5 {
  margin-top: 5px; }

.mg_bt5 {
  margin-bottom: 5px; }

.mg_tp10 {
  margin-top: 10px; }

.mg_bt10 {
  margin-bottom: 10px; }

.mg_tp15 {
  margin-top: 15px; }

.mg_bt15 {
  margin-bottom: 15px; }

.mg_tp20 {
  margin-top: 20px; }

.mg_bt20 {
  margin-bottom: 20px; }

.mg_tp25 {
  margin-top: 25px; }

.mg_bt25 {
  margin-bottom: 25px; }

.mg_tp30 {
  margin-top: 30px; }

.mg_bt30 {
  margin-bottom: 30px; }

.mg_tp35 {
  margin-top: 35px; }

.mg_bt35 {
  margin-bottom: 35px; }

.mg_tp40 {
  margin-top: 40px; }

.mg_bt40 {
  margin-bottom: 40px; }

.mg_tp45 {
  margin-top: 45px; }

.mg_bt45 {
  margin-bottom: 45px; }

.mg_tp50 {
  margin-top: 50px; }

.mg_bt50 {
  margin-bottom: 50px; }

html, body {
  min-width: 320px; }

body {
  font-size: 1rem !important; }
  @media (max-width: 767px) {
    body {
      font-size: 0.9rem !important; } }

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

a {
  color: #2755a5;
  text-decoration: none; }
  @media (min-width: 768px), print {
    a {
      transition: all ease-in-out .3s; }
      a[href^="tel:"], a[href^="fax:"] {
        pointer-events: none; }
      a:hover {
        color: #ff475a; } }

img {
  vertical-align: middle; }

@media (min-width: 768px), print {
  .pchide {
    display: none !important; } }

@media (max-width: 767px) {
  .sphide {
    display: none !important; } }

@media (max-width: 767px) {
  .sp_block {
    display: block; } }

::placeholder {
  color: #cecece; }

:-ms-input-placeholder {
  color: #cecece; }

::-webkit-input-placeholder {
  color: #cecece; }

input, textarea, select {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #999;
  box-shadow: none !important;
  border-radius: 3px;
  font-size: 1rem;
  padding: 7px;
  outline: none; }

input, select {
  align-items: center;
  display: flex;
  height: 36px; }

button {
  cursor: pointer; }

select {
  background: none;
  cursor: pointer;
  width: 100%; }
  select::-ms-expand {
    display: none; }

#wrap_all {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%; }

#wrap_all .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    #wrap_all .wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    #wrap_all .wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    #wrap_all .wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.btn_cmn a {
  background: linear-gradient(to right, #ff9292 0%, #ff475a 50%, #ff9292 100%); }
  .btn_cmn a::after {
    background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat; }
  .btn_cmn a:hover {
    color: #fff !important; }

.btn_cmn_light a {
  background-color: #fff;
  color: #ff475a !important; }
  .btn_cmn_light a::after {
    background: url("override/src/images/common/ico-arrow-right-cmn.svg") center/contain no-repeat; }

.btn_cmn_singular a {
  background-color: #ff475a;
  color: #fff !important; }
  .btn_cmn_singular a::after {
    background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat; }
  .btn_cmn_singular a:hover {
    background-color: #2755a5; }

.btn_primary a {
  background-color: #25aae1; }
  .btn_primary a::after {
    background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat; }
  .btn_primary a:hover {
    background-color: #2755a5; }

.btn_primary_light a {
  background-color: #fff;
  color: #25aae1 !important; }
  .btn_primary_light a::after {
    background: url("override/src/images/common/ico-arrow-right-primary.svg") center/contain no-repeat; }

.boxlink {
  cursor: pointer; }

@media (max-width: 767px) {
  .sp_br {
    display: inline-block; } }

.ft_contact {
  background: #25aae1;
  background-size: 200% auto !important;
  color: #fff; }

.ft_contact_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 55px; }
  @media (min-width: 768px), print {
    .ft_contact_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .ft_contact_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .ft_contact_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1023px) {
    .ft_contact_wrap {
      display: block; } }
  @media (max-width: 767px) {
    .ft_contact_wrap {
      padding-top: 30px;
      padding-bottom: 30px; } }

.ft_contact_txt02 {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  width: 100%; }
  @media (max-width: 767px) {
    .ft_contact_txt02 {
      margin-top: 20px; } }

.ft_main {
  background: #000;
  color: #fff; }
  @media (max-width: 767px) {
    .ft_main {
      padding-bottom: 80px; } }

.ft_main_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 25px; }
  @media (min-width: 768px), print {
    .ft_main_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .ft_main_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .ft_main_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px), print {
    .ft_main_wrap {
      align-items: flex-start;
      display: flex;
      justify-content: space-between; } }

.ft_logo {
  position: relative; }
  @media (min-width: 768px), print {
    .ft_logo {
      min-width: 175px;
      width: 15.75%; } }
  @media (max-width: 767px) {
    .ft_logo {
      margin: 0 auto 20px;
      width: 175px; } }
  .ft_logo span {
    bottom: 0;
    color: #ffd668;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%; }
    @media (min-width: 768px), print {
      .ft_logo span {
        font-size: clamp(0.625rem, 0.79vw, 0.675rem); } }
    @media (max-width: 767px) {
      .ft_logo span {
        font-size: .625rem;
        font-feature-settings: "palt" 1;
        letter-spacing: -0.3px;
        padding-left: 35px;
        text-align: center; } }

@media (min-width: 768px), print {
  .ft_right {
    width: 84%; } }

@media (min-width: 768px), print {
  .ft_nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px; }
    .ft_nav li {
      padding: 0 2%; }
      .ft_nav li:last-child {
        padding-right: 0; }
      .ft_nav li a {
        color: #fff;
        display: block;
        line-height: 1.4;
        text-align: center; }
      .ft_nav li i {
        font-size: 1.125rem; } }
@media (max-width: 1023px) {
  .ft_nav li {
    padding: 0 5px; } }
@media (max-width: 767px) {
  .ft_nav {
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px; }
    .ft_nav li {
      border-top: 1px dotted #fff; }
      .ft_nav li a {
        background: url("override/src/images/common/ico-arrow-right-white.svg") right center no-repeat;
        color: #fff;
        display: block;
        padding: 12px 12px 12px 0;
        position: relative; } }

.ft_copyright {
  font-size: .75rem;
  text-align: right; }
  @media (max-width: 767px) {
    .ft_copyright {
      text-align: center; } }

.ft_contact_tel {
  color: #fff6de;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3;
  min-width: 382px;
  margin: 10px;
  text-align: center; }
  .ft_contact_tel span {
    color: #fff;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: center; }
  @media (max-width: 1023px) {
    .ft_contact_tel {
      margin-bottom: 20px;
      width: calc(100% - 20px); } }
  @media (max-width: 767px) {
    .ft_contact_tel {
      font-size: 2.5rem;
      min-width: 0; }
      .ft_contact_tel a {
        color: #fff6de !important; }
      .ft_contact_tel span {
        font-size: 0.9rem; } }

.ft_contact_btn {
  margin: 10px;
  width: 30%;
  max-width: 250px;
  min-width: 180px; }
  @media (max-width: 1023px) {
    .ft_contact_btn {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .ft_contact_btn {
      margin: 0; } }
  .ft_contact_btn a {
    height: 60px; }
    @media (max-width: 767px) {
      .ft_contact_btn a {
        font-size: 1rem;
        height: 50px; } }
    .ft_contact_btn a::before {
      background: url("override/src/images/common/ico-mail.svg") center/contain no-repeat;
      content: "";
      display: inline-block;
      height: 15px;
      margin-right: 7px;
      width: 18px; }

.ft_contact_txt01 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 10px;
  min-width: 200px;
  text-align: center; }
  @media (max-width: 1023px) {
    .ft_contact_txt01 {
      width: calc(100% - 20px); } }
  @media (max-width: 767px) {
    .ft_contact_txt01 {
      font-size: 1rem; } }

.ft_btm_link {
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  width: 90%;
  max-width: 400px;
  z-index: 98; }
  @media (min-width: 768px), print {
    .ft_btm_link {
      display: none; } }
  .ft_btm_link a {
    color: #fff;
    display: block;
    height: 60px;
    text-align: center; }
  .ft_btm_link li:last-child a {
    border-radius: 0 10px 0 0; }

.ft_btm_link01 {
  width: 50%; }
  .ft_btm_link01 a {
    background: #f7941d;
    font-size: .75rem;
    line-height: 1.4;
    padding-top: 10px; }
    .ft_btm_link01 a span {
      display: block;
      font-family: "Josefin Sans", sans-serif;
      font-size: 1.2rem;
      font-weight: 500; }

.ft_btm_link02,
.ft_btm_link03 {
  width: 25%; }
  .ft_btm_link02 a,
  .ft_btm_link03 a {
    background: url("override/src/images/common/ico-star-white.svg") center 5px/18px 18px no-repeat;
    font-size: .75rem;
    line-height: 1.2;
    padding-top: 25px; }

.ft_btm_link02 a {
  background-color: #25aae1; }

.ft_btm_link03 a {
  background-color: #ff475a; }

.js_ofi img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%; }

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
main {
  flex: 1; }

.wrap404 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 50px;
  text-align: center; }
  @media (min-width: 768px), print {
    .wrap404 {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .wrap404 {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .wrap404 {
      padding-left: 15px;
      padding-right: 15px; } }

.sub_ttl {
  background: none !important;
  border: none !important;
  font-size: 2.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 767px) {
    .sub_ttl {
      font-size: 1.4rem; } }

.sub_ttl02 {
  background: none !important;
  border: none !important;
  color: #ff475a !important;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 767px) {
    .sub_ttl02 {
      font-size: 1.2rem; } }

.facility_list {
  margin-bottom: 80px; }

.facility_ttl {
  color: #9f76b4 !important;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .facility_ttl {
      margin-bottom: 20px; } }

.header {
  align-items: center;
  background: #fff;
  display: flex;
  left: 0;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header.header_home {
    background: none;
    padding: 20px 20px 0;
    position: absolute; }
  @media (max-width: 1023px) {
    .header {
      padding: 10px; }
      .header.header_home {
        padding: 10px 10px 0; } }

.hd_link {
  display: flex;
  justify-content: space-between;
  width: 23%;
  max-width: 280px; }
  @media (max-width: 1023px) {
    .hd_link {
      display: none;
      width: 100%;
      max-width: 100%; } }
  .hd_link li {
    margin-left: 10px;
    width: 100%; }
    .hd_link li:first-of-type {
      margin-left: 0; }
    @media (max-width: 1023px) {
      .hd_link li {
        width: calc(50% - 5px); } }
    .hd_link li a {
      align-items: flex-start;
      background-image: url("override/src/images/common/ico-star-white.svg");
      background-position: 10px center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      border-radius: 10px;
      color: #fff !important;
      font-size: .75rem;
      flex-direction: column;
      justify-content: center;
      height: 50px;
      line-height: 1.4;
      padding: 5px 5px 5px 35px;
      text-align: left; }
      @media (min-width: 1300px) {
        .hd_link li a {
          font-size: .875rem; } }
      @media (max-width: 1023px) {
        .hd_link li a {
          font-size: .875rem;
          padding-left: 40px; } }
      @media (min-width: 767px) and (max-width: 1023px) {
        .hd_link li a {
          font-size: 1rem; }
          .hd_link li a br {
            display: none; } }
      .hd_link li a::after {
        display: none; }
  .hd_link.hd_link_home {
    width: 210px; }
    .hd_link.hd_link_home li {
      width: 100px; }
      .hd_link.hd_link_home li a {
        align-items: center;
        background-position: center 12px;
        border-radius: 100%;
        font-size: .875rem;
        height: 100px;
        padding: 15px 5px 5px;
        text-align: center; }

.hd_left {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0;
  width: calc(78% - 10px); }
  .hd_left.hd_left_home {
    height: 80px;
    padding: 5px 26px;
    width: calc(100% - 230px); }
    @media (max-width: 1023px) {
      .hd_left.hd_left_home {
        height: 60px;
        padding-left: 15px;
        width: 100%; } }

.hd_logo {
  position: relative;
  width: 20%;
  max-width: 227px;
  min-width: 175px; }
  .hd_logo span {
    bottom: 0;
    font-size: clamp(0.625rem, 0.85vw, 0.83rem);
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%; }
    @media (max-width: 767px) {
      .hd_logo span {
        font-feature-settings: "palt" 1;
        letter-spacing: -0.3px;
        padding-left: 35px;
        text-align: center; } }

.hd_nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 1%;
  width: 79%; }
  @media (max-width: 1023px) {
    .hd_nav {
      display: none; } }
  .hd_nav li {
    font-size: .875rem;
    padding: 0 1.2%; }
    @media (min-width: 1300px) {
      .hd_nav li {
        font-size: 1rem; } }
    .hd_nav li a {
      color: #000;
      display: block;
      line-height: 1.4;
      text-align: center; }
    .hd_nav li i {
      font-size: 1.25rem; }

.spmenu_in::after {
  content: "";
  display: block;
  height: 15px;
  width: 100%; }
.spmenu_in .hd_link {
  display: flex;
  align-items: center; }

.hd_menu_ico {
  display: none; }

.hd_menu_ico, .hd_menu_close {
  z-index: 9; }
  @media (max-width: 1023px) {
    .hd_menu_ico, .hd_menu_close {
      align-items: center;
      background: linear-gradient(to right, #ff9292 0%, #ff475a 50%, #ff9292 100%);
      background-size: 200% auto;
      border-radius: 100%;
      cursor: pointer;
      display: flex;
      position: absolute;
      height: 50px;
      width: 50px;
      top: 15px;
      right: 15px;
      text-align: center;
      justify-content: center; } }

.spmenu {
  bottom: 0;
  background: #fff;
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  overflow-y: auto;
  padding: 75px 30px 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.spmenu_nav {
  border-top: 1px dotted #ccc;
  margin-bottom: 20px; }
  .spmenu_nav li {
    border-bottom: 1px dotted #ccc; }
    .spmenu_nav li a {
      background: url("override/src/images/common/ico-arrow-right-black.svg") right center no-repeat;
      color: #000;
      display: block;
      padding: 12px 15px 12px 0;
      position: relative;
      text-align: left; }

.spmenu_logo {
  margin: 0 auto 20px;
  text-align: center;
  width: 200px; }
  .spmenu_logo a {
    display: inline-block; }

.p-section-front-page-content {
  padding: 0 !important; }

.wp-block-lazyblock-no-slug {
  margin-top: 0 !important; }

.hm_mainvisual {
  position: relative; }

.hm_mainvisual_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2; }
  .hm_mainvisual_deco span {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.25);
    animation: animate 25s linear infinite;
    bottom: -150px; }
    .hm_mainvisual_deco span:nth-child(1) {
      left: 25%;
      width: 80px;
      height: 80px;
      animation-delay: 0s; }
    .hm_mainvisual_deco span:nth-child(2) {
      left: 10%;
      width: 20px;
      height: 20px;
      animation-delay: 2s;
      animation-duration: 12s; }
    .hm_mainvisual_deco span:nth-child(3) {
      left: 70%;
      width: 20px;
      height: 20px;
      animation-delay: 4s; }
    .hm_mainvisual_deco span:nth-child(4) {
      left: 40%;
      width: 60px;
      height: 60px;
      animation-delay: 0s;
      animation-duration: 18s; }
    .hm_mainvisual_deco span:nth-child(5) {
      left: 65%;
      width: 20px;
      height: 20px;
      animation-delay: 0s; }
    .hm_mainvisual_deco span:nth-child(6) {
      left: 75%;
      width: 110px;
      height: 110px;
      animation-delay: 3s; }
    .hm_mainvisual_deco span:nth-child(7) {
      left: 35%;
      width: 150px;
      height: 150px;
      animation-delay: 7s; }
    .hm_mainvisual_deco span:nth-child(8) {
      left: 50%;
      width: 25px;
      height: 25px;
      animation-delay: 15s;
      animation-duration: 45s; }
    .hm_mainvisual_deco span:nth-child(9) {
      left: 20%;
      width: 15px;
      height: 15px;
      animation-delay: 2s;
      animation-duration: 35s; }
    .hm_mainvisual_deco span:nth-child(10) {
      left: 85%;
      width: 150px;
      height: 150px;
      animation-delay: 0s;
      animation-duration: 11s; }
  @media (max-width: 767px) {
    .hm_mainvisual_deco span {
      transform: scale(0.5, 0.5); } }

.hm_mainvisual_lst {
  display: flex;
  flex-wrap: nowrap !important;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .hm_mainvisual_lst li, .hm_mainvisual_lst figure {
    height: 100vh;
    min-height: 600px;
    margin: 0 !important;
    padding: 0 !important;
    width: 25% !important; }
    .hm_mainvisual_lst li img, .hm_mainvisual_lst figure img {
      width: 100%; }
    .hm_mainvisual_lst li:nth-child(odd) img, .hm_mainvisual_lst figure:nth-child(odd) img {
      transform: translateY(-100%);
      animation: slide-down 1.5s;
      animation-fill-mode: forwards; }
    .hm_mainvisual_lst li:nth-child(even) img, .hm_mainvisual_lst figure:nth-child(even) img {
      transform: translateY(100%);
      animation: slide-up 1.5s;
      animation-fill-mode: forwards; }
  .hm_mainvisual_lst::before {
    background: #e6736f;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    top: 0;
    width: 100%; }
  @media (max-width: 767px) {
    .hm_mainvisual_lst li {
      height: 500px;
      min-height: 0; } }

.hm_mainvisual_cont {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  justify-content: center;
  padding: 100px 15px 0;
  position: absolute !important;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 4; }
  @media (max-width: 767px) {
    .hm_mainvisual_cont {
      padding: 70px 15px; } }

.hm_mainvisual_cont_txt01 {
  margin-bottom: 20px; }
  .hm_mainvisual_cont_txt01 .hm_mainvisual_cont_txt01_in {
    background: linear-gradient(to right, rgba(255, 146, 146, 0.9) 0%, rgba(255, 71, 90, 0.9) 100%);
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.25rem;
    margin-top: 10px;
    padding: 3px 30px; }
    .hm_mainvisual_cont_txt01 .hm_mainvisual_cont_txt01_in:first-child {
      margin-top: 0; }
  @media (max-width: 767px) {
    .hm_mainvisual_cont_txt01 {
      margin-bottom: 15px; }
      .hm_mainvisual_cont_txt01 .hm_mainvisual_cont_txt01_in {
        font-size: 1.25rem;
        line-height: 1.3;
        padding: 7px 15px; } }

.hm_mainvisual_cont_txt02 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    .hm_mainvisual_cont_txt02 {
      font-size: 1rem; } }

.hm_news_wrap {
  align-items: center;
  background: linear-gradient(to right, #fff6de 0%, #fadf90 100%);
  border-radius: 0 40px 40px 0;
  display: flex;
  height: 80px;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: -40px !important;
  padding: 5px 35px 5px 0;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px), print {
    .hm_news_wrap {
      width: 89.3% !important; } }
  @media (max-width: 767px) {
    .hm_news_wrap {
      margin-right: 15px !important;
      padding: 5px 25px 5px 0;
      width: calc(100% - 15px); } }
  .hm_news_wrap::after {
    content: url("override/src/images/common/ico-arrow-right-black.svg");
    position: absolute;
    right: 33px;
    top: calc(50% - 13px); }
    @media (max-width: 767px) {
      .hm_news_wrap::after {
        right: 20px; } }

.hm_news {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .hm_news {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .hm_news {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hm_news {
      padding-left: 15px;
      padding-right: 15px; } }
  .hm_news .snow-monkey-posts {
    border: none !important;
    width: 100%; }
    .hm_news .snow-monkey-posts .c-entry-summary__body {
      align-items: center;
      display: flex;
      flex-direction: row-reverse; }
      @media (max-width: 767px) {
        .hm_news .snow-monkey-posts .c-entry-summary__body {
          flex-direction: column-reverse;
          align-items: flex-start; } }
    .hm_news .snow-monkey-posts .c-entries__item a {
      padding: 0; }
      .hm_news .snow-monkey-posts .c-entries__item a .c-entry-summary__title, .hm_news .snow-monkey-posts .c-entries__item a .c-entry-summary__meta {
        font-size: 1rem; }
        @media (max-width: 767px) {
          .hm_news .snow-monkey-posts .c-entries__item a .c-entry-summary__title, .hm_news .snow-monkey-posts .c-entries__item a .c-entry-summary__meta {
            font-size: 0.9rem;
            margin-top: 0; } }
    .hm_news .snow-monkey-posts .c-entries--text2, .hm_news .snow-monkey-posts .c-entries__item {
      border: none !important; }
    .hm_news .snow-monkey-posts .c-meta__item--published {
      font-family: "Josefin Sans", sans-serif; }
      @media (max-width: 767px) {
        .hm_news .snow-monkey-posts .c-meta__item--published {
          padding-top: 3px; } }
    .hm_news .snow-monkey-posts .c-entry-summary__header {
      flex: 1 1 0%;
      width: calc(100% - 300px); }
      .hm_news .snow-monkey-posts .c-entry-summary__header .c-entry-summary__title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      @media (max-width: 767px) {
        .hm_news .snow-monkey-posts .c-entry-summary__header {
          width: 100%; } }
    .hm_news .snow-monkey-posts .c-entry-summary__meta {
      display: flex;
      font-weight: 500;
      justify-content: space-between;
      width: 300px; }
      @media (max-width: 767px) {
        .hm_news .snow-monkey-posts .c-entry-summary__meta {
          width: 100%; } }
      .hm_news .snow-monkey-posts .c-entry-summary__meta .c-meta {
        align-items: center;
        display: flex;
        font-weight: 500;
        justify-content: space-between; }
    .hm_news .snow-monkey-posts .c-meta__item--categories {
      background: #ff475a;
      border-radius: 20px;
      color: #fff;
      display: inline-block;
      padding: 3px 10px;
      text-align: center;
      width: 150px; }
      @media (max-width: 767px) {
        .hm_news .snow-monkey-posts .c-meta__item--categories {
          font-size: .75rem;
          line-height: 1.2;
          width: 100px; } }
      .hm_news .snow-monkey-posts .c-meta__item--categories span {
        background: none !important;
        font-size: 1rem;
        font-weight: 400;
        padding: 0; }
        @media (max-width: 767px) {
          .hm_news .snow-monkey-posts .c-meta__item--categories span {
            font-size: .8rem; } }
  .hm_news dt {
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    width: 254px; }
    .hm_news dt span {
      display: inline-block; }
      .hm_news dt span.news_cat {
        background: #ff475a;
        border-radius: 20px;
        color: #fff;
        padding: 3px 10px;
        text-align: center;
        width: 150px; }
  .hm_news dd {
    width: calc(100% - 270px); }
    .hm_news dd a {
      color: #000;
      display: block;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  @media (max-width: 767px) {
    .hm_news {
      display: block; }
      .hm_news dt {
        width: 100%; }
        .hm_news dt span.news_cat {
          width: 120px; }
      .hm_news dd {
        width: 100%; } }

.hm_message {
  background: url("override/src/images/home/bg-colorfull-circles.jpg") top right no-repeat;
  margin-top: -80px !important;
  padding-bottom: 120px;
  padding-top: 130px; }
  @media (max-width: 767px) {
    .hm_message {
      background-size: 50% auto;
      padding-bottom: 80px;
      padding-top: 90px; } }

.hm_message_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_message_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .hm_message_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hm_message_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.hm_cmnttl {
  color: #ff475a;
  margin-bottom: 45px; }
  .hm_cmnttl span {
    display: block; }
  .hm_cmnttl .hm_cmnttl_en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.375rem;
    font-weight: 500;
    line-height: 1; }
  .hm_cmnttl .hm_cmnttl_jp {
    font-size: 1rem;
    font-weight: 400; }
  @media (max-width: 1023px) {
    .hm_cmnttl .hm_cmnttl_en {
      font-size: 3.125rem; } }
  @media (max-width: 767px) {
    .hm_cmnttl {
      margin-bottom: 30px; }
      .hm_cmnttl .hm_cmnttl_en {
        font-size: 2rem; }
      .hm_cmnttl .hm_cmnttl_jp {
        font-size: 0.9rem; } }

.hm_message_subttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 900px; }
  @media (max-width: 767px) {
    .hm_message_subttl {
      font-size: 1.5rem;
      margin-bottom: 20px; } }
  .hm_message_subttl strong {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fadf90 50%, #fadf90 100%);
    display: inline-block;
    font-weight: 500;
    line-height: 1.3; }

.hm_message_txt {
  max-width: 930px; }

.hm_aboutus {
  position: relative; }
  .hm_aboutus::before {
    background: url("override/src/images/home/bg-about-01.jpg") center/cover no-repeat;
    content: "";
    position: absolute;
    height: calc(100% - 40px);
    left: 0;
    top: 20px;
    width: calc(50% - 275px); }
  .hm_aboutus::after {
    background: url("override/src/images/home/bg-about-02.jpg") center/cover no-repeat;
    content: "";
    position: absolute;
    height: calc(100% - 40px);
    right: 0;
    top: 20px;
    width: calc(50% - 275px); }
  @media (max-width: 767px) {
    .hm_aboutus::before {
      width: 100%; }
    .hm_aboutus::after {
      display: none; } }

.hm_aboutus_in {
  background: #25aae1;
  background-size: 200% auto;
  border-radius: 10px;
  color: #fff;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 40px;
  position: relative;
  z-index: 2; }
  .hm_aboutus_in .section_ttl {
    margin-bottom: 30px; }
    .hm_aboutus_in .section_ttl span {
      color: #fff;
      margin-bottom: 30px; }
  .hm_aboutus_in .hm_aboutus_cont {
    font-size: 1.125rem;
    line-height: 2.5;
    max-width: 380px;
    margin-bottom: 10%;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767px) {
    .hm_aboutus_in {
      padding: 70px 20px;
      width: 90%; }
      .hm_aboutus_in .hm_aboutus_cont {
        font-size: 1rem; } }

.hm_aboutus_ttl {
  margin-bottom: 30px;
  text-align: center; }
  .hm_aboutus_ttl span {
    display: block; }
  .hm_aboutus_ttl .hm_aboutus_ttl_en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 35px; }
  .hm_aboutus_ttl .hm_aboutus_jp {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.125rem;
    font-weight: 400;
    letter-spacing: .2rem;
    line-height: 1.3; }
  @media (max-width: 767px) {
    .hm_aboutus_ttl {
      margin-bottom: 20px; }
      .hm_aboutus_ttl .hm_aboutus_ttl_en {
        font-size: 1rem;
        margin-bottom: 25px; }
      .hm_aboutus_ttl .hm_aboutus_jp {
        font-size: 1.875rem; } }

.hm_aboutus_btn {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto; }
  .hm_aboutus_btn a {
    height: 60px; }
  @media (max-width: 767px) {
    .hm_aboutus_btn a {
      height: 50px; } }

.hm_fellow {
  padding-bottom: 75px;
  padding-top: 115px;
  position: relative; }
  .hm_fellow::before {
    background: #fff6de;
    bottom: 0;
    content: "";
    height: calc(100% - 210px);
    position: absolute;
    right: 0;
    width: 75.71%; }
  @media (max-width: 767px) {
    .hm_fellow {
      padding-bottom: 50px;
      padding-top: 75px; }
      .hm_fellow::before {
        height: calc(100% - 125px); } }

.hm_fellow_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px), print {
    .hm_fellow_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .hm_fellow_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hm_fellow_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .hm_fellow_wrap .hm_cmnttl {
    color: #f7941d;
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    .hm_fellow_wrap .hm_cmnttl {
      margin-bottom: 15px; } }
  .hm_fellow_wrap .hm_fellow_btn a {
    background: #f7941d; }
  .hm_fellow_wrap .hm_fellow_btn:hover a {
    background: linear-gradient(to right, #ffd39e 0%, #f7941d 50%, #ffd39e 100%);
    background-size: 200% auto;
    background-position: right; }

@media (max-width: 767px) {
  .hm_fellow_txt {
    margin-bottom: 30px; } }

@media (min-width: 768px), print {
  .hm_fellow_lst {
    align-items: flex-start;
    display: flex;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .hm_fellow_lst {
    margin-bottom: 25px; } }

.hm_fellow_box {
  background: #fff; }
  .hm_fellow_box a {
    color: #000; }
    .hm_fellow_box a:hover .hm_fellow_box_img img {
      transform: scale(1.1, 1.1); }
  @media (min-width: 768px), print {
    .hm_fellow_box {
      margin-left: 3%;
      width: 32.45%; }
      .hm_fellow_box:nth-child(3n + 1) {
        margin-top: 120px;
        margin-left: 1.5%; }
      .hm_fellow_box:nth-child(2n + 2) {
        margin-top: 60px; } }
  @media (max-width: 767px) {
    .hm_fellow_box {
      margin-top: 15px; }
      .hm_fellow_box a {
        display: flex;
        width: 100%; }
      .hm_fellow_box:first-child {
        margin-top: 0; } }

.hm_fellow_box_img {
  position: relative; }
  .hm_fellow_box_img span {
    display: block;
    overflow: hidden;
    width: 100%; }
  .hm_fellow_box_img img {
    transition: 0.3s all ease-in-out;
    aspect-ratio: 37 / 40; }
    @media (max-width: 767px) {
      .hm_fellow_box_img img {
        aspect-ratio: 1 / 1; } }
  .hm_fellow_box_img::before {
    border: 6px solid #f7941d;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 1; }
  @media (max-width: 767px) {
    .hm_fellow_box_img {
      max-width: 150px;
      width: 40%; }
      .hm_fellow_box_img::before {
        border-width: 3px;
        left: -7px;
        top: -7px; } }

.hm_fellow_box_cont {
  padding: 20px; }
  @media (max-width: 767px) {
    .hm_fellow_box_cont {
      display: flex;
      flex: 1 1 0%;
      flex-direction: column;
      justify-content: center;
      padding: 10px 10px 10px 15px;
      width: 60%; } }

.hm_fellow_box_info {
  color: #ccc;
  font-family: "Josefin Sans", sans-serif;
  font-size: .875rem; }

.hm_fellow_box_name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .hm_fellow_box_name {
      display: block;
      font-size: 1.25rem;
      line-height: 1.3; } }

.hm_fellow_btn {
  max-width: 1000px; }

.hm_support {
  padding-top: 85px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .hm_support {
      padding-top: 55px; } }

.hm_support_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_support_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .hm_support_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hm_support_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .hm_support_wrap .hm_cmnttl {
    color: #66c18c; }
  @media (min-width: 768px), print {
    .hm_support_wrap {
      align-items: flex-end;
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .hm_support_wrap {
      padding-bottom: 50px; } }

@media (min-width: 768px), print {
  .hm_support_img {
    margin-left: -60px;
    width: 71.93%; } }
@media (max-width: 767px) {
  .hm_support_img {
    margin-bottom: 20px;
    margin-left: -15px; } }

@media (min-width: 768px), print {
  .hm_support_cont {
    padding-bottom: 200px;
    width: 38.6%; } }
.hm_support_cont .hm_cmnttl {
  text-align: right; }
@media (max-width: 767px) {
  .hm_support_cont .hm_cmnttl {
    margin-bottom: 20px; } }

.hm_support_txt {
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .hm_support_txt {
      margin-bottom: 30px; } }

@media (min-width: 768px), print {
  .hm_support_btnlst {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; } }
.hm_support_btnlst li {
  margin-top: 10px;
  max-width: 350px;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  .hm_support_btnlst li:first-child {
    margin-top: 0; }
  .hm_support_btnlst li a {
    background: #66c18c;
    color: #fff !important;
    height: 60px;
    line-height: 1.3; }
    .hm_support_btnlst li a:hover {
      background: #f7941d; }
@media (max-width: 767px) {
  .hm_support_btnlst li {
    margin-left: auto;
    margin-right: auto; }
    .hm_support_btnlst li a {
      height: 50px; } }

.hm_entry {
  background: #fff6de;
  margin-top: -70px !important;
  padding-bottom: 40px;
  padding-top: 135px; }
  @media (max-width: 767px) {
    .hm_entry {
      margin-top: 0 !important;
      padding-bottom: 40px;
      padding-top: 50px; } }

.hm_entry_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_entry_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .hm_entry_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hm_entry_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .hm_entry_wrap .hm_cmnttl {
    margin-bottom: 20px;
    text-align: center; }
    .hm_entry_wrap .hm_cmnttl .hm_cmnttl_en {
      color: #000; }
    .hm_entry_wrap .hm_cmnttl .hm_cmnttl_jp {
      color: #9f76b4; }

.hm_entry_txt {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
  text-align: center; }
  .hm_entry_txt a {
    color: #25aae1;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .hm_entry_txt {
      margin-bottom: 40px; } }

.hm_entry_bnr {
  position: relative; }

@media (max-width: 767px) {
  .hm_entry_bnr_img {
    height: 120px; } }

.hm_entry_bnr_ttl a {
  align-items: center;
  border: 6px solid #9f76b4;
  color: #fff;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  height: 100%;
  justify-content: flex-end;
  left: -20px;
  padding: 20px 13% 20px 20px;
  position: absolute;
  top: -20px;
  width: 100%; }
  .hm_entry_bnr_ttl a::before {
    background: url("override/src/images/common/ico-arrow-right-color05.svg") center/contain no-repeat;
    content: "";
    height: 38px;
    position: absolute;
    right: 5%;
    top: calc(50% - 19px);
    width: 22px; }
  .hm_entry_bnr_ttl a:hover {
    background: #9f76b4;
    color: #fff !important;
    opacity: 1; }
    .hm_entry_bnr_ttl a:hover::before {
      background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat; }
  @media (max-width: 767px) {
    .hm_entry_bnr_ttl a {
      border-width: 3px;
      font-size: 1.875rem;
      left: -7px;
      padding: 10px 30px 10px 10px;
      top: -7px; }
      .hm_entry_bnr_ttl a::before {
        height: 20px;
        right: 10px;
        top: calc(50% - 10px); } }

.hm_career {
  background: #fff6de;
  margin-top: 0 !important;
  padding-bottom: 115px;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .hm_career {
      padding-top: 30px;
      padding-bottom: 70px; } }

.hm_career_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  padding-bottom: 60px; }
  @media (min-width: 768px), print {
    .hm_career_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .hm_career_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hm_career_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .hm_career_wrap {
      padding-bottom: 40px; } }

.hm_career_img {
  height: 45vw;
  max-height: 800px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 62.14%; }
  @media (max-width: 767px) {
    .hm_career_img {
      height: auto;
      max-height: none;
      margin-bottom: 20px;
      margin-left: -15px;
      margin-right: -15px;
      position: static;
      width: calc(100% + 15px); } }

.hm_career_cont {
  position: relative;
  width: 40%;
  z-index: 2; }
  @media (max-width: 767px) {
    .hm_career_cont {
      width: 100%; } }
  .hm_career_cont .hm_cmnttl {
    margin-bottom: 20px;
    margin-top: 30px; }

.hm_career_txt {
  max-width: 350px;
  margin-bottom: 45px;
  width: calc(100% - 30px); }
  @media (max-width: 767px) {
    .hm_career_txt {
      max-width: none;
      margin-bottom: 30px;
      width: 100%; } }

.hm_career_facilitylst {
  background: linear-gradient(to right, #ff9292 0%, #ff475a 50%, #ff9292 100%);
  background-size: 200% auto;
  padding: 30px 0 40px; }
  @media (max-width: 767px) {
    .hm_career_facilitylst {
      padding: 0 0 20px; } }
  .hm_career_facilitylst li {
    max-width: 330px;
    margin: 0 auto;
    width: calc(100% - 30px); }
    .hm_career_facilitylst li a {
      border-bottom: 1px dotted #fff;
      color: #fff;
      display: block;
      font-size: 1.25rem;
      padding: 10px 20px 6px 0;
      position: relative; }
      .hm_career_facilitylst li a::before {
        content: url("override/src/images/common/ico-arrow-right-white.svg");
        position: absolute;
        right: 0px;
        top: calc(50% - 15px); }
  @media (max-width: 767px) {
    .hm_career_facilitylst li {
      max-width: none; }
      .hm_career_facilitylst li a {
        font-size: 1rem; } }

.hm_sempai_lst {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  align-items: flex-start;
  display: flex;
  margin-bottom: 40px; }
  @media (min-width: 768px), print {
    .hm_sempai_lst {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .hm_sempai_lst {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .hm_sempai_lst {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 479px) {
    .hm_sempai_lst {
      display: block; } }

.hm_sempai_box {
  position: relative; }
  .hm_sempai_box a:hover .hm_sempai_box_img img {
    transform: scale(1.1, 1.1); }
  @media (min-width: 768px), print {
    .hm_sempai_box {
      margin-left: 3%;
      width: 32.45%; }
      .hm_sempai_box:nth-child(3n + 1) {
        margin-top: 120px;
        margin-left: 1.5%; }
      .hm_sempai_box:nth-child(2n + 2) {
        margin-top: 60px; } }
  @media (max-width: 767px) {
    .hm_sempai_box {
      margin-left: 3%;
      width: 32.45%; }
      .hm_sempai_box:nth-child(3n + 1) {
        margin-top: 60px;
        margin-left: 1.5%; }
      .hm_sempai_box:nth-child(2n + 2) {
        margin-top: 30px; } }
  @media (max-width: 479px) {
    .hm_sempai_box {
      margin-left: 0;
      margin-top: 20px !important;
      width: 100%; }
      .hm_sempai_box:first-child {
        margin-top: 0 !important; } }

.hm_sempai_box_img {
  overflow: hidden; }
  .hm_sempai_box_img img {
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    width: 100%; }
    @media (min-width: 768px), print {
      .hm_sempai_box_img img {
        aspect-ratio: 5/6; } }
    @media (max-width: 767px) {
      .hm_sempai_box_img img {
        aspect-ratio: 3/2; } }

.hm_sempai_box_ttl {
  align-items: center;
  border: 6px solid #ff475a;
  display: flex;
  justify-content: center;
  height: 100%;
  left: -20px;
  padding: 50px 5px 5px;
  position: absolute;
  top: -20px;
  width: 100%; }
  .hm_sempai_box_ttl span {
    background: #ff9292;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 10px 25px;
    text-align: center; }
  @media (max-width: 767px) {
    .hm_sempai_box_ttl {
      border-width: 3px;
      left: -7px;
      padding: 5px;
      top: -7px; }
      .hm_sempai_box_ttl span {
        font-size: 1rem;
        line-height: 1.3;
        padding: 5px 15px;
        text-align: center; } }

@keyframes slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes slide-up {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }
.wp-block-lazyblock-home-career, .wp-block-lazyblock-home-aboutus, .wp-block-lazyblock-home-fellow, .wp-block-lazyblock-home-support, .wp-block-lazyblock-home-entry {
  margin-top: 0 !important; }

@media (min-width: 768px), print {
  .subpage {
    padding-top: 70px; } }
@media (max-width: 1023px) {
  .subpage {
    padding-top: 50px; } }
.subpage .l-contents {
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .subpage .l-contents {
      margin-bottom: 70px; } }

.feature_section {
  position: relative; }
  .feature_section::before {
    background: #fff6de;
    bottom: -30px;
    content: "";
    height: 66%;
    position: absolute;
    right: 0;
    width: calc(100% - 50px); }
  .feature_section ~ div {
    position: relative;
    z-index: 1; }
  @media (max-width: 1023px) {
    .feature_section::before {
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .feature_section::before {
      width: calc(100% - 30px); } }

.feature_img {
  height: 450px;
  position: relative;
  width: calc(100% - 50px);
  z-index: 1; }
  @media (max-width: 1023px) {
    .feature_img {
      height: 300px;
      width: calc(100% - 60px); } }
  @media (max-width: 1023px) {
    .feature_img {
      height: 150px;
      width: calc(100% - 30px); } }

.feature_cont {
  background: rgba(255, 255, 255, 0.8);
  bottom: 13%;
  display: inline-block;
  height: 120px;
  padding: 20px 40px 34px 50px;
  position: absolute;
  z-index: 2; }
  .feature_cont span {
    display: inline-block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    position: relative; }
    .feature_cont span::before {
      background: #ff475a;
      bottom: -10px;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
  @media (max-width: 1023px) {
    .feature_cont {
      height: 80px;
      padding: 10px 20px 24px 30px; }
      .feature_cont span {
        font-size: 1.5rem; }
        .feature_cont span::before {
          bottom: -7px; } }
  @media (max-width: 1023px) {
    .feature_cont {
      height: 70px;
      padding: 10px 10px 15px 15px; }
      .feature_cont span {
        font-size: 1.25rem; }
        .feature_cont span::before {
          bottom: -5px; } }

.c-page-header {
  display: none !important; }

.c-entry__title {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center; }

.type-post .c-entry__title, .type-careerups .c-entry__title {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: left; }
  @media (max-width: 767px) {
    .type-post .c-entry__title, .type-careerups .c-entry__title {
      font-size: 1.5rem; } }

@media (max-width: 767px) {
  .type-occupation .c-entry__title {
    font-size: 1.4rem;
    padding: 0 20px; } }
.type-occupation .c-eyecatch {
  margin-bottom: 50px; }

.c-meta__item--author {
  display: none !important; }

@media (max-width: 767px) {
  .l-title-top-widget-area {
    display: none; } }

.breadcrumbs {
  color: #999;
  font-size: .875rem;
  margin-bottom: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none !important; } }
  .breadcrumbs a {
    color: #000; }
  .breadcrumbs > span {
    padding: 0 10px; }
    .breadcrumbs > span:first-child {
      padding-left: 0; }
  .breadcrumbs .current-item {
    color: #999; }

.feature_singular {
  margin-bottom: 45px; }
  .feature_singular .feature_img {
    height: 200px; }
    @media (max-width: 1023px) {
      .feature_singular .feature_img {
        height: 200px;
        width: calc(100% - 60px); } }
    @media (max-width: 1023px) {
      .feature_singular .feature_img {
        height: 150px;
        width: calc(100% - 30px); } }

.feature_singularcont {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-left: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media (max-width: 1023px) {
    .feature_singularcont {
      padding-left: 30px; } }
  @media (max-width: 1023px) {
    .feature_singularcont {
      padding-left: 15px; } }

.feature_singulartxt_ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .feature_singulartxt_ja {
      font-size: 1.5rem; } }

.feature_singulartxt_en {
  color: #fff;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    .feature_singulartxt_en {
      font-size: 1rem; } }

.l-sidebar-widget-area .c-widget__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500 !important; }
.l-sidebar-widget-area .wpaw-term {
  background: none !important;
  color: #ff475a;
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0; }
.l-sidebar-widget-area .wpaw-posts-list__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 5px; }
.l-sidebar-widget-area .wpaw-posts-list__date {
  color: #666;
  font-size: .625rem; }

.l-archive-top-widget-area__item .c-section {
  padding: 0; }

.archive_ttl_wrap .about_cmn_ttl01 {
  border-bottom: none !important;
  margin: 50px 0; }
  .archive_ttl_wrap .about_cmn_ttl01::before {
    display: none; }

.l-body--right-sidebar .l-contents__inner {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1023px) {
    .l-body--right-sidebar .l-contents__inner {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .l-body--right-sidebar .l-contents__inner {
      padding-left: 20px;
      padding-right: 20px; } }

.about_concept {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .about_concept {
      padding-bottom: 50px; } }

.about_concept_wrap, .about_shimizukai_wrap, .about_facility_wrap, .about_movie_wrap, .about_recruit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .about_concept_wrap, .about_shimizukai_wrap, .about_facility_wrap, .about_movie_wrap, .about_recruit {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .about_concept_wrap, .about_shimizukai_wrap, .about_facility_wrap, .about_movie_wrap, .about_recruit {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .about_concept_wrap, .about_shimizukai_wrap, .about_facility_wrap, .about_movie_wrap, .about_recruit {
      padding-left: 15px;
      padding-right: 15px; } }

.about_cmn_ttl01 {
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  .about_cmn_ttl01::before {
    background: #000;
    content: "";
    display: inline-block;
    height: 100px;
    margin-bottom: 15px;
    width: 1px; }
  .about_cmn_ttl01 span {
    display: block;
    text-align: center; }
    .about_cmn_ttl01 span.about_cmn_ttl01en {
      color: #ff475a;
      font-family: "Josefin Sans", sans-serif;
      font-size: 1.25rem;
      font-weight: 400; }
    .about_cmn_ttl01 span.about_cmn_ttl01ja {
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 2.125rem;
      font-weight: 500; }
  @media (max-width: 767px) {
    .about_cmn_ttl01 {
      margin-bottom: 20px; }
      .about_cmn_ttl01::before {
        height: 50px;
        margin-bottom: 8px; }
      .about_cmn_ttl01 span.about_cmn_ttl01en {
        font-size: 1rem; }
      .about_cmn_ttl01 span.about_cmn_ttl01ja {
        font-size: 1.5rem; }
        .about_cmn_ttl01 span.about_cmn_ttl01ja br {
          display: none; } }

.about_cmn_ttl02 {
  margin-bottom: 50px;
  position: relative;
  text-align: center; }
  .about_cmn_ttl02 span {
    display: block;
    text-align: center; }
    .about_cmn_ttl02 span.about_cmn_ttl02en {
      color: #fff6de;
      font-family: "Josefin Sans", sans-serif;
      font-size: 3.125rem;
      font-weight: 400;
      line-height: 1.4; }
    .about_cmn_ttl02 span.about_cmn_ttl02ja {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 500; }
      .about_cmn_ttl02 span.about_cmn_ttl02ja::before {
        content: "-  "; }
      .about_cmn_ttl02 span.about_cmn_ttl02ja::after {
        content: "  -"; }
  @media (max-width: 767px) {
    .about_cmn_ttl02 {
      margin-bottom: 30px; }
      .about_cmn_ttl02 span.about_cmn_ttl02en {
        font-size: 1.875rem; }
      .about_cmn_ttl02 span.about_cmn_ttl02ja {
        font-size: 1.25rem; } }

.about_concept_topcont {
  color: #999;
  text-align: center; }
  @media (max-width: 767px) {
    .about_concept_topcont br {
      display: none; } }

.about_shimizukai {
  background: url("override/src/images/about/bg-shimizukai.jpg") center/cover no-repeat;
  position: relative; }
  .about_shimizukai::before {
    background: #25aae1;
    background-position: left;
    background-size: 200% auto;
    content: "";
    opacity: .95;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .about_shimizukai::after {
    background: #fff6de;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 100%;
    width: calc(100% - 100px); }

.about_shimizukai_wrap {
  padding-bottom: 95px;
  padding-top: 70px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .about_shimizukai_wrap {
      padding-bottom: 50px;
      padding-top: 40px; } }

@media (min-width: 768px), print {
  .about_shimizukai_lst {
    display: flex;
    flex-wrap: wrap; }
    .about_shimizukai_lst li {
      padding: 0 4%;
      position: relative;
      width: calc(100%/3 - 0.1px); }
      .about_shimizukai_lst li::before {
        background: #fff;
        content: "";
        height: 70%;
        left: 0;
        position: absolute;
        top: 15%;
        width: 1px; }
      .about_shimizukai_lst li:first-child::before {
        display: none; } }
@media (max-width: 767px) {
  .about_shimizukai_lst li {
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-bottom: 30px; }
    .about_shimizukai_lst li:first-child {
      border-top: none;
      padding-top: 0; }
    .about_shimizukai_lst li:last-child {
      margin-bottom: 0; } }

.about_shimizukai_lstico {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  display: flex;
  height: 150px;
  justify-content: center;
  margin: 0 auto;
  width: 150px; }
  @media (max-width: 767px) {
    .about_shimizukai_lstico {
      height: 120px;
      width: 120px; } }

.about_shimizukai_lstnum {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5.625rem;
  line-height: 1;
  margin-top: -25px;
  text-align: center; }
  @media (max-width: 767px) {
    .about_shimizukai_lstnum {
      font-size: 3.75rem;
      margin-top: -15px; } }

.about_shimizukai_lstnu_sub {
  color: #fff6de;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: -5px;
  text-align: center; }
  @media (max-width: 767px) {
    .about_shimizukai_lstnu_sub {
      font-size: 1rem;
      margin-top: 0; } }

.about_shimizukai_lsttxt {
  color: #fff;
  margin-top: 15px; }

.about_facility {
  padding-bottom: 110px; }
  @media (max-width: 767px) {
    .about_facility {
      padding-bottom: 60px; } }
  .about_facility .about_cmn_ttl01 .about_cmn_ttl01en {
    color: #f7941d; }

.about_facility_lst {
  display: flex;
  flex-wrap: wrap; }

.about_facility_box {
  margin-top: 55px;
  width: calc(100%/3 - 0.1px); }
  .about_facility_box:hover .about_facility_boximg img {
    transform: scale(1.1, 1.1); }
  @media (min-width: 768px), print {
    .about_facility_box:nth-child(-n + 3) {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .about_facility_box {
      margin-top: 35px;
      width: 50%; }
      .about_facility_box:nth-child(-n + 2) {
        margin-top: 0; } }

.about_facility_boximg {
  overflow: hidden; }
  .about_facility_boximg img {
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    width: 100%; }

.about_facility_url {
  margin-top: -18px;
  margin-bottom: 10px;
  position: relative;
  width: 87.5%;
  z-index: 1; }
  .about_facility_url a {
    align-items: center;
    background: linear-gradient(to right, #ffd39e 0%, #f7941d 50%, #ffd39e 100%);
    background-size: 200%;
    background-position: left;
    border-radius: 0 25px 25px 25px;
    color: #fff !important;
    display: flex;
    height: 50px;
    line-height: 1.3;
    padding: 5px 25px;
    position: relative; }
    .about_facility_url a::after {
      background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat;
      content: "";
      display: block;
      height: 10px;
      position: absolute;
      right: 10px;
      top: calc(50% - 5px);
      transition: 0.3s all ease-in-out;
      width: 15px; }
    .about_facility_url a:hover {
      background-position: right;
      opacity: 1;
      transition: 0.3s all ease-in-out; }
      .about_facility_url a:hover::after {
        right: 5px; }
  @media (max-width: 767px) {
    .about_facility_url {
      width: calc(100% - 15px); }
      .about_facility_url a {
        border-radius: 0 15px 15px 15px;
        padding: 5px 15px; }
        .about_facility_url a::after {
          right: 5px; } }

.about_facility_info {
  padding-left: 25px; }
  .about_facility_info span {
    display: block;
    font-weight: 400; }
  @media (max-width: 767px) {
    .about_facility_info {
      padding-left: 5px; } }

.about_facility_infotype {
  color: #999;
  font-size: 1rem; }
  @media (max-width: 767px) {
    .about_facility_infotype {
      font-size: .85rem; } }

.about_facility_infoname {
  font-size: 1.625rem;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .about_facility_infoname {
      font-size: 1rem; } }

.about_movie {
  position: relative; }
  .about_movie::before {
    background: #fff6de;
    bottom: -30px;
    content: "";
    height: 30%;
    position: absolute;
    right: 0;
    width: calc(100% - 100px);
    z-index: -2; }
  @media (max-width: 1023px) {
    .about_movie::before {
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .about_movie::before {
      width: calc(100% - 30px); } }

.about_movie_in {
  background: url("override/src/images/about/bg-movie.jpg") calc(100% - 100px) top/cover no-repeat;
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative; }
  .about_movie_in::before {
    background: #66c18c;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: .95;
    top: 0;
    width: calc(100% - 100px); }
  @media (max-width: 1024px) {
    .about_movie_in {
      background: url("override/src/images/about/bg-movie.jpg") calc(100% - 30px) top/cover no-repeat; } }
  @media (max-width: 1023px) {
    .about_movie_in {
      background: url("override/src/images/about/bg-movie.jpg") calc(100% - 30px) top/cover no-repeat;
      padding-bottom: 50px;
      padding-top: 40px; }
      .about_movie_in::before {
        width: calc(100% - 30px); } }
  @media (max-width: 767px) {
    .about_movie_in {
      background: url("override/src/images/about/bg-movie.jpg") calc(100% - 15px) top/cover no-repeat; }
      .about_movie_in::before {
        width: calc(100% - 15px); } }

.about_movie_wrap {
  max-width: 1000px;
  position: relative;
  width: calc(100% - 200px);
  z-index: 1; }
  @media (max-width: 1023px) {
    .about_movie_wrap {
      width: calc(100% - 100px); } }
  @media (max-width: 767px) {
    .about_movie_wrap {
      width: calc(100% - 40px); } }

.about_movie_video {
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .about_movie_video {
      margin-bottom: 15px; } }
  .about_movie_video video {
    cursor: pointer; }

.about_movie_cont {
  color: #fff;
  list-style-image: 1.8; }

.about_recruit_introtxt {
  color: #999;
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .about_recruit_introtxt {
      margin-bottom: 40px; } }

.about_movie_btn {
  height: 100px;
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
  width: 100px; }
  @media (max-width: 767px) {
    .about_movie_btn {
      height: 70px;
      left: calc(50% - 35px);
      top: calc(50% - 35px);
      width: 70px; } }

.data_intro {
  position: relative; }
  .data_intro::before {
    background: url("override/src/images/data/bg-bubble.svg") center top no-repeat;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: -5px;
    width: 100%; }
    @media (max-width: 1023px) {
      .data_intro::before {
        background-size: contain; } }

.data_intro_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px), print {
    .data_intro_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .data_intro_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .data_intro_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .data_intro_wrap .about_cmn_ttl01en {
    margin-bottom: 15px; }
  .data_intro_wrap .about_cmn_ttl01ja {
    line-height: 1.76; }

.data_blocks {
  margin-top: 80px;
  position: relative; }
  @media (max-width: 767px) {
    .data_blocks {
      margin-top: 40px; } }

.data_intro_img {
  bottom: 100%;
  position: absolute;
  left: 15px;
  max-width: 268px;
  width: 25%; }
  @media (max-width: 767px) {
    .data_intro_img {
      left: 0;
      min-width: 100px; } }

.data_block_box {
  border-radius: 20px;
  color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 20px 20px 35px;
  text-align: center; }
  .data_block_box.data_gender {
    background: #F3706C;
    padding: 20px 0 0 0; }
    .data_block_box.data_gender .data_block_box_img {
      margin-bottom: 0; }
      .data_block_box.data_gender .data_block_box_img img {
        width: 100%; }
  .data_block_box.data_ot {
    background: #26AAE1; }
  .data_block_box.data_age {
    background: #F6A2B7; }
  .data_block_box.data_staff {
    background: #FEC33F; }
  .data_block_box.data_holiday {
    background: #66C28C; }
  .data_block_box.data_seniority {
    background: #F3706C; }
  .data_block_box.data_nightshift {
    background: #9F76B4; }
  .data_block_box.data_teamwork {
    background: #4E88C6; }
  @media (max-width: 767px) {
    .data_block_box {
      padding: 15px 5% 20px;
      width: 100% !important; }
      .data_block_box.data_gender {
        padding: 15px 0 0 0; }
      .data_block_box.data_ot .data_block_box_img img, .data_block_box.data_holiday .data_block_box_img img, .data_block_box.data_seniority .data_block_box_img img, .data_block_box.data_nightshift .data_block_box_img img {
        max-height: 100px; } }

.data_block_box_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .data_block_box_ttl {
      font-size: 1.5rem;
      line-height: 1.4; } }

.data_gender_rate {
  display: flex;
  max-width: 390px;
  margin: 0 auto; }
  .data_gender_rate li {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.125rem;
    font-weight: 500;
    text-align: center;
    width: 50%; }
  @media (max-width: 767px) {
    .data_gender_rate li {
      font-size: 1.5rem; } }

.data_block_box_img {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .data_block_box_img {
      margin-bottom: 20px; } }

.data_block_box_cont {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1; }
  .data_block_box_cont .strong01 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.75rem; }
  .data_block_box_cont .strong02 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 6.25rem; }
  .data_block_box_cont .strong03 {
    font-size: 3.125rem; }
  .data_block_box_cont .strong04 {
    font-size: 1.625rem; }
  @media (max-width: 767px) {
    .data_block_box_cont {
      font-size: 1.375rem; }
      .data_block_box_cont .strong01 {
        font-size: 2.5rem; }
      .data_block_box_cont .strong02 {
        font-size: 3.75rem; }
      .data_block_box_cont .strong03 {
        font-size: 1.875rem; }
      .data_block_box_cont .strong04 {
        font-size: 1.125rem; } }

.data_point_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  padding-bottom: 135px;
  padding-top: 105px;
  position: relative; }
  @media (min-width: 768px), print {
    .data_point_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .data_point_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .data_point_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .data_point_wrap .about_cmn_ttl01 {
    text-align: left; }
    .data_point_wrap .about_cmn_ttl01::before {
      display: none; }
    .data_point_wrap .about_cmn_ttl01 span {
      text-align: left; }
  .data_point_wrap .about_concept_topcont {
    font-size: 1.125rem;
    max-width: 815px;
    text-align: left;
    width: 75%; }
  @media (max-width: 767px) {
    .data_point_wrap {
      padding-bottom: 80px;
      padding-top: 40px; }
      .data_point_wrap .about_concept_topcont {
        font-size: 1rem;
        width: calc(100% - 50px); }
      .data_point_wrap .data_point_img {
        right: 5px;
        width: 100px; } }

.data_point_img {
  bottom: 0;
  position: absolute;
  right: 5%;
  width: 21.83%;
  max-width: 280px; }

.data_career .hm_career {
  background: none;
  padding-bottom: 0;
  padding-top: 110px; }
  @media (max-width: 767px) {
    .data_career .hm_career {
      padding-top: 70px; } }
  .data_career .hm_career::before {
    background: #fff6de;
    content: "";
    height: calc(100% - 40px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
    z-index: -2; }
    @media (max-width: 1023px) {
      .data_career .hm_career::before {
        width: calc(100% - 20px); } }
    @media (max-width: 767px) {
      .data_career .hm_career::before {
        height: calc(100% - 95px);
        width: calc(100% - 10px); } }

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

.data_blocks_column {
  width: calc((100% - 15px)/3); }
  @media (max-width: 767px) {
    .data_blocks_column {
      width: 100%; } }

.data_blocks_columnbig {
  width: calc((100% - 15px)/3*2); }
  @media (max-width: 767px) {
    .data_blocks_columnbig {
      width: 100%; } }

.daily_flow {
  position: relative; }
  .daily_flow::before, .daily_flow::after {
    content: "";
    height: 50%;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 50%; }
  .daily_flow::before {
    background: url("override/src/images/daily/bg-dailyflow-left.png") left top/contain no-repeat;
    left: 0; }
  .daily_flow::after {
    background: url("override/src/images/daily/bg-dailyflow-right.png") right top/contain no-repeat;
    right: 0; }

.daily_flow_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .daily_flow_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .daily_flow_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .daily_flow_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.daily_flow_in_btn {
  margin-top: 40px !important;
  max-width: 350px;
  width: 100%; }
  .daily_flow_in_btn a {
    height: 60px; }
    .daily_flow_in_btn a::after {
      background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat; }
    .daily_flow_in_btn a:hover {
      color: #fff !important; }
  @media (max-width: 767px) {
    .daily_flow_in_btn {
      margin-top: 20px !important; }
      .daily_flow_in_btn a {
        height: 50px; } }

.daily_flow_box {
  margin-top: 120px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .daily_flow_box:first-child {
    margin-top: 0 !important; }
  .daily_flow_box:nth-child(even) {
    padding-bottom: 110px !important;
    position: relative; }
    .daily_flow_box:nth-child(even)::before {
      background: #fff6de;
      bottom: 0;
      content: "";
      height: calc(100% - 50px);
      position: absolute;
      right: 0;
      width: calc(100% - 100px); }
    .daily_flow_box:nth-child(even) .smb-section-break-the-grid__figure {
      margin-left: -20%; }
  .daily_flow_box:nth-child(1) .smb-section__subtitle {
    color: #25aae1 !important; }
  .daily_flow_box:nth-child(1) .smb-section__title::after {
    background: #25aae1 !important; }
  .daily_flow_box:nth-child(2) .smb-section__subtitle {
    color: #f7941d !important; }
  .daily_flow_box:nth-child(2) .smb-section__title::after {
    background: #f7941d !important; }
  .daily_flow_box:nth-child(3) .smb-section__subtitle {
    color: #66c18c !important; }
  .daily_flow_box:nth-child(3) .smb-section__title::after {
    background: #66c18c !important; }
  @media (max-width: 767px) {
    .daily_flow_box {
      margin-top: 80px !important; }
      .daily_flow_box:nth-child(even) {
        padding-bottom: 80px !important; }
        .daily_flow_box:nth-child(even)::before {
          width: calc(100% - 10px); } }
  .daily_flow_box .smb-section__subtitle {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 400; }
    @media (max-width: 767px) {
      .daily_flow_box .smb-section__subtitle {
        font-size: 1.125rem; } }
  .daily_flow_box .smb-section__title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.875rem;
    font-weight: 500;
    margin-bottom: 45px; }
    .daily_flow_box .smb-section__title::after {
      margin-top: 30px;
      width: 80px; }
    @media (max-width: 767px) {
      .daily_flow_box .smb-section__title {
        font-size: 1.875rem;
        margin-bottom: 30px; }
        .daily_flow_box .smb-section__title::after {
          margin-top: 20px;
          width: 60px; } }
  .daily_flow_box .smb-section__lede {
    font-size: 1.125rem !important;
    text-align: left !important; }
    @media (max-width: 767px) {
      .daily_flow_box .smb-section__lede {
        font-size: 1rem !important; } }
  .daily_flow_box .smb-section-break-the-grid__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    width: 100%;
    margin-left: auto !important; }
    @media (min-width: 768px), print {
      .daily_flow_box .smb-section-break-the-grid__content {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 1023px) {
      .daily_flow_box .smb-section-break-the-grid__content {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .daily_flow_box .smb-section-break-the-grid__content {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px), print {
    .daily_flow_box .smb-section-break-the-grid__figure {
      width: 152% !important; }
    .daily_flow_box:nth-child(odd) .smb-section-break-the-grid__figure {
      margin-right: -20%; } }

.daily_flow_lst {
  padding-bottom: 150px; }
  @media (max-width: 767px) {
    .daily_flow_lst {
      padding-bottom: 100px; } }

.daily_career {
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .daily_career {
      padding-top: 60px; } }
  .daily_career::before, .daily_career::after {
    content: "";
    position: absolute;
    opacity: .95;
    width: 100%;
    z-index: 1; }
  .daily_career::before {
    background: #fff6de;
    height: 50vw;
    top: 0;
    transform: skewY(15deg); }
  .daily_career::after {
    background: #f286a8;
    height: 47vw;
    top: -13.5vw;
    transform: skewY(-15deg); }
  @media (max-width: 767px) {
    .daily_career::before, .daily_career::after {
      height: 500px; } }
  .daily_career .hm_cmnttl {
    color: #9f76b4; }
  .daily_career .hm_career_txt {
    max-width: none;
    width: 100%; }
  .daily_career .wrap {
    position: relative;
    z-index: 2; }

.daily_career_lst {
  display: flex;
  flex-wrap: wrap; }
  .daily_career_lst li {
    margin-left: 30px;
    margin-top: 20px; }
    .daily_career_lst li a {
      align-items: center;
      background: #fff;
      border: 4px solid #9f76b4;
      color: #9f76b4;
      display: flex;
      font-size: 1.125rem;
      height: 80px;
      line-height: 1.5;
      padding: 5px 20px;
      position: relative; }
      .daily_career_lst li a::before {
        background: url("override/src/images/common/ico-arrow-right-color05.svg") center/contain no-repeat;
        content: "";
        height: 14px;
        position: absolute;
        right: 15px;
        width: 7px; }
    .daily_career_lst li.active a {
      background: #9f76b4;
      color: #fff !important; }
      .daily_career_lst li.active a::before {
        background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat; }
      .daily_career_lst li.active a::after {
        background: url("override/src/images/daily/lbl-entry.svg") center/contain no-repeat;
        content: "";
        height: 30px;
        position: absolute;
        right: -4px;
        top: -19px;
        width: 100px; }
      .daily_career_lst li.active a:hover {
        background: #8b649f;
        border-color: #8b649f; }
  @media (min-width: 768px), print {
    .daily_career_lst li {
      width: calc((100% - 60px)/3 - 0.1px); }
      .daily_career_lst li:nth-child(3n + 1) {
        margin-left: 0; }
      .daily_career_lst li:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .daily_career_lst li {
      margin-left: 20px;
      width: calc(50% - 10px); }
      .daily_career_lst li:nth-child(2n + 1) {
        margin-left: 0; }
      .daily_career_lst li:nth-child(-n + 2) {
        margin-top: 0; }
      .daily_career_lst li a {
        font-size: .875rem;
        height: 60px;
        padding: 5px 15px; } }
  @media (max-width: 479px) {
    .daily_career_lst li {
      margin-left: 0;
      width: 100%; }
      .daily_career_lst li:first-child {
        margin-top: 0; }
      .daily_career_lst li:nth-child(2) {
        margin-top: 20px; } }

.daily_career_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .daily_career_top .about_cmn_ttl01 {
    color: #fff;
    margin-bottom: 80px;
    width: 100%; }
    .daily_career_top .about_cmn_ttl01::before {
      display: none; }
  @media (max-width: 767px) {
    .daily_career_top {
      display: block; }
      .daily_career_top .about_cmn_ttl01 {
        margin-bottom: 40px; } }

.daily_career_top_img {
  width: 66.66%; }
  @media (max-width: 767px) {
    .daily_career_top_img {
      margin-bottom: 20px;
      width: 100%; } }

@media (min-width: 768px), print {
  .daily_career_top_cont {
    align-items: center;
    display: flex;
    font-size: 1.25rem;
    letter-spacing: 9px;
    line-height: 2.2;
    writing-mode: vertical-rl;
    width: 31.66%; } }
@media (max-width: 767px) {
  .daily_career_top_cont {
    font-size: 1rem;
    margin-bottom: 40px;
    text-align: center; }
    .daily_career_top_cont br {
      display: none; } }

.caregiver {
  position: relative; }
  @media (max-width: 767px) {
    .caregiver {
      background-size: 100px auto; } }

.caregiver_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .caregiver_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .caregiver_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .caregiver_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.caregiver_step_lst {
  max-width: 1060px;
  margin: 0 auto; }

.caregiver_step_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 35px !important;
  padding: 10px 30px !important; }
  @media (max-width: 767px) {
    .caregiver_step_ttl {
      font-size: 1.2rem;
      margin-bottom: 20px !important;
      padding: 7px 15px !important; } }

.caregiver_step_day {
  margin-bottom: 80px; }
  .caregiver_step_day .caregiver_step_ttl {
    background: #ff475a !important;
    color: #fff !important; }
  .caregiver_step_day .smb-step__item__number {
    background: #ff475a !important;
    color: #fff !important; }
  .caregiver_step_day .smb-step__item__title {
    color: #ff475a !important; }
  @media (max-width: 767px) {
    .caregiver_step_day {
      margin-bottom: 50px; } }

.caregiver_step_night {
  margin-bottom: 80px; }
  .caregiver_step_night .caregiver_step_ttl {
    background: #25aae1 !important;
    color: #fff !important; }
  .caregiver_step_night .smb-step__item__number {
    background: #25aae1 !important;
    color: #fff !important; }
  .caregiver_step_night .smb-step__item__title {
    color: #25aae1 !important; }
  @media (max-width: 767px) {
    .caregiver_step_night {
      margin-bottom: 50px; } }

.caregiver_message .caregiver_step_ttl {
  color: #000 !important; }
.caregiver_message .smb-section {
  padding-top: 30px; }

.smb-step__item__number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  height: 50px !important;
  width: 50px !important; }
  .smb-step__item__number::before {
    font-size: 1.25rem; }
  @media (max-width: 767px) {
    .smb-step__item__number {
      height: 36px !important;
      width: 36px !important; } }

.smb-step__item__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 400; }
  .smb-step__item__title span {
    margin-left: 30px; }
  .smb-step__item__title strong {
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 400 !important;
    margin-right: 10px; }
  @media (max-width: 767px) {
    .smb-step__item__title {
      font-size: 1rem;
      font-weight: 500; }
      .smb-step__item__title span {
        margin-left: 0; }
      .smb-step__item__title strong {
        font-size: 1.25rem;
        font-weight: 700 !important; } }

.smb-step__item__body {
  margin-left: 30px; }
  @media (max-width: 767px) {
    .smb-step__item__body {
      margin-left: 0; } }

.smb-step__body::before {
  border-left: 1px solid #ccc;
  left: 25px; }
@media (max-width: 767px) {
  .smb-step__body::before {
    left: 18px; } }

.smb-step__item:last-child {
  position: relative; }
  .smb-step__item:last-child::before {
    background: #fff;
    bottom: 0;
    content: "";
    height: calc(100% - 50px);
    left: -24px;
    position: absolute;
    width: 5px; }

.smb-alert {
  padding: 25px 30px; }
  @media (max-width: 767px) {
    .smb-alert {
      padding: 20px; } }
  .smb-alert .smb-alert__title {
    font-size: 1.25rem;
    margin-right: 7px; }
    @media (max-width: 767px) {
      .smb-alert .smb-alert__title {
        font-size: 1rem; } }

.hm_fellow_btn .wp-block-button {
  width: 100%; }

.smb-section__lede {
  font-size: 1rem; }

.smb-section__subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (max-width: 767px) {
    .smb-section__subtitle {
      font-size: 1rem; } }

.smb-section__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .smb-section__title {
      font-size: 1.6rem; } }
  .smb-section__title::after {
    margin-top: 30px;
    width: 80px; }

.c-container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

[data-has-sidebar="false"] .c-entry__content {
  margin-left: auto;
  margin-right: auto; }

.caregiver_ft {
  height: 600px;
  margin-bottom: 95px;
  padding: 0 !important; }
  .caregiver_ft .smb-section__inner {
    height: 100%; }
  .caregiver_ft .c-container {
    max-width: none; }
    .caregiver_ft .c-container .smb-section-break-the-grid__content {
      display: flex;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 500;
      flex-direction: column;
      height: 600px;
      line-height: 1.5;
      justify-content: center;
      max-width: 500px;
      padding: 20px 20px 20px 50px !important;
      position: relative !important;
      top: 50px; }
      .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title {
        margin-bottom: 60px; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title::after {
          background: #fff;
          margin-top: 60px;
          opacity: .8;
          width: 80px; }
      .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__lede {
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400; }
      .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__body {
        margin-top: 10px !important; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__body p {
          margin-top: 10px !important; }
          .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__body p:first-child {
            margin-top: 0 !important; }
    .caregiver_ft .c-container .smb-section-break-the-grid__figure {
      left: 50px !important;
      width: calc(100% - 50px) !important; }
  @media (max-width: 1023px) {
    .caregiver_ft {
      height: 300px;
      margin-bottom: 60px; }
      .caregiver_ft .c-container .smb-section-break-the-grid__content {
        height: 300px;
        margin: 0 !important;
        max-width: 340px;
        padding: 15px 15px 15px 30px !important;
        top: 30px; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title {
          margin-bottom: 30px; }
          .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title span {
            font-size: 1.25rem !important; }
          .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title::after {
            margin-top: 30px;
            width: 60px; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__body p:first-child span {
          font-size: 2.25rem !important; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__body p span {
          font-size: 1.375rem !important; }
      .caregiver_ft .c-container .smb-section-break-the-grid__figure {
        left: 30px !important;
        height: 300px;
        overflow: hidden;
        top: -300px;
        width: calc(100% - 30px) !important; }
        .caregiver_ft .c-container .smb-section-break-the-grid__figure img {
          display: block;
          height: auto;
          max-width: none;
          min-height: 100%;
          min-width: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto; } }
  @media (max-width: 767px) {
    .caregiver_ft {
      height: 240px;
      margin-bottom: 40px; }
      .caregiver_ft .c-container .smb-section-break-the-grid__content {
        height: 240px;
        margin: 0 !important;
        max-width: 220px;
        padding: 15px 15px 15px 15px !important;
        top: 15px; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title {
          margin-bottom: 15px; }
          .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title span {
            font-size: 1.125rem !important; }
          .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__title::after {
            margin-top: 15px;
            width: 60px; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__body p:first-child span {
          font-size: 1.875rem !important; }
        .caregiver_ft .c-container .smb-section-break-the-grid__content .smb-section__body p span {
          font-size: 1.25rem !important; }
      .caregiver_ft .c-container .smb-section-break-the-grid__figure {
        left: 15px !important;
        height: 240px;
        top: -240px;
        width: calc(100% - 15px) !important; } }

.c-meta__item--modified {
  display: none; }

.staff_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px), print {
    .staff_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .staff_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .staff_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.staff_job {
  font-family: "Josefin Sans", sans-serif; }
  @media (max-width: 767px) {
    .staff_job {
      font-size: 1rem; } }
  @media (min-width: 768px), print {
    .staff_job {
      font-size: 1.25rem; } }

.staff_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 767px) {
    .staff_ttl {
      font-size: 2rem;
      padding-bottom: 20px; } }
  @media (min-width: 768px), print {
    .staff_ttl {
      font-size: 2.875rem;
      padding-bottom: 30px; } }
  .staff_ttl::after {
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 80px; }

@media (max-width: 767px) {
  .staff_desc {
    margin-bottom: 40px; } }
@media (min-width: 768px), print {
  .staff_desc {
    font-size: 1.125rem;
    margin-bottom: 70px; } }

.staff_img {
  position: absolute;
  top: 0; }
  @media (max-width: 767px) {
    .staff_img {
      height: 300px;
      width: 90%; } }
  @media (min-width: 768px), print {
    .staff_img {
      height: 100%;
      width: 55%; } }
  .staff_img img {
    font-family: "object-fit: cover;";
    height: 100%;
    object-fit: cover;
    width: 100%; }

.bt_staff {
  width: 100%; }
  @media (max-width: 767px) {
    .bt_staff {
      max-width: 250px; } }
  @media (min-width: 768px), print {
    .bt_staff {
      max-width: 350px; } }
  .bt_staff a {
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .bt_staff a {
        font-size: 1rem;
        height: 50px;
        padding-left: 30px; } }
    @media (min-width: 768px), print {
      .bt_staff a {
        height: 60px;
        padding-left: 40px; } }
    .bt_staff a::after {
      background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat; }
    .bt_staff a:hover {
      color: #fff !important; }

.staff_list li {
  position: relative; }
  @media (min-width: 768px), print {
    .staff_list li {
      align-items: flex-end;
      display: flex;
      min-height: 650px; } }
  @media (max-width: 767px) {
    .staff_list li {
      padding-top: 170px; } }
  @media (max-width: 767px) {
    .staff_list li:nth-of-type(odd) {
      margin-bottom: 80px; } }
  @media (min-width: 768px), print {
    .staff_list li:nth-of-type(odd) {
      margin-bottom: 120px; } }
  .staff_list li:nth-of-type(odd) .staff_ttl::after {
    left: 0; }
  @media (min-width: 768px), print {
    .staff_list li:nth-of-type(odd) .staff_detail {
      padding-right: 52%; } }
  .staff_list li:nth-of-type(odd) .bt_staff {
    margin-left: 0; }
  .staff_list li:nth-of-type(odd) .staff_img {
    right: 0; }
  @media (max-width: 767px) {
    .staff_list li:nth-of-type(even) {
      margin-bottom: 120px; } }
  @media (min-width: 768px), print {
    .staff_list li:nth-of-type(even) {
      margin-bottom: 220px; } }
  .staff_list li:nth-of-type(even)::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .staff_list li:nth-of-type(even)::before {
        bottom: -60px;
        height: 100%;
        width: calc(100% - 40px); } }
    @media (min-width: 768px), print {
      .staff_list li:nth-of-type(even)::before {
        bottom: -110px;
        height: calc(100% + 50px);
        width: calc(100% - 100px); } }
  .staff_list li:nth-of-type(even) .staff_job,
  .staff_list li:nth-of-type(even) .staff_ttl {
    text-align: right; }
  .staff_list li:nth-of-type(even) .staff_ttl::after {
    right: 0; }
  @media (min-width: 768px), print {
    .staff_list li:nth-of-type(even) .staff_detail {
      padding-left: 52%; } }
  .staff_list li:nth-of-type(even) .bt_staff {
    margin-right: 0; }
  .staff_list li:nth-of-type(even) .staff_img {
    left: 0; }
.staff_list li:nth-of-type(1n)::before {
  background: rgba(37, 170, 225, 0.1); }
.staff_list li:nth-of-type(1n) .staff_ttl::after {
  background: #25aae1; }
.staff_list li:nth-of-type(1n) .staff_job {
  color: #25aae1; }
.staff_list li:nth-of-type(1n) .bt_staff a {
  background-color: #25aae1; }
.staff_list li:nth-of-type(2n)::before {
  background: rgba(247, 148, 29, 0.1); }
.staff_list li:nth-of-type(2n) .staff_ttl::after {
  background: #f7941d; }
.staff_list li:nth-of-type(2n) .staff_job {
  color: #f7941d; }
.staff_list li:nth-of-type(2n) .bt_staff a {
  background-color: #f7941d; }
.staff_list li:nth-of-type(3n)::before {
  background: rgba(102, 193, 140, 0.1); }
.staff_list li:nth-of-type(3n) .staff_ttl::after {
  background: #66c18c; }
.staff_list li:nth-of-type(3n) .staff_job {
  color: #66c18c; }
.staff_list li:nth-of-type(3n) .bt_staff a {
  background-color: #66c18c; }
.staff_list li:nth-of-type(4n)::before {
  background: rgba(159, 118, 180, 0.1); }
.staff_list li:nth-of-type(4n) .staff_ttl::after {
  background: #9f76b4; }
.staff_list li:nth-of-type(4n) .staff_job {
  color: #9f76b4; }
.staff_list li:nth-of-type(4n) .bt_staff a {
  background-color: #9f76b4; }
.staff_list li:nth-of-type(5n)::before {
  background: rgba(255, 71, 90, 0.1); }
.staff_list li:nth-of-type(5n) .staff_ttl::after {
  background: #ff475a; }
.staff_list li:nth-of-type(5n) .staff_job {
  color: #ff475a; }
.staff_list li:nth-of-type(5n) .bt_staff a {
  background-color: #ff475a; }

.feature_staff {
  height: 650px;
  margin-bottom: 50px;
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .feature_staff {
      height: auto;
      margin-bottom: 30px; } }

.feature_staff_img {
  height: 100%;
  position: absolute;
  right: 0;
  width: 90%;
  z-index: -1; }
  @media (max-width: 767px) {
    .feature_staff_img {
      height: 300px; } }
  .feature_staff_img img {
    font-family: "object-fit: cover;";
    height: calc(100% - 50px);
    object-fit: cover;
    width: 100%; }

.feature_staff_cont {
  background: rgba(255, 71, 90, 0.9);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  height: calc(100% - 50px);
  justify-content: center;
  line-height: 1.5;
  margin-top: 50px;
  position: relative;
  padding: 20px 20px 20px 50px;
  width: 30%;
  max-width: 500px;
  min-width: 400px; }
  @media (max-width: 767px) {
    .feature_staff_cont {
      height: auto;
      margin-top: 150px;
      padding: 40px 20px;
      width: 90%;
      min-width: 0; } }

.feature_staff_cp {
  font-size: 1.625rem;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .feature_staff_cp {
      font-size: 1rem;
      margin-bottom: 20px; } }
  .feature_staff_cp::after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0;
    margin-top: 60px;
    opacity: .8;
    width: 80px; }
    @media (max-width: 767px) {
      .feature_staff_cp::after {
        margin-top: 20px;
        width: 50px; } }

.feature_staff_en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .feature_staff_en {
      margin-bottom: 0; } }

.feature_staff_ttl {
  font-size: 3.125rem;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .feature_staff_ttl {
      font-size: 2.2rem; } }

.feature_staff_txt {
  font-size: 1.875rem; }
  @media (max-width: 767px) {
    .feature_staff_txt {
      font-size: 1.2rem; } }

.careerup_top_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .careerup_top_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .careerup_top_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .careerup_top_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .careerup_top_wrap .about_cmn_ttl01ja {
    display: flex;
    justify-content: center; }
    .careerup_top_wrap .about_cmn_ttl01ja::before, .careerup_top_wrap .about_cmn_ttl01ja::after {
      content: "";
      height: 100px;
      position: relative;
      top: -27px;
      width: 130px; }
    .careerup_top_wrap .about_cmn_ttl01ja::before {
      background: url("override/src/images/careerup/deco-star-left.svg") center/contain no-repeat;
      margin-right: -20px; }
    .careerup_top_wrap .about_cmn_ttl01ja::after {
      background: url("override/src/images/careerup/deco-star-right.svg") center/contain no-repeat;
      margin-left: -20px; }
    @media (max-width: 767px) {
      .careerup_top_wrap .about_cmn_ttl01ja::before, .careerup_top_wrap .about_cmn_ttl01ja::after {
        height: 50px;
        width: 65px; } }

.careerup_top_lst {
  counter-reset: section;
  display: flex;
  padding-bottom: 20px;
  padding-top: 75px; }
  @media (max-width: 767px) {
    .careerup_top_lst {
      padding-top: 35px; } }
  .careerup_top_lst li {
    width: calc((100% / 3) - .1px); }
    .careerup_top_lst li:nth-child(2) {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .careerup_top_lst li:nth-child(2) {
          margin-top: 20px; } }
    .careerup_top_lst li:nth-child(3) {
      margin-top: 80px; }
      @media (max-width: 767px) {
        .careerup_top_lst li:nth-child(3) {
          margin-top: 40px; } }

.careerup_top_lst_txt {
  align-items: center;
  color: #f7941d;
  display: flex;
  font-weight: 500;
  line-height: 1.5; }
  .careerup_top_lst_txt::before {
    counter-increment: section;
    content: "0" counter(section);
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 6.25rem;
    font-weight: 500;
    margin-right: 10px;
    margin-top: -26px; }
  @media (max-width: 767px) {
    .careerup_top_lst_txt {
      display: block; }
      .careerup_top_lst_txt::before {
        display: block;
        font-size: 3rem;
        line-height: 4rem;
        margin-top: -20px; } }

.careerup_orient .careerup_orient_ttl {
  color: #f7941d; }

.careerup_orient_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px; }
  .careerup_orient_ttl span {
    display: block;
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px; }
  @media (max-width: 767px) {
    .careerup_orient_ttl {
      font-size: 1rem;
      margin-bottom: 10px; }
      .careerup_orient_ttl span {
        font-size: 1.5rem; } }

.careerup_train {
  padding-top: 85px; }
  @media (max-width: 767px) {
    .careerup_train {
      padding-top: 50px; } }

.careerup_traininternal_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .careerup_traininternal_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .careerup_traininternal_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .careerup_traininternal_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .careerup_traininternal_wrap .careerup_orient_ttl {
    color: #ff475a; }
  .careerup_traininternal_wrap .smb-tabs__tab {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.25rem; }
    @media (max-width: 767px) {
      .careerup_traininternal_wrap .smb-tabs__tab {
        font-size: 1rem; } }
  .careerup_traininternal_wrap .smb-tab-panel {
    padding: 0; }

.careerup_traininternal_img {
  height: 450px;
  margin-bottom: 75px !important;
  padding-left: 50px;
  position: relative; }
  .careerup_traininternal_img::before {
    background: #fff6de;
    bottom: -30px;
    content: "";
    display: block;
    height: 66.67%;
    left: 0;
    position: absolute;
    width: calc(100% - 50px); }
  .careerup_traininternal_img img {
    position: relative;
    z-index: 1; }
  @media (max-width: 1023px) {
    .careerup_traininternal_img {
      height: 300px;
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .careerup_traininternal_img {
      height: 200px;
      margin-bottom: 50px !important;
      padding-left: 15px; } }

.careerup_traininternal_dldt_lst {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .careerup_traininternal_dldt_lst li {
    color: #999;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.25rem; }
    .careerup_traininternal_dldt_lst li:first-child {
      color: #000; }
  @media (max-width: 767px) {
    .careerup_traininternal_dldt_lst li {
      font-size: 1rem; } }

.careerup_traininternal_dldd_lst {
  padding-left: 35px; }
  .careerup_traininternal_dldd_lst li {
    margin-top: 30px !important; }
    .careerup_traininternal_dldd_lst li:first-child {
      margin-top: 0 !important; }
  @media (max-width: 767px) {
    .careerup_traininternal_dldd_lst {
      padding-left: 20px; }
      .careerup_traininternal_dldd_lst li {
        margin-top: 20px !important; } }

.careerup_traininternal_dldd_lst_ttl {
  color: #ff475a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    .careerup_traininternal_dldd_lst_ttl {
      font-size: 1rem; } }

.cmn_alertbox {
  background: #fff9e6;
  border: 1px solid #fff3cd;
  border-radius: 10px;
  color: #5a4d26;
  margin-top: 15px;
  padding: 27px 30px; }
  @media (max-width: 767px) {
    .cmn_alertbox {
      border-radius: 5px;
      padding: 15px 15px; } }

.cmn_alertbox_ttl {
  font-weight: 500;
  margin-bottom: 7px; }
  .cmn_alertbox_ttl::before {
    content: url("override/src/images/careerup/ico-check-alert.svg");
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .cmn_alertbox_ttl {
      margin-bottom: 5px; } }

.careerup_trainexternal {
  margin-bottom: 90px;
  margin-top: 70px !important;
  position: relative; }
  @media (max-width: 767px) {
    .careerup_trainexternal {
      margin-bottom: 50px;
      margin-top: 40px !important; } }

.careerup_trainexternal_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .careerup_trainexternal_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .careerup_trainexternal_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .careerup_trainexternal_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.careerup_trainexternal_img {
  height: 100%;
  left: 0;
  min-width: 35%;
  position: absolute;
  top: 0;
  width: calc(1200px*0.35 + (50% - 600px)); }
  @media (max-width: 767px) {
    .careerup_trainexternal_img {
      height: 300px;
      padding-right: 15px;
      position: static;
      width: 100%; } }

.careerup_trainexternal_cont {
  padding: 40px 0 40px 40.8%; }
  .careerup_trainexternal_cont .careerup_orient_ttl {
    margin-top: 55px; }
    .careerup_trainexternal_cont .careerup_orient_ttl:first-child {
      color: #25aae1;
      margin-top: 0; }
    .careerup_trainexternal_cont .careerup_orient_ttl:nth-child(3) {
      color: #66c18c; }
  @media (max-width: 767px) {
    .careerup_trainexternal_cont {
      padding: 20px 0 0 0; }
      .careerup_trainexternal_cont .careerup_orient_ttl {
        margin-top: 25px; } }

.careerup_system .careerup_trainexternal_img {
  left: auto;
  right: 0; }
.careerup_system .careerup_trainexternal_cont {
  padding: 40px 40.8% 40px 0; }
@media (max-width: 767px) {
  .careerup_system .careerup_trainexternal_img {
    padding-left: 15px;
    padding-right: 0; }
  .careerup_system .careerup_trainexternal_cont {
    padding: 20px 0 0 0; }
    .careerup_system .careerup_trainexternal_cont .careerup_orient_ttl:nth-child(1) {
      color: #ff475a; }
    .careerup_system .careerup_trainexternal_cont .careerup_orient_ttl:nth-child(3) {
      color: #25aae1; } }

.careerup_trainproject {
  background: url("override/src/images/careerup/bg-trainproject.jpg") repeat;
  padding-bottom: 103px;
  padding-top: 90px; }
  @media (max-width: 767px) {
    .careerup_trainproject {
      padding-bottom: 70px;
      padding-top: 50px; } }

.careerup_trainproject_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .careerup_trainproject_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .careerup_trainproject_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .careerup_trainproject_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.careerup_trainproject_ttl {
  color: #f7941d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .careerup_trainproject_ttl {
      margin-bottom: 25px; } }

.careerup_trainproject_ttl_sm {
  display: flex;
  font-size: 1.25rem;
  justify-content: center; }
  .careerup_trainproject_ttl_sm::before {
    content: url("override/src/images/careerup/deco-line-left.svg");
    display: inline-block;
    margin-right: 20px; }
  .careerup_trainproject_ttl_sm::after {
    content: url("override/src/images/careerup/deco-line-right.svg");
    display: inline-block;
    margin-left: 15px; }
  @media (max-width: 767px) {
    .careerup_trainproject_ttl_sm {
      font-size: 1rem; }
      .careerup_trainproject_ttl_sm::before {
        margin-right: 15px; }
      .careerup_trainproject_ttl_sm::after {
        margin-left: 10px; } }

.careerup_trainproject_ttl_lg {
  display: block;
  font-size: 2.125rem; }
  @media (max-width: 767px) {
    .careerup_trainproject_ttl_lg {
      font-size: 1.5rem; } }

.careerup_trainproject_box {
  margin-left: 20px;
  background: #fff;
  position: relative;
  width: calc((100% - 40px)/3 - 0.1px); }
  .careerup_trainproject_box:nth-child(3n + 1) {
    margin-left: 0; }
  @media (max-width: 767px) {
    .careerup_trainproject_box {
      margin-left: 0;
      margin-top: 20px;
      width: 100%; }
      .careerup_trainproject_box:first-child {
        margin-top: 0; } }

.careerup_trainproject_boxlbl {
  background: #ff475a;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  min-width: 120px;
  padding: 5px 16px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.careerup_trainproject_boxin {
  padding: 20px 10% 30px; }
  @media (max-width: 767px) {
    .careerup_trainproject_boxin {
      padding: 10px 15px 20px; } }

.careerup_trainproject_boxttl {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .careerup_trainproject_boxttl {
      margin-bottom: 5px; } }

.careerup_trainproject_boxtxt {
  color: #666;
  font-size: .875rem;
  margin-bottom: 10px; }

.careerup_trainproject_boxdate {
  font-size: .625rem;
  font-weight: 500;
  text-align: center; }

p:empty {
  display: none; }

.careerup_trainproject_lst .c-entries {
  display: flex; }
.careerup_trainproject_lst .c-entries__item a {
  background: #fff;
  height: 100%; }
  .careerup_trainproject_lst .c-entries__item a .c-entry-summary__figure {
    background: #000 !important; }
  .careerup_trainproject_lst .c-entries__item a .c-entry-summary__body {
    padding: 20px 10% 30px; }
    .careerup_trainproject_lst .c-entries__item a .c-entry-summary__body .c-entry-summary__header {
      margin-bottom: 7px; }
      .careerup_trainproject_lst .c-entries__item a .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1rem;
        font-weight: 400; }
    .careerup_trainproject_lst .c-entries__item a .c-entry-summary__body .c-entry-summary__content {
      color: #666;
      font-size: .875rem;
      margin-bottom: 10px; }
    .careerup_trainproject_lst .c-entries__item a .c-entry-summary__body .c-meta__item--published {
      font-size: .625rem;
      font-weight: 500;
      text-align: center; }
    @media (max-width: 767px) {
      .careerup_trainproject_lst .c-entries__item a .c-entry-summary__body {
        padding: 10px 15px 20px; }
        .careerup_trainproject_lst .c-entries__item a .c-entry-summary__body .c-entry-summary__header {
          margin-bottom: 5px; } }
  .careerup_trainproject_lst .c-entries__item a .c-entry-summary__term {
    font-size: .875rem;
    font-weight: 400;
    min-width: 120px;
    padding: 5px 16px;
    text-align: center; }

.careerup_news_subttl {
  border-bottom: 1px solid #ff475a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .careerup_news_subttl {
      font-size: 1rem; } }

.careerup_news_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 150px; }
  @media (min-width: 768px), print {
    .careerup_news_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .careerup_news_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .careerup_news_wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.careerup_news_lst {
  font-size: 1rem; }
  .careerup_news_lst .c-entries__item .c-entry-summary__figure {
    background: #000;
    width: 22%; }
    .careerup_news_lst .c-entries__item .c-entry-summary__figure .c-entry-summary__term {
      display: none !important; }
  .careerup_news_lst .c-entries__item .c-entry-summary__title {
    font-size: 1.25rem; }
  .careerup_news_lst .c-entries__item .c-entry-summary__content {
    font-size: 1rem; }
  .careerup_news_lst .c-entries__item .c-meta__item--published {
    color: #666;
    font-size: .75rem;
    font-weight: 400; }
  .careerup_news_lst .c-entries__item .c-meta__item--categories {
    display: inline-block !important; }

.p-archive .c-entry-summary__figure .c-entry-summary__term {
  display: none !important; }
.p-archive .c-meta {
  font-weight: 400; }
.p-archive .c-entry-summary__meta .c-meta__item--categories {
  display: inline-block; }
  .p-archive .c-entry-summary__meta .c-meta__item--categories .c-entry-summary__term {
    font-weight: 400; }

.btn_training {
  max-width: 500px; }
  .btn_training a {
    background: linear-gradient(to right, #ffd39e 0%, #f7941d 50%, #ffd39e 100%); }

.welfare {
  position: relative;
  overflow: hidden; }
  .welfare::before, .welfare::after {
    content: "";
    height: 50%;
    left: 0;
    max-width: 364px;
    position: absolute;
    pointer-events: none;
    top: 30px;
    width: 26%; }
  .welfare::before {
    background: url("override/src/images/benefit/bg-welfare-left.png") left top/contain no-repeat; }
  .welfare::after {
    background: url("override/src/images/benefit/bg-welfare-right.png") right top/contain no-repeat; }

.welfare_top_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .welfare_top_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .welfare_top_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .welfare_top_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .welfare_top_wrap .about_cmn_ttl01 {
    margin-bottom: 20px; }
  .welfare_top_wrap .about_concept_topcont {
    margin-bottom: 55px; }
  @media (max-width: 767px) {
    .welfare_top_wrap .about_cmn_ttl01 {
      margin-bottom: 15px; }
    .welfare_top_wrap .about_concept_topcont {
      margin-bottom: 35px; } }

.welfare_top_lst {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  .welfare_top_lst li {
    background: #000;
    margin-left: 30px;
    margin-top: 20px;
    width: calc((100% - 60px)/3 - 0.1px); }
    .welfare_top_lst li span, .welfare_top_lst li a {
      align-items: center;
      color: #fff !important;
      display: flex;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 1.5rem;
      height: 80px;
      padding: 5px 20px;
      position: relative; }
    .welfare_top_lst li a::before {
      background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat;
      content: "";
      display: block;
      height: 10px;
      position: absolute;
      right: 15px;
      top: calc(50% - 5px);
      transform: rotate(90deg);
      width: 15px; }
      @media (max-width: 767px) {
        .welfare_top_lst li a::before {
          right: 5px; } }
    .welfare_top_lst li a:hover {
      opacity: .8;
      transition: 0.3s all ease-in-out; }
    .welfare_top_lst li:nth-child(3n + 1) span, .welfare_top_lst li:nth-child(3n + 1) a {
      background: #ff475a; }
    .welfare_top_lst li:nth-child(3n + 2) span, .welfare_top_lst li:nth-child(3n + 2) a {
      background: #25aae1; }
    .welfare_top_lst li:nth-child(3n + 3) span, .welfare_top_lst li:nth-child(3n + 3) a {
      background: #f7941d; }
  @media (min-width: 768px), print {
    .welfare_top_lst li:nth-child(-n + 3) {
      margin-top: 0; }
    .welfare_top_lst li:nth-child(3n + 1) {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .welfare_top_lst {
      margin-bottom: 50px; }
      .welfare_top_lst li {
        margin-left: 12px;
        margin-top: 12px;
        width: calc(50% - 6px); }
        .welfare_top_lst li a, .welfare_top_lst li span {
          font-size: 1rem;
          height: 60px;
          line-height: 1.4;
          padding: 5px 20px 5px 10px; }
      .welfare_top_lst li:nth-child(-n + 2) {
        margin-top: 0; }
      .welfare_top_lst li:nth-child(2n + 1) {
        margin-left: 0; } }

.welfare_lst {
  margin-bottom: 138px; }
  @media (max-width: 767px) {
    .welfare_lst {
      margin-bottom: 50px; } }

.welfare_box {
  align-items: center;
  border-style: solid;
  border-width: 1px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 70px;
  padding-top: 50px; }
  .welfare_box.color01 {
    border-color: #ff475a; }
    .welfare_box.color01 .welfare_box_img::before {
      background: url("override/src/images/benefit/bg-color01.png") repeat; }
    .welfare_box.color01 .welfare_box_ttl::after {
      background: #ff475a; }
    .welfare_box.color01 .welfare_box_ttlen, .welfare_box.color01 .welfare_box_highlight, .welfare_box.color01 .welfare_box_dl dt {
      color: #ff475a; }
  .welfare_box.color03 {
    border-color: #25aae1; }
    .welfare_box.color03 .welfare_box_img::before {
      background: url("override/src/images/benefit/bg-color03.png") repeat; }
    .welfare_box.color03 .welfare_box_ttl::after {
      background: #25aae1; }
    .welfare_box.color03 .welfare_box_ttlen, .welfare_box.color03 .welfare_box_highlight, .welfare_box.color03 .welfare_box_dl dt {
      color: #25aae1; }
  .welfare_box.color04 {
    border-color: #f7941d; }
    .welfare_box.color04 .welfare_box_img::before {
      background: url("override/src/images/benefit/bg-color04.png") repeat; }
    .welfare_box.color04 .welfare_box_ttl::after {
      background: #f7941d; }
    .welfare_box.color04 .welfare_box_ttlen, .welfare_box.color04 .welfare_box_highlight, .welfare_box.color04 .welfare_box_dl dt {
      color: #f7941d; }
  .welfare_box:first-child {
    margin-top: 0; }
  .welfare_box:nth-child(odd) {
    padding-right: 6.6%; }
    .welfare_box:nth-child(odd) .welfare_box_img {
      margin-left: -4.16%; }
  .welfare_box:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 6.6%; }
    .welfare_box:nth-child(even) .welfare_box_img {
      margin-right: -4.16%; }
  @media (max-width: 767px) {
    .welfare_box {
      display: block;
      padding: 0 20px 20px !important; } }

.welfare_box_ttl {
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px; }
  .welfare_box_ttl::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 25px;
    width: 80px; }
  @media (max-width: 767px) {
    .welfare_box_ttl {
      margin-bottom: 20px; }
      .welfare_box_ttl::after {
        margin-top: 20px; } }

.welfare_box_ttlen {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400; }
  @media (max-width: 767px) {
    .welfare_box_ttlen {
      font-size: 1rem; } }

.welfare_box_ttlja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.125rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    .welfare_box_ttlja {
      font-size: 1.4rem; } }

.welfare_box_highlight {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .welfare_box_highlight {
      font-size: 1rem;
      margin-bottom: 10px; } }

.welfare_box_img {
  position: relative;
  width: 48.68%; }
  .welfare_box_img img {
    position: relative;
    z-index: 1; }
  .welfare_box_img::before {
    content: "";
    height: 100%;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 100%; }
  @media (max-width: 767px) {
    .welfare_box_img {
      margin-bottom: 30px;
      margin-top: -30px;
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: 100%; }
      .welfare_box_img::before {
        left: 10px;
        top: 10px; } }

.welfare_box_cont {
  width: 46.5%; }
  @media (max-width: 767px) {
    .welfare_box_cont {
      width: 100%; } }

.welfare_box_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .welfare_box_dl {
      display: block;
      margin-top: 20px; } }
  .welfare_box_dl dt {
    padding-right: 10px;
    width: 90px; }
    @media (max-width: 767px) {
      .welfare_box_dl dt {
        width: 100%; } }
  .welfare_box_dl dd {
    width: calc(100% - 90px); }
    @media (max-width: 767px) {
      .welfare_box_dl dd {
        width: 100%; } }

.recruit_topnav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  padding-bottom: 45px;
  padding-top: 45px; }
  @media (min-width: 768px), print {
    .recruit_topnav {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .recruit_topnav {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .recruit_topnav {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .recruit_topnav {
      margin-bottom: 30px;
      padding-bottom: 0;
      padding-top: 0; } }
  .recruit_topnav li {
    border-left: 1px solid #eee;
    margin: 0 !important;
    max-width: 310px;
    width: 33.33%; }
    @media (max-width: 767px) {
      .recruit_topnav li {
        border-left: none;
        max-width: none; } }
    .recruit_topnav li a {
      display: block;
      font-size: 1.25rem;
      text-align: center; }
      @media (max-width: 767px) {
        .recruit_topnav li a {
          font-size: .875rem;
          height: 100%;
          padding: 10px 10px 30px;
          position: relative; }
          .recruit_topnav li a .sp_br {
            display: block; } }
      .recruit_topnav li a::after {
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 14px;
        margin-left: 18px;
        transform: rotate(90deg);
        width: 7px; }
        @media (max-width: 767px) {
          .recruit_topnav li a::after {
            bottom: 10px;
            left: 50%;
            margin: 0;
            position: absolute;
            transform: translateX(-50%) rotate(90deg); } }
    .recruit_topnav li:first-child {
      border-left: none; }
    .recruit_topnav li.occupation_nav a {
      color: #9f76b4; }
      .recruit_topnav li.occupation_nav a::after {
        background-image: url("override/src/images/common/ico-arrow-right-color05.svg"); }
    .recruit_topnav li.facility_nav a {
      color: #ff475a; }
      .recruit_topnav li.facility_nav a::after {
        background-image: url("override/src/images/common/ico-arrow-right-cmn.svg"); }
    .recruit_topnav li.graduate_nav a {
      color: #25aae1; }
      .recruit_topnav li.graduate_nav a::after {
        background-image: url("override/src/images/common/ico-arrow-right-color03.svg"); }

.recruit_occupation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  padding-bottom: 135px; }
  @media (min-width: 768px), print {
    .recruit_occupation {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .recruit_occupation {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .recruit_occupation {
      padding-left: 15px;
      padding-right: 15px; } }
  .recruit_occupation .welfare_box_ttl {
    color: #9f76b4;
    margin-bottom: 15px; }
    .recruit_occupation .welfare_box_ttl::after {
      display: none; }
  .recruit_occupation .recruit_intro_txt {
    margin-bottom: 52px; }
  @media (max-width: 767px) {
    .recruit_occupation {
      padding-bottom: 75px; } }

.recruit_facility .careerup_traininternal_img {
  padding-left: 0 !important;
  padding-right: 50px; }
  .recruit_facility .careerup_traininternal_img::before {
    left: auto !important;
    right: 0 !important; }
  @media (max-width: 1023px) {
    .recruit_facility .careerup_traininternal_img {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .recruit_facility .careerup_traininternal_img {
      padding-right: 15px; } }

.recruit_facility_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  padding-bottom: 140px; }
  @media (min-width: 768px), print {
    .recruit_facility_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .recruit_facility_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .recruit_facility_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .recruit_facility_wrap .welfare_box_ttl {
    color: #ff475a;
    margin-bottom: 15px; }
    .recruit_facility_wrap .welfare_box_ttl::after {
      display: none; }
  .recruit_facility_wrap .recruit_intro_txt {
    margin-bottom: 45px; }
  @media (max-width: 767px) {
    .recruit_facility_wrap {
      padding-bottom: 70px; }
      .recruit_facility_wrap .recruit_intro_txt {
        margin-bottom: 25px; } }

.recruit_facility_lst {
  display: flex;
  flex-wrap: wrap; }
  .recruit_facility_lst li {
    margin-left: 30px;
    margin-top: 20px; }
    .recruit_facility_lst li a {
      align-items: center;
      background: #ff475a;
      color: #fff !important;
      display: flex;
      font-size: 1.125rem;
      height: 80px;
      line-height: 1.5;
      padding: 5px 20px;
      position: relative; }
      .recruit_facility_lst li a::before {
        background: url("override/src/images/common/ico-arrow-right-white.svg") center/contain no-repeat;
        content: "";
        height: 14px;
        position: absolute;
        right: 15px;
        width: 7px; }
      .recruit_facility_lst li a:hover {
        background: #8b649f;
        border-color: #8b649f; }
  @media (min-width: 768px), print {
    .recruit_facility_lst li {
      width: calc((100% - 60px)/3 - 0.1px); }
      .recruit_facility_lst li:nth-child(3n + 1) {
        margin-left: 0; }
      .recruit_facility_lst li:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .recruit_facility_lst li {
      margin-left: 20px;
      width: calc(50% - 10px); }
      .recruit_facility_lst li:nth-child(2n + 1) {
        margin-left: 0; }
      .recruit_facility_lst li:nth-child(-n + 2) {
        margin-top: 0; }
      .recruit_facility_lst li a {
        font-size: .875rem;
        height: 60px;
        padding: 5px 15px; } }
  @media (max-width: 479px) {
    .recruit_facility_lst li {
      margin-left: 0;
      margin-top: 10px;
      width: 100%; }
      .recruit_facility_lst li:first-child {
        margin-top: 0; }
      .recruit_facility_lst li:nth-child(2) {
        margin-top: 10px; } }

.recruit_graduate .careerup_traininternal_img {
  padding-left: 0 !important;
  padding-right: 50px; }
  .recruit_graduate .careerup_traininternal_img::before {
    left: auto !important;
    right: 0 !important; }
  @media (max-width: 1023px) {
    .recruit_graduate .careerup_traininternal_img {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .recruit_graduate .careerup_traininternal_img {
      padding-right: 15px; } }

.recruit_graduate_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .recruit_graduate_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .recruit_graduate_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .recruit_graduate_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .recruit_graduate_wrap .welfare_box_ttl {
    color: #25aae1;
    margin-bottom: 15px; }
    .recruit_graduate_wrap .welfare_box_ttl::after {
      display: none; }
  .recruit_graduate_wrap .recruit_intro_txt {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .recruit_graduate_wrap .recruit_intro_txt {
        margin-bottom: 30px; } }
  .recruit_graduate_wrap .careerup_traininternal_dl {
    margin-bottom: 55px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .recruit_graduate_wrap .careerup_traininternal_dl {
        display: block;
        margin-bottom: 35px; } }

.recruit_graduate_dldt {
  align-items: center;
  border-right: 1px solid #707070;
  color: #25aae1;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 !important;
  min-width: 170px;
  padding-right: 10px;
  position: relative;
  width: 20.4%; }
  .recruit_graduate_dldt::before {
    background: #25aae1;
    content: "";
    height: 50px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px; }
  @media (max-width: 767px) {
    .recruit_graduate_dldt {
      border-right: none;
      border-bottom: 1px solid #707070;
      font-size: 1rem;
      padding-bottom: 10px;
      padding-left: 0;
      width: 100%; }
      .recruit_graduate_dldt::before {
        height: 1px;
        left: 0;
        right: auto;
        top: 100%;
        width: 50px; } }

.careerup_traininternal_dl {
  display: flex;
  margin-top: 70px; }
  .careerup_traininternal_dl .smb-taxonomy-posts {
    margin: 20px 50px; }
    @media (max-width: 767px) {
      .careerup_traininternal_dl .smb-taxonomy-posts {
        margin: 0; } }
  .careerup_traininternal_dl .c-meta__item--published {
    display: none !important; }
  .careerup_traininternal_dl .c-entries__item, .careerup_traininternal_dl .c-entries {
    border: none; }
  .careerup_traininternal_dl .smb-recent-posts {
    margin: 0 !important;
    padding-left: 5.6%; }
    @media (max-width: 767px) {
      .careerup_traininternal_dl .smb-recent-posts {
        padding-left: 0; } }
  .careerup_traininternal_dl .c-entry-summary__body {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
  .careerup_traininternal_dl .c-entry-summary__title {
    font-size: 1rem;
    margin-left: 25px; }
    @media (max-width: 767px) {
      .careerup_traininternal_dl .c-entry-summary__title {
        font-size: 0.9rem;
        margin-left: 15px; } }
  .careerup_traininternal_dl .c-meta__item--categories span {
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 6px 5px;
    text-align: center;
    width: 120px;
    word-break: break-all;
    white-space: normal; }
    @media (max-width: 767px) {
      .careerup_traininternal_dl .c-meta__item--categories span {
        font-size: .75rem;
        width: 100px; } }

.recruit_graduate_infobox {
  border: 4px solid #25aae1;
  display: flex;
  justify-content: space-between;
  padding: 20px 2.9% 20px 6%; }
  @media (max-width: 767px) {
    .recruit_graduate_infobox {
      border-width: 2px;
      display: block;
      padding: 15px; } }

.recruit_graduate_infobox_logo {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 342px;
  width: 40%; }
  .recruit_graduate_infobox_logo li {
    max-width: 160px;
    width: 48%; }
    .recruit_graduate_infobox_logo li a {
      display: block; }
  @media (max-width: 767px) {
    .recruit_graduate_infobox_logo {
      justify-content: space-around;
      margin: 0 auto;
      width: 100%; } }

.recruit_graduate_infobox_left {
  color: #25aae1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .recruit_graduate_infobox_left {
      font-size: 1rem;
      margin-bottom: 10px;
      text-align: center; } }

.recruit_graduate_infobox_left_span {
  font-size: 2.5rem; }
  @media (max-width: 767px) {
    .recruit_graduate_infobox_left_span {
      font-size: 1.5rem; } }

.graduate_top {
  padding-left: 18%;
  position: relative; }
  .graduate_top::before {
    background: #fff6de;
    bottom: 0;
    content: "";
    height: 360px;
    left: 0;
    position: absolute;
    width: 100%; }
  @media (max-width: 1023px) {
    .graduate_top::before {
      height: 260px; } }
  @media (max-width: 767px) {
    .graduate_top {
      padding-left: 15px; }
      .graduate_top::before {
        height: 165px; } }

.graduate_top_right {
  margin: 0 !important;
  position: inherit !important;
  z-index: 1; }

.graduate_top_img {
  height: 700px;
  padding: 0 !important; }
  @media (max-width: 1023px) {
    .graduate_top_img {
      height: 500px; } }
  @media (max-width: 767px) {
    .graduate_top_img {
      height: 300px;
      padding-left: 15% !important; } }

.graduate_top_left {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100% - 120px);
  justify-content: center;
  left: 0;
  position: absolute !important;
  z-index: 2; }
  @media (min-width: 768px), print {
    .graduate_top_left {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .graduate_top_left {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .graduate_top_left {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .graduate_top_left {
      padding-top: 180px;
      top: 0; } }

.graduate_top_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-left: 24px; }
  .graduate_top_ttl .graduate_top_ttlhightlight {
    color: #255bbe; }
  @media (max-width: 1023px) {
    .graduate_top_ttl {
      font-size: 2.875rem;
      padding-left: 10px;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .graduate_top_ttl {
      font-size: 2rem; } }

.btn_graduate_top {
  margin-left: 0;
  max-width: 350px;
  width: 100%; }
  @media (max-width: 767px) {
    .btn_graduate_top {
      max-width: 250px; } }
  .btn_graduate_top a {
    justify-content: flex-start;
    padding-left: 15%;
    text-align: left; }
    @media (max-width: 767px) {
      .btn_graduate_top a {
        font-size: 1rem;
        height: 50px; } }

.hm_mainvisual_deco {
  pointer-events: none; }

.graduate_news_wrap {
  align-items: center;
  display: flex;
  height: 120px;
  margin: 0 !important;
  padding-left: 0; }
  @media (max-width: 767px) {
    .graduate_news_wrap {
      height: 80px;
      margin-top: 40px !important;
      padding-bottom: 15px !important; } }
  .graduate_news_wrap .c-meta__item--published, .graduate_news_wrap .c-entry-summary__title {
    color: #000 !important; }
  .graduate_news_wrap .c-meta__item--published {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .graduate_news_wrap .c-entry-summary__title {
    font-weight: 400 !important;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .graduate_news_wrap .c-entry-summary__title {
        margin-left: 0 !important; } }
  .graduate_news_wrap .c-entry-summary__meta .c-meta {
    flex-direction: row !important; }
    .graduate_news_wrap .c-entry-summary__meta .c-meta .c-meta__item--categories {
      background: #f7941d !important;
      margin-left: 30px;
      min-width: 150px;
      width: auto; }
      @media (max-width: 767px) {
        .graduate_news_wrap .c-entry-summary__meta .c-meta .c-meta__item--categories {
          margin-left: 10px !important;
          min-width: 100px; } }

.career_recuit_news_wrap .c-entry-summary__meta .c-meta .c-meta__item--categories {
  background: #f286a8 !important; }

.graduate_message {
  background: url("override/src/images/graduate/bg-message-top.png") top center repeat-x, url("override/src/images/graduate/bg-message-bot.png") bottom center no-repeat;
  margin-top: 0 !important; }
  @media (max-width: 767px) {
    .graduate_message {
      background: url("override/src/images/graduate/bg-message-top.png") top center/auto 50px repeat-x, url("override/src/images/graduate/bg-message-bot.png") bottom center/auto 150px no-repeat; } }

.career_recruit_message {
  background: url("override/src/images/career-recruit/bg-hana-top.png") top right no-repeat, url("override/src/images/career-recruit/bg-hana-bot.png") bottom left no-repeat; }
  .career_recruit_message .graduate_message_wrap .hm_cmnttl_en {
    color: #ff475a; }
  @media (max-width: 767px) {
    .career_recruit_message {
      background: url("override/src/images/career-recruit/bg-hana-top.png") top right/46% auto no-repeat, url("override/src/images/career-recruit/bg-hana-bot.png") bottom left/73% auto no-repeat; } }

.graduate_message_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  padding-bottom: 140px;
  padding-top: 170px;
  text-align: center; }
  @media (min-width: 768px), print {
    .graduate_message_wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .graduate_message_wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .graduate_message_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  .graduate_message_wrap .hm_cmnttl_en {
    color: #25aae1; }
    @media (min-width: 768px), print {
      .graduate_message_wrap .hm_cmnttl_en {
        font-size: 3.125rem; } }
  .graduate_message_wrap .hm_cmnttl_jp {
    color: #ccc;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.25rem;
    font-weight: 500; }
  @media (max-width: 767px) {
    .graduate_message_wrap {
      padding-bottom: 70px;
      padding-top: 80px; }
      .graduate_message_wrap .hm_cmnttl_jp {
        font-size: 1rem; } }

.graduate_message_cont {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5; }
  @media (max-width: 767px) {
    .graduate_message_cont {
      font-size: .85rem; } }

.graduate_concept {
  margin-top: 0 !important;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .graduate_concept {
      padding-bottom: 60px; } }

.graduate_concept_top {
  position: relative; }
  .graduate_concept_top .careerup_traininternal_img {
    padding-left: 0 !important;
    padding-right: 50px; }
    .graduate_concept_top .careerup_traininternal_img::before {
      left: auto !important;
      right: 0 !important; }
    @media (max-width: 1023px) {
      .graduate_concept_top .careerup_traininternal_img {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .graduate_concept_top .careerup_traininternal_img {
        padding-right: 15px; } }
  .graduate_concept_top .graduate_concept_topcont {
    width: calc(100% - 50px); }
    .graduate_concept_top .graduate_concept_topcont:hover {
      background: rgba(0, 0, 0, 0.3); }
    @media (max-width: 1023px) {
      .graduate_concept_top .graduate_concept_topcont {
        width: calc(100% - 30px); } }
    @media (max-width: 767px) {
      .graduate_concept_top .graduate_concept_topcont {
        width: calc(100% - 15px); } }

.graduate_concept_topcont {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: 1; }
  .graduate_concept_topcont .welfare_box_ttl::after {
    display: none; }

.graduate_concept_topcontin {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .graduate_concept_topcontin {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .graduate_concept_topcontin {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .graduate_concept_topcontin {
      padding-left: 15px;
      padding-right: 15px; } }

.graduate_detailtxt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    .graduate_detailtxt {
      font-size: 1rem; } }

.graduate_concept_nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .graduate_concept_nav {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .graduate_concept_nav {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .graduate_concept_nav {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .graduate_concept_nav {
      display: block; } }

.graduate_concept_box_img img {
  transition: 0.3s all ease-in-out; }

.graduate_concept_box {
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  width: calc(50% - 15px); }
  .graduate_concept_box:nth-child(-n + 2) {
    margin-top: 0; }
  .graduate_concept_box:hover .graduate_concept_topcont {
    background: rgba(0, 0, 0, 0.3); }
  .graduate_concept_box:hover .graduate_concept_box_img img {
    transform: scale(1.1, 1.1); }
  @media (max-width: 767px) {
    .graduate_concept_box {
      margin-top: 20px;
      width: 100%; }
      .graduate_concept_box:nth-child(2) {
        margin-top: 20px; } }

.btn_graduate_nav {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .btn_graduate_nav {
      margin-top: 35px; } }

.graduate_insta {
  background: #fff6de;
  margin-bottom: 80px;
  padding: 80px 30px 110px;
  text-align: center; }
  .graduate_insta .hm_cmnttl_en {
    color: #25aae1; }
    @media (min-width: 768px), print {
      .graduate_insta .hm_cmnttl_en {
        font-size: 3.125rem; } }
  .graduate_insta .hm_cmnttl_jp {
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.25rem;
    font-weight: 500; }
  .graduate_insta .sbi_header_text h3 {
    color: #25aae1 !important;
    font-family: "Zen Maru Gothic", sans-serif; }
  .graduate_insta .sbi_header_text .sbi_bio {
    color: #000 !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.25rem !important;
    font-weight: 500; }
  @media (min-width: 768px), print {
    .graduate_insta #sbi_load .sbi_follow_btn a {
      padding-top: 0 !important; }
    .graduate_insta #sbi_load a {
      border-radius: 10px !important;
      color: #fff !important;
      font-size: 1.25rem !important;
      height: 60px;
      line-height: 60px;
      width: 350px; }
      .graduate_insta #sbi_load a span {
        display: inline-block;
        font-size: 1.25rem !important;
        line-height: 50px; } }
  .graduate_insta .sbi_header_text .sbi_bio {
    font-size: 1rem !important; }

.career_recruit_insta .hm_cmnttl_en {
  color: #ff475a; }
.career_recruit_insta .sbi_header_text h3 {
  color: #ff475a !important; }
.career_recruit_insta #sbi_load .sbi_follow_btn a {
  background: #25aae1 !important; }
.career_recruit_insta #sbi_load a {
  border-radius: 30px !important; }

.recruit_entry,
.contact_entry {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%; }
  @media (min-width: 768px), print {
    .recruit_entry,
    .contact_entry {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1023px) {
    .recruit_entry,
    .contact_entry {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .recruit_entry,
    .contact_entry {
      padding-left: 15px;
      padding-right: 15px; } }
  .recruit_entry .hm_cmnttl,
  .contact_entry .hm_cmnttl {
    text-align: center; }
  .recruit_entry .hm_cmnttl_en,
  .contact_entry .hm_cmnttl_en {
    color: #ff475a; }
    @media (min-width: 768px), print {
      .recruit_entry .hm_cmnttl_en,
      .contact_entry .hm_cmnttl_en {
        font-size: 3.125rem; } }
  .recruit_entry .hm_cmnttl_jp,
  .contact_entry .hm_cmnttl_jp {
    color: #000; }

.contact_entry {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .contact_entry {
      padding-top: 50px; } }

.form_check {
  display: flex;
  flex-wrap: wrap; }
  .form_check .mwform-checkbox-field,
  .form_check .mwform-radio-field {
    display: block;
    margin: 5px 0 5px 10px; }
    @media (min-width: 1024px) {
      .form_check .mwform-checkbox-field,
      .form_check .mwform-radio-field {
        width: calc((100% - 30px)/4 - 0.1px); }
        .form_check .mwform-checkbox-field:nth-of-type(4n+1),
        .form_check .mwform-radio-field:nth-of-type(4n+1) {
          margin-left: 0; } }
    @media (min-width: 767px) and (max-width: 1023px) {
      .form_check .mwform-checkbox-field,
      .form_check .mwform-radio-field {
        width: calc((100% - 20px)/3 - 0.1px); }
        .form_check .mwform-checkbox-field:nth-of-type(3n+1),
        .form_check .mwform-radio-field:nth-of-type(3n+1) {
          margin-left: 0; } }
    @media (max-width: 767px) {
      .form_check .mwform-checkbox-field,
      .form_check .mwform-radio-field {
        width: calc(50% - 10px); }
        .form_check .mwform-checkbox-field:nth-of-type(2n+1),
        .form_check .mwform-radio-field:nth-of-type(2n+1) {
          margin-left: 0; } }
    .form_check .mwform-checkbox-field label,
    .form_check .mwform-radio-field label {
      display: block;
      margin: 0;
      width: 100%; }
      .form_check .mwform-checkbox-field label .mwform-checkbox-field-text,
      .form_check .mwform-checkbox-field label .mwform-radio-field-text,
      .form_check .mwform-radio-field label .mwform-checkbox-field-text,
      .form_check .mwform-radio-field label .mwform-radio-field-text {
        align-items: center;
        background: #ddd;
        border-radius: 5px;
        display: flex;
        height: 100%;
        line-height: 1.2;
        padding: 8px 10px 8px 30px;
        position: relative;
        width: 100%; }
        .form_check .mwform-checkbox-field label .mwform-checkbox-field-text::before, .form_check .mwform-checkbox-field label .mwform-checkbox-field-text::after,
        .form_check .mwform-checkbox-field label .mwform-radio-field-text::before,
        .form_check .mwform-checkbox-field label .mwform-radio-field-text::after,
        .form_check .mwform-radio-field label .mwform-checkbox-field-text::before,
        .form_check .mwform-radio-field label .mwform-checkbox-field-text::after,
        .form_check .mwform-radio-field label .mwform-radio-field-text::before,
        .form_check .mwform-radio-field label .mwform-radio-field-text::after {
          content: "";
          position: absolute; }
        .form_check .mwform-checkbox-field label .mwform-checkbox-field-text::before,
        .form_check .mwform-checkbox-field label .mwform-radio-field-text::before,
        .form_check .mwform-radio-field label .mwform-checkbox-field-text::before,
        .form_check .mwform-radio-field label .mwform-radio-field-text::before {
          display: block;
          background: #fff;
          height: 15px;
          left: 10px;
          top: 10px;
          width: 15px; }
        .form_check .mwform-checkbox-field label .mwform-checkbox-field-text::after,
        .form_check .mwform-checkbox-field label .mwform-radio-field-text::after,
        .form_check .mwform-radio-field label .mwform-checkbox-field-text::after,
        .form_check .mwform-radio-field label .mwform-radio-field-text::after {
          display: none; }
      .form_check .mwform-checkbox-field label .mwform-checkbox-field-text::before,
      .form_check .mwform-radio-field label .mwform-checkbox-field-text::before {
        border-radius: 3px; }
      .form_check .mwform-checkbox-field label .mwform-checkbox-field-text::after,
      .form_check .mwform-radio-field label .mwform-checkbox-field-text::after {
        border-bottom: 3px solid #ff475a;
        border-left: 3px solid #ff475a;
        height: 7px;
        left: 11px;
        top: 13px;
        transform: rotate(-45deg);
        width: 12px; }
      .form_check .mwform-checkbox-field label .mwform-radio-field-text::before,
      .form_check .mwform-radio-field label .mwform-radio-field-text::before {
        border-radius: 100%; }
      .form_check .mwform-checkbox-field label .mwform-radio-field-text::after,
      .form_check .mwform-radio-field label .mwform-radio-field-text::after {
        background: #ff475a;
        border-radius: 5px;
        height: 9px;
        left: 13px;
        top: 13px;
        width: 9px; }
      .form_check .mwform-checkbox-field label input,
      .form_check .mwform-radio-field label input {
        margin-right: 0 !important;
        position: absolute;
        visibility: hidden; }
      .form_check .mwform-checkbox-field label input:checked ~ .mwform-checkbox-field-text,
      .form_check .mwform-checkbox-field label input:checked ~ .mwform-radio-field-text,
      .form_check .mwform-radio-field label input:checked ~ .mwform-checkbox-field-text,
      .form_check .mwform-radio-field label input:checked ~ .mwform-radio-field-text {
        background: #ff475a;
        color: #fff; }
        .form_check .mwform-checkbox-field label input:checked ~ .mwform-checkbox-field-text::after,
        .form_check .mwform-checkbox-field label input:checked ~ .mwform-radio-field-text::after,
        .form_check .mwform-radio-field label input:checked ~ .mwform-checkbox-field-text::after,
        .form_check .mwform-radio-field label input:checked ~ .mwform-radio-field-text::after {
          display: block; }

.form_sub {
  width: 100%; }
  @media (max-width: 767px) {
    .form_sub {
      margin: 0 0 30px 0; } }
  @media (min-width: 768px), print {
    .form_sub {
      margin: 0 0 50px 0; } }
  @media (max-width: 767px) {
    .form_sub th, .form_sub td {
      display: block;
      width: 100%; } }
  .form_sub th {
    font-weight: 500;
    text-align: left; }
    @media (max-width: 767px) {
      .form_sub th {
        padding: 10px 0 0; } }
    @media (min-width: 768px), print {
      .form_sub th {
        padding: 15px 30px 10px 10px;
        vertical-align: top;
        min-width: 240px; } }
    .form_sub th span {
      display: inline-block;
      padding: 2px 13px;
      background: #da3d3d;
      border-radius: 15px;
      color: #fff;
      font-weight: 400;
      font-size: .75rem; }
      @media (max-width: 767px) {
        .form_sub th span {
          margin-left: 15px; } }
      @media (min-width: 768px), print {
        .form_sub th span {
          float: right; } }
  @media (max-width: 767px) {
    .form_sub td {
      padding: 5px 0 10px; } }
  @media (min-width: 768px), print {
    .form_sub td {
      padding: 10px;
      vertical-align: middle;
      width: calc(100% - 240px); } }
  .form_sub td br {
    display: none; }
  .form_sub td input[type='text'],
  .form_sub td select,
  .form_sub td textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px; }
  .form_sub td input[type='text'],
  .form_sub td select {
    display: inline-block;
    width: 100%; }
  .form_sub td input::placeholder,
  .form_sub td textarea::placeholder {
    color: #999; }
  .form_sub td textarea {
    display: inline-block;
    height: 200px;
    resize: none;
    width: 100%; }
  .form_sub td select {
    background: url("override/src/images/common/ico-arrow-down-black.svg") calc(100% - 10px) center/10px auto no-repeat; }
  @media (max-width: 1023px) {
    .form_sub td label {
      max-width: none; } }

.form_link {
  padding-bottom: 5px; }
  .form_link a {
    padding-right: 1.5em;
    position: relative; }
    .form_link a::after {
      content: "\f2d2";
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      position: absolute;
      right: .3em;
      top: 0; }

.submit_bt {
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .submit_bt span {
      display: block;
      margin: 0;
      text-align: center; } }
  .submit_bt input {
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    height: 70px;
    transition: all 500ms ease 0s; }
    @media (max-width: 767px) {
      .submit_bt input {
        width: 280px; } }
    @media (min-width: 768px), print {
      .submit_bt input {
        margin: 0 5px;
        width: 326px; } }

@media (max-width: 767px) {
  .mw_wp_form_confirm .submit_bt {
    padding-top: 50px; } }

.next_button,
.back_button {
  display: block;
  margin-bottom: 20px; }

.next_button input {
  border: 5px solid #25aae1;
  background: #25aae1;
  border-radius: 100px; }
  @media (min-width: 768px), print {
    .next_button input:hover {
      border-color: #ff475a;
      background: #ff475a; } }
  @media (min-width: 768px), print {
    .next_button input[disabled="disabled"]:hover {
      border-color: #25aae1 !important;
      background: #25aae1 !important; } }

.submit_button button {
  background: #ff475a;
  box-shadow: none;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 1.25rem;
  height: 70px;
  max-width: 390px;
  width: 100%; }
@media (max-width: 767px) {
  .submit_button button {
    height: 60px; } }

.back_button {
  left: 0;
  position: absolute;
  top: 0; }
  @media (max-width: 767px) {
    .back_button {
      margin: 0; } }
  .back_button input {
    background: none;
    border: none;
    color: #666;
    font-size: 1rem;
    height: auto !important;
    line-height: 1.6;
    text-decoration: underline;
    width: auto !important; }

.back_home {
  text-align: center; }
  .back_home a {
    background: #25aae1;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    height: 70px;
    line-height: 65px;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 767px) {
      .back_home a {
        width: 280px; } }
    @media (min-width: 768px), print {
      .back_home a {
        margin: 0 5px;
        width: 326px; }
        .back_home a:hover {
          background: #ff475a; } }

.formbox {
  margin-top: 0; }
  @media (max-width: 767px) {
    .formbox {
      padding-bottom: 30px; } }
  @media (min-width: 768px), print {
    .formbox {
      padding-bottom: 55px; } }

.form_ttl {
  padding: 0 10px 15px; }

.form_info {
  padding-left: 10px; }

.width100 {
  width: 100px !important; }

.width200 {
  width: 200px !important; }

.error {
  display: block !important;
  padding: 3px 0 0 0;
  width: 100%; }

.inputtext {
  margin-right: 5px; }

.form_confirm .hiden_confirm {
  display: none; }
@media (min-width: 768px), print {
  .form_confirm .form_sub td {
    padding: 14px 0 6px 0; } }

@media (max-width: 767px) {
  .form_subcontent {
    padding-bottom: 20px; } }
@media (min-width: 768px), print {
  .form_subcontent {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .form_info_sp {
    display: block;
    padding: 5px 0 0 0; } }

@media (max-width: 767px) {
  .thanks_txt {
    margin: 0 20px 40px; } }
@media (min-width: 768px), print {
  .thanks_txt {
    margin: 0 auto 40px;
    max-width: 700px; } }

.mw_wp_form_confirm .form_info_sp {
  display: none; }
.mw_wp_form_confirm .form_check, .mw_wp_form_confirm .form_gender {
  margin-left: 0 !important; }

.info_tbl {
  border-top: 1px solid #ccc;
  margin: 50px auto 80px;
  width: 100%; }
  .info_tbl th, .info_tbl td {
    border-bottom: 1px solid #ccc;
    padding: 20px; }
    @media (max-width: 767px) {
      .info_tbl th, .info_tbl td {
        padding: 15px 10px; } }
  .info_tbl th {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    width: 15%; }
    @media (max-width: 767px) {
      .info_tbl th {
        width: 30%; } }
  .info_tbl td {
    width: 85%; }
    @media (max-width: 767px) {
      .info_tbl td {
        width: 70%; } }

.info_noentry {
  background: #f7f7f7;
  margin-top: 50px;
  padding: 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .info_noentry {
      margin-top: 30px;
      padding: 30px 15px; } }
